aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-22 04:13:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-22 04:13:14 +0000
commite44b95e080b5aa15cf70996aaa2fab1144708a77 (patch)
treea5eb5849ff88a63294017ef1dd60db159031366a /Makefile
parent52116dbc660c218a7b45c776cbd4dbd1a47fd2c2 (diff)
everything is building, the element array is being properly populated, I just need to fix the data output to use the new element array
svn path=/trunk/externals/hcs/hid/; revision=5706
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f474aee..341c55b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,5 +15,11 @@ test_locations:
# for emacs
etags:
+ make etags_`uname -s`
+
+etags_Darwin:
etags *.[ch] linux/input.h HID\ Utilities\ Source/*.[ch] \
/System/Library/Frameworks/IOKit.framework/Headers/hid*/*.[ch]
+
+etags_Linux:
+ etags *.[ch] /usr/include/*.h linux/input.h /usr/include/sys/*.h