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