home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-13 | 442 b | 19 lines |
- # Makefile für Mathematik-Routinen
-
- Math.lib: Math.asm
- OMA Math.asm -o OBJ/00 -c sd -d MulDiv16
- OMA Math.asm -o OBJ/01 -c sd -d MulDiv32
-
- join OBJ/00 OBJ/01 TO Math.lib
-
-
- Convert.lib: Convert.asm
- OMA Convert.asm -o OBJ/10 -c sd -d afp_c
- OMA Convert.asm -o OBJ/11 -c sd -d afp_a -m
- OMA Convert.asm -o OBJ/12 -c sd -d fpa_c
- OMA Convert.asm -o OBJ/13 -c sd -d fpa_a -m
-
- join OBJ/10 OBJ/11 OBJ/12 OBJ/13 TO Convert.lib
-
- # Makefile-Ende
-