Changeset 18 for tests/Makefile
- Timestamp:
- 02/01/08 10:49:29 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile
r17 r18 1 LDFLAGS = -L../bdm2 LDLIBS = -lbdm -litpp1 LDFLAGS += -L../bdm 2 LDLIBS += -lbdm 3 3 4 all: subsystem test0 testKF 4 all: subsystem test0 testKF testSL 5 5 echo $(CPPFLAGS) 6 6 … … 12 12 testKF: testKF.o 13 13 14 testSL: testSL.o 15 14 16 clean: 15 17 $(RM) test0