home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-13 | 697 b | 21 lines |
- # Makefile für Restfunktionen
-
- Misc.lib: Misc.asm
- OMA Misc.asm -o OBJ/00 -c sd -d Random
- OMA Misc.asm -o OBJ/01 -c sd -d AddTOF
- OMA Misc.asm -o OBJ/02 -c sd -d puts
- OMA Misc.asm -o OBJ/03 -c sd -d fputs
- OMA Misc.asm -o OBJ/04 -c sd -d getchar
- OMA Misc.asm -o OBJ/05 -c sd -d putchar
- OMA Misc.asm -o OBJ/06 -c sd -d fgetc
- OMA Misc.asm -o OBJ/07 -c sd -d fputc
- OMA Misc.asm -o OBJ/08 -c sd -d fclose
- OMA Misc.asm -o OBJ/09 -c sd -d sprintf
- OMA Misc.asm -o OBJ/10 -c sd -d fprintf
- OMA Misc.asm -o OBJ/11 -c sd -d printf
- OMA Misc.asm -o OBJ/12 -c sd -d doprnt
-
- 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
-
- # Makefile-Ende
-