home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-13 | 1.4 KB | 42 lines |
- # Makefile für verschiedene Interfaces
-
- Misc.lib: Misc.asm
- OMA Misc.asm -o OBJ/00 -c s -d PotgoOFFSETS
- OMA Misc.asm -o OBJ/01 -c s -d AllocPotBits
- OMA Misc.asm -o OBJ/02 -c s -d FreePotBits
- OMA Misc.asm -o OBJ/03 -c s -d WritePotgo
-
- OMA Misc.asm -o OBJ/10 -c s -d TimerOFFSETS
- OMA Misc.asm -o OBJ/11 -c s -d AddTime
- OMA Misc.asm -o OBJ/12 -c s -d SubTime
- OMA Misc.asm -o OBJ/13 -c s -d CmpTime
-
- OMA Misc.asm -o OBJ/20 -c s -d TranslatorOFFSETS
- OMA Misc.asm -o OBJ/21 -c s -d Translate
-
- OMA Misc.asm -o OBJ/30 -c s -d ConsoleOFFSETS
- OMA Misc.asm -o OBJ/31 -c s -d CDInputHandler
- OMA Misc.asm -o OBJ/32 -c s -d RawKeyConvert
- OMA Misc.asm -o OBJ/33 -c s -d AskDefaultKeyMap
- OMA Misc.asm -o OBJ/34 -c s -d SetDefaultKeyMap
-
- OMA Misc.asm -o OBJ/40 -c s -d DiskfontOFFSETS
- OMA Misc.asm -o OBJ/41 -c s -d OpenDiskFont
- OMA Misc.asm -o OBJ/42 -c s -d AvailFonts
- OMA Misc.asm -o OBJ/43 -c s -d NewFontContents
- OMA Misc.asm -o OBJ/44 -c s -d DisposeFontContents
-
- OMA Misc.asm -o OBJ/50 -c s -d RomBootOFFSETS
- OMA Misc.asm -o OBJ/51 -c s -d RomBoot
-
- join OBJ/00 OBJ/01 OBJ/02 OBJ/03 TO ram:a.0
- join OBJ/10 OBJ/11 OBJ/12 OBJ/13 TO ram:a.1
- join OBJ/20 OBJ/21 TO ram:a.2
- join OBJ/30 OBJ/31 OBJ/32 OBJ/33 OBJ/34 TO ram:a.3
- join OBJ/40 OBJ/41 OBJ/42 OBJ/43 OBJ/44 TO ram:a.4
- join OBJ/50 OBJ/51 TO ram:a.5
- join ram:a.0 ram:a.1 ram:a.2 ram:a.3 ram:a.4 ram:a.5 TO Misc.lib
- delete ram:a.0 ram:a.1 ram:a.2 ram:a.3 ram:a.4 ram:a.5
-
- # Makefile-Ende
-