home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 191.lha / ARequester / makefile < prev    next >
Makefile  |  1988-04-28  |  279b  |  13 lines

  1. # makefile for Aztec C
  2. # lettuce users will have to make their own, sorry
  3.  
  4. .c.pre:
  5.    cc +Hinc.pre inc
  6.  
  7. .c.o:
  8.    cc +Iinc.pre $*
  9.  
  10. req: inc.pre main.o req1.o reqimg.o reqdir.o qsort.o strcmpa.o trim.o
  11.    ln +Cd -O req main.o req1.o reqimg.o reqdir.o qsort.o strcmpa.o trim.o -lc
  12.  
  13.