Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2350
Modified Files:
Makefile
Log Message:
hidio is broken on Windows for a while now, so skip it; also, die on errors when bulding pidip, so we can make sure it's being built
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** Makefile 18 Mar 2007 20:43:11 -0000 1.136
--- Makefile 1 Apr 2007 20:52:28 -0000 1.137
***************
*** 125,129 ****
# WARNING! this MUST be all on one line because the automatic package
# building scripts rely on it being that way.
! LIB_TARGETS = boids bsaylor creb cxc cyclone deprecated ekext ext13 flatspace flib freeverb ggee hardware hcs hidio iem_ambi iem_bin_ambi iemlib jasch_lib loaders mapping markex maxlib mjlib motex mrpeach msd oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy pdcontainer adaptive iem_delay iem_roomsim iem_spec2 iem_tab flashserver iemgui iem_adaptfilt iemmatrix iem_matrix iemxmlrpc iem16 earplug
# this is for libraries that don't compile (yet) on all platforms
--- 125,129 ----
# WARNING! this MUST be all on one line because the automatic package
# building scripts rely on it being that way.
! LIB_TARGETS = boids bsaylor creb cxc cyclone deprecated ekext ext13 flatspace flib freeverb ggee hardware hcs iem_ambi iem_bin_ambi iemlib jasch_lib loaders mapping markex maxlib mjlib motex mrpeach msd oscx pan pddp pdogg pmpd sigpack smlib toxy unauthorized vbap zexy pdcontainer adaptive iem_delay iem_roomsim iem_spec2 iem_tab flashserver iemgui iem_adaptfilt iemmatrix iem_matrix iemxmlrpc iem16 earplug
# this is for libraries that don't compile (yet) on all platforms
***************
*** 132,139 ****
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid wiiremote
else
# GNU/Linux, BSD, IRIX, etc.
! LIB_TARGETS += hid pdp pidip hdspm_mixer
endif
endif
--- 132,139 ----
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid hidio wiiremote
else
# GNU/Linux, BSD, IRIX, etc.
! LIB_TARGETS += hid hidio pdp pidip hdspm_mixer
endif
endif
***************
*** 1835,1839 ****
pidip: $(externals_src)/pidip/pidip.$(EXTENSION)
! pidip_install:
install -d $(objectsdir)/$(PIDIP_NAME)
$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIDIP_NAME) \
--- 1835,1839 ----
pidip: $(externals_src)/pidip/pidip.$(EXTENSION)
! pidip_install: pidip
install -d $(objectsdir)/$(PIDIP_NAME)
$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIDIP_NAME) \
***************
*** 1841,1845 ****
--description "PiDiP is Definitely in Pieces" \
--license "GNU GPLv2"
! -install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir)/$(PIDIP_NAME)
install -d $(helpdir)/$(PIDIP_NAME)
install -p $(externals_src)/pidip/doc/*.pd $(helpdir)/$(PIDIP_NAME)
--- 1841,1845 ----
--description "PiDiP is Definitely in Pieces" \
--license "GNU GPLv2"
! install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir)/$(PIDIP_NAME)
install -d $(helpdir)/$(PIDIP_NAME)
install -p $(externals_src)/pidip/doc/*.pd $(helpdir)/$(PIDIP_NAME)