diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-03 15:40:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-03 15:40:34 +0000 |
commit | deedf4d172e2b10c23fcd65c5377f2d8b2146d6b (patch) | |
tree | 42474a242c0b7df60b7bd6dd229e19da9dab89eb /usbhid/Makefile | |
parent | 3a6d18031f8efbfd4555f13a87cbcd52107063e1 (diff) |
first really working output example, using the iFeel mouse buzz, yay!
svn path=/trunk/externals/hcs/; revision=9754
Diffstat (limited to 'usbhid/Makefile')
-rw-r--r-- | usbhid/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usbhid/Makefile b/usbhid/Makefile index 01a6fee..dabda0c 100644 --- a/usbhid/Makefile +++ b/usbhid/Makefile @@ -15,10 +15,13 @@ test_locations: # for emacs etags: - etags --language=c *.[ch] ../../../pd/src/*.[ch] \ - /usr/include/*.h /usr/include/sys/*.h \ - /sw/include/*.h /sw/include/*/*.h \ - libhid-svn/*/*.? + etags *.[ch] ../../../pd/src/*.[ch] \ + ~/code/libhid-svn/*/*.[ch] \ + /sw/include/hid*.h /sw/include/usb*.h \ + /System/Library/Frameworks/IOKit.framework/Headers/hid/*.h \ + /Users/hans/Documents/Research/HID/example\ code/CrossHID/*/*.h \ + /Users/hans/Documents/Research/HID/example\ code/CrossHID/*/*.cpp \ + ../hid/HID\ Utilities\ Source/*.[ch] #etags_Darwin: # etags --append /sw/include/*.h /sw/include/*/*.h |