aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usbhid/Makefile13
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