Add scat. Temporary fix to rc r.e. note groups.
This commit is contained in:
parent
3f8c70e97c
commit
8a3b2ceb0f
22 changed files with 5997 additions and 2 deletions
31
src/cmd/scat/mkfile
Normal file
31
src/cmd/scat/mkfile
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=scat
|
||||
OFILES=scat.$O\
|
||||
bitinput.$O\
|
||||
desc.$O\
|
||||
display.$O\
|
||||
dssread.$O\
|
||||
header.$O\
|
||||
hinv.$O\
|
||||
image.$O\
|
||||
patch.$O\
|
||||
plot.$O\
|
||||
posn.$O\
|
||||
prose.$O\
|
||||
qtree.$O\
|
||||
util.$O\
|
||||
|
||||
HFILES=sky.h
|
||||
CFLAGS=$CFLAGS -I../map
|
||||
LDFLAGS=$LDFLAGS -L$X11/lib -lX11
|
||||
|
||||
SHORTLIB=draw bio 9
|
||||
LIB=../map/libmap/libmap.a
|
||||
<$PLAN9/src/mkone
|
||||
|
||||
scat.$O: strings.c
|
||||
|
||||
$LIB:V:
|
||||
cd ../map/libmap; mk
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue