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