home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / NEWMAT / EXAMPLE.DEP < prev    next >
Text File  |  1993-12-01  |  2KB  |  47 lines

  1.  
  2.  
  3. OBJ  =  example.obj \
  4.         cholesky.obj evalue.obj fft.obj hholder.obj jacobi.obj \
  5.         newmat1.obj newmat2.obj newmat3.obj newmat4.obj newmat5.obj \
  6.         newmat6.obj newmat7.obj newmat8.obj newmat9.obj newmatrm.obj \
  7.         sort.obj submat.obj svd.obj
  8.  
  9.  
  10. example.obj:  include.hxx newmatap.hxx newmat.hxx boolean.hxx example.cxx
  11.  
  12. cholesky.obj: include.hxx newmat.hxx boolean.hxx cholesky.cxx
  13.  
  14. evalue.obj:   include.hxx newmat.hxx boolean.hxx newmatrm.hxx precisio.hxx evalue.cxx
  15.  
  16. fft.obj:      include.hxx newmatap.hxx newmat.hxx boolean.hxx fft.cxx
  17.  
  18. hholder.obj:  include.hxx newmatap.hxx newmat.hxx boolean.hxx hholder.cxx
  19.  
  20. jacobi.obj:   include.hxx newmat.hxx boolean.hxx precisio.hxx newmatrm.hxx jacobi.cxx
  21.  
  22. newmat1.obj:  include.hxx newmat.hxx boolean.hxx newmat1.cxx
  23.  
  24. newmat2.obj:  include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx newmat2.cxx
  25.  
  26. newmat3.obj:  include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx newmat3.cxx
  27.  
  28. newmat4.obj:  include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx newmat4.cxx
  29.  
  30. newmat5.obj:  include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx newmat5.cxx
  31.  
  32. newmat6.obj:  include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx newmat6.cxx
  33.  
  34. newmat7.obj:  include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx newmat7.cxx
  35.  
  36. newmat8.obj:  include.hxx newmatap.hxx newmat.hxx boolean.hxx newmat8.cxx
  37.  
  38. newmat9.obj:  include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx newmatio.hxx newmat9.cxx
  39.  
  40. newmatrm.obj: include.hxx newmat.hxx boolean.hxx newmatrm.hxx newmatrm.cxx
  41.  
  42. sort.obj:     include.hxx newmatap.hxx newmat.hxx boolean.hxx sort.cxx
  43.  
  44. submat.obj:   include.hxx newmat.hxx boolean.hxx newmatrc.hxx controlw.hxx submat.cxx
  45.  
  46. svd.obj:      include.hxx newmat.hxx boolean.hxx newmatrm.hxx precisio.hxx svd.cxx
  47.