root/bdm/Makefile @ 15

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

restrukturalizace

Line 
1CPPFLAGS = -g
2
3
4export CPPFLAGS
5
6all: subsystem libbdm.a
7
8subsystem:
9        $(MAKE) -C stat
10        $(MAKE) -C estim
11        $(MAKE) -C design
12        $(MAKE) -C math
13
14libbdm.a: itpp_ext.o
15        $(AR) rvus $@ ./stat/*.o ./estim/*.o  ./math/*.o itpp_ext.o
Note: See TracBrowser for help on using the browser.