diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-21 20:03:28 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-21 20:03:28 +0000 |
commit | e6be8d9a6d2e8be2d3ec6f652cf767a013b88106 (patch) | |
tree | cdd1562219812efdfc97c81c7ef51ea7a18c867f | |
parent | de38c70d5f9bd92f74615bc4c6c8607ab3b7f118 (diff) |
removed old Makefile to make way for template-derived version
svn path=/trunk/externals/hid/; revision=14671
-rw-r--r-- | Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 341c55b..0000000 --- a/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -TARGET := $(shell pwd | sed 's|.*/\(.*\)$$|\1|') -EXTERNALS_ROOT := $(shell pwd | sed 's|^\(/.*externals\).*|\1|') - -default: - make -C $(EXTERNALS_ROOT) $(TARGET) - -install: - make -C $(EXTERNALS_ROOT) $(TARGET)_install - -clean: - make -C $(EXTERNALS_ROOT) $(TARGET)_clean - -test_locations: - make -C $(EXTERNALS_ROOT) 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 |