]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / Makefile
diff --git a/stargazer/plugins/Makefile b/stargazer/plugins/Makefile
new file mode 100644 (file)
index 0000000..2163957
--- /dev/null
@@ -0,0 +1,20 @@
+###############################################################################
+# $Id: Makefile,v 1.1 2007/09/26 13:55:45 faust Exp $
+###############################################################################
+
+include ../../../Makefile.conf
+
+.PHONY: clean install uninstall
+.PHONY: all $(PLUGINS)
+
+all: $(PLUGINS)
+
+$(PLUGINS):
+       $(MAKE) $(MAKECMDGOALS) -C $@
+
+clean: all
+
+install: all
+
+uninstall: all
+