aboutsummaryrefslogtreecommitdiff
path: root/externals/loaders/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-20 00:51:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-20 00:51:30 +0000
commitc2e5a2396cb91b08f30d841e37f91854abc6d167 (patch)
tree445f0b2f0a8b7f45d9a6237f6ad7c8bdfbd4dcb9 /externals/loaders/Makefile
parent08c28112f8cc20f9b7d45dd417718996a7ca0d4b (diff)
first functional example, it worked in the test at least, time to test some more
svn path=/trunk/; revision=6328
Diffstat (limited to 'externals/loaders/Makefile')
-rw-r--r--externals/loaders/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/externals/loaders/Makefile b/externals/loaders/Makefile
new file mode 100644
index 00000000..576ff878
--- /dev/null
+++ b/externals/loaders/Makefile
@@ -0,0 +1,17 @@
+TARGET := $(shell pwd | sed 's|.*/\(.*\)$$|\1|')
+EXTERNALS_ROOT := $(shell pwd | sed 's|^\(/.*externals\).*|\1|')
+
+default:
+ make -C $(EXTERNALS_ROOT) $(TARGET)
+
+install:
+ make -C $(EXTERNALS_ROOT) $(TARGET)_install
+
+clean:
+ make -C $(EXTERNALS_ROOT) $(TARGET)_clean
+
+test_locations:
+ make -C $(EXTERNALS_ROOT) test_locations
+
+etags:
+ etags *.[ch] ~/cvs/pure-data/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h