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

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri May 23 02:20:07 CEST 2008


Revision: 9868
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9868&view=rev
Author:   eighthave
Date:     2008-05-22 17:20:06 -0700 (Thu, 22 May 2008)

Log Message:
-----------
added noise wavefile for partconv~ help patch

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-22 18:25:27 UTC (rev 9867)
+++ branches/pd-extended/v0-40/externals/Makefile	2008-05-23 00:20:06 UTC (rev 9868)
@@ -414,7 +414,6 @@
 #------------------------------------------------------------------------------#
 # BSAYLOR
 BSAYLOR_NAME=bsaylor
-# partconv~.c requires fftw3, which is not part of the build system yet
 BSAYLOR_OBJECTS := $(wildcard $(externals_src)/bsaylor/*~.c)
 bsaylor: $(BSAYLOR_OBJECTS:.c=.$(EXTENSION))
 
@@ -429,6 +428,7 @@
 	install -d $(helpdir)/$(BSAYLOR_NAME)
 	install -p $(externals_src)/bsaylor/help/*.pd \
 		$(helpdir)/$(BSAYLOR_NAME)
+	install -p $(externals_src)/bsaylor/*.wav $(helpdir)/$(BSAYLOR_NAME)
 #	install -d $(manualsdir)/$(BSAYLOR_NAME)
 	install -d $(readmesdir)
 	install -p $(externals_src)/bsaylor/README.txt \


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