home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Mail+News
/
UMS11
/
Developer
/
C
/
examples
/
SMakefile
< prev
next >
Wrap
Makefile
|
1994-11-05
|
344b
|
18 lines
SCOPTS = UNSCHAR NOSTKCHK STRMERGE
SLOPTS = LINK NOICONS LIB LIB:ums.lib
all: SelectMail SumNew PrintGroups
SelectMail: SelectMail.c
sc $@.c $(SCOPTS) $(SLOPTS)
Delete $@.(lnk|o) QUIET
SumNew: SumNew.c
sc $@.c $(SCOPTS) $(SLOPTS)
Delete $@.(lnk|o) QUIET
PrintGroups: PrintGroups.c
sc $@.c $(SCOPTS) $(SLOPTS)
Delete $@.(lnk|o) QUIET