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

  1. C = ztc -c -ml $*.cxx -o
  2.  
  3. OBJ = fft.obj evalue.obj submat.obj cholesky.obj hholder.obj          \
  4.   sort.obj newmatrm.obj jacobi.obj tmtf.obj svd.obj tmte.obj          \
  5.   tmtd.obj newmat8.obj tmtc.obj tmtb.obj newmat7.obj newmat6.obj      \
  6.   newmat5.obj newmat3.obj newmat4.obj newmat2.obj newmat1.obj         \
  7.   tmt.obj tmt1.obj tmt2.obj tmt3.obj tmt4.obj tmt5.obj tmt6.obj       \
  8.   tmt7.obj tmt8.obj tmt9.obj tmta.obj tmtg.obj tmth.obj tmti.obj      \
  9.   bandmat.obj except.obj newmatex.obj
  10.  
  11. tmt_z.exe:      $(OBJ) tmt_z.lnk
  12.                 blink @tmt_z.lnk
  13.  
  14. tmt_z.lnk:      tmt_z.mak
  15.             echo newmat1.obj+newmat2.obj+newmat3.obj+    > tmt_z.lnk
  16.             echo newmat4.obj+svd.obj+newmat5.obj+       >> tmt_z.lnk
  17.             echo newmat6.obj+newmat7.obj+newmat8.obj+   >> tmt_z.lnk
  18.             echo tmt.obj+tmt1.obj+tmt2.obj+tmt3.obj+    >> tmt_z.lnk
  19.             echo tmt4.obj+tmt5.obj+tmt6.obj+tmt7.obj+   >> tmt_z.lnk
  20.             echo tmt8.obj+tmt9.obj+tmta.obj+tmti.obj+   >> tmt_z.lnk
  21.             echo tmtb.obj+tmtc.obj+tmtd.obj+tmte.obj+   >> tmt_z.lnk
  22.             echo tmtf.obj+tmtg.obj+tmth.obj+            >> tmt_z.lnk
  23.             echo cholesky.obj+hholder.obj+sort.obj+     >> tmt_z.lnk
  24.             echo submat.obj+jacobi.obj+newmatrm.obj+    >> tmt_z.lnk
  25.             echo fft.obj+evalue.obj+bandmat.obj+        >> tmt_z.lnk
  26.             echo newmatex.obj+except.obj                >> tmt_z.lnk
  27.             echo tmt_z.exe                              >> tmt_z.lnk
  28.  
  29. newmatxx:       include.h newmat.h boolean.h except.h
  30.             echo "main .h files uptodate?" > newmatxx
  31.  
  32. except.obj:     except.h except.cxx
  33.             $C
  34.  
  35. newmatex.obj:   newmatxx newmatex.cxx
  36.             $C
  37.  
  38. example.obj:    newmatxx newmatap.h example.cxx
  39.             $C
  40.  
  41. cholesky.obj:   newmatxx cholesky.cxx
  42.             $C
  43.  
  44. evalue.obj:     newmatxx newmatrm.h precisio.h evalue.cxx
  45.             $C
  46.  
  47. fft.obj:        newmatxx newmatap.h fft.cxx
  48.             $C
  49.  
  50. hholder.obj:    newmatxx newmatap.h hholder.cxx
  51.             $C
  52.  
  53. jacobi.obj:     newmatxx precisio.h newmatrm.h jacobi.cxx
  54.             $C
  55.  
  56. bandmat.obj:    newmatxx newmatrc.h controlw.h bandmat.cxx
  57.             $C
  58.  
  59. newmat1.obj:    newmatxx newmat1.cxx
  60.             $C
  61.  
  62. newmat2.obj:    newmatxx newmatrc.h controlw.h newmat2.cxx
  63.             $C
  64.  
  65. newmat3.obj:    newmatxx newmatrc.h controlw.h newmat3.cxx
  66.             $C
  67.  
  68. newmat4.obj:    newmatxx newmatrc.h controlw.h newmat4.cxx
  69.             $C
  70.  
  71. newmat5.obj:    newmatxx newmatrc.h controlw.h newmat5.cxx
  72.             $C
  73.  
  74. newmat6.obj:    newmatxx newmatrc.h controlw.h newmat6.cxx
  75.             $C
  76.  
  77. newmat7.obj:    newmatxx newmatrc.h controlw.h newmat7.cxx
  78.             $C
  79.  
  80. newmat8.obj:    newmatxx newmatap.h newmat8.cxx
  81.             $C
  82.  
  83. newmat9.obj:    newmatxx newmatrc.h controlw.h newmatio.h newmat9.cxx
  84.             $C
  85.  
  86. newmatrm.obj:   newmatxx newmatrm.h newmatrm.cxx
  87.             $C
  88.  
  89. sort.obj:       newmatxx newmatap.h sort.cxx
  90.             $C
  91.  
  92. submat.obj:     newmatxx newmatrc.h controlw.h submat.cxx
  93.             $C
  94.  
  95. svd.obj:        newmatxx newmatrm.h precisio.h svd.cxx
  96.             $C
  97.  
  98. tmt.obj:        newmatxx newmatap.h tmt.cxx 
  99.             $C
  100.  
  101. tmt1.obj:       newmatxx newmatap.h tmt1.cxx 
  102.             $C
  103.  
  104. tmt2.obj:       newmatxx newmatap.h tmt2.cxx 
  105.             $C
  106.  
  107. tmt3.obj:       newmatxx newmatap.h tmt3.cxx 
  108.             $C
  109.  
  110. tmt4.obj:       newmatxx newmatap.h tmt4.cxx 
  111.             $C
  112.  
  113. tmt5.obj:       newmatxx newmatap.h tmt5.cxx 
  114.             $C
  115.  
  116. tmt6.obj:       newmatxx newmatap.h tmt6.cxx 
  117.             $C
  118.  
  119. tmt7.obj:       newmatxx newmatap.h tmt7.cxx 
  120.             $C
  121.  
  122. tmt8.obj:       newmatxx newmatap.h tmt8.cxx 
  123.             $C
  124.  
  125. tmt9.obj:       newmatxx newmatap.h tmt9.cxx 
  126.             $C
  127.  
  128. tmta.obj:       newmatxx newmatap.h tmta.cxx 
  129.             $C
  130.  
  131. tmtb.obj:       newmatxx newmatap.h tmtb.cxx 
  132.             $C
  133.  
  134. tmtc.obj:       newmatxx newmatap.h tmtc.cxx 
  135.             $C
  136.  
  137. tmtd.obj:       newmatxx newmatap.h tmtd.cxx 
  138.             $C
  139.  
  140. tmte.obj:       newmatxx newmatap.h tmte.cxx 
  141.             $C
  142.  
  143. tmtf.obj:       newmatxx newmatap.h tmtf.cxx 
  144.             $C
  145.  
  146. tmtg.obj:       newmatxx newmatap.h tmtg.cxx 
  147.             $C
  148.  
  149. tmth.obj:       newmatxx newmatap.h tmth.cxx
  150.             $C
  151.  
  152. tmti.obj:       newmatxx newmatap.h tmti.cxx
  153.             $C
  154.  
  155.  
  156.