]> git.stg.codes - stg.git/blob - stglibs/Makefile
Добавление исходников
[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
11 $(STG_LIBS):
12         $(MAKE) $(MAKECMDGOALS) -C $@
13
14 includes: all
15
16 clean: all
17         rm -f $(DIR_LIB)/*
18
19 install: all
20
21 uninstall: all
22