home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / n / newmat06.zip / TMT.MAK < prev    next >
Text File  |  1992-12-02  |  3KB  |  100 lines

  1. OBJ = fft.o evalue.o submat.o cholesky.o hholder.o sort.o newmatrm.o     \
  2.   jacobi.o tmtf.o svd.o tmte.o tmtd.o newmat8.o tmtc.o tmtb.o            \
  3.   newmat7.o newmat6.o newmat5.o newmat3.o newmat4.o newmat2.o newmat1.o  \
  4.   tmt.o tmt1.o tmt2.o tmt3.o tmt4.o tmt5.o tmt6.o tmt7.o tmt8.o          \
  5.   tmt9.o tmta.o tmtg.o tmth.o tmti.o bandmat.o except.o newmatex.o
  6.  
  7. tmt:          $(OBJ)
  8.           g++ -o $@ $(OBJ) -lm
  9.  
  10. %.o:          %.cxx
  11.           g++ -c $*.cxx
  12.  
  13. newmatxx:     include.h newmat.h boolean.h except.h
  14.           rm -f newmatxx
  15.           echo "main .h files uptodate?" > newmatxx
  16.  
  17. except.o:     except.h except.cxx
  18.  
  19. newmatex.o:   newmatxx newmatex.cxx
  20.  
  21. example.o:    newmatxx newmatap.h example.cxx
  22.  
  23. cholesky.o:   newmatxx cholesky.cxx
  24.  
  25. evalue.o:     newmatxx newmatrm.h precisio.h evalue.cxx
  26.  
  27. fft.o:        newmatxx newmatap.h fft.cxx
  28.  
  29. hholder.o:    newmatxx newmatap.h hholder.cxx
  30.  
  31. jacobi.o:     newmatxx precisio.h newmatrm.h jacobi.cxx
  32.  
  33. bandmat.o:    newmatxx newmatrc.h controlw.h bandmat.cxx
  34.  
  35. newmat1.o:    newmatxx newmat1.cxx
  36.  
  37. newmat2.o:    newmatxx newmatrc.h controlw.h newmat2.cxx
  38.  
  39. newmat3.o:    newmatxx newmatrc.h controlw.h newmat3.cxx
  40.  
  41. newmat4.o:    newmatxx newmatrc.h controlw.h newmat4.cxx
  42.  
  43. newmat5.o:    newmatxx newmatrc.h controlw.h newmat5.cxx
  44.  
  45. newmat6.o:    newmatxx newmatrc.h controlw.h newmat6.cxx
  46.  
  47. newmat7.o:    newmatxx newmatrc.h controlw.h newmat7.cxx
  48.  
  49. newmat8.o:    newmatxx newmatap.h newmat8.cxx
  50.  
  51. newmat9.o:    newmatxx newmatrc.h controlw.h newmatio.h newmat9.cxx
  52.  
  53. newmatrm.o:   newmatxx newmatrm.h newmatrm.cxx
  54.  
  55. sort.o:       newmatxx newmatap.h sort.cxx
  56.  
  57. submat.o:     newmatxx newmatrc.h controlw.h submat.cxx
  58.  
  59. svd.o:        newmatxx newmatrm.h precisio.h svd.cxx
  60.  
  61. tmt.o:        newmatxx newmatap.h tmt.cxx 
  62.  
  63. tmt1.o:       newmatxx newmatap.h tmt1.cxx 
  64.  
  65. tmt2.o:       newmatxx newmatap.h tmt2.cxx 
  66.  
  67. tmt3.o:       newmatxx newmatap.h tmt3.cxx 
  68.  
  69. tmt4.o:       newmatxx newmatap.h tmt4.cxx 
  70.  
  71. tmt5.o:       newmatxx newmatap.h tmt5.cxx 
  72.  
  73. tmt6.o:       newmatxx newmatap.h tmt6.cxx 
  74.  
  75. tmt7.o:       newmatxx newmatap.h tmt7.cxx 
  76.  
  77. tmt8.o:       newmatxx newmatap.h tmt8.cxx 
  78.  
  79. tmt9.o:       newmatxx newmatap.h tmt9.cxx 
  80.  
  81. tmta.o:       newmatxx newmatap.h tmta.cxx 
  82.  
  83. tmtb.o:       newmatxx newmatap.h tmtb.cxx 
  84.  
  85. tmtc.o:       newmatxx newmatap.h tmtc.cxx 
  86.  
  87. tmtd.o:       newmatxx newmatap.h tmtd.cxx 
  88.  
  89. tmte.o:       newmatxx newmatap.h tmte.cxx 
  90.  
  91. tmtf.o:       newmatxx newmatap.h tmtf.cxx 
  92.  
  93. tmtg.o:       newmatxx newmatap.h tmtg.cxx 
  94.  
  95. tmth.o:       newmatxx newmatap.h tmth.cxx
  96.  
  97. tmti.o:       newmatxx newmatap.h tmti.cxx
  98.  
  99.  
  100.