root/bdm/Makefile @ 18

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

update

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