From 56dace9e99d7969499b8e20eb322bf72ae87410e Mon Sep 17 00:00:00 2001 From: David Doukhan Date: Mon, 7 Feb 2011 16:18:06 +0000 Subject: cw_binaural added to the makefile svn path=/trunk/; revision=14858 --- externals/Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'externals') 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) @@ -395,6 +395,19 @@ creb_clean: -rm -f -- $(externals_src)/creb/*/*.*~ +#------------------------------------------------------------------------------# +# 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: -- cgit v1.2.1