From 19cc31e3fd6942030173981be17ed88ef860ef88 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Dec 2006 22:57:22 +0000 Subject: ported b3 from Masayuki Akamatsu, looks complete now svn path=/trunk/externals/io/; revision=7091 --- wiiremote/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'wiiremote/Makefile') 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 -- cgit v1.2.1