home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
446.lha
/
Popen
/
Makefile
< prev
next >
Wrap
Makefile
|
1990-12-06
|
378b
|
22 lines
CC = lc
CFLAGS =
all: cat tst pipetst
all2: cat tst pipetst2
pipetst: pipetst.o popen.o
blink to pipetst from lib:c.o+pipetst.o+popen.o lib lib:lc.lib SMALLCODE SMALLDATA
pipetst2: pipetst.o popen2.o
blink to pipetst2 from lib:c.o+pipetst.o+popen2.o lib lib:lc.lib SMALLCODE SMALLDATA
popen2.o: popen2.c
lc -b0 popen2.c
cat: cat.c
lc -L cat.c
tst: tst.c
lc -L tst.c