From 909958783d239b9b61a67e43b12320e3462a0588 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 2 Aug 2007 22:48:57 +0000 Subject: + added sprinkler to extended moocow build svn path=/trunk/externals/moocow/; revision=8359 --- extended/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'extended') 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)) -- cgit v1.2.1