aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-06 22:17:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-06 22:17:15 +0000
commitcc70508a237f2adbb3cdf471281b9641cec8b623 (patch)
tree5dfca4439652fb2a77f39e1e0b6d5b786b7bc284 /externals/Makefile
parent3595d550f21f9fae4647c40f6150a691bf1fee8d (diff)
fixed a number of minor bugs, including Frank's patches; added test_location target to check where everything will end up
svn path=/trunk/; revision=4159
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 2c5d8276..8de91620 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -61,7 +61,7 @@ LINUX_CFLAGS = $(CFLAGS) -fPIC
LINUX_INCLUDES = $(INCLUDES)
LINUX_LDFLAGS = $(LDFLAGS) -Wl,-export_dynamic -shared
%.pd_linux: %.c
- $(CC) $(CFLAGS) $(INCLUDES) -o "$*.o" -c "../src/$*.c"
+ $(CC) $(CFLAGS) $(INCLUDES) -o "$*.o" -c "$*.c"
gcc $(LINUX_LDFLAGS) -o "$*.pd_linux" "$*.o" -lc -lm
chmod a-x "$*.pd_linux"
$(STRIP) $*.pd_linux
@@ -117,8 +117,8 @@ pre_all_unknown:
# INSTALL
install: all $(objectsdir) help_install objects_install unfiltered_install \
creb_install cxc_install cyclone_install ext13_install iemabs_install \
-iemabs_install iemmatrix_install pddp_install pdp_install pmpd_install \
-toxy_install unauthorized_install vbap_install zexy_install
+iemabs_install iemlib_install iemmatrix_install pddp_install pdp_install \
+pmpd_install toxy_install unauthorized_install vbap_install zexy_install
@echo " "
@echo "externals install succeeded!"