root/Makefile @ 11

Revision 11, 294 bytes (checked in by smidl, 17 years ago)

resampling in PF + initial port of functions

RevLine 
[11]1LDFLAGS=-Ldebug/usr/lib/ -litpp
[3]2CPPFLAGS=-g
[1]3
[11]4all: testPF
[1]5
6test: test0
7        ./test0
8
[3]9clean:
[7]10        rm *.o test0 testKF
[1]11
[5]12test0: test0.cpp libBM.o libDC.o itpp_ext.o
[7]13testKF: testKF.o libKF.o libBM.o libDC.o itpp_ext.o
[8]14testPF: testPF.o libPF.o libBM.o libDC.o itpp_ext.o
[11]15
16itpp_ext.o: itpp_ext.cpp itpp_ext.h
Note: See TracBrowser for help on using the browser.