aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-09 00:30:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-09 00:30:59 +0000
commit3295861482261a1648d621cd01a9fda571f00f5e (patch)
tree2cfb52b2625b707cb6dd14104da0bf9bce1524a3 /externals
parent75a3b9e464172c5c2b3b50f85fc839bbccdcb07e (diff)
included bsaylor's objects, except partconv~, which requires fftw3
svn path=/trunk/; revision=4853
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile
index a6879a6b..ec228e89 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -109,8 +109,8 @@ CXXFLAGS = $(CFLAGS)
# if your library isn't included in LIB_TARGETS, it won't be built with
# Pd-extended. For libraries that build on all platforms, add them directly
# below, otherwise add to the correct platforms below.
-LIB_TARGETS = buildsrc creb cxc cyclone ext13 freeverb hardware iemabs iemlib \
-iemmatrix loaders mapping markex maxlib mjlib motex oscx pddp pdogg pmpd \
+LIB_TARGETS = bsaylor buildsrc creb cxc cyclone ext13 freeverb hardware iemabs \
+iemlib iemmatrix loaders mapping markex maxlib mjlib motex oscx pddp pdogg pmpd \
sigpack smlib toxy unauthorized vbap zexy
# this is for libraries that don't compile (yet) on all platforms
@@ -255,7 +255,8 @@ template_clean:
#------------------------------------------------------------------------------#
# BSAYLOR
BSAYLOR_NAME=bsaylor
-BSAYLOR_OBJECTS := $(wildcard $(externals_src)/bsaylor/*~.c)
+# partconv~.c requires fftw3, which is not part of the build system yet
+BSAYLOR_OBJECTS := $(wildcard $(externals_src)/bsaylor/[a-oq-z]*~.c)
bsaylor: $(BSAYLOR_OBJECTS:.c=.$(EXTENSION))
bsaylor_install: bsaylor