home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-13 | 3.3 KB | 87 lines |
- # Makefile für Math-C-Interface
-
- Math.lib: Math.asm
-
- OMA Math.asm -o OBJ/00 -c s -d SPFix
- OMA Math.asm -o OBJ/01 -c s -d SPFlt
- OMA Math.asm -o OBJ/02 -c s -d SPCmp
- OMA Math.asm -o OBJ/03 -c s -d SPTst
- OMA Math.asm -o OBJ/04 -c s -d SPAbs
- OMA Math.asm -o OBJ/05 -c s -d SPNeg
- OMA Math.asm -o OBJ/06 -c s -d SPAdd
- OMA Math.asm -o OBJ/07 -c s -d SPSub
- OMA Math.asm -o OBJ/08 -c s -d SPMul
- OMA Math.asm -o OBJ/09 -c s -d SPDiv
- OMA Math.asm -o OBJ/10 -c s -d SPFloor
- OMA Math.asm -o OBJ/11 -c s -d SPCeil
- OMA Math.asm -o OBJ/OFF1 -c s -d OFFSETS1
-
- OMA Math.asm -o OBJ/20 -c s -d SPAtan
- OMA Math.asm -o OBJ/21 -c s -d SPSin
- OMA Math.asm -o OBJ/22 -c s -d SPCos
- OMA Math.asm -o OBJ/23 -c s -d SPTan
- OMA Math.asm -o OBJ/24 -c s -d SPSincos
- OMA Math.asm -o OBJ/25 -c s -d SPSinh
- OMA Math.asm -o OBJ/26 -c s -d SPCosh
- OMA Math.asm -o OBJ/27 -c s -d SPTanh
- OMA Math.asm -o OBJ/28 -c s -d SPExp
- OMA Math.asm -o OBJ/29 -c s -d SPLog
- OMA Math.asm -o OBJ/30 -c s -d SPPow
- OMA Math.asm -o OBJ/31 -c s -d SPSqrt
- OMA Math.asm -o OBJ/32 -c s -d SPTieee
- OMA Math.asm -o OBJ/33 -c s -d SPFieee
- OMA Math.asm -o OBJ/34 -c s -d SPAsin
- OMA Math.asm -o OBJ/35 -c s -d SPAcos
- OMA Math.asm -o OBJ/36 -c s -d SPLog10
- OMA Math.asm -o OBJ/OFF2 -c s -d OFFSETS2
-
- OMA Math.asm -o OBJ/40 -c s -d IEEEDPFix
- OMA Math.asm -o OBJ/41 -c s -d IEEEDPFlt
- OMA Math.asm -o OBJ/42 -c s -d IEEEDPCmp
- OMA Math.asm -o OBJ/43 -c s -d IEEEDPTst
- OMA Math.asm -o OBJ/44 -c s -d IEEEDPAbs
- OMA Math.asm -o OBJ/45 -c s -d IEEEDPNeg
- OMA Math.asm -o OBJ/46 -c s -d IEEEDPAdd
- OMA Math.asm -o OBJ/47 -c s -d IEEEDPSub
- OMA Math.asm -o OBJ/48 -c s -d IEEEDPMul
- OMA Math.asm -o OBJ/49 -c s -d IEEEDPDiv
- OMA Math.asm -o OBJ/50 -c s -d IEEEDPFloor
- OMA Math.asm -o OBJ/51 -c s -d IEEEDPCeil
- OMA Math.asm -o OBJ/OFF3 -c s -d OFFSETS3
-
- OMA Math.asm -o OBJ/60 -c s -d IEEEDPAtan
- OMA Math.asm -o OBJ/61 -c s -d IEEEDPSin
- OMA Math.asm -o OBJ/62 -c s -d IEEEDPCos
- OMA Math.asm -o OBJ/63 -c s -d IEEEDPTan
- OMA Math.asm -o OBJ/64 -c s -d IEEEDPSincos
- OMA Math.asm -o OBJ/65 -c s -d IEEEDPSinh
- OMA Math.asm -o OBJ/66 -c s -d IEEEDPCosh
- OMA Math.asm -o OBJ/67 -c s -d IEEEDPTanh
- OMA Math.asm -o OBJ/68 -c s -d IEEEDPExp
- OMA Math.asm -o OBJ/69 -c s -d IEEEDPLog
- OMA Math.asm -o OBJ/70 -c s -d IEEEDPPow
- OMA Math.asm -o OBJ/71 -c s -d IEEEDPSqrt
- OMA Math.asm -o OBJ/72 -c s -d IEEEDPTieee
- OMA Math.asm -o OBJ/73 -c s -d IEEEDPFieee
- OMA Math.asm -o OBJ/74 -c s -d IEEEDPAsin
- OMA Math.asm -o OBJ/75 -c s -d IEEEDPAcos
- OMA Math.asm -o OBJ/76 -c s -d IEEEDPLog10
- OMA Math.asm -o OBJ/OFF4 -c s -d OFFSETS4
-
- join OBJ/OFF1 OBJ/00 OBJ/01 OBJ/02 OBJ/03 OBJ/04 OBJ/05 OBJ/06 TO ram:m.0
- join OBJ/07 OBJ/08 OBJ/09 OBJ/10 OBJ/11 TO ram:m.1
-
- join OBJ/OFF2 OBJ/20 OBJ/21 OBJ/22 OBJ/23 OBJ/24 OBJ/25 OBJ/26 OBJ/27 TO ram:m.2
- join OBJ/28 OBJ/29 OBJ/30 OBJ/31 OBJ/32 OBJ/33 OBJ/34 OBJ/35 OBJ/36 TO ram:m.3
-
- join OBJ/OFF3 OBJ/40 OBJ/41 OBJ/42 OBJ/43 OBJ/44 OBJ/45 OBJ/46 TO ram:m.4
- join OBJ/47 OBJ/48 OBJ/49 OBJ/50 OBJ/51 TO ram:m.5
-
- join OBJ/OFF4 OBJ/60 OBJ/61 OBJ/62 OBJ/63 OBJ/64 OBJ/65 OBJ/66 OBJ/67 TO ram:m.6
- join OBJ/68 OBJ/69 OBJ/70 OBJ/71 OBJ/72 OBJ/73 OBJ/74 OBJ/75 OBJ/76 TO ram:m.7
-
- join ram:m.0 ram:m.1 ram:m.2 ram:m.3 ram:m.4 ram:m.5 ram:m.6 ram:m.7 TO Math.lib
- delete ram:m.0 ram:m.1 ram:m.2 ram:m.3 ram:m.4 ram:m.5 ram:m.6 ram:m.7
-
- # Ende des Makefiles
-