From 3295861482261a1648d621cd01a9fda571f00f5e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 9 Apr 2006 00:30:59 +0000 Subject: included bsaylor's objects, except partconv~, which requires fftw3 svn path=/trunk/; revision=4853 --- externals/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'externals') 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 -- cgit v1.2.1