diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-22 04:13:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-22 04:13:14 +0000 |
commit | e44b95e080b5aa15cf70996aaa2fab1144708a77 (patch) | |
tree | a5eb5849ff88a63294017ef1dd60db159031366a /Makefile | |
parent | 52116dbc660c218a7b45c776cbd4dbd1a47fd2c2 (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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |