diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-06-23 11:09:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-06-23 11:09:27 +0000 |
commit | 36da526326235cf3e982b774d83758cfacc76c87 (patch) | |
tree | 4c3b839d0f2060a1a27786c9c11355acc43f6d88 /usbhid/Makefile | |
parent | a4cd9b4f7827e9f421449a08c95606537920cde4 (diff) |
fixed etags to append user-specific locations to the big global TAGS file
svn path=/trunk/externals/hcs/; revision=10072
Diffstat (limited to 'usbhid/Makefile')
-rw-r--r-- | usbhid/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usbhid/Makefile b/usbhid/Makefile index dabda0c..688b7b0 100644 --- a/usbhid/Makefile +++ b/usbhid/Makefile @@ -15,13 +15,12 @@ test_locations: # for emacs etags: - 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] + cd $(EXTERNALS_ROOT) && \ + etags --append \ + ~/code/libhid-svn/*/*.[ch] \ + ~/code/libusb/*.[ch] \ + /Users/hans/Documents/Research/HID/example\ code/CrossHID/*/*.h \ + /Users/hans/Documents/Research/HID/example\ code/CrossHID/*/*.cpp #etags_Darwin: # etags --append /sw/include/*.h /sw/include/*/*.h |