diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-28 00:37:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-28 00:37:54 +0000 |
commit | 6b2aa4a4a7816d604ee63c974131c03fed9a4b7c (patch) | |
tree | f2e8041327aba32123e3c45acf746a523943d188 /Makefile | |
parent | d97ac3564e559040da3b87635352da0cea75ab5e (diff) |
first working version of hidio+HIDUtilities build on Mac OS X using autotools, still needs work
svn path=/trunk/externals/io/hidio/; revision=13107
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index bab756d..0000000 --- a/Makefile +++ /dev/null @@ -1,38 +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: - etags ../../../pd/src/*.[ch] *.[ch] linux/input.h /usr/include/stdlib.h \ - /usr/include/time.h /usr/include/stdio.h - make etags_`uname -s` - -etags_Darwin: - etags -a HID\ Utilities\ Source/*.[ch] \ - /System/Library/Frameworks/ForceFeedback.framework/Headers/*.h \ - /System/Library/Frameworks/Carbon.framework/Headers/*.h \ - /System/Library/Frameworks/CoreServices.framework/Headers/*.h \ - /System/Library/Frameworks/IOKit.framework/Headers/*.[ch] \ - /System/Library/Frameworks/IOKit.framework/Headers/hid*/*.[ch] \ - /Users/hans/Documents/Research/HID/example\ code/CrossHID/*/*.h \ - /Users/hans/Documents/Research/HID/example\ code/CrossHID/*/*.cpp \ - /usr/include/mach/*.h - -etags_Linux: - etags -a /usr/include/*.h linux/input.h /usr/include/sys/*.h - -etags_MINGW: - etags -a /usr/include/*.h /usr/include/sys/*.h \ - /usr/local/include/*.h /usr/local/include/sys/*.h |