Last change
on this file since 4585 was
4569,
checked in by bensch, 19 years ago
|
orxonox/trunk: building the newmat lib right as it should be
|
File size:
2.1 KB
|
Rev | Line | |
---|
[4567] | 1 | MAINSRCDIR=../.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
[4569] | 4 | noinst_LIBRARIES = libnewmat.a |
---|
[4567] | 5 | |
---|
| 6 | libnewmat_a_SOURCES = bandmat.cpp \ |
---|
[4569] | 7 | cholesky.cpp \ |
---|
[4567] | 8 | evalue.cpp \ |
---|
| 9 | fft.cpp \ |
---|
| 10 | hholder.cpp \ |
---|
| 11 | jacobi.cpp \ |
---|
| 12 | myexcept.cpp \ |
---|
| 13 | newfft.cpp \ |
---|
| 14 | newmat.cpp \ |
---|
| 15 | newmat1.cpp \ |
---|
| 16 | newmat2.cpp \ |
---|
| 17 | newmat3.cpp \ |
---|
| 18 | newmat4.cpp \ |
---|
| 19 | newmat5.cpp \ |
---|
| 20 | newmat6.cpp \ |
---|
| 21 | newmat7.cpp \ |
---|
| 22 | newmat8.cpp \ |
---|
| 23 | newmat9.cpp \ |
---|
| 24 | newmatex.cpp \ |
---|
| 25 | newmatnl.cpp \ |
---|
| 26 | newmatrm.cpp \ |
---|
| 27 | solution.cpp \ |
---|
| 28 | sort.cpp \ |
---|
| 29 | submat.cpp \ |
---|
| 30 | svd.cpp \ |
---|
| 31 | tmt1.cpp \ |
---|
| 32 | tmt2.cpp \ |
---|
| 33 | tmt3.cpp \ |
---|
| 34 | tmt4.cpp \ |
---|
| 35 | tmt5.cpp \ |
---|
| 36 | tmt6.cpp \ |
---|
| 37 | tmt7.cpp \ |
---|
| 38 | tmt8.cpp \ |
---|
| 39 | tmt9.cpp \ |
---|
| 40 | tmta.cpp \ |
---|
| 41 | tmtb.cpp \ |
---|
| 42 | tmtc.cpp \ |
---|
| 43 | tmtd.cpp \ |
---|
| 44 | tmte.cpp \ |
---|
| 45 | tmtf.cpp \ |
---|
| 46 | tmtg.cpp \ |
---|
| 47 | tmth.cpp \ |
---|
| 48 | tmti.cpp \ |
---|
| 49 | tmtj.cpp \ |
---|
| 50 | tmtk.cpp \ |
---|
| 51 | tmtl.cpp \ |
---|
[4569] | 52 | tmtm.cpp |
---|
[4567] | 53 | |
---|
| 54 | |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | noinst_HEADERS = boolean.h \ |
---|
| 58 | controlw.h \ |
---|
| 59 | include.h \ |
---|
| 60 | myexcept.h \ |
---|
| 61 | newmat.h \ |
---|
| 62 | newmatap.h \ |
---|
| 63 | newmatio.h \ |
---|
| 64 | newmatnl.h \ |
---|
| 65 | newmatrc.h \ |
---|
| 66 | newmatrm.h \ |
---|
| 67 | precisio.h \ |
---|
| 68 | solution.h \ |
---|
| 69 | tmt.h |
---|
| 70 | |
---|
| 71 | |
---|
Note: See
TracBrowser
for help on using the repository browser.