]> git.stg.codes - stg.git/blob - stargazer/plugins/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.1 2007/09/26 13:55:45 faust Exp $
3 ###############################################################################
4
5 include ../../../Makefile.conf
6
7 .PHONY: clean install uninstall
8 .PHONY: all $(PLUGINS)
9
10 all: $(PLUGINS)
11
12 $(PLUGINS):
13         $(MAKE) $(MAKECMDGOALS) -C $@
14
15 clean: all
16
17 install: all
18
19 uninstall: all
20