diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-03-07 23:30:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-03-07 23:30:58 +0000 |
commit | 3715b8855e3fd0708331a618d239e00c906f1a08 (patch) | |
tree | ac834cd86e4cc47c842408d01d24609f331d944e /externals | |
parent | 89a4f526528da7a0b472d34be48a5b03a3f3cfe3 (diff) |
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
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 8 |
1 files 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) |