Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3154
Modified Files: Makefile Log Message: moved iem16 to only build on Mac OS X and GNU/Linux since it dies when compiling on Windows/MinGW
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.144 retrieving revision 1.145 diff -C2 -d -r1.144 -r1.145 *** Makefile 27 Apr 2007 13:46:56 -0000 1.144 --- Makefile 14 May 2007 22:39:02 -0000 1.145 *************** *** 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 --- 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 earplug
# this is for libraries that don't compile (yet) on all platforms *************** *** 132,139 **** else ifeq ($(OS_NAME),darwin) ! LIB_TARGETS += hid hidio pidip wiiremote gem2pdp else # GNU/Linux, BSD, IRIX, etc. ! LIB_TARGETS += hid hidio pdp pidip hdspm_mixer gem2pdp endif endif --- 132,139 ---- else ifeq ($(OS_NAME),darwin) ! LIB_TARGETS += hid hidio pidip wiiremote gem2pdp iem16 else # GNU/Linux, BSD, IRIX, etc. ! LIB_TARGETS += hid hidio pdp pidip hdspm_mixer gem2pdp iem16 endif endif