]> git.stg.codes - stg.git/blob - stglibs/Makefile
Merge remote-tracking branch 'origin/stg-2.409' into ticket37
[stg.git] / stglibs / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.7 2008/03/10 14:00:00 faust Exp $
3 ###############################################################################
4
5 include ../Makefile.conf
6
7 .PHONY: all $(STG_LIBS)
8 .PHONY: clean install uninstall includes
9 all: $(STG_LIBS)
10         for LIB in $(STG_LIBS); do\
11             $(MAKE) $(MAKECMDGOALS) -C $$LIB;\
12         done
13
14 includes: all
15
16 clean: all
17
18 install: all
19
20 uninstall: all