root/bdm/Makefile @ 18

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

update

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