aboutsummaryrefslogtreecommitdiff
path: root/abstractions
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 00:59:24 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 00:59:24 +0000
commitdcad6a5a8a078a7e26b3fb8a43a52aca206c0514 (patch)
treed3c28845ddf8152c018c3af509831a58acee64d7 /abstractions
parent49529b866cdc43aecfa623174d0c2479b4f4edce (diff)
Added mtl to Makefile
svn path=/trunk/; revision=12668
Diffstat (limited to 'abstractions')
-rw-r--r--abstractions/Makefile39
1 files changed, 17 insertions, 22 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile
index 32c56358..c94c038b 100644
--- a/abstractions/Makefile
+++ b/abstractions/Makefile
@@ -27,7 +27,7 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
#
# WARNING! this MUST be all on one line because the automatic package
# building scripts rely on it being that way.
-LIB_TARGETS = controctopus gyre jmmmp keyboardkeys la-kitchen list-abs memento nusmuk nqpoly nsend parazit pddp pdsvn pixeltango purepd rradical rtc-lib puremeasurement timestretch memento-p sfruit pd-wavelet
+LIB_TARGETS = controctopus gyre jmmmp keyboardkeys la-kitchen list-abs memento mtl nusmuk nqpoly nsend parazit pddp pdsvn pixeltango purepd rradical rtc-lib puremeasurement timestretch memento-p sfruit pd-wavelet
# in case anything needs to be compiled or processed somehow before installing
all:
@@ -333,27 +333,22 @@ pddp_install:
# install -d $(DESTDIR)$(examplesdir)/$(PDDP_NAME)
#-------------------------------------------------------------------------------
-# pdmtl
-PDMTL_NAME = pdmtl
-pdmtl_install:
- $(scripts_src)/generate-libdir-metafile.sh $(DESTDIR)$(objectsdir) $(PDMTL_NAME) \
- --author "Thomas Fredericks, Alexandre Quessy and 11h11" \
- --license "GNU GPL" \
- --description "Pure Data Montreal Abstractions"
- install -d $(DESTDIR)$(objectsdir)/$(PDMTL_NAME)
- install -p $(shell ls -1 $(abstractions_src)/$(PDMTL_NAME)/*.pd | \
- grep -v '\-help.pd') $(DESTDIR)$(objectsdir)/$(PDMTL_NAME)
- install -d $(DESTDIR)$(objectsdir)/$(PDMTL_NAME)/include
- install -p $(abstractions_src)/$(PDMTL_NAME)/include/*.pd \
- $(DESTDIR)$(objectsdir)/$(PDMTL_NAME)/include
- install -p $(abstractions_src)/$(PDMTL_NAME)/include/*.py \
- $(DESTDIR)$(objectsdir)/$(PDMTL_NAME)/include
- install -p $(abstractions_src)/$(PDMTL_NAME)/include/*.keys \
- $(DESTDIR)$(objectsdir)/$(PDMTL_NAME)/include
- install -d $(DESTDIR)$(helpdir)/$(PDMTL_NAME)
- install -p $(abstractions_src)/$(PDMTL_NAME)/*-help.pd \
- $(DESTDIR)$(helpdir)/$(PDMTL_NAME)
- install -d $(DESTDIR)$(helpdir)/$(PDMTL_NAME)/medias
+# mtl
+MTL_NAME = mtl
+mtl_install:
+ $(scripts_src)/generate-libdir-metafile.sh $(DESTDIR)$(objectsdir) $(MTL_NAME) \
+ --author "Thomas O Fredericks and 11h11" \
+ --license "If you use and die, it's not our fault" \
+ --description "(Pure Data) Montreal Abstractions"
+ install -d $(DESTDIR)$(objectsdir)/$(MTL_NAME)
+ install -p $(shell ls -1 $(abstractions_src)/$(MTL_NAME)/*.pd | \
+ grep -v '\-help.pd') $(DESTDIR)$(objectsdir)/$(MTL_NAME)
+ install -d $(DESTDIR)$(helpdir)/$(MTL_NAME)
+ install -p $(abstractions_src)/$(MTL_NAME)/*-help.pd \
+ $(DESTDIR)$(helpdir)/$(MTL_NAME)
+ install -d $(DESTDIR)$(helpdir)/$(MTL_NAME)/examples
+ install -p $(abstractions_src)/$(MTL_NAME)/examples/*.pd \
+ $(DESTDIR)$(helpdir)/$(MTL_NAME)/examples
#-------------------------------------------------------------------------------
# pdsvn