--- libxslt-1.1.6/tests/rec1/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/rec1/Makefile.am Sat May 8 14:09:20 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = doc.xsl doc.xml doc.dtd result.xml @@ -12,7 +12,7 @@ $(MAKE) CHECKER='valgrind -q' tests # No special stuff here, just a single test that either works or doesn't! -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running REC1 tests' @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc \ --- libxslt-1.1.6/tests/rec2/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/rec2/Makefile.am Sat May 8 14:09:10 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = data.xml vrml.xsl vrml.xml svg.xsl svg.xml html.xsl html.xml @@ -12,7 +12,7 @@ $(MAKE) CHECKER='valgrind -q' tests # Just 3 specific files tested, they either work or don't! -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running REC2 tests' @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/vrml.xsl $(srcdir)/data.xml > vrml.res ; \ --- libxslt-1.1.6/tests/rec/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/rec/Makefile.am Sat May 8 13:52:44 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ article.xsl bigfont.xsl \ @@ -78,7 +78,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @(echo > .memdump) @echo '## Running REC tests' -@(for i in $(srcdir)/*.xsl ; do \ --- libxslt-1.1.6/tests/general/Makefile.am.orig Mon Apr 5 13:23:16 2004 +++ libxslt-1.1.6/tests/general/Makefile.am Sat May 8 14:09:44 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ bug-1-.out bug-1-.xsl \ @@ -164,7 +164,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running general tests' @(echo > .memdump) -@(for i in $(srcdir)/../docs/*.xml ; do \ --- libxslt-1.1.6/tests/namespaces/Makefile.am.orig Tue Mar 23 12:25:26 2004 +++ libxslt-1.1.6/tests/namespaces/Makefile.am Sat May 8 14:12:02 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ extra.xml extra.xsl extra.out \ @@ -18,7 +18,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running namespaces tests' @(echo > .memdump) -@(for i in $(srcdir)/*.xml ; do \ --- libxslt-1.1.6/tests/keys/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/keys/Makefile.am Sat May 8 14:12:18 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = dates.xml month.xml month.xsl month.out @@ -11,7 +11,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running keys tests' @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/month.xsl $(srcdir)/dates.xml > month.res ; \ --- libxslt-1.1.6/tests/numbers/Makefile.am.orig Mon Mar 22 14:17:22 2004 +++ libxslt-1.1.6/tests/numbers/Makefile.am Sat May 8 14:11:48 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = format-number.xsl format-number.xml format-number.out @@ -11,7 +11,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running numbers tests' @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/format-number.xsl $(srcdir)/format-number.xml > format-number.res ; \ --- libxslt-1.1.6/tests/documents/Makefile.am.orig Tue Feb 24 12:18:06 2004 +++ libxslt-1.1.6/tests/documents/Makefile.am Sat May 8 13:52:42 2004 @@ -17,7 +17,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/bredfort.xsl $(srcdir)/index.xml > result ; \ diff $(srcdir)/result.xhtml result; \ --- libxslt-1.1.6/tests/extensions/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/extensions/Makefile.am Sat May 8 14:12:24 2004 @@ -1,7 +1,8 @@ + ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ module.xml module.xsl module.out \ @@ -14,7 +15,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running extensions tests' @(echo > .memdump) -@(for i in $(srcdir)/*.xml ; do \ --- libxslt-1.1.6/tests/reports/Makefile.am.orig Mon Mar 22 14:17:22 2004 +++ libxslt-1.1.6/tests/reports/Makefile.am Sat May 8 14:11:40 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ cmdlineparams.xml cmdlineparams.xsl cmdlineparams.out \ @@ -18,7 +18,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running reports tests' @(echo > .memdump) -@(for i in $(srcdir)/../docs/*.xml ; do \ --- libxslt-1.1.6/tests/xmlspec/Makefile.am.orig Mon Mar 22 14:17:22 2004 +++ libxslt-1.1.6/tests/xmlspec/Makefile.am Sat May 8 14:11:28 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = REC-xml-20001006.xml xmlspec-v21.dtd W3C-REC.css \ logo-REC xmlspec.xsl REC-xml-2e.xsl diffspec.xsl \ @@ -13,7 +13,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running xmlspec tests' @(echo > .memdump) @log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc -timing \ --- libxslt-1.1.6/tests/multiple/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/multiple/Makefile.am Sat May 8 14:12:12 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = dict.dtd dict.xml dict.xsl result.xml \ out/lettera.orig out/letterb.orig \ @@ -34,7 +34,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running multiple tests' @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/dict.xsl $(srcdir)/dict.xml > dict.res ; \ --- libxslt-1.1.6/tests/docbook/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/docbook/Makefile.am Sat May 8 13:52:42 2004 @@ -126,7 +126,7 @@ # # The full set of tests # -htmltests: $(top_builddir)/xsltproc/xsltproc +htmltests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @(echo > .memdump) @echo "##" @echo "## HTML stylesheets regression tests" @@ -145,7 +145,7 @@ grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true;\ rm -f $$out ; done ) -fotests: $(top_builddir)/xsltproc/xsltproc +fotests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @(echo > .memdump) @echo "##" @echo "## XSL FO stylesheets regression tests" @@ -166,7 +166,7 @@ rm -f $$out $$msg ; \ done ) -xhtmltests: $(top_builddir)/xsltproc/xsltproc +xhtmltests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @(echo > .memdump) @echo "##" @echo "## XHTML stylesheets regression tests" --- libxslt-1.1.6/tests/exslt/common/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/exslt/common/Makefile.am Sat May 8 14:14:12 2004 @@ -18,7 +18,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running exslt common tests' @(echo > .memdump) @(for i in $(srcdir)/*.xsl ; do \ --- libxslt-1.1.6/tests/exslt/functions/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/exslt/functions/Makefile.am Sat May 8 14:13:48 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ function.1.out function.1.xml function.1.xsl \ @@ -19,7 +19,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running exslt function tests' @(echo > .memdump) @(for i in $(srcdir)/*.xsl ; do \ --- libxslt-1.1.6/tests/exslt/math/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/exslt/math/Makefile.am Sat May 8 14:13:40 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ highest.1.out highest.1.xml highest.1.xsl \ @@ -23,7 +23,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running exslt math tests' @(echo > .memdump) @(for i in $(srcdir)/*.xsl ; do \ --- libxslt-1.1.6/tests/exslt/sets/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/exslt/sets/Makefile.am Sat May 8 14:13:30 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ difference.1.out difference.1.xml difference.1.xsl \ @@ -16,7 +16,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running exslt sets tests' @(echo > .memdump) @(for i in $(srcdir)/*.xsl ; do \ --- libxslt-1.1.6/tests/exslt/strings/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/exslt/strings/Makefile.am Sat May 8 14:12:50 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ tokenize.1.xml tokenize.1.xsl tokenize.1.out \ @@ -15,7 +15,7 @@ @echo '## Running the regression tests under Valgrind' $(MAKE) CHECKER='valgrind -q' tests -test tests: $(top_builddir)/xsltproc/xsltproc +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) @echo '## Running exslt string tests' @(echo > .memdump) @(for i in $(srcdir)/*.xsl ; do \ --- libxslt-1.1.6/tests/exslt/date/Makefile.am.orig Mon Mar 22 14:17:20 2004 +++ libxslt-1.1.6/tests/exslt/date/Makefile.am Sat May 8 14:14:00 2004 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ current.xsl \ @@ -51,7 +51,7 @@ test-logall: @echo '## Running exslt date tests' -test tests: $(top_builddir)/xsltproc/xsltproc test-logall test-current +test tests: $(top_builddir)/xsltproc/xsltproc$(EXEEXT) test-logall test-current @echo '## Running exslt common tests' @(echo > .memdump) @(for i in $(srcdir)/*.xsl ; do \ --- libxslt-1.114/tests/xinclude/Makefile.am~3 2005-03-30 12:05:36.000000000 +0000 +++ libxslt-1.114/tests/xinclude/Makefile.am 2005-04-24 08:37:58.000000000 +0000 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -$(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; $(MAKE) xsltproc) +$(top_builddir)/xsltproc/xsltproc$(EXEEXT): + @(cd ../../xsltproc ; $(MAKE) xsltproc$(EXEEXT)) EXTRA_DIST = \ e.xml \