home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 446.lha / Popen / Makefile < prev    next >
Makefile  |  1990-12-06  |  378b  |  22 lines

  1. CC = lc
  2. CFLAGS =
  3.  
  4. all: cat tst pipetst
  5.  
  6. all2: cat tst pipetst2
  7.  
  8. pipetst: pipetst.o popen.o
  9.     blink to pipetst from lib:c.o+pipetst.o+popen.o lib lib:lc.lib SMALLCODE SMALLDATA
  10.  
  11. pipetst2: pipetst.o popen2.o
  12.     blink to pipetst2 from lib:c.o+pipetst.o+popen2.o lib lib:lc.lib SMALLCODE SMALLDATA
  13.  
  14. popen2.o: popen2.c
  15.     lc -b0 popen2.c
  16.  
  17. cat: cat.c
  18.     lc -L cat.c
  19.  
  20. tst: tst.c
  21.     lc -L tst.c
  22.