aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 341c55b..78d1860 100644
--- a/Makefile
+++ b/Makefile
@@ -15,11 +15,18 @@ test_locations:
# for emacs
etags:
+ etags ../../../pd/src/*.h *.[ch] linux/input.h
make etags_`uname -s`
etags_Darwin:
- etags *.[ch] linux/input.h HID\ Utilities\ Source/*.[ch] \
+ etags -a HID\ Utilities\ Source/*.[ch] \
+ /System/Library/Frameworks/ForceFeedback.framework/Headers/*.h \
+ /System/Library/Frameworks/Carbon.framework/Headers/*.h \
/System/Library/Frameworks/IOKit.framework/Headers/hid*/*.[ch]
etags_Linux:
- etags *.[ch] /usr/include/*.h linux/input.h /usr/include/sys/*.h
+ etags -a /usr/include/*.h linux/input.h /usr/include/sys/*.h
+
+etags_MINGW:
+ etags -a /usr/include/*.h /usr/include/sys/*.h \
+ /usr/local/include/*.h /usr/local/include/sys/*.h