home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 420.lha / GetImage / makefile < prev    next >
Encoding:
Makefile  |  1990-09-25  |  456 b   |  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.