From 8e23ebf9a66d312e6c9d4479617f04edf86f3f45 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 27 Jul 2006 20:45:58 +0000 Subject: fixed up LIB_TARGETS to work with rpm and deb package building scripts svn path=/trunk/; revision=5419 --- abstractions/Makefile | 8 +++++--- abstractions/TODO | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'abstractions') 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 + + -- cgit v1.2.1