home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1345.dms / in.adf / iff / Makefile < prev    next >
Encoding:
Makefile  |  1990-11-30  |  207 b   |  11 lines

  1. # Makefile to construct showILBM
  2.  
  3. showILBM: showilbm.o readpict.o remalloc.o ilbmr.o iffr.o \
  4.     unpacker.o gio.o
  5.     blink with $*.blink
  6.  
  7. .c.o:
  8.     NorthC -I: -Ot:$*.s $*.c
  9.     a68k -g -q -O$*.o t:$*.s
  10.     delete t:$*.s
  11.