Update of /cvsroot/pure-data/abstractions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11872
Modified Files: Makefile Log Message: Added pdmtl to the abstractions makefile
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/abstractions/Makefile,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** Makefile 25 Feb 2007 06:40:08 -0000 1.39 --- Makefile 12 Oct 2007 22:53:26 -0000 1.40 *************** *** 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 --- 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 *************** *** 276,279 **** --- 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)