Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19527
Modified Files: Makefile Log Message: added more details to hidin and added it to the default Windows build
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** Makefile 9 Aug 2006 04:12:31 -0000 1.76 --- Makefile 9 Aug 2006 04:18:13 -0000 1.77 *************** *** 112,120 **** # WARNING! this MUST be all on one line because the automatic package # building scripts rely on it being that way. ! LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib iemmatrix loaders mapping markex maxlib mjlib motex oscx pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy
# this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) ! LIB_TARGETS += else ifeq ($(OS_NAME),darwin) --- 112,120 ---- # WARNING! this MUST be all on one line because the automatic package # building scripts rely on it being that way. ! LIB_TARGETS = boids bsaylor corelibs creb cxc cyclone ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib iemmatrix loaders mapping markex maxlib mjlib motex oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy
# this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) ! LIB_TARGETS += hidin else ifeq ($(OS_NAME),darwin) *************** *** 974,981 **** install -d $(objectsdir)/$(HIDIN_NAME) $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(HIDIN_NAME) \ ! --author "" \ ! --description "" \ ! --license "" \ ! --version "" install -p $(HIDIN_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(HIDIN_NAME) install -d $(helpdir)/$(HIDIN_NAME) --- 974,980 ---- install -d $(objectsdir)/$(HIDIN_NAME) $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(HIDIN_NAME) \ ! --author "Olaf Matthes" \ ! --description "HID input for Windows HID" \ ! --license "GNU GPL" install -p $(HIDIN_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(HIDIN_NAME) install -d $(helpdir)/$(HIDIN_NAME)