home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d497
/
request
/
makefile
next >
Wrap
Makefile
|
1991-06-06
|
414b
|
24 lines
#
# makefile for Request with SAS/C 5.10a
#
CC = LC:lc
LN = LC:Blink
CFLAGS = -cafs -O -mt -v
.c.o:
$(CC) $(CFLAGS) $*
ALL: Request
Request: Request.o
$(LN) SC SD ND FROM LIB:c.o Request.o TO Request LIB LIB:lc.lib LIB:amiga.lib
cleanup:
Delete (\#?.o|Request)
distribution:
@Protect (Request.\#?|makefile) rwd
@Lharc u pd:Hilfsprogramme/Request Request Request.doc Request.c makefile