root/Makefile @ 7

Revision 7, 254 bytes (checked in by smidl, 17 years ago)

nefunkcni!!!

RevLine 
[1]1LDFLAGS=-litpp
[3]2CPPFLAGS=-g
[1]3
[7]4all: testKF
[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
14        g++ -o $@ testKF.o libKF.o libBM.o libDC.o itpp_ext.o $(LDFLAGS)
Note: See TracBrowser for help on using the browser.