aboutsummaryrefslogtreecommitdiff
path: root/wiiremote/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-28 22:57:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:08:25 +0200
commit19cc31e3fd6942030173981be17ed88ef860ef88 (patch)
treebc4d9b2760b3d1f9171025411f37187e26ee9c78 /wiiremote/Makefile
parent9a6afb879b41110e8ae58cdb2898a6c3a6e3ad3f (diff)
ported b3 from Masayuki Akamatsu, looks complete now
svn path=/trunk/externals/io/; revision=7091
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