root/tests/Makefile @ 16

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

doplneni

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