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

  1. C = ztc -c -ml $*.cxx
  2.  
  3. OBJ = fft.obj evalue.obj submat.obj cholesky.obj hholder.obj          \
  4.   sort.obj newmatrm.obj jacobi.obj svd.obj example.obj                \
  5.   newmat8.obj newmat7.obj newmat6.obj                                 \
  6.   newmat5.obj newmat3.obj newmat4.obj newmat2.obj newmat1.obj         \
  7.   bandmat.obj except.obj newmatex.obj
  8.  
  9. ex_z.exe:       $(OBJ) ex_z.lnk
  10.                 blink @ex_z.lnk
  11.  
  12. ex_z.lnk:       ex_z.mak
  13.             echo newmat1.obj+newmat2.obj+newmat3.obj+    > ex_z.lnk
  14.             echo newmat4.obj+svd.obj+newmat5.obj+       >> ex_z.lnk
  15.             echo newmat6.obj+newmat7.obj+newmat8.obj+   >> ex_z.lnk
  16.             echo cholesky.obj+hholder.obj+sort.obj+     >> ex_z.lnk
  17.             echo submat.obj+jacobi.obj+newmatrm.obj+    >> ex_z.lnk
  18.             echo fft.obj+evalue.obj+bandmat.obj+        >> ex_z.lnk
  19.             echo newmatex.obj+except.obj+example.obj    >> ex_z.lnk
  20.             echo ex_z.exe                               >> ex_z.lnk
  21.  
  22. newmatxx:       include.h newmat.h boolean.h except.h
  23.             echo "main .h files uptodate?" > newmatxx
  24.  
  25. except.obj:     except.h except.cxx
  26.             $C
  27.  
  28. newmatex.obj:   newmatxx newmatex.cxx
  29.             $C
  30.  
  31. example.obj:    newmatxx newmatap.h example.cxx
  32.             $C
  33.  
  34. cholesky.obj:   newmatxx cholesky.cxx
  35.             $C
  36.  
  37. evalue.obj:     newmatxx newmatrm.h precisio.h evalue.cxx
  38.             $C
  39.  
  40. fft.obj:        newmatxx newmatap.h fft.cxx
  41.             $C
  42.  
  43. hholder.obj:    newmatxx newmatap.h hholder.cxx
  44.             $C
  45.  
  46. jacobi.obj:     newmatxx precisio.h newmatrm.h jacobi.cxx
  47.             $C
  48.  
  49. bandmat.obj:    newmatxx newmatrc.h controlw.h bandmat.cxx
  50.             $C
  51.  
  52. newmat1.obj:    newmatxx newmat1.cxx
  53.             $C
  54.  
  55. newmat2.obj:    newmatxx newmatrc.h controlw.h newmat2.cxx
  56.             $C
  57.  
  58. newmat3.obj:    newmatxx newmatrc.h controlw.h newmat3.cxx
  59.             $C
  60.  
  61. newmat4.obj:    newmatxx newmatrc.h controlw.h newmat4.cxx
  62.             $C
  63.  
  64. newmat5.obj:    newmatxx newmatrc.h controlw.h newmat5.cxx
  65.             $C
  66.  
  67. newmat6.obj:    newmatxx newmatrc.h controlw.h newmat6.cxx
  68.             $C
  69.  
  70. newmat7.obj:    newmatxx newmatrc.h controlw.h newmat7.cxx
  71.             $C
  72.  
  73. newmat8.obj:    newmatxx newmatap.h newmat8.cxx
  74.             $C
  75.  
  76. newmat9.obj:    newmatxx newmatrc.h controlw.h newmatio.h newmat9.cxx
  77.             $C
  78.  
  79. newmatrm.obj:   newmatxx newmatrm.h newmatrm.cxx
  80.             $C
  81.  
  82. sort.obj:       newmatxx newmatap.h sort.cxx
  83.             $C
  84.  
  85. submat.obj:     newmatxx newmatrc.h controlw.h submat.cxx
  86.             $C
  87.  
  88. svd.obj:        newmatxx newmatrm.h precisio.h svd.cxx
  89.             $C
  90.  
  91. example.obj:    newmatxx newmatap.h example.cxx 
  92.             $C
  93.  
  94.