home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d905
/
dtree.lha
/
DTree
/
DTree.makefile
< prev
next >
Wrap
Makefile
|
1993-08-26
|
288b
|
12 lines
# SAS/C 6.x makefile
# Type "smake -f DTree.makefile" to compile.
CFLAGS = NOWVRET NOICONS STRMER NOSTKCHK NOSTDIO OPT
LFLAGS = STRIPDEBUG NODEBUG SMALLCODE SMALLDATA
DTree: DTree.o
slink lib:cres.o,DTree.o to DTree $(LFLAGS) lib lib:sc.lib
DTree.o: DTree.c
sc DTree $(CFLAGS)