Update of /cvsroot/pure-data/externals/moocow/extended In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23745
Modified Files: Makefile Log Message: + added sprinkler to extended moocow build
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/moocow/extended/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 1 Aug 2007 23:36:36 -0000 1.1 --- Makefile 2 Aug 2007 22:48:57 -0000 1.2 *************** *** 13,17 **** ../pdstring \ ../readdir \ ! ../weightmap
# ../flite ../gfsm --- 13,18 ---- ../pdstring \ ../readdir \ ! ../weightmap \ ! ../../sprinkler
# ../flite ../gfsm *************** *** 62,75 **** (cd $(1); ./autogen.sh) || true
! $(1)-configure: (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 $(MAKE) -C $(1) all install || true touch $$@ --- 63,70 ---- (cd $(1); ./autogen.sh) || true
! $(1)-configure: $(1)-autogen (cd $(1); ./configure $(CONFIGURE_ARGS) $(2)) || true
! $(1)/build.stamp: $(1)-configure $(MAKE) -C $(1) all install || true touch $$@ *************** *** 88,90 **** --- 83,86 ---- $(eval $(call subdir_template,../pdstring,--enable-object-externals)) $(eval $(call subdir_template,../readdir)) + $(eval $(call subdir_template,../../sprinkler)) $(eval $(call subdir_template,../weightmap))