aboutsummaryrefslogtreecommitdiff
path: root/usbhid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usbhid/Makefile')
-rw-r--r--usbhid/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usbhid/Makefile b/usbhid/Makefile
new file mode 100644
index 0000000..576ff87
--- /dev/null
+++ b/usbhid/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