From deedf4d172e2b10c23fcd65c5377f2d8b2146d6b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 3 May 2008 15:40:34 +0000 Subject: first really working output example, using the iFeel mouse buzz, yay! svn path=/trunk/externals/hcs/; revision=9754 --- usbhid/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'usbhid/Makefile') 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 -- cgit v1.2.1