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

  1. # Makefile für Math-C-Interface
  2.  
  3. Math.lib: Math.asm
  4.  
  5.  OMA Math.asm -o OBJ/00 -c s -d SPFix
  6.  OMA Math.asm -o OBJ/01 -c s -d SPFlt
  7.  OMA Math.asm -o OBJ/02 -c s -d SPCmp
  8.  OMA Math.asm -o OBJ/03 -c s -d SPTst
  9.  OMA Math.asm -o OBJ/04 -c s -d SPAbs
  10.  OMA Math.asm -o OBJ/05 -c s -d SPNeg
  11.  OMA Math.asm -o OBJ/06 -c s -d SPAdd
  12.  OMA Math.asm -o OBJ/07 -c s -d SPSub
  13.  OMA Math.asm -o OBJ/08 -c s -d SPMul
  14.  OMA Math.asm -o OBJ/09 -c s -d SPDiv
  15.  OMA Math.asm -o OBJ/10 -c s -d SPFloor
  16.  OMA Math.asm -o OBJ/11 -c s -d SPCeil
  17.  OMA Math.asm -o OBJ/OFF1 -c s -d OFFSETS1
  18.  
  19.  OMA Math.asm -o OBJ/20 -c s -d SPAtan
  20.  OMA Math.asm -o OBJ/21 -c s -d SPSin
  21.  OMA Math.asm -o OBJ/22 -c s -d SPCos
  22.  OMA Math.asm -o OBJ/23 -c s -d SPTan
  23.  OMA Math.asm -o OBJ/24 -c s -d SPSincos
  24.  OMA Math.asm -o OBJ/25 -c s -d SPSinh
  25.  OMA Math.asm -o OBJ/26 -c s -d SPCosh
  26.  OMA Math.asm -o OBJ/27 -c s -d SPTanh
  27.  OMA Math.asm -o OBJ/28 -c s -d SPExp
  28.  OMA Math.asm -o OBJ/29 -c s -d SPLog
  29.  OMA Math.asm -o OBJ/30 -c s -d SPPow
  30.  OMA Math.asm -o OBJ/31 -c s -d SPSqrt
  31.  OMA Math.asm -o OBJ/32 -c s -d SPTieee
  32.  OMA Math.asm -o OBJ/33 -c s -d SPFieee
  33.  OMA Math.asm -o OBJ/34 -c s -d SPAsin
  34.  OMA Math.asm -o OBJ/35 -c s -d SPAcos
  35.  OMA Math.asm -o OBJ/36 -c s -d SPLog10
  36.  OMA Math.asm -o OBJ/OFF2 -c s -d OFFSETS2
  37.  
  38.  OMA Math.asm -o OBJ/40 -c s -d IEEEDPFix
  39.  OMA Math.asm -o OBJ/41 -c s -d IEEEDPFlt
  40.  OMA Math.asm -o OBJ/42 -c s -d IEEEDPCmp
  41.  OMA Math.asm -o OBJ/43 -c s -d IEEEDPTst
  42.  OMA Math.asm -o OBJ/44 -c s -d IEEEDPAbs
  43.  OMA Math.asm -o OBJ/45 -c s -d IEEEDPNeg
  44.  OMA Math.asm -o OBJ/46 -c s -d IEEEDPAdd
  45.  OMA Math.asm -o OBJ/47 -c s -d IEEEDPSub
  46.  OMA Math.asm -o OBJ/48 -c s -d IEEEDPMul
  47.  OMA Math.asm -o OBJ/49 -c s -d IEEEDPDiv
  48.  OMA Math.asm -o OBJ/50 -c s -d IEEEDPFloor
  49.  OMA Math.asm -o OBJ/51 -c s -d IEEEDPCeil
  50.  OMA Math.asm -o OBJ/OFF3 -c s -d OFFSETS3
  51.  
  52.  OMA Math.asm -o OBJ/60 -c s -d IEEEDPAtan
  53.  OMA Math.asm -o OBJ/61 -c s -d IEEEDPSin
  54.  OMA Math.asm -o OBJ/62 -c s -d IEEEDPCos
  55.  OMA Math.asm -o OBJ/63 -c s -d IEEEDPTan
  56.  OMA Math.asm -o OBJ/64 -c s -d IEEEDPSincos
  57.  OMA Math.asm -o OBJ/65 -c s -d IEEEDPSinh
  58.  OMA Math.asm -o OBJ/66 -c s -d IEEEDPCosh
  59.  OMA Math.asm -o OBJ/67 -c s -d IEEEDPTanh
  60.  OMA Math.asm -o OBJ/68 -c s -d IEEEDPExp
  61.  OMA Math.asm -o OBJ/69 -c s -d IEEEDPLog
  62.  OMA Math.asm -o OBJ/70 -c s -d IEEEDPPow
  63.  OMA Math.asm -o OBJ/71 -c s -d IEEEDPSqrt
  64.  OMA Math.asm -o OBJ/72 -c s -d IEEEDPTieee
  65.  OMA Math.asm -o OBJ/73 -c s -d IEEEDPFieee
  66.  OMA Math.asm -o OBJ/74 -c s -d IEEEDPAsin
  67.  OMA Math.asm -o OBJ/75 -c s -d IEEEDPAcos
  68.  OMA Math.asm -o OBJ/76 -c s -d IEEEDPLog10
  69.  OMA Math.asm -o OBJ/OFF4 -c s -d OFFSETS4
  70.  
  71.  join OBJ/OFF1 OBJ/00 OBJ/01 OBJ/02 OBJ/03 OBJ/04 OBJ/05 OBJ/06 TO ram:m.0
  72.  join OBJ/07 OBJ/08 OBJ/09 OBJ/10 OBJ/11 TO ram:m.1
  73.  
  74.  join OBJ/OFF2 OBJ/20 OBJ/21 OBJ/22 OBJ/23 OBJ/24 OBJ/25 OBJ/26 OBJ/27 TO ram:m.2
  75.  join OBJ/28 OBJ/29 OBJ/30 OBJ/31 OBJ/32 OBJ/33 OBJ/34 OBJ/35 OBJ/36 TO ram:m.3
  76.  
  77.  join OBJ/OFF3 OBJ/40 OBJ/41 OBJ/42 OBJ/43 OBJ/44 OBJ/45 OBJ/46 TO ram:m.4
  78.  join OBJ/47 OBJ/48 OBJ/49 OBJ/50 OBJ/51 TO ram:m.5
  79.  
  80.  join OBJ/OFF4 OBJ/60 OBJ/61 OBJ/62 OBJ/63 OBJ/64 OBJ/65 OBJ/66 OBJ/67 TO ram:m.6
  81.  join OBJ/68 OBJ/69 OBJ/70 OBJ/71 OBJ/72 OBJ/73 OBJ/74 OBJ/75 OBJ/76 TO ram:m.7
  82.  
  83.  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
  84.  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
  85.  
  86. # Ende des Makefiles
  87.