Update of /cvsroot/pure-data/abstractions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7734
Modified Files: Makefile Log Message: * Tried to add RTC-lib to the extended makefile. Hopefully didn't break anything.
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/abstractions/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Makefile 25 Sep 2006 01:32:59 -0000 1.30 --- Makefile 26 Nov 2006 13:09:22 -0000 1.31 *************** *** 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
# 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 pixeltango purepd rradical rtc-lib
# in case anything needs to be compiled or processed somehow before installing *************** *** 370,373 **** --- 370,392 ---- $(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 + #==============================================================================# #