root/Makefile
@
12
Revision 12, 313 bytes (checked in by smidl, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[11] | 1 | LDFLAGS=-Ldebug/usr/lib/ -litpp |
[3] | 2 | CPPFLAGS=-g |
[1] | 3 | |
[12] | 4 | all: testSmp |
[1] | 5 | |
6 | test: test0 | |
7 | ./test0 | |
8 | ||
[3] | 9 | clean: |
[7] | 10 | rm *.o test0 testKF |
[1] | 11 | |
[5] | 12 | test0: test0.cpp libBM.o libDC.o itpp_ext.o |
[7] | 13 | testKF: testKF.o libKF.o libBM.o libDC.o itpp_ext.o |
[8] | 14 | testPF: testPF.o libPF.o libBM.o libDC.o itpp_ext.o |
[12] | 15 | testSmp: testSmp.o libEF.o libBM.o libDC.o itpp_ext.o |
Note: See TracBrowser
for help on using the browser.