[PD-cvs] SF.net SVN: pure-data: [10072] trunk/externals/hcs/usbhid/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jun 23 13:09:27 CEST 2008


Revision: 10072
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10072&view=rev
Author:   eighthave
Date:     2008-06-23 04:09:27 -0700 (Mon, 23 Jun 2008)

Log Message:
-----------
fixed etags to append user-specific locations to the big global TAGS file

Modified Paths:
--------------
    trunk/externals/hcs/usbhid/Makefile

Modified: trunk/externals/hcs/usbhid/Makefile
===================================================================
--- trunk/externals/hcs/usbhid/Makefile	2008-06-23 10:16:55 UTC (rev 10071)
+++ trunk/externals/hcs/usbhid/Makefile	2008-06-23 11:09:27 UTC (rev 10072)
@@ -15,13 +15,12 @@
 
 # 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list