[PD-cvs] SF.net SVN: pure-data: [9905] branches/pd-extended/v0-40/externals/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun May 25 11:41:07 CEST 2008


Revision: 9905
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9905&view=rev
Author:   eighthave
Date:     2008-05-25 02:41:05 -0700 (Sun, 25 May 2008)

Log Message:
-----------
cleaned up creb targets and renamed help files according to the standard

Modified Paths:
--------------
    branches/pd-extended/v0-40/externals/Makefile

Modified: branches/pd-extended/v0-40/externals/Makefile
===================================================================
--- branches/pd-extended/v0-40/externals/Makefile	2008-05-25 08:50:24 UTC (rev 9904)
+++ branches/pd-extended/v0-40/externals/Makefile	2008-05-25 09:41:05 UTC (rev 9905)
@@ -484,17 +484,15 @@
 #------------------------------------------------------------------------------#
 # CREB
 CREB_NAME=creb
-# ead* are compiled separately
 CREB_OBJECTS := $(wildcard $(externals_src)/creb/modules/*.c)
-# loopsampler.cc doesn't compile, so omit
-CREB_CXXOBJECTS := $(wildcard $(externals_src)/creb/modules++/[a-km-z]*.cc)
+CREB_CXXOBJECTS := $(wildcard $(externals_src)/creb/modules++/*.cc)
 
 creb: $(CREB_OBJECTS:.c=.$(EXTENSION)) $(CREB_CXXOBJECTS:.cc=.$(EXTENSION))
 
 creb_install: creb
 	install -d $(objectsdir)/$(CREB_NAME)
 	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(CREB_NAME) \
-		--author "Tom Schouten <creb at zzz.kotnet.org>" \
+		--author "Tom Schouten <tom at zwizwa.be>" \
 		--description "This is a collection of pd externals. My bag of tricks." \
 		--license "GNU GPL 2" \
 		--version "0.9.2"
@@ -503,17 +501,17 @@
 		$(CREB_CXXOBJECTS:.cc=.$(EXTENSION)) 		$(objectsdir)/$(CREB_NAME)
 	install -d $(helpdir)/$(CREB_NAME)
 	install -p $(externals_src)/creb/doc/*.* $(helpdir)/$(CREB_NAME)
-	install -d $(manualsdir)/$(CREB_NAME)
-	install -p $(externals_src)/creb/doc/reference.txt $(manualsdir)/$(CREB_NAME)
+	install -d $(readmesdir)
+	install -p $(externals_src)/creb/doc/reference.txt \
+		$(readmesdir)/$(CREB_NAME).txt
 	install -d $(examplesdir)/$(CREB_NAME)
 	install -p $(externals_src)/creb/doc/examples/*.* $(examplesdir)/$(CREB_NAME)
 
 creb_clean:
 	-rm -f -- $(CREB_OBJECTS:.c=.$(EXTENSION))
-	-rm -f -- $(CREB_ENVELOPE_UTIL:.c=.$(EXTENSION))
-	-rm -f -- $(CREB_EA_OBJECTS:.c=.$(EXTENSION)) 
 	-rm -f -- $(CREB_OBJECTS:.c=.o)
-	-rm -f -- $(CREB_ENVELOPE_UTIL:.c=.o) $(CREB_EA_OBJECTS:.c=.o)
+	-rm -f -- $(CREB_CXXOBJECTS:.cc=.$(EXTENSION))
+	-rm -f -- $(CREB_CXXOBJECTS:.cc=.o)
 	-rm -f -- $(externals_src)/creb/*/*.bak
 	-rm -f -- $(externals_src)/creb/*/*.*~
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list