home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff345.lzh / GetImage / makefile < prev    next >
Makefile  |  1990-04-16  |  456b  |  17 lines

  1. # Manx makefile for GetImage.c using 32-bit integers. The -E flag enlarges
  2. # the expression table (a must with this prog). The +cdb flags force all
  3. # initialized & uninitialized data to load into chip memory.   Dmil
  4.  
  5. CFLAGS =    +L -S -E200
  6. ALL    =    getimage.o
  7.  
  8. Oop:        Ack $(ALL)
  9.         ln +cdb -o GetImage $(ALL) ram:c32.lib ram:m32.lib
  10.  
  11. Ack:        
  12.         copy df0:c/as ram:
  13.         copy df0:c/cc ram:
  14.         copy df0:c/ln ram:
  15.         copy df0:lib/c32.lib ram:
  16.         copy df0:lib/m32.lib ram:
  17.