aboutsummaryrefslogtreecommitdiff
path: root/abstractions
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-27 20:45:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-27 20:45:58 +0000
commit8e23ebf9a66d312e6c9d4479617f04edf86f3f45 (patch)
tree7dbe5dd59e2790902817d8f08bcaf3658b9d1bb3 /abstractions
parenta431194e3ab505bdd5da330344b2ec72ddd43961 (diff)
fixed up LIB_TARGETS to work with rpm and deb package building scripts
svn path=/trunk/; revision=5419
Diffstat (limited to 'abstractions')
-rw-r--r--abstractions/Makefile8
-rw-r--r--abstractions/TODO4
2 files changed, 9 insertions, 3 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile
index af32e0ec..a4f5b8c8 100644
--- a/abstractions/Makefile
+++ b/abstractions/Makefile
@@ -23,9 +23,11 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout
#==============================================================================#
# if your library isn't included in LIB_TARGETS, it won't be built with
-# Pd-extended.
-LIB_TARGETS = gyre keyboardkeys la-kitchen list-abs memento \
-nusmuk nqpoly parazit pddp pixeltango purepd rradical
+# Pd-extended.
+#
+# WARNING! this MUST be all on one line because the automatic package
+# building scripts rely on it being that way.
+LIB_TARGETS = gyre keyboardkeys la-kitchen list-abs memento nusmuk nqpoly parazit pddp pixeltango purepd rradical
# in case anything needs to be compiled or processed somehow before installing
all:
diff --git a/abstractions/TODO b/abstractions/TODO
index 8b137891..66c25dee 100644
--- a/abstractions/TODO
+++ b/abstractions/TODO
@@ -1 +1,5 @@
+- fix up Makefile to use auto _install and _clean target generation, like in
+ externals/Makefile
+
+