aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78d1860..98be310 100644
--- a/Makefile
+++ b/Makefile
@@ -15,14 +15,18 @@ test_locations:
# for emacs
etags:
- etags ../../../pd/src/*.h *.[ch] linux/input.h
+ etags ../../../pd/src/*.h *.[ch] linux/input.h /usr/include/stdlib.h \
+ /usr/include/time.h /usr/include/stdio.h
make etags_`uname -s`
etags_Darwin:
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]
+ /System/Library/Frameworks/CoreServices.framework/Headers/*.h \
+ /System/Library/Frameworks/IOKit.framework/Headers/*.[ch] \
+ /System/Library/Frameworks/IOKit.framework/Headers/hid*/*.[ch] \
+ /usr/include/mach/*.h
etags_Linux:
etags -a /usr/include/*.h linux/input.h /usr/include/sys/*.h