From 36da526326235cf3e982b774d83758cfacc76c87 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 23 Jun 2008 11:09:27 +0000 Subject: fixed etags to append user-specific locations to the big global TAGS file svn path=/trunk/externals/hcs/; revision=10072 --- usbhid/Makefile | 13 ++++++------- 1 file 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 -- cgit v1.2.1