home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DVD!OMA2.DMS / in.adf / Examples / Library / Support / makefile next >
Encoding:
Makefile  |  1994-10-13  |  361 b   |  14 lines

  1. # Makefile für Support-Routinen.
  2.  
  3. Support.lib: Support.asm
  4.  OMA Support.asm -o OBJ/00 -c sd -d NewList
  5.  OMA Support.asm -o OBJ/01 -c sd -d BeginIO
  6.  OMA Support.asm -o OBJ/02 -c sd -d CreatePort
  7.  OMA Support.asm -o OBJ/03 -c sd -d CreateIO
  8.  OMA Support.asm -o OBJ/04 -c sd -d CreateTask
  9.  
  10.  join OBJ/00 OBJ/01 OBJ/02 OBJ/03 OBJ/04 TO Support.lib
  11.  
  12. # Makefile-Ende
  13.  
  14.