home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / DC-PGS21.DMS / in.adf / Extras / DevDocs.LHA / DeveloperDocs / examples / gio / makefile < prev   
Encoding:
Makefile  |  1996-06-03  |  359 b   |  21 lines

  1. # Makefile for Photogenics GIO files.
  2. # (C) Almathera 1994-1996. All Rights Reserved
  3.  
  4.  
  5. all:    BMP.gio 
  6.  
  7. .c.o:
  8.     sc nostackcheck DATA=FAR $*.c 
  9.  
  10. .asm.obj:
  11.     genam $*.asm to $*.obj
  12.  
  13. #= Windows BMP ===========================================
  14.  
  15. BMP.obj: BMP.asm
  16.  
  17. BMP.o: BMP.c
  18.  
  19. BMP.gio: BMP.o BMP.obj
  20.    slink from BMP.o,BMP.obj lib lib:sc.lib,lib:amiga.lib to BMP.gio
  21.