Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9896
Modified Files: Makefile Log Message: commented the LIB_TARGETS stuff for the devs
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Makefile 23 Jan 2006 18:29:39 -0000 1.36 --- Makefile 24 Jan 2006 06:50:46 -0000 1.37 *************** *** 100,104 **** # ALL
! # if your library isn't included here, it won't be built with Pd-extended LIB_TARGETS = buildsrc creb cxc cyclone ext13 freeverb iemabs iemlib \ iemmatrix loaders markex maxlib mjlib motex oscx pddp pdogg pmpd \ --- 100,106 ---- # ALL
! # if your library isn't included in LIB_TARGETS, it won't be built with ! # Pd-extended. For libraries that build on all platforms, add them directly ! # below, otherwise add to the correct platforms below. LIB_TARGETS = buildsrc creb cxc cyclone ext13 freeverb iemabs iemlib \ iemmatrix loaders markex maxlib mjlib motex oscx pddp pdogg pmpd \ *************** *** 112,115 **** --- 114,118 ---- LIB_TARGETS += hid pdp else + # GNU/Linux, BSD, IRIX, etc. LIB_TARGETS += hid pdp pidip endif