Revision: 9544 http://pure-data.svn.sourceforge.net/pure-data/?rev=9544&view=rev Author: eighthave Date: 2008-03-07 15:30:58 -0800 (Fri, 07 Mar 2008)
Log Message: ----------- enabled partconv~ and pvoc~ in bsaylor since fftw3 is installed on all the build machines; install the wiiremote help file
Modified Paths: -------------- trunk/externals/Makefile
Modified: trunk/externals/Makefile =================================================================== --- trunk/externals/Makefile 2008-03-07 18:47:45 UTC (rev 9543) +++ trunk/externals/Makefile 2008-03-07 23:30:58 UTC (rev 9544) @@ -339,7 +339,7 @@ # BSAYLOR BSAYLOR_NAME=bsaylor # partconv~.c requires fftw3, which is not part of the build system yet -BSAYLOR_OBJECTS := $(wildcard $(externals_src)/bsaylor/[a-oq-z]*~.c) +BSAYLOR_OBJECTS := $(wildcard $(externals_src)/bsaylor/*~.c) bsaylor: $(BSAYLOR_OBJECTS:.c=.$(EXTENSION))
bsaylor_install: bsaylor @@ -2447,9 +2447,9 @@ install -d $(objectsdir)/$(WIIREMOTE_NAME) install -p $(externals_src)/io/wiiremote/wiiremote.$(EXTENSION) \ $(objectsdir)/$(WIIREMOTE_NAME) -# install -d $(helpdir)/$(WIIREMOTE_NAME) -# install -p $(externals_src)/io/wiiremote/*.pd \ -# $(helpdir)/$(WIIREMOTE_NAME) + install -d $(helpdir)/$(WIIREMOTE_NAME) + install -p $(externals_src)/io/wiiremote/*.pd \ + $(helpdir)/$(WIIREMOTE_NAME) # install -d $(manualsdir)/$(WIIREMOTE_NAME) # install -p $(externals_src)/io/wiiremote/manual.txt \ # $(manualsdir)/$(WIIREMOTE_NAME)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.