aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-08-02 22:48:57 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-08-02 22:48:57 +0000
commit909958783d239b9b61a67e43b12320e3462a0588 (patch)
treee341ef8b836c1871d2a8cb44a6bc7c8229086927
parentc8701577ce452e131226961c7ae73419a44ef889 (diff)
+ added sprinkler to extended moocow build
svn path=/trunk/externals/moocow/; revision=8359
-rw-r--r--extended/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/extended/Makefile b/extended/Makefile
index 306d543..7c53b3b 100644
--- a/extended/Makefile
+++ b/extended/Makefile
@@ -12,7 +12,8 @@ SUBDIRS = \
../deque \
../pdstring \
../readdir \
- ../weightmap
+ ../weightmap \
+ ../../sprinkler
# ../flite ../gfsm
@@ -61,16 +62,10 @@ define subdir_template
$(1)-autogen:
(cd $(1); ./autogen.sh) || true
- $(1)-configure:
+ $(1)-configure: $(1)-autogen
(cd $(1); ./configure $(CONFIGURE_ARGS) $(2)) || true
- $(1)/configure: $(1)/configure.in $(1)/Makefile.am $(1)/autogen.sh
- $(MAKE) $(1)-autogen
-
- $(1)/Makefile: $(1)/configure
- $(MAKE) $(1)-configure
-
- $(1)/build.stamp: $(1)/Makefile
+ $(1)/build.stamp: $(1)-configure
$(MAKE) -C $(1) all install || true
touch $$@
@@ -87,4 +82,5 @@ $(eval $(call subdir_template,../deque))
#$(eval $(call subdir_template,../gfsm))
$(eval $(call subdir_template,../pdstring,--enable-object-externals))
$(eval $(call subdir_template,../readdir))
+$(eval $(call subdir_template,../../sprinkler))
$(eval $(call subdir_template,../weightmap))