aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorDavid Doukhan <rudk@users.sourceforge.net>2011-02-07 16:18:06 +0000
committerDavid Doukhan <rudk@users.sourceforge.net>2011-02-07 16:18:06 +0000
commit56dace9e99d7969499b8e20eb322bf72ae87410e (patch)
treecf128d7db77028d8807ace71828267b16609f471 /externals/Makefile
parent6c7052cdd02b332edc219f56a0a54ceb549d2b54 (diff)
cw_binaural added to the makefile
svn path=/trunk/; revision=14858
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 1e7f3db7..898a7420 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -128,7 +128,7 @@ CXXFLAGS = $(CFLAGS)
#
# WARNING! this MUST be all on one line because the automatic package
# building scripts rely on it being that way.
-LIB_TARGETS = adaptive arraysize bassemu boids bsaylor comport creb cxc cyclone earplug ekext ext13 extra freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-hexloader loaders-libdir mapping markex maxlib mjlib moocow moonlib motex mrpeach oscx pan pdcontainer pddp pdogg plugin pmpd sigpack smlib tof vanilla vbap windowing zexy
+LIB_TARGETS = adaptive arraysize bassemu boids bsaylor comport creb cw_binaural cxc cyclone earplug ekext ext13 extra freeverb ggee hcs iem_ambi iem_bin_ambi iemlib iemgui iemguts iem_adaptfilt iemmatrix iemxmlrpc iem_delay iem_roomsim iem_spec2 iem_tab jasch_lib loaders-hexloader loaders-libdir mapping markex maxlib mjlib moocow moonlib motex mrpeach oscx pan pdcontainer pddp pdogg plugin pmpd sigpack smlib tof vanilla vbap windowing zexy
# this is for libraries that don't compile (yet) on all platforms
ifeq ($(OS_NAME),windows)
@@ -396,6 +396,19 @@ creb_clean:
#------------------------------------------------------------------------------#
+# CW_BINAURAL
+
+cw_binaural:
+ make -C $(externals_src)/ddoukhan/cw_binaural~ PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)"
+
+cw_binaural_install:
+ make -C $(externals_src)/ddoukhan/cw_binaural~ DESTDIR="$(DESTDIR)" objectsdir="$(objectsdir)" install
+
+cw_binaural_clean:
+ make -C $(externals_src)/ddoukhan/cw_binaural~ clean
+
+
+#------------------------------------------------------------------------------#
# CXC
cxc:
make -C $(externals_src)/cxc PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)"