Update of /cvsroot/pure-data/abstractions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21612
Modified Files: Makefile Log Message: Removed pdmtl from the abstractions Makefile because it is too outdated
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/abstractions/Makefile,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** Makefile 12 Oct 2007 22:53:26 -0000 1.40 --- Makefile 14 Nov 2007 22:21:07 -0000 1.41 *************** *** 28,32 **** # WARNING! this MUST be all on one line because the automatic package # building scripts rely on it being that way. ! LIB_TARGETS = gyre jmmmp keyboardkeys la-kitchen list-abs memento nusmuk nqpoly parazit pddp pdmtl pixeltango purepd rradical rtc-lib puremeasurement timestretch sssad pd-wavelet
# in case anything needs to be compiled or processed somehow before installing --- 28,32 ---- # WARNING! this MUST be all on one line because the automatic package # building scripts rely on it being that way. ! LIB_TARGETS = gyre jmmmp keyboardkeys la-kitchen list-abs memento nusmuk nqpoly parazit pddp pixeltango purepd rradical rtc-lib puremeasurement timestretch sssad pd-wavelet
# in case anything needs to be compiled or processed somehow before installing *************** *** 276,302 **** # install -d $(manualsdir)/$(PDDP_NAME) # install -d $(examplesdir)/$(PDDP_NAME) ! ! #------------------------------------------------------------------------------- ! # PDMTL ! PDMTL_NAME = pdmtl ! pdmtl_install: ! install -d $(objectsdir)/$(PDMTL_NAME) ! install -p $(abstractions_src)/pdmtl/*.pd $(objectsdir)/$(PDMTL_NAME) ! install -d $(objectsdir)/$(PDMTL_NAME)/include ! install -p $(abstractions_src)/pdmtl/include/*.pd $(objectsdir)/$(PDMTL_NAME)/include ! $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PDMTL_NAME) \ ! --author "TOF, WIP, AALEX" \ ! --description "A lot of abstractions" \ ! --license "Kopymi" \ ! --version "" ! install -d $(helpdir)/$(PDMTL_NAME) ! install -p $(abstractions_src)/pdmtl/0.info.pd \ ! $(helpdir)/$(PDMTL_NAME) ! install -p $(abstractions_src)/pdmtl/1.browser.pd \ ! $(helpdir)/$(PDMTL_NAME) ! install -p $(abstractions_src)/pdmtl/2.popup.pd \ ! $(helpdir)/$(PDMTL_NAME) ! install -p $(abstractions_src)/pdmtl/3.readme.txt \ ! $(helpdir)/$(PDMTL_NAME)
--- 276,280 ---- # install -d $(manualsdir)/$(PDDP_NAME) # install -d $(examplesdir)/$(PDDP_NAME) !