Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/newmat/Makefile.am @ 4568

Last change on this file since 4568 was 4568, checked in by patrick, 19 years ago

orxonox/trunk: moved the newmat source to lib

File size: 2.0 KB
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libnewmat.a
5
6libnewmat_a_SOURCES = bandmat.cpp \
7                     cholesky.cpp \
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 \
52                     tmtm.cpp
53
54
55
56
57noinst_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.