LDFLAGS=-Ldebug/usr/lib/ -litpp 
CPPFLAGS=-g

all: testPF

test: test0
	./test0

clean:
	rm *.o test0 testKF

test0: test0.cpp libBM.o libDC.o itpp_ext.o
testKF: testKF.o libKF.o libBM.o libDC.o itpp_ext.o
testPF: testPF.o libPF.o libBM.o libDC.o itpp_ext.o

itpp_ext.o: itpp_ext.cpp itpp_ext.h