Legend:
- Unmodified
- Added
- Removed
-
Makefile
r7 r8 2 2 CPPFLAGS=-g 3 3 4 all: test KF4 all: testPF 5 5 6 6 test: test0 … … 12 12 test0: test0.cpp libBM.o libDC.o itpp_ext.o 13 13 testKF: testKF.o libKF.o libBM.o libDC.o itpp_ext.o 14 g++ -o $@ testKF.o libKF.o libBM.o libDC.o itpp_ext.o $(LDFLAGS) 14 testPF: testPF.o libPF.o libBM.o libDC.o itpp_ext.o