diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-01 21:24:34 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-01 21:24:34 +0000 |
commit | d040366c83e4eca95dbdbf2f203e2e5fb97d424d (patch) | |
tree | 06343358c56bbb69e0e3cf981db18cc031ce8693 /externals | |
parent | 1366c9f5411bb238186312c6ddf745a7349c6177 (diff) |
s/tclpd/loaders-tclpd/
svn path=/trunk/; revision=15432
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 2e5f726c..139dae78 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 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 log mapping markex maxlib mediasettings mjlib moocow moonlib motex mrpeach osc oscx pan pdcontainer pddp loaders-pdlua pdogg plugin pmpd sigpack smlib tof unauthorized 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 loaders-pdlua loaders-tclpd log mapping markex maxlib mediasettings mjlib moocow moonlib motex mrpeach osc oscx pan pdcontainer pddp pdogg pmpd sigpack smlib tof unauthorized vanilla vbap windowing zexy # this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) @@ -136,13 +136,13 @@ ifeq ($(OS_NAME),windows) else ifeq ($(OS_NAME),darwin) # on Mac OS X 10.6/Snow Leopard don't build hid since it needs Carbon - LIB_TARGETS += gem pdp gem2pdp iem16 apple + LIB_TARGETS += gem pdp gem2pdp iem16 apple plugin ifneq ($(shell uname -r | sed 's|10\.[0-9][0-9]*\.[0-9][0-9]*|10|'),10) LIB_TARGETS += hid endif else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += gem hid pdp gem2pdp iem16 + LIB_TARGETS += gem hid pdp gem2pdp iem16 plugin endif endif @@ -1033,7 +1033,7 @@ loaders-libdir_clean: loaders-tclpd: make -C $(externals_src)/loaders/tclpd PD_PATH=$(pd_src) CFLAGS="$(CFLAGS)" -loaders-tclpd_install: tclpd +loaders-tclpd_install: loaders-tclpd make -C $(externals_src)/loaders/tclpd DESTDIR="$(DESTDIR)" \ objectsdir="$(objectsdir)" install |