home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Misc / OTT-PHT3.DMS / in.adf / devdocs / gio / makefile < prev    next >
Encoding:
Makefile  |  1994-11-21  |  392 b   |  14 lines

  1. all: BMP.gio  WhiteNoise.gio 
  2.  
  3. BMP.o: BMP.c
  4.    sc libcode nostackcheck BMP.c
  5.  
  6. BMP.gio: BMP.o
  7.    sc link BMP.o startup=libinitr noicons to BMP.gio libfd gio.fd libversion 1 librevision 0
  8.  
  9. WhiteNoise.o: WhiteNoise.c
  10.    sc libcode nostackcheck WhiteNoise.c
  11.  
  12. WhiteNoise.gio: WhiteNoise.o
  13.    sc link WhiteNoise.o startup=libinitr noicons to WhiteNoise.gio libfd gio.fd libversion 1 librevision 0 
  14.