Update of /cvsroot/pure-data/externals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5723
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: build pidip by default for release
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/Makefile,v retrieving revision 1.103.2.7 retrieving revision 1.103.2.8 diff -C2 -d -r1.103.2.7 -r1.103.2.8 *** Makefile 6 Jan 2007 03:00:53 -0000 1.103.2.7 --- Makefile 17 Apr 2007 05:16:44 -0000 1.103.2.8 *************** *** 1820,1832 **** pidip: $(externals_src)/pidip/pidip.$(EXTENSION)
! pidip_install: ! install -d $(objectsdir)/$(PIDIP_NAME) ! $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIDIP_NAME) \ ! --author "Yves Degoyon" \ ! --description "PiDiP is Definitely in Pieces" \ ! --license "GNU GPLv2" ! -install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir)/$(PIDIP_NAME) ! install -d $(helpdir)/$(PIDIP_NAME) ! install -p $(externals_src)/pidip/doc/*.pd $(helpdir)/$(PIDIP_NAME) install -d $(examplesdir)/$(PIDIP_NAME) install -p $(externals_src)/pidip/patches/*.* $(examplesdir)/$(PIDIP_NAME) --- 1820,1832 ---- pidip: $(externals_src)/pidip/pidip.$(EXTENSION)
! pidip_install: pidip ! # install -d $(objectsdir)/$(PIDIP_NAME) ! # $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIDIP_NAME) \ ! # --author "Yves Degoyon" \ ! # --description "PiDiP is Definitely in Pieces" \ ! # --license "GNU GPLv2" ! install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir) ! install -d $(helpdir) ! install -p $(externals_src)/pidip/doc/*.pd $(helpdir) install -d $(examplesdir)/$(PIDIP_NAME) install -p $(externals_src)/pidip/patches/*.* $(examplesdir)/$(PIDIP_NAME)