root/tests/Makefile @ 17

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

drobne zmeny v Makefile a pridani testKF.it

Line 
1LDFLAGS = -L../bdm
2LDLIBS = -lbdm -litpp
3
4all: subsystem test0 testKF
5        echo $(CPPFLAGS)
6
7subsystem:
8        $(MAKE) -C ../bdm
9
10test0: test0.o
11
12testKF: testKF.o
13
14clean:
15        $(RM) test0
16        $(RM) testKF
17        $(RM) *.o
Note: See TracBrowser for help on using the browser.