home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
APPS
/
macutils.lzh
/
MACUTILS
/
UNSIT
/
makefile
< prev
next >
Wrap
Makefile
|
1996-02-02
|
275b
|
13 lines
CC = cc
CFLAGS = -r -dOSK
unsit : unsit.r updcrc.r getopt.r
$(CC) -FD=unsit unsit.r updcrc.r getopt.r -l=/dd/lib/blarslib.l
unsit.r : unsit.c stuffit.h
$(CC) $(CFLAGS) unsit.c
getopt.r :getopt.c
$(CC) $(CFLAGS) getopt.c
updcrc.r : updcrc.c
$(CC) $(CFLAGS) updcrc.c