aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 17:23:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 17:23:53 +0000
commit2fe3140e366d89f009853fd734844bb226af1c74 (patch)
tree73984851f8a0d85a00958ed6d8f344a3ae419cf4 /externals/Makefile
parent1d7c23b9face5bda7cd37f49e559769492c1d9a3 (diff)
added PDP dependencies for pdvjtools so it'll automatically generate them
svn path=/trunk/; revision=9898
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 54f5bcb2..5d01cf71 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -2052,12 +2052,11 @@ PDP_NAME=pdp
$(externals_src)/pdp/configure: $(externals_src)/pdp/configure.ac
cd $(externals_src)/pdp && autoconf
-$(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/Makefile.config.in
+$(externals_src)/pdp/Makefile.config: $(externals_src)/pdp/configure $(externals_src)/pdp/Makefile.config.in
cd $(externals_src)/pdp && ./configure PD_CPPFLAGS="-I$(pd_src)/src" \
$(PDP_OPTIONS)
-$(externals_src)/pdp/pdp.$(EXTENSION): $(externals_src)/pdp/configure \
-$(externals_src)/pdp/Makefile.config
+$(externals_src)/pdp/pdp.$(EXTENSION): $(externals_src)/pdp/Makefile.config
$(MAKE) -C $(externals_src)/pdp PD_EXECUTABLE="$(pd_src)/bin/pd"
pdp: $(externals_src)/pdp/pdp.$(EXTENSION)
@@ -2095,7 +2094,7 @@ pdp_clean:
PDVJTOOLS_NAME=pdvjtools
PDVJTOOLS_OBJECTS := $(wildcard $(externals_src)/pdvjtools/*/*.c)
PDVJTOOLS_CPP_OBJECTS := $(wildcard $(externals_src)/pdvjtools/*/*.cc)
-pdvjtools: $(PDVJTOOLS_OBJECTS:.c=.$(EXTENSION)) \
+pdvjtools: $(externals_src)/pdp/Makefile.config $(PDVJTOOLS_OBJECTS:.c=.$(EXTENSION)) \
$(PDVJTOOLS_CPP_OBJECTS:.cc=.$(EXTENSION))
pdvjtools_install: pdvjtools