1 ###############################################################################
2 # $Id: Makefile,v 1.7 2008/03/10 14:00:00 faust Exp $
3 ###############################################################################
5 include ../Makefile.conf
7 .PHONY: all $(STG_LIBS)
8 .PHONY: clean install uninstall includes
10 for LIB in $(STG_LIBS); do\
11 $(MAKE) $(MAKECMDGOALS) -C $$LIB;\