Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28430
Modified Files: Makefile Log Message: everything is building, the element array is being properly populated, I just need to fix the data output to use the new element array
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** Makefile 22 Aug 2006 01:20:20 -0000 1.81 --- Makefile 22 Aug 2006 04:13:14 -0000 1.82 *************** *** 122,126 **** else # GNU/Linux, BSD, IRIX, etc. ! LIB_TARGETS += endif endif --- 122,126 ---- else # GNU/Linux, BSD, IRIX, etc. ! LIB_TARGETS += hid endif endif *************** *** 930,937 **** --- 930,939 ---- # Apple changed the XCode CLI tool's name in xcode2... arg # if on non-Mac OS X, this target just echos a message + ifeq ($(UNAME),Darwin) cd $(HID_UTILITIES_SOURCE) && \ (test -x /usr/bin/xcodebuild && /usr/bin/xcodebuild) || \ (test -x /usr/bin/pbxbuild && /usr/bin/pbxbuild) || \ echo "Not building Apple HID Utilities" + endif
$(externals_src)/hcs/hid/hid.$(EXTENSION): $(HID_OBJECTS) \