Update of /cvsroot/pure-data/externals
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2737
Modified Files:
Makefile
Log Message:
added flashserver; made hidio default on all platforms; fixed freeverb clean target
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/Makefile,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** Makefile 28 Dec 2006 17:11:05 -0000 1.110
--- Makefile 5 Jan 2007 04:13:36 -0000 1.111
***************
*** 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
# 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 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
# this is for libraries that don't compile (yet) on all platforms
***************
*** 132,139 ****
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid hidio wiiremote
else
# GNU/Linux, BSD, IRIX, etc.
! LIB_TARGETS += hid hidio pdp pidip
endif
endif
--- 132,139 ----
else
ifeq ($(OS_NAME),darwin)
! LIB_TARGETS += hid wiiremote
else
# GNU/Linux, BSD, IRIX, etc.
! LIB_TARGETS += hid pdp pidip
endif
endif
***************
*** 207,211 ****
$(externals_src)/hcs/*/doc/*.pd \
$(externals_src)/iem/comport/*/*-help.pd \
! $(externals_src)/nusmuk/line3/*.pd\
$(helpdir)/$(FLATSPACE_NAME)
install -p \
--- 207,212 ----
$(externals_src)/hcs/*/doc/*.pd \
$(externals_src)/iem/comport/*/*-help.pd \
! $(externals_src)/nusmuk/line3/*.pd \
! $(externals_src)/olafmatt/flashserver/*-help.pd \
$(helpdir)/$(FLATSPACE_NAME)
install -p \
***************
*** 790,797 ****
freeverb_clean:
! -rm -f -- $(externals_src)/freeverb/*.$(EXTENSION)
! -rm -f -- $(externals_src)/freeverb/*.o
! -rm -f -- $(externals_src)/freeverb/*.bak
! -rm -f -- $(externals_src)/freeverb/*.*~
--- 791,798 ----
freeverb_clean:
! -rm -f -- $(externals_src)/freeverb~/*.$(EXTENSION)
! -rm -f -- $(externals_src)/freeverb~/*.o
! -rm -f -- $(externals_src)/freeverb~/*.bak
! -rm -f -- $(externals_src)/freeverb~/*.*~