From a48346bc5e21d634ea9619b4d89b74dc4798bb64 Mon Sep 17 00:00:00 2001 From: Frank Barknecht Date: Sun, 26 Nov 2006 13:09:22 +0000 Subject: * Tried to add RTC-lib to the extended makefile. Hopefully didn't break anything. svn path=/trunk/; revision=6438 --- abstractions/Makefile | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'abstractions') diff --git a/abstractions/Makefile b/abstractions/Makefile index f54dc92f..891a270e 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 = gyre jmmmp keyboardkeys la-kitchen list-abs memento nusmuk nqpoly parazit pddp pixeltango purepd rradical +LIB_TARGETS = gyre jmmmp keyboardkeys la-kitchen list-abs memento nusmuk nqpoly parazit pddp pixeltango purepd rradical rtc-lib # in case anything needs to be compiled or processed somehow before installing all: @@ -369,6 +369,25 @@ rradical_install: install -p $(abstractions_src)/rradical/usecases/showcase/songs/*.* \ $(examplesdir)/$(RRADICAL_NAME)/showcase/songs +#------------------------------------------------------------------------------- +# rtc-lib +RTC-LIB_NAME = rtc +rtc-lib_install: + install -d $(objectsdir)/$(RTC-LIB_NAME) + install -p $(shell ls -1 $(abstractions_src)/footils/rtc-lib/rtc/*.pd | \ + grep -v '\-help.pd\|RTC-Overview.pd') $(objectsdir)/$(RTC-LIB_NAME) + $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(RTC-LIB_NAME) \ + --author "Karlheinz Essel and Frank Barknecht" \ + --license "Pd license" \ + --description "Realtime Composition Library for Max ported to Pd" + install -d $(helpdir)/$(RTC-LIB_NAME) + install -d $(helpdir)/$(RTC-LIB_NAME)/rtc-help + install -p $(abstractions_src)/footils/rtc-lib/rtc/*-help.pd \ + $(abstractions_src)/footils/rtc-lib/rtc/RTC-Overview.pd \ + $(helpdir)/$(RTC-LIB_NAME) + install -p $(abstractions_src)/footils/rtc-lib/rtc/rtc-help/*.pd \ + $(helpdir)/$(RTC-LIB_NAME)/rtc-help + #==============================================================================# # # DEVELOPER'S TARGETS -- cgit v1.2.1