root/Makefile @ 12

Revision 12, 313 bytes (checked in by smidl, 16 years ago)

opravy v libDC (stale nefunkcni)

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