From 4831402603a1a78939216974c09dfa45e1d7c03d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 30 Jul 2007 22:50:13 +0000 Subject: got strtol working (baby steps), but I can't find the magic combo to get output working svn path=/trunk/externals/hcs/; revision=8293 --- usbhid/Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'usbhid/Makefile') diff --git a/usbhid/Makefile b/usbhid/Makefile index 4b68f67..01a6fee 100644 --- a/usbhid/Makefile +++ b/usbhid/Makefile @@ -13,6 +13,17 @@ clean: test_locations: make -C $(EXTERNALS_ROOT) test_locations +# for emacs etags: - etags *.[ch] ../../../pd/src/*.[ch] libhid-svn/*/*.? \ - /usr/include/*.h /usr/include/sys/*.h + etags --language=c *.[ch] ../../../pd/src/*.[ch] \ + /usr/include/*.h /usr/include/sys/*.h \ + /sw/include/*.h /sw/include/*/*.h \ + libhid-svn/*/*.? + +#etags_Darwin: +# etags --append /sw/include/*.h /sw/include/*/*.h + +etags_Linux: + etags --append libhid-svn/*/*.? + + -- cgit v1.2.1