Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30764
Modified Files: Makefile Log Message: enabled pdp on GNU/Linux since Tom's been fixing things
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** Makefile 21 Sep 2006 00:14:50 -0000 1.89 --- Makefile 24 Sep 2006 22:08:34 -0000 1.90 *************** *** 133,137 **** else # GNU/Linux, BSD, IRIX, etc. ! LIB_TARGETS += hid endif endif --- 133,137 ---- else # GNU/Linux, BSD, IRIX, etc. ! LIB_TARGETS += hid pdp endif endif *************** *** 1622,1626 **** $(externals_src)/pdp/pdp.$(EXTENSION): $(externals_src)/pdp/configure \ $(externals_src)/pdp/Makefile.config ! make -C $(externals_src)/pdp
pdp: $(externals_src)/pdp/pdp.$(EXTENSION) --- 1622,1626 ---- $(externals_src)/pdp/pdp.$(EXTENSION): $(externals_src)/pdp/configure \ $(externals_src)/pdp/Makefile.config ! make -C $(externals_src)/pdp PD_EXECUTABLE="$(pd_src)/bin/pd"
pdp: $(externals_src)/pdp/pdp.$(EXTENSION)