home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sources / misc / 4256 / tmt_b.mak next >
Encoding:
Text File  |  1993-01-11  |  3.7 KB  |  253 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc +TMT_B.CFG
  5. TASM = TASM
  6. TLIB = tlib
  7. TLINK = tlink
  8. LIBPATH = C:\BORLANDC\LIB
  9. INCLUDEPATH = C:\BORLANDC\INCLUDE
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.  tmti.obj \
  24.  except.obj \
  25.  newmatex.obj \
  26.  tmth.obj \
  27.  bandmat.obj \
  28.  fft.obj \
  29.  newmat9.obj \
  30.  evalue.obj \
  31.  submat.obj \
  32.  cholesky.obj \
  33.  hholder.obj \
  34.  sort.obj \
  35.  newmatrm.obj \
  36.  jacobi.obj \
  37.  tmtf.obj \
  38.  svd.obj \
  39.  tmte.obj \
  40.  tmtd.obj \
  41.  newmat8.obj \
  42.  tmtc.obj \
  43.  tmtb.obj \
  44.  newmat7.obj \
  45.  newmat6.obj \
  46.  newmat5.obj \
  47.  newmat3.obj \
  48.  newmat4.obj \
  49.  newmat2.obj \
  50.  newmat1.obj \
  51.  tmt.obj \
  52.  tmt1.obj \
  53.  tmt2.obj \
  54.  tmt3.obj \
  55.  tmt4.obj \
  56.  tmt5.obj \
  57.  tmt6.obj \
  58.  tmt7.obj \
  59.  tmt8.obj \
  60.  tmt9.obj \
  61.  tmta.obj \
  62.  tmtg.obj
  63.  
  64. #        *Explicit Rules*
  65. tmt_b.exe: tmt_b.cfg $(EXE_dependencies)
  66.   $(TLINK) /v/x/c/d/P-/L$(LIBPATH) @&&|
  67. c0l.obj+
  68. tmti.obj+
  69. except.obj+
  70. newmatex.obj+
  71. tmth.obj+
  72. bandmat.obj+
  73. fft.obj+
  74. newmat9.obj+
  75. evalue.obj+
  76. submat.obj+
  77. cholesky.obj+
  78. hholder.obj+
  79. sort.obj+
  80. newmatrm.obj+
  81. jacobi.obj+
  82. tmtf.obj+
  83. svd.obj+
  84. tmte.obj+
  85. tmtd.obj+
  86. newmat8.obj+
  87. tmtc.obj+
  88. tmtb.obj+
  89. newmat7.obj+
  90. newmat6.obj+
  91. newmat5.obj+
  92. newmat3.obj+
  93. newmat4.obj+
  94. newmat2.obj+
  95. newmat1.obj+
  96. tmt.obj+
  97. tmt1.obj+
  98. tmt2.obj+
  99. tmt3.obj+
  100. tmt4.obj+
  101. tmt5.obj+
  102. tmt6.obj+
  103. tmt7.obj+
  104. tmt8.obj+
  105. tmt9.obj+
  106. tmta.obj+
  107. tmtg.obj
  108. tmt_b
  109.         # no map file
  110. fp87.lib+
  111. mathl.lib+
  112. cl.lib
  113. |
  114.  
  115.  
  116. #        *Individual File Dependencies*
  117. tmti.obj: tmt_b.cfg tmti.cxx 
  118.     $(CC) -c tmti.cxx
  119.  
  120. except.obj: tmt_b.cfg except.cxx 
  121.     $(CC) -c except.cxx
  122.  
  123. newmatex.obj: tmt_b.cfg newmatex.cxx 
  124.     $(CC) -c newmatex.cxx
  125.  
  126. tmth.obj: tmt_b.cfg tmth.cxx 
  127.     $(CC) -c tmth.cxx
  128.  
  129. bandmat.obj: tmt_b.cfg bandmat.cxx 
  130.     $(CC) -c bandmat.cxx
  131.  
  132. fft.obj: tmt_b.cfg fft.cxx 
  133.     $(CC) -c fft.cxx
  134.  
  135. newmat9.obj: tmt_b.cfg newmat9.cxx 
  136.     $(CC) -c newmat9.cxx
  137.  
  138. evalue.obj: tmt_b.cfg evalue.cxx 
  139.     $(CC) -c evalue.cxx
  140.  
  141. submat.obj: tmt_b.cfg submat.cxx 
  142.     $(CC) -c submat.cxx
  143.  
  144. cholesky.obj: tmt_b.cfg cholesky.cxx 
  145.     $(CC) -c cholesky.cxx
  146.  
  147. hholder.obj: tmt_b.cfg hholder.cxx 
  148.     $(CC) -c hholder.cxx
  149.  
  150. sort.obj: tmt_b.cfg sort.cxx 
  151.     $(CC) -c sort.cxx
  152.  
  153. newmatrm.obj: tmt_b.cfg newmatrm.cxx 
  154.     $(CC) -c newmatrm.cxx
  155.  
  156. jacobi.obj: tmt_b.cfg jacobi.cxx 
  157.     $(CC) -c jacobi.cxx
  158.  
  159. tmtf.obj: tmt_b.cfg tmtf.cxx 
  160.     $(CC) -c tmtf.cxx
  161.  
  162. svd.obj: tmt_b.cfg svd.cxx 
  163.     $(CC) -c svd.cxx
  164.  
  165. tmte.obj: tmt_b.cfg tmte.cxx 
  166.     $(CC) -c tmte.cxx
  167.  
  168. tmtd.obj: tmt_b.cfg tmtd.cxx 
  169.     $(CC) -c tmtd.cxx
  170.  
  171. newmat8.obj: tmt_b.cfg newmat8.cxx 
  172.     $(CC) -c newmat8.cxx
  173.  
  174. tmtc.obj: tmt_b.cfg tmtc.cxx 
  175.     $(CC) -c tmtc.cxx
  176.  
  177. tmtb.obj: tmt_b.cfg tmtb.cxx 
  178.     $(CC) -c tmtb.cxx
  179.  
  180. newmat7.obj: tmt_b.cfg newmat7.cxx 
  181.     $(CC) -c newmat7.cxx
  182.  
  183. newmat6.obj: tmt_b.cfg newmat6.cxx 
  184.     $(CC) -c newmat6.cxx
  185.  
  186. newmat5.obj: tmt_b.cfg newmat5.cxx 
  187.     $(CC) -c newmat5.cxx
  188.  
  189. newmat3.obj: tmt_b.cfg newmat3.cxx 
  190.     $(CC) -c newmat3.cxx
  191.  
  192. newmat4.obj: tmt_b.cfg newmat4.cxx 
  193.     $(CC) -c newmat4.cxx
  194.  
  195. newmat2.obj: tmt_b.cfg newmat2.cxx 
  196.     $(CC) -c newmat2.cxx
  197.  
  198. newmat1.obj: tmt_b.cfg newmat1.cxx 
  199.     $(CC) -c newmat1.cxx
  200.  
  201. tmt.obj: tmt_b.cfg tmt.cxx 
  202.     $(CC) -c tmt.cxx
  203.  
  204. tmt1.obj: tmt_b.cfg tmt1.cxx 
  205.     $(CC) -c tmt1.cxx
  206.  
  207. tmt2.obj: tmt_b.cfg tmt2.cxx 
  208.     $(CC) -c tmt2.cxx
  209.  
  210. tmt3.obj: tmt_b.cfg tmt3.cxx 
  211.     $(CC) -c tmt3.cxx
  212.  
  213. tmt4.obj: tmt_b.cfg tmt4.cxx 
  214.     $(CC) -c tmt4.cxx
  215.  
  216. tmt5.obj: tmt_b.cfg tmt5.cxx 
  217.     $(CC) -c tmt5.cxx
  218.  
  219. tmt6.obj: tmt_b.cfg tmt6.cxx 
  220.     $(CC) -c tmt6.cxx
  221.  
  222. tmt7.obj: tmt_b.cfg tmt7.cxx 
  223.     $(CC) -c tmt7.cxx
  224.  
  225. tmt8.obj: tmt_b.cfg tmt8.cxx 
  226.     $(CC) -c tmt8.cxx
  227.  
  228. tmt9.obj: tmt_b.cfg tmt9.cxx 
  229.     $(CC) -c tmt9.cxx
  230.  
  231. tmta.obj: tmt_b.cfg tmta.cxx 
  232.     $(CC) -c tmta.cxx
  233.  
  234. tmtg.obj: tmt_b.cfg tmtg.cxx 
  235.     $(CC) -c tmtg.cxx
  236.  
  237. #        *Compiler Configuration File*
  238. tmt_b.cfg: tmt_b.mak
  239.   copy &&|
  240. -ml
  241. -3
  242. -f287
  243. -N
  244. -H=TMT_B.SYM
  245. -weas
  246. -wpre
  247. -I$(INCLUDEPATH)
  248. -L$(LIBPATH)
  249. -P.C
  250. | tmt_b.cfg
  251.  
  252.  
  253.