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

  1. # Makefile für Restfunktionen
  2.  
  3. Misc.lib: Misc.asm
  4.  OMA Misc.asm -o OBJ/00 -c sd -d Random
  5.  OMA Misc.asm -o OBJ/01 -c sd -d AddTOF
  6.  OMA Misc.asm -o OBJ/02 -c sd -d puts
  7.  OMA Misc.asm -o OBJ/03 -c sd -d fputs
  8.  OMA Misc.asm -o OBJ/04 -c sd -d getchar
  9.  OMA Misc.asm -o OBJ/05 -c sd -d putchar
  10.  OMA Misc.asm -o OBJ/06 -c sd -d fgetc
  11.  OMA Misc.asm -o OBJ/07 -c sd -d fputc
  12.  OMA Misc.asm -o OBJ/08 -c sd -d fclose
  13.  OMA Misc.asm -o OBJ/09 -c sd -d sprintf
  14.  OMA Misc.asm -o OBJ/10 -c sd -d fprintf
  15.  OMA Misc.asm -o OBJ/11 -c sd -d printf
  16.  OMA Misc.asm -o OBJ/12 -c sd -d doprnt
  17.  
  18.  join OBJ/00 OBJ/01 OBJ/02 OBJ/03 OBJ/04 OBJ/05 OBJ/06 OBJ/07 OBJ/08 OBJ/09 OBJ/10 OBJ/11 OBJ/12  TO Misc.lib
  19.  
  20. # Makefile-Ende
  21.