aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-12 04:20:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-03-12 04:20:55 +0000
commitf6afae42f888d1ba6d2183e40d48dff400b9dbc6 (patch)
treec9aaa27262140d6cccfe1fc626a5125945f20865 /Makefile
added first object for a new library to support Apple-specific hardware and software functions, like screen brightnesssvn2git-root
svn path=/trunk/externals/apple/; revision=9569
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2b8688b
--- /dev/null
+++ b/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] ~/code/pure-data/trunk/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h