Lines Matching +full:test +full:- +full:config

4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
25 # Copyright (c) 2017-2023 Sebastian Pipping <sebastian@pipping.org>
30 # Copyright (c) 2024 Dag-Erling Smørgrav <des@des.dev>
54 if test -z '$(MAKELEVEL)'; then \
56 elif test -n '$(MAKE_HOST)'; then \
58 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
65 case $${target_option-} in \
68 "target option '$${target_option-}' specified" >&2; \
89 test $$skip_next = yes && { skip_next=no; continue; }; \
91 *=*|--*) continue;; \
92 -*I) strip_trailopt 'I'; skip_next=yes;; \
93 -*I?*) strip_trailopt 'I';; \
94 -*O) strip_trailopt 'O'; skip_next=yes;; \
95 -*O?*) strip_trailopt 'O';; \
96 -*l) strip_trailopt 'l'; skip_next=yes;; \
97 -*l?*) strip_trailopt 'l';; \
98 -[dEDm]) skip_next=yes;; \
99 -[JT]) skip_next=yes;; \
105 test $$has_opt = yes
113 install_sh_DATA = $(install_sh) -c -m 644
114 install_sh_PROGRAM = $(install_sh) -c
115 install_sh_SCRIPT = $(install_sh) -c
135 $(top_srcdir)/conftools/ax-require-defined.m4 \
136 $(top_srcdir)/conftools/ax-check-compile-flag.m4 \
137 $(top_srcdir)/conftools/ax-check-link-flag.m4 \
138 $(top_srcdir)/conftools/ax-append-flag.m4 \
139 $(top_srcdir)/conftools/ax-append-compile-flags.m4 \
140 $(top_srcdir)/conftools/ax-append-link-flags.m4 \
141 $(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
142 $(top_srcdir)/conftools/ax-cxx-compile-stdcxx.m4 \
143 $(top_srcdir)/conftools/ax-cxx-compile-stdcxx-11.m4 \
149 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
150 configure.lineno config.status.lineno
151 mkinstalldirs = $(install_sh) -d
153 CONFIG_CLEAN_FILES = expat.pc cmake/expat-config.cmake \
154 cmake/autotools/expat-config-version.cmake \
155 cmake/autotools/expat-noconfig.cmake run.sh
171 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
172 ctags-recursive dvi-recursive html-recursive info-recursive \
173 install-data-recursive install-dvi-recursive \
174 install-exec-recursive install-html-recursive \
175 install-info-recursive install-pdf-recursive \
176 install-ps-recursive install-recursive installcheck-recursive \
177 installdirs-recursive pdf-recursive ps-recursive \
178 tags-recursive uninstall-recursive
182 *) (install-info --version) >/dev/null 2>&1;; \
189 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
194 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
206 test -z "$$files" \
207 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
208 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
209 $(am__cd) "$$dir" && rm -f $$files; }; \
214 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
215 distclean-recursive maintainer-clean-recursive
220 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
221 cscope distdir distdir-am dist dist-all distcheck
224 # Read a list of newline-separated strings from the standard input,
238 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
243 $(top_srcdir)/cmake/autotools/expat-config-version.cmake.in \
244 $(top_srcdir)/cmake/expat-config.cmake.in \
245 $(top_srcdir)/conftools/ar-lib $(top_srcdir)/conftools/compile \
246 $(top_srcdir)/conftools/config.guess \
247 $(top_srcdir)/conftools/config.sub \
248 $(top_srcdir)/conftools/install-sh \
251 conftools/ar-lib conftools/compile conftools/config.guess \
252 conftools/config.sub conftools/depcomp conftools/install-sh \
255 distdir = $(PACKAGE)-$(VERSION)
258 if test -d "$(distdir)"; then \
259 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
260 && rm -rf "$(distdir)" \
261 || { sleep 5 && rm -rf "$(distdir)"; }; \
270 while test -n "$$dir1"; do \
271 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
272 if test "$$first" != "."; then \
273 if test "$$first" = ".."; then \
274 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
275 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
277 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
278 if test "$$first2" = "$$first"; then \
279 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
286 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
291 GZIP_ENV = --best
292 DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip
295 distuninstallcheck_listfiles = find . -type f -print
297 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
298 distcleancheck_listfiles = find . -type f -print
450 dist-bzip2 \
451 dist-lzip \
452 dist-xz \
454 subdir-objects
456 ACLOCAL_AMFLAGS = -I m4
457 LIBTOOLFLAGS = --verbose
465 cmake/autotools/expat-config-version.cmake \
466 cmake/autotools/expat-noconfig.cmake \
467 cmake/expat-config.cmake
469 cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@
471 cmake/autotools/expat-noconfig__linux.cmake.in \
472 cmake/autotools/expat-noconfig__macos.cmake.in \
473 cmake/autotools/expat-noconfig__windows.cmake.in \
474 cmake/autotools/expat-package-init.cmake \
475 cmake/mingw-toolchain.cmake \
495 conftools/get-version.sh \
507 fix-xmltest-log.sh \
508 test-driver-wrapper.sh
511 $(MAKE) $(AM_MAKEFLAGS) all-recursive
514 am--refresh: Makefile
520 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
521 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
526 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
528 $(AUTOMAKE) --foreign Makefile
529 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
531 *config.status*) \
532 echo ' $(SHELL) ./config.status'; \
533 $(SHELL) ./config.status;; \
535 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
536 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
539 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
540 $(SHELL) ./config.status --recheck
548 expat_config.h: stamp-h1
549 @test -f $@ || rm -f stamp-h1
550 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
552 stamp-h1: $(srcdir)/expat_config.h.in $(top_builddir)/config.status
553 @rm -f stamp-h1
554 cd $(top_builddir) && $(SHELL) ./config.status expat_config.h
557 rm -f stamp-h1
560 distclean-hdr:
561 -rm -f expat_config.h stamp-h1
562 expat.pc: $(top_builddir)/config.status $(srcdir)/expat.pc.in
563 cd $(top_builddir) && $(SHELL) ./config.status $@
564 cmake/expat-config.cmake: $(top_builddir)/config.status $(top_srcdir)/cmake/expat-config.cmake.in
565 cd $(top_builddir) && $(SHELL) ./config.status $@
566 cmake/autotools/expat-config-version.cmake: $(top_builddir)/config.status $(top_srcdir)/cmake/autot…
567 cd $(top_builddir) && $(SHELL) ./config.status $@
568 cmake/autotools/expat-noconfig.cmake: $(top_builddir)/config.status
569 cd $(top_builddir) && $(SHELL) ./config.status $@
570 run.sh: $(top_builddir)/config.status $(srcdir)/run.sh.in
571 cd $(top_builddir) && $(SHELL) ./config.status $@
573 mostlyclean-libtool:
574 -rm -f *.lo
576 clean-libtool:
577 -rm -rf .libs _libs
579 distclean-libtool:
580 -rm -f libtool config.lt
581 install-dist_cmakeDATA: $(dist_cmake_DATA)
583 @list='$(dist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
584 if test -n "$$list"; then \
589 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
597 uninstall-dist_cmakeDATA:
599 @list='$(dist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
600 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
602 install-nodist_cmakeDATA: $(nodist_cmake_DATA)
604 @list='$(nodist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
605 if test -n "$$list"; then \
610 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
618 uninstall-nodist_cmakeDATA:
620 @list='$(nodist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
621 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
623 install-pkgconfigDATA: $(pkgconfig_DATA)
625 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
626 if test -n "$$list"; then \
631 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
639 uninstall-pkgconfigDATA:
641 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
642 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
648 # (1) if the variable is set in 'config.status', edit 'config.status'
659 target=`echo $@ | sed s/-recursive//`; \
661 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
666 if test "$$subdir" = "."; then \
668 local_target="$$target-am"; \
675 if test "$$dot_seen" = "no"; then \
676 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
677 fi; test -z "$$fail"
680 $(am__define_uniq_tagged_files); mkid -fID $$unique
681 tags: tags-recursive
684 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
687 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
688 include_option=--etags-include; \
691 include_option=--include; \
695 if test "$$subdir" = .; then :; else \
696 test ! -f $$subdir/TAGS || \
702 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
703 test -n "$$unique" || unique=$$empty_fix; \
704 if test $$# -gt 0; then \
712 ctags: ctags-recursive
715 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
717 test -z "$(CTAGS_ARGS)$$unique" \
724 && gtags -i $(GTAGS_ARGS) "$$here"
726 test ! -s cscope.files \
727 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
728 clean-cscope:
729 -rm -f cscope.files
730 cscope.files: clean-cscope cscopelist
731 cscopelist: cscopelist-recursive
733 cscopelist-am: $(am__tagged_files)
740 if test -f "$$i"; then \
747 distclean-tags:
748 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
749 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
751 $(MAKE) $(AM_MAKEFLAGS) distdir-am
753 distdir-am: $(DISTFILES)
755 test -d "$(distdir)" || mkdir "$(distdir)"
760 sed -e "s|^$$srcdirstrip/||;t" \
761 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
765 sort -u` ;; \
768 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
769 if test -d $$d/$$file; then \
770 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
771 if test -d "$(distdir)/$$file"; then \
772 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
774 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
775 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
776 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
778 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
780 test -f "$(distdir)/$$file" \
781 || cp -p $$d/$$file "$(distdir)/$$file" \
786 if test "$$subdir" = .; then :; else \
788 || test -d "$(distdir)/$$subdir" \
810 -test -n "$(am__skip_mode_fix)" \
811 || find "$(distdir)" -type d ! -perm -755 \
812 -exec chmod u+rwx,go+rx {} \; -o \
813 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
814 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
815 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
816 || chmod -R a+r "$(distdir)"
817 dist-gzip: distdir
818 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
820 dist-bzip2: distdir
821 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
823 dist-lzip: distdir
824 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
826 dist-xz: distdir
827 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
830 dist-zstd: distdir
831 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
834 dist-tarZ: distdir
838 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
841 dist-shar: distdir
845 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
848 dist-zip: distdir
849 -rm -f $(distdir).zip
850 zip -rq $(distdir).zip $(distdir)
853 dist dist-all:
858 # it guarantees that the distribution is self-contained by making another
863 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
865 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
867 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
869 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
871 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
873 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
877 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
879 chmod -R a-w $(distdir)
882 chmod a-w $(distdir)
883 test -d $(distdir)/_build || exit 0; \
884 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
885 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
891 --srcdir=../.. --prefix="$$dc_install_base" \
900 && chmod -R a-w "$$dc_install_base" \
907 } || { rm -rf "$$dc_destdir"; exit 1; }) \
908 && rm -rf "$$dc_destdir" \
910 && rm -rf $(DIST_ARCHIVES) \
917 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
919 @test -n '$(distuninstallcheck_dir)' || { \
928 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
930 if test -n "$(DESTDIR)"; then \
936 @if test '$(srcdir)' = . ; then \
940 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
944 check-am: all-am
945 check: check-recursive
946 all-am: Makefile $(DATA) expat_config.h
947 installdirs: installdirs-recursive
948 installdirs-am:
950 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
952 install: install-recursive
953 install-exec: install-exec-recursive
954 install-data: install-data-recursive
955 uninstall: uninstall-recursive
957 install-am: all-am
958 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
960 installcheck: installcheck-recursive
961 install-strip:
962 if test -z '$(STRIP)'; then \
964 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
968 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
971 mostlyclean-generic:
973 clean-generic:
975 distclean-generic:
976 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
977 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
979 maintainer-clean-generic:
982 clean: clean-recursive
984 clean-am: clean-generic clean-libtool mostlyclean-am
986 distclean: distclean-recursive
987 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
988 -rm -f Makefile
989 distclean-am: clean-am distclean-generic distclean-hdr \
990 distclean-libtool distclean-tags
992 dvi: dvi-recursive
994 dvi-am:
996 html: html-recursive
998 html-am:
1000 info: info-recursive
1002 info-am:
1004 install-data-am: install-dist_cmakeDATA install-nodist_cmakeDATA \
1005 install-pkgconfigDATA
1007 install-dvi: install-dvi-recursive
1009 install-dvi-am:
1011 install-exec-am:
1013 install-html: install-html-recursive
1015 install-html-am:
1017 install-info: install-info-recursive
1019 install-info-am:
1021 install-man:
1023 install-pdf: install-pdf-recursive
1025 install-pdf-am:
1027 install-ps: install-ps-recursive
1029 install-ps-am:
1031 installcheck-am:
1033 maintainer-clean: maintainer-clean-recursive
1034 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1035 -rm -rf $(top_srcdir)/autom4te.cache
1036 -rm -f Makefile
1037 maintainer-clean-am: distclean-am maintainer-clean-generic
1039 mostlyclean: mostlyclean-recursive
1041 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1043 pdf: pdf-recursive
1045 pdf-am:
1047 ps: ps-recursive
1049 ps-am:
1051 uninstall-am: uninstall-dist_cmakeDATA uninstall-nodist_cmakeDATA \
1052 uninstall-pkgconfigDATA
1054 .MAKE: $(am__recursive_targets) all install-am install-strip
1056 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1057 am--refresh check check-am clean clean-cscope clean-generic \
1058 clean-libtool cscope cscopelist-am ctags ctags-am dist \
1059 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1060 dist-xz dist-zip dist-zstd distcheck distclean \
1061 distclean-generic distclean-hdr distclean-libtool \
1062 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1063 dvi-am html html-am info info-am install install-am \
1064 install-data install-data-am install-dist_cmakeDATA \
1065 install-dvi install-dvi-am install-exec install-exec-am \
1066 install-html install-html-am install-info install-info-am \
1067 install-man install-nodist_cmakeDATA install-pdf \
1068 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1069 install-strip installcheck installcheck-am installdirs \
1070 installdirs-am maintainer-clean maintainer-clean-generic \
1071 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1072 ps ps-am tags tags-am uninstall uninstall-am \
1073 uninstall-dist_cmakeDATA uninstall-nodist_cmakeDATA \
1074 uninstall-pkgconfigDATA
1084 @echo 'ERROR: * Mass-patch Makefile.am, e.g.' >&2
1085 @echo 'ERROR: # find . -name Makefile.am -exec sed \' >&2
1086 @echo 'ERROR: -e "s,libexpat\.la,libexpatw.la," \' >&2
1087 @echo 'ERROR: -e "s,libexpat_la,libexpatw_la," \' >&2
1088 @echo 'ERROR: -i.bak {} +' >&2
1090 @echo 'ERROR: * Run automake to re-generate Makefile.in files' >&2
1092 @echo 'ERROR: * Use "./configure --without-xmlwf" and/or' >&2
1093 @echo 'ERROR: "make -C lib all install" to bypass compilation' >&2
1094 @echo 'ERROR: of xmlwf (e.g. with -DXML_UNICODE)' >&2
1098 .PHONY: run-benchmark
1099 run-benchmark:
1100 $(MAKE) -C tests/benchmark
1101 …./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 6553…
1102 …./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/aaaaaa_attr.xml…
1103 …./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/aaaaaa_cdata.xm…
1104 …./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/aaaaaa_comment.…
1105 …./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/aaaaaa_tag.xml …
1106 …./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/aaaaaa_text.xml…
1108 .PHONY: download-xmlts-zip
1109 download-xmlts-zip:
1110 if test "$(XMLTS_ZIP)" = ""; then \
1111 wget --output-document=tests/xmlts.zip \
1112 https://www.w3.org/XML/Test/xmlts20080827.zip; \
1118 $(MAKE) download-xmlts-zip
1120 .PHONY: extract-xmlts-zip
1121 extract-xmlts-zip: tests/xmlts.zip
1122 [ -f $(builddir)/tests/xmlts.zip ] || $(MAKE) download-xmlts-zip # vpath workaround
1123 cd tests && unzip -q xmlts.zip
1126 $(MAKE) extract-xmlts-zip
1128 .PHONY: run-xmltest
1129 run-xmltest: tests/xmlconf
1130 @WITH_XMLWF_TRUE@ [ -d $(builddir)/tests/xmlconf ] || $(MAKE) extract-xmlts-zip # vpath workaround
1131 @WITH_XMLWF_TRUE@ $(MAKE) -C lib
1132 @WITH_XMLWF_TRUE@ $(MAKE) -C xmlwf
1134 @WITH_XMLWF_TRUE@ $(srcdir)/fix-xmltest-log.sh $(builddir)/tests/xmltest.log
1135 @WITH_XMLWF_TRUE@ diff -u $(srcdir)/tests/xmltest.log.expected $(builddir)/tests/xmltest.log
1136 @WITH_XMLWF_FALSE@ @echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1137 @WITH_XMLWF_FALSE@ @echo 'ERROR: Please re-configure without --without-xmlwf.' >&2