Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14860
Modified Files: Makefile Log Message: added pddplink to the autobuild
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** Makefile 9 Apr 2006 04:59:15 -0000 1.48 --- Makefile 10 Apr 2006 19:21:06 -0000 1.49 *************** *** 950,954 **** # --license "BSD" \ # --description "objects for working with Tcl and Pd's Tk GUI" ! # cd $(externals_src)/miXed/pddp && $(MAKE) OUT_DIR=$(PDDP_OUT_DIR) # install -d $(helpdir)/$(PDDP_NAME) # install -d $(manualsdir)/$(PDDP_NAME) --- 950,955 ---- # --license "BSD" \ # --description "objects for working with Tcl and Pd's Tk GUI" ! cd $(externals_src)/miXed/pddp && $(MAKE) \ ! OUT_DIR=$(objectsdir)/$(PDDP_NAME_DIR) # install -d $(helpdir)/$(PDDP_NAME) # install -d $(manualsdir)/$(PDDP_NAME)