From 3715b8855e3fd0708331a618d239e00c906f1a08 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 7 Mar 2008 23:30:58 +0000 Subject: enabled partconv~ and pvoc~ in bsaylor since fftw3 is installed on all the build machines; install the wiiremote help file svn path=/trunk/; revision=9544 --- externals/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/externals/Makefile b/externals/Makefile index 369d3ccd..53e0711d 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -339,7 +339,7 @@ boids_clean: # 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 @@ wiiremote_install: wiiremote 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) -- cgit v1.2.1