xref: /freebsd/contrib/expat/Makefile.in (revision f4f56ff43dbd30930f4b018e39ba2b9abf84551f)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18#                          __  __            _
19#                       ___\ \/ /_ __   __ _| |_
20#                      / _ \\  /| '_ \ / _` | __|
21#                     |  __//  \| |_) | (_| | |_
22#                      \___/_/\_\ .__/ \__,_|\__|
23#                               |_| XML parser
24#
25# Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org>
26# Copyright (c) 2018      KangLin <kl222@126.com>
27# Copyright (c) 2022      Johnny Jazeix <jazeix@gmail.com>
28# Licensed under the MIT license:
29#
30# Permission is  hereby granted,  free of charge,  to any  person obtaining
31# a  copy  of  this  software   and  associated  documentation  files  (the
32# "Software"),  to  deal in  the  Software  without restriction,  including
33# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
34# distribute, sublicense, and/or sell copies of the Software, and to permit
35# persons  to whom  the Software  is  furnished to  do so,  subject to  the
36# following conditions:
37#
38# The above copyright  notice and this permission notice  shall be included
39# in all copies or substantial portions of the Software.
40#
41# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
42# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
43# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
44# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
45# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
46# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
47# USE OR OTHER DEALINGS IN THE SOFTWARE.
48
49VPATH = @srcdir@
50am__is_gnu_make = { \
51  if test -z '$(MAKELEVEL)'; then \
52    false; \
53  elif test -n '$(MAKE_HOST)'; then \
54    true; \
55  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
56    true; \
57  else \
58    false; \
59  fi; \
60}
61am__make_running_with_option = \
62  case $${target_option-} in \
63      ?) ;; \
64      *) echo "am__make_running_with_option: internal error: invalid" \
65              "target option '$${target_option-}' specified" >&2; \
66         exit 1;; \
67  esac; \
68  has_opt=no; \
69  sane_makeflags=$$MAKEFLAGS; \
70  if $(am__is_gnu_make); then \
71    sane_makeflags=$$MFLAGS; \
72  else \
73    case $$MAKEFLAGS in \
74      *\\[\ \	]*) \
75        bs=\\; \
76        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
77          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
78    esac; \
79  fi; \
80  skip_next=no; \
81  strip_trailopt () \
82  { \
83    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
84  }; \
85  for flg in $$sane_makeflags; do \
86    test $$skip_next = yes && { skip_next=no; continue; }; \
87    case $$flg in \
88      *=*|--*) continue;; \
89        -*I) strip_trailopt 'I'; skip_next=yes;; \
90      -*I?*) strip_trailopt 'I';; \
91        -*O) strip_trailopt 'O'; skip_next=yes;; \
92      -*O?*) strip_trailopt 'O';; \
93        -*l) strip_trailopt 'l'; skip_next=yes;; \
94      -*l?*) strip_trailopt 'l';; \
95      -[dEDm]) skip_next=yes;; \
96      -[JT]) skip_next=yes;; \
97    esac; \
98    case $$flg in \
99      *$$target_option*) has_opt=yes; break;; \
100    esac; \
101  done; \
102  test $$has_opt = yes
103am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105pkgdatadir = $(datadir)/@PACKAGE@
106pkgincludedir = $(includedir)/@PACKAGE@
107pkglibdir = $(libdir)/@PACKAGE@
108pkglibexecdir = $(libexecdir)/@PACKAGE@
109am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
110install_sh_DATA = $(install_sh) -c -m 644
111install_sh_PROGRAM = $(install_sh) -c
112install_sh_SCRIPT = $(install_sh) -c
113INSTALL_HEADER = $(INSTALL_DATA)
114transform = $(program_transform_name)
115NORMAL_INSTALL = :
116PRE_INSTALL = :
117POST_INSTALL = :
118NORMAL_UNINSTALL = :
119PRE_UNINSTALL = :
120POST_UNINSTALL = :
121build_triplet = @build@
122host_triplet = @host@
123@WITH_EXAMPLES_TRUE@am__append_1 = examples
124@WITH_TESTS_TRUE@am__append_2 = tests
125@WITH_XMLWF_TRUE@am__append_3 = xmlwf doc
126subdir = .
127ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
128am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
129	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
130	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
131	$(top_srcdir)/acinclude.m4 \
132	$(top_srcdir)/conftools/ax-require-defined.m4 \
133	$(top_srcdir)/conftools/ax-check-compile-flag.m4 \
134	$(top_srcdir)/conftools/ax-check-link-flag.m4 \
135	$(top_srcdir)/conftools/ax-append-flag.m4 \
136	$(top_srcdir)/conftools/ax-append-compile-flags.m4 \
137	$(top_srcdir)/conftools/ax-append-link-flags.m4 \
138	$(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
139	$(top_srcdir)/configure.ac
140am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
141	$(ACLOCAL_M4)
142DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
143	$(am__configure_deps) $(dist_cmake_DATA) $(am__DIST_COMMON)
144am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
145 configure.lineno config.status.lineno
146mkinstalldirs = $(install_sh) -d
147CONFIG_HEADER = expat_config.h
148CONFIG_CLEAN_FILES = expat.pc cmake/expat-config.cmake \
149	cmake/autotools/expat-config-version.cmake \
150	cmake/autotools/expat-noconfig.cmake run.sh
151CONFIG_CLEAN_VPATH_FILES =
152AM_V_P = $(am__v_P_@AM_V@)
153am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154am__v_P_0 = false
155am__v_P_1 = :
156AM_V_GEN = $(am__v_GEN_@AM_V@)
157am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158am__v_GEN_0 = @echo "  GEN     " $@;
159am__v_GEN_1 =
160AM_V_at = $(am__v_at_@AM_V@)
161am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162am__v_at_0 = @
163am__v_at_1 =
164SOURCES =
165DIST_SOURCES =
166RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
167	ctags-recursive dvi-recursive html-recursive info-recursive \
168	install-data-recursive install-dvi-recursive \
169	install-exec-recursive install-html-recursive \
170	install-info-recursive install-pdf-recursive \
171	install-ps-recursive install-recursive installcheck-recursive \
172	installdirs-recursive pdf-recursive ps-recursive \
173	tags-recursive uninstall-recursive
174am__can_run_installinfo = \
175  case $$AM_UPDATE_INFO_DIR in \
176    n|no|NO) false;; \
177    *) (install-info --version) >/dev/null 2>&1;; \
178  esac
179am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
180am__vpath_adj = case $$p in \
181    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
182    *) f=$$p;; \
183  esac;
184am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
185am__install_max = 40
186am__nobase_strip_setup = \
187  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
188am__nobase_strip = \
189  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
190am__nobase_list = $(am__nobase_strip_setup); \
191  for p in $$list; do echo "$$p $$p"; done | \
192  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
193  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
194    if (++n[$$2] == $(am__install_max)) \
195      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
196    END { for (dir in files) print dir, files[dir] }'
197am__base_list = \
198  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
199  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
200am__uninstall_files_from_dir = { \
201  test -z "$$files" \
202    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
203    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
204         $(am__cd) "$$dir" && rm -f $$files; }; \
205  }
206am__installdirs = "$(DESTDIR)$(cmakedir)" "$(DESTDIR)$(cmakedir)" \
207	"$(DESTDIR)$(pkgconfigdir)"
208DATA = $(dist_cmake_DATA) $(nodist_cmake_DATA) $(pkgconfig_DATA)
209RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
210  distclean-recursive maintainer-clean-recursive
211am__recursive_targets = \
212  $(RECURSIVE_TARGETS) \
213  $(RECURSIVE_CLEAN_TARGETS) \
214  $(am__extra_recursive_targets)
215AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
216	cscope distdir distdir-am dist dist-all distcheck
217am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
218	expat_config.h.in
219# Read a list of newline-separated strings from the standard input,
220# and print each of them once, without duplicates.  Input order is
221# *not* preserved.
222am__uniquify_input = $(AWK) '\
223  BEGIN { nonempty = 0; } \
224  { items[$$0] = 1; nonempty = 1; } \
225  END { if (nonempty) { for (i in items) print i; }; } \
226'
227# Make sure the list of sources is unique.  This is necessary because,
228# e.g., the same source file might be shared among _SOURCES variables
229# for different programs/libraries.
230am__define_uniq_tagged_files = \
231  list='$(am__tagged_files)'; \
232  unique=`for i in $$list; do \
233    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
234  done | $(am__uniquify_input)`
235DIST_SUBDIRS = lib examples tests xmlwf doc
236am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/expat.pc.in \
237	$(srcdir)/expat_config.h.in $(srcdir)/run.sh.in \
238	$(top_srcdir)/cmake/autotools/expat-config-version.cmake.in \
239	$(top_srcdir)/cmake/expat-config.cmake.in \
240	$(top_srcdir)/conftools/ar-lib $(top_srcdir)/conftools/compile \
241	$(top_srcdir)/conftools/config.guess \
242	$(top_srcdir)/conftools/config.sub \
243	$(top_srcdir)/conftools/install-sh \
244	$(top_srcdir)/conftools/ltmain.sh \
245	$(top_srcdir)/conftools/missing AUTHORS COPYING README.md \
246	conftools/ar-lib conftools/compile conftools/config.guess \
247	conftools/config.sub conftools/depcomp conftools/install-sh \
248	conftools/ltmain.sh conftools/missing
249DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
250distdir = $(PACKAGE)-$(VERSION)
251top_distdir = $(distdir)
252am__remove_distdir = \
253  if test -d "$(distdir)"; then \
254    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
255      && rm -rf "$(distdir)" \
256      || { sleep 5 && rm -rf "$(distdir)"; }; \
257  else :; fi
258am__post_remove_distdir = $(am__remove_distdir)
259am__relativize = \
260  dir0=`pwd`; \
261  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
262  sed_rest='s,^[^/]*/*,,'; \
263  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
264  sed_butlast='s,/*[^/]*$$,,'; \
265  while test -n "$$dir1"; do \
266    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
267    if test "$$first" != "."; then \
268      if test "$$first" = ".."; then \
269        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
270        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
271      else \
272        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
273        if test "$$first2" = "$$first"; then \
274          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
275        else \
276          dir2="../$$dir2"; \
277        fi; \
278        dir0="$$dir0"/"$$first"; \
279      fi; \
280    fi; \
281    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
282  done; \
283  reldir="$$dir2"
284DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.lz \
285	$(distdir).tar.xz
286GZIP_ENV = --best
287DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip
288# Exists only to be overridden by the user if desired.
289AM_DISTCHECK_DVI_TARGET = dvi
290distuninstallcheck_listfiles = find . -type f -print
291am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
292  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
293distcleancheck_listfiles = find . -type f -print
294ACLOCAL = @ACLOCAL@
295AMTAR = @AMTAR@
296AM_CFLAGS = @AM_CFLAGS@
297AM_CPPFLAGS = @AM_CPPFLAGS@
298AM_CXXFLAGS = @AM_CXXFLAGS@
299AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
300AM_LDFLAGS = @AM_LDFLAGS@
301AR = @AR@
302AS = @AS@
303AUTOCONF = @AUTOCONF@
304AUTOHEADER = @AUTOHEADER@
305AUTOMAKE = @AUTOMAKE@
306AWK = @AWK@
307CC = @CC@
308CCDEPMODE = @CCDEPMODE@
309CFLAGS = @CFLAGS@
310CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@
311CPPFLAGS = @CPPFLAGS@
312CSCOPE = @CSCOPE@
313CTAGS = @CTAGS@
314CXX = @CXX@
315CXXCPP = @CXXCPP@
316CXXDEPMODE = @CXXDEPMODE@
317CXXFLAGS = @CXXFLAGS@
318CYGPATH_W = @CYGPATH_W@
319DEFS = @DEFS@
320DEPDIR = @DEPDIR@
321DLLTOOL = @DLLTOOL@
322DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
323DSYMUTIL = @DSYMUTIL@
324DUMPBIN = @DUMPBIN@
325ECHO_C = @ECHO_C@
326ECHO_N = @ECHO_N@
327ECHO_T = @ECHO_T@
328EGREP = @EGREP@
329ETAGS = @ETAGS@
330EXEEXT = @EXEEXT@
331EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
332EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
333EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
334EXPAT_DTD = @EXPAT_DTD@
335EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
336EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
337EXPAT_NS = @EXPAT_NS@
338FGREP = @FGREP@
339FILEMAP = @FILEMAP@
340GREP = @GREP@
341INSTALL = @INSTALL@
342INSTALL_DATA = @INSTALL_DATA@
343INSTALL_PROGRAM = @INSTALL_PROGRAM@
344INSTALL_SCRIPT = @INSTALL_SCRIPT@
345INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
346LD = @LD@
347LDFLAGS = @LDFLAGS@
348LIBAGE = @LIBAGE@
349LIBCURRENT = @LIBCURRENT@
350LIBDIR_BASENAME = @LIBDIR_BASENAME@
351LIBM = @LIBM@
352LIBOBJS = @LIBOBJS@
353LIBREVISION = @LIBREVISION@
354LIBS = @LIBS@
355LIBTOOL = @LIBTOOL@
356LIPO = @LIPO@
357LN_S = @LN_S@
358LTLIBOBJS = @LTLIBOBJS@
359LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
360MAKEINFO = @MAKEINFO@
361MANIFEST_TOOL = @MANIFEST_TOOL@
362MKDIR_P = @MKDIR_P@
363NM = @NM@
364NMEDIT = @NMEDIT@
365OBJDUMP = @OBJDUMP@
366OBJEXT = @OBJEXT@
367OTOOL = @OTOOL@
368OTOOL64 = @OTOOL64@
369PACKAGE = @PACKAGE@
370PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
371PACKAGE_NAME = @PACKAGE_NAME@
372PACKAGE_STRING = @PACKAGE_STRING@
373PACKAGE_TARNAME = @PACKAGE_TARNAME@
374PACKAGE_URL = @PACKAGE_URL@
375PACKAGE_VERSION = @PACKAGE_VERSION@
376PATH_SEPARATOR = @PATH_SEPARATOR@
377RANLIB = @RANLIB@
378SED = @SED@
379SET_MAKE = @SET_MAKE@
380SHELL = @SHELL@
381SO_MAJOR = @SO_MAJOR@
382SO_MINOR = @SO_MINOR@
383SO_PATCH = @SO_PATCH@
384STRIP = @STRIP@
385VERSION = @VERSION@
386abs_builddir = @abs_builddir@
387abs_srcdir = @abs_srcdir@
388abs_top_builddir = @abs_top_builddir@
389abs_top_srcdir = @abs_top_srcdir@
390ac_ct_AR = @ac_ct_AR@
391ac_ct_CC = @ac_ct_CC@
392ac_ct_CXX = @ac_ct_CXX@
393ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
394ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
395am__include = @am__include@
396am__leading_dot = @am__leading_dot@
397am__quote = @am__quote@
398am__tar = @am__tar@
399am__untar = @am__untar@
400bindir = @bindir@
401build = @build@
402build_alias = @build_alias@
403build_cpu = @build_cpu@
404build_os = @build_os@
405build_vendor = @build_vendor@
406builddir = @builddir@
407datadir = @datadir@
408datarootdir = @datarootdir@
409docdir = @docdir@
410dvidir = @dvidir@
411exec_prefix = @exec_prefix@
412host = @host@
413host_alias = @host_alias@
414host_cpu = @host_cpu@
415host_os = @host_os@
416host_vendor = @host_vendor@
417htmldir = @htmldir@
418includedir = @includedir@
419infodir = @infodir@
420install_sh = @install_sh@
421libdir = @libdir@
422libexecdir = @libexecdir@
423localedir = @localedir@
424localstatedir = @localstatedir@
425mandir = @mandir@
426mkdir_p = @mkdir_p@
427oldincludedir = @oldincludedir@
428pdfdir = @pdfdir@
429prefix = @prefix@
430program_transform_name = @program_transform_name@
431psdir = @psdir@
432runstatedir = @runstatedir@
433sbindir = @sbindir@
434sharedstatedir = @sharedstatedir@
435srcdir = @srcdir@
436sysconfdir = @sysconfdir@
437target_alias = @target_alias@
438top_build_prefix = @top_build_prefix@
439top_builddir = @top_builddir@
440top_srcdir = @top_srcdir@
441AUTOMAKE_OPTIONS = \
442    dist-bzip2 \
443    dist-lzip \
444    dist-xz \
445    foreign \
446    subdir-objects
447
448ACLOCAL_AMFLAGS = -I m4
449LIBTOOLFLAGS = --verbose
450SUBDIRS = lib $(am__append_1) $(am__append_2) $(am__append_3)
451pkgconfig_DATA = expat.pc
452pkgconfigdir = $(libdir)/pkgconfig
453dist_cmake_DATA = \
454    cmake/autotools/expat.cmake
455
456nodist_cmake_DATA = \
457    cmake/autotools/expat-config-version.cmake \
458    cmake/autotools/expat-noconfig.cmake \
459    cmake/expat-config.cmake
460
461cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@
462_EXTRA_DIST_CMAKE = \
463    cmake/autotools/expat-noconfig__linux.cmake.in \
464    cmake/autotools/expat-noconfig__macos.cmake.in \
465    cmake/autotools/expat-noconfig__windows.cmake.in \
466    cmake/autotools/expat-package-init.cmake \
467    cmake/mingw-toolchain.cmake \
468    \
469    CMakeLists.txt \
470    CMake.README \
471    ConfigureChecks.cmake \
472    expat.pc.cmake \
473    expat_config.h.cmake
474
475_EXTRA_DIST_WINDOWS = \
476    win32/build_expat_iss.bat \
477    win32/expat.iss \
478    win32/MANIFEST.txt \
479    win32/README.txt \
480    win32/version.rc
481
482EXTRA_DIST = \
483    $(_EXTRA_DIST_CMAKE) \
484    $(_EXTRA_DIST_WINDOWS) \
485    \
486    conftools/expat.m4 \
487    conftools/get-version.sh \
488    \
489    fuzz/xml_parsebuffer_fuzzer.c \
490    fuzz/xml_parse_fuzzer.c \
491    \
492    xmlwf/xmlwf_helpgen.py \
493    xmlwf/xmlwf_helpgen.sh \
494    \
495    buildconf.sh \
496    Changes \
497    README.md \
498    \
499    fix-xmltest-log.sh \
500    test-driver-wrapper.sh
501
502all: expat_config.h
503	$(MAKE) $(AM_MAKEFLAGS) all-recursive
504
505.SUFFIXES:
506am--refresh: Makefile
507	@:
508$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
509	@for dep in $?; do \
510	  case '$(am__configure_deps)' in \
511	    *$$dep*) \
512	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
513	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
514		&& exit 0; \
515	      exit 1;; \
516	  esac; \
517	done; \
518	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
519	$(am__cd) $(top_srcdir) && \
520	  $(AUTOMAKE) --foreign Makefile
521Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
522	@case '$?' in \
523	  *config.status*) \
524	    echo ' $(SHELL) ./config.status'; \
525	    $(SHELL) ./config.status;; \
526	  *) \
527	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
528	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
529	esac;
530
531$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
532	$(SHELL) ./config.status --recheck
533
534$(top_srcdir)/configure:  $(am__configure_deps)
535	$(am__cd) $(srcdir) && $(AUTOCONF)
536$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
537	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
538$(am__aclocal_m4_deps):
539
540expat_config.h: stamp-h1
541	@test -f $@ || rm -f stamp-h1
542	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
543
544stamp-h1: $(srcdir)/expat_config.h.in $(top_builddir)/config.status
545	@rm -f stamp-h1
546	cd $(top_builddir) && $(SHELL) ./config.status expat_config.h
547$(srcdir)/expat_config.h.in:  $(am__configure_deps)
548	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
549	rm -f stamp-h1
550	touch $@
551
552distclean-hdr:
553	-rm -f expat_config.h stamp-h1
554expat.pc: $(top_builddir)/config.status $(srcdir)/expat.pc.in
555	cd $(top_builddir) && $(SHELL) ./config.status $@
556cmake/expat-config.cmake: $(top_builddir)/config.status $(top_srcdir)/cmake/expat-config.cmake.in
557	cd $(top_builddir) && $(SHELL) ./config.status $@
558cmake/autotools/expat-config-version.cmake: $(top_builddir)/config.status $(top_srcdir)/cmake/autotools/expat-config-version.cmake.in
559	cd $(top_builddir) && $(SHELL) ./config.status $@
560cmake/autotools/expat-noconfig.cmake: $(top_builddir)/config.status
561	cd $(top_builddir) && $(SHELL) ./config.status $@
562run.sh: $(top_builddir)/config.status $(srcdir)/run.sh.in
563	cd $(top_builddir) && $(SHELL) ./config.status $@
564
565mostlyclean-libtool:
566	-rm -f *.lo
567
568clean-libtool:
569	-rm -rf .libs _libs
570
571distclean-libtool:
572	-rm -f libtool config.lt
573install-dist_cmakeDATA: $(dist_cmake_DATA)
574	@$(NORMAL_INSTALL)
575	@list='$(dist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
576	if test -n "$$list"; then \
577	  echo " $(MKDIR_P) '$(DESTDIR)$(cmakedir)'"; \
578	  $(MKDIR_P) "$(DESTDIR)$(cmakedir)" || exit 1; \
579	fi; \
580	for p in $$list; do \
581	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
582	  echo "$$d$$p"; \
583	done | $(am__base_list) | \
584	while read files; do \
585	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cmakedir)'"; \
586	  $(INSTALL_DATA) $$files "$(DESTDIR)$(cmakedir)" || exit $$?; \
587	done
588
589uninstall-dist_cmakeDATA:
590	@$(NORMAL_UNINSTALL)
591	@list='$(dist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
592	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
593	dir='$(DESTDIR)$(cmakedir)'; $(am__uninstall_files_from_dir)
594install-nodist_cmakeDATA: $(nodist_cmake_DATA)
595	@$(NORMAL_INSTALL)
596	@list='$(nodist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
597	if test -n "$$list"; then \
598	  echo " $(MKDIR_P) '$(DESTDIR)$(cmakedir)'"; \
599	  $(MKDIR_P) "$(DESTDIR)$(cmakedir)" || exit 1; \
600	fi; \
601	for p in $$list; do \
602	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
603	  echo "$$d$$p"; \
604	done | $(am__base_list) | \
605	while read files; do \
606	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cmakedir)'"; \
607	  $(INSTALL_DATA) $$files "$(DESTDIR)$(cmakedir)" || exit $$?; \
608	done
609
610uninstall-nodist_cmakeDATA:
611	@$(NORMAL_UNINSTALL)
612	@list='$(nodist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
613	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
614	dir='$(DESTDIR)$(cmakedir)'; $(am__uninstall_files_from_dir)
615install-pkgconfigDATA: $(pkgconfig_DATA)
616	@$(NORMAL_INSTALL)
617	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
618	if test -n "$$list"; then \
619	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
620	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
621	fi; \
622	for p in $$list; do \
623	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
624	  echo "$$d$$p"; \
625	done | $(am__base_list) | \
626	while read files; do \
627	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
628	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
629	done
630
631uninstall-pkgconfigDATA:
632	@$(NORMAL_UNINSTALL)
633	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
634	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
635	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
636
637# This directory's subdirectories are mostly independent; you can cd
638# into them and run 'make' without going through this Makefile.
639# To change the values of 'make' variables: instead of editing Makefiles,
640# (1) if the variable is set in 'config.status', edit 'config.status'
641#     (which will cause the Makefiles to be regenerated when you run 'make');
642# (2) otherwise, pass the desired values on the 'make' command line.
643$(am__recursive_targets):
644	@fail=; \
645	if $(am__make_keepgoing); then \
646	  failcom='fail=yes'; \
647	else \
648	  failcom='exit 1'; \
649	fi; \
650	dot_seen=no; \
651	target=`echo $@ | sed s/-recursive//`; \
652	case "$@" in \
653	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
654	  *) list='$(SUBDIRS)' ;; \
655	esac; \
656	for subdir in $$list; do \
657	  echo "Making $$target in $$subdir"; \
658	  if test "$$subdir" = "."; then \
659	    dot_seen=yes; \
660	    local_target="$$target-am"; \
661	  else \
662	    local_target="$$target"; \
663	  fi; \
664	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
665	  || eval $$failcom; \
666	done; \
667	if test "$$dot_seen" = "no"; then \
668	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
669	fi; test -z "$$fail"
670
671ID: $(am__tagged_files)
672	$(am__define_uniq_tagged_files); mkid -fID $$unique
673tags: tags-recursive
674TAGS: tags
675
676tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
677	set x; \
678	here=`pwd`; \
679	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
680	  include_option=--etags-include; \
681	  empty_fix=.; \
682	else \
683	  include_option=--include; \
684	  empty_fix=; \
685	fi; \
686	list='$(SUBDIRS)'; for subdir in $$list; do \
687	  if test "$$subdir" = .; then :; else \
688	    test ! -f $$subdir/TAGS || \
689	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
690	  fi; \
691	done; \
692	$(am__define_uniq_tagged_files); \
693	shift; \
694	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
695	  test -n "$$unique" || unique=$$empty_fix; \
696	  if test $$# -gt 0; then \
697	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
698	      "$$@" $$unique; \
699	  else \
700	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
701	      $$unique; \
702	  fi; \
703	fi
704ctags: ctags-recursive
705
706CTAGS: ctags
707ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
708	$(am__define_uniq_tagged_files); \
709	test -z "$(CTAGS_ARGS)$$unique" \
710	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
711	     $$unique
712
713GTAGS:
714	here=`$(am__cd) $(top_builddir) && pwd` \
715	  && $(am__cd) $(top_srcdir) \
716	  && gtags -i $(GTAGS_ARGS) "$$here"
717cscope: cscope.files
718	test ! -s cscope.files \
719	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
720clean-cscope:
721	-rm -f cscope.files
722cscope.files: clean-cscope cscopelist
723cscopelist: cscopelist-recursive
724
725cscopelist-am: $(am__tagged_files)
726	list='$(am__tagged_files)'; \
727	case "$(srcdir)" in \
728	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
729	  *) sdir=$(subdir)/$(srcdir) ;; \
730	esac; \
731	for i in $$list; do \
732	  if test -f "$$i"; then \
733	    echo "$(subdir)/$$i"; \
734	  else \
735	    echo "$$sdir/$$i"; \
736	  fi; \
737	done >> $(top_builddir)/cscope.files
738
739distclean-tags:
740	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
741	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
742distdir: $(BUILT_SOURCES)
743	$(MAKE) $(AM_MAKEFLAGS) distdir-am
744
745distdir-am: $(DISTFILES)
746	$(am__remove_distdir)
747	test -d "$(distdir)" || mkdir "$(distdir)"
748	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
749	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
750	list='$(DISTFILES)'; \
751	  dist_files=`for file in $$list; do echo $$file; done | \
752	  sed -e "s|^$$srcdirstrip/||;t" \
753	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
754	case $$dist_files in \
755	  */*) $(MKDIR_P) `echo "$$dist_files" | \
756			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
757			   sort -u` ;; \
758	esac; \
759	for file in $$dist_files; do \
760	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
761	  if test -d $$d/$$file; then \
762	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
763	    if test -d "$(distdir)/$$file"; then \
764	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
765	    fi; \
766	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
767	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
768	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
769	    fi; \
770	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
771	  else \
772	    test -f "$(distdir)/$$file" \
773	    || cp -p $$d/$$file "$(distdir)/$$file" \
774	    || exit 1; \
775	  fi; \
776	done
777	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
778	  if test "$$subdir" = .; then :; else \
779	    $(am__make_dryrun) \
780	      || test -d "$(distdir)/$$subdir" \
781	      || $(MKDIR_P) "$(distdir)/$$subdir" \
782	      || exit 1; \
783	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
784	    $(am__relativize); \
785	    new_distdir=$$reldir; \
786	    dir1=$$subdir; dir2="$(top_distdir)"; \
787	    $(am__relativize); \
788	    new_top_distdir=$$reldir; \
789	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
790	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
791	    ($(am__cd) $$subdir && \
792	      $(MAKE) $(AM_MAKEFLAGS) \
793	        top_distdir="$$new_top_distdir" \
794	        distdir="$$new_distdir" \
795		am__remove_distdir=: \
796		am__skip_length_check=: \
797		am__skip_mode_fix=: \
798	        distdir) \
799	      || exit 1; \
800	  fi; \
801	done
802	-test -n "$(am__skip_mode_fix)" \
803	|| find "$(distdir)" -type d ! -perm -755 \
804		-exec chmod u+rwx,go+rx {} \; -o \
805	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
806	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
807	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
808	|| chmod -R a+r "$(distdir)"
809dist-gzip: distdir
810	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
811	$(am__post_remove_distdir)
812dist-bzip2: distdir
813	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
814	$(am__post_remove_distdir)
815dist-lzip: distdir
816	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
817	$(am__post_remove_distdir)
818dist-xz: distdir
819	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
820	$(am__post_remove_distdir)
821
822dist-zstd: distdir
823	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
824	$(am__post_remove_distdir)
825
826dist-tarZ: distdir
827	@echo WARNING: "Support for distribution archives compressed with" \
828		       "legacy program 'compress' is deprecated." >&2
829	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
830	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
831	$(am__post_remove_distdir)
832
833dist-shar: distdir
834	@echo WARNING: "Support for shar distribution archives is" \
835	               "deprecated." >&2
836	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
837	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
838	$(am__post_remove_distdir)
839
840dist-zip: distdir
841	-rm -f $(distdir).zip
842	zip -rq $(distdir).zip $(distdir)
843	$(am__post_remove_distdir)
844
845dist dist-all:
846	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
847	$(am__post_remove_distdir)
848
849# This target untars the dist file and tries a VPATH configuration.  Then
850# it guarantees that the distribution is self-contained by making another
851# tarfile.
852distcheck: dist
853	case '$(DIST_ARCHIVES)' in \
854	*.tar.gz*) \
855	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
856	*.tar.bz2*) \
857	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
858	*.tar.lz*) \
859	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
860	*.tar.xz*) \
861	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
862	*.tar.Z*) \
863	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
864	*.shar.gz*) \
865	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
866	*.zip*) \
867	  unzip $(distdir).zip ;;\
868	*.tar.zst*) \
869	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
870	esac
871	chmod -R a-w $(distdir)
872	chmod u+w $(distdir)
873	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
874	chmod a-w $(distdir)
875	test -d $(distdir)/_build || exit 0; \
876	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
877	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
878	  && am__cwd=`pwd` \
879	  && $(am__cd) $(distdir)/_build/sub \
880	  && ../../configure \
881	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
882	    $(DISTCHECK_CONFIGURE_FLAGS) \
883	    --srcdir=../.. --prefix="$$dc_install_base" \
884	  && $(MAKE) $(AM_MAKEFLAGS) \
885	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
886	  && $(MAKE) $(AM_MAKEFLAGS) check \
887	  && $(MAKE) $(AM_MAKEFLAGS) install \
888	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
889	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
890	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
891	        distuninstallcheck \
892	  && chmod -R a-w "$$dc_install_base" \
893	  && ({ \
894	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
895	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
896	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
897	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
898	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
899	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
900	  && rm -rf "$$dc_destdir" \
901	  && $(MAKE) $(AM_MAKEFLAGS) dist \
902	  && rm -rf $(DIST_ARCHIVES) \
903	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
904	  && cd "$$am__cwd" \
905	  || exit 1
906	$(am__post_remove_distdir)
907	@(echo "$(distdir) archives ready for distribution: "; \
908	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
909	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
910distuninstallcheck:
911	@test -n '$(distuninstallcheck_dir)' || { \
912	  echo 'ERROR: trying to run $@ with an empty' \
913	       '$$(distuninstallcheck_dir)' >&2; \
914	  exit 1; \
915	}; \
916	$(am__cd) '$(distuninstallcheck_dir)' || { \
917	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
918	  exit 1; \
919	}; \
920	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
921	   || { echo "ERROR: files left after uninstall:" ; \
922	        if test -n "$(DESTDIR)"; then \
923	          echo "  (check DESTDIR support)"; \
924	        fi ; \
925	        $(distuninstallcheck_listfiles) ; \
926	        exit 1; } >&2
927distcleancheck: distclean
928	@if test '$(srcdir)' = . ; then \
929	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
930	  exit 1 ; \
931	fi
932	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
933	  || { echo "ERROR: files left in build directory after distclean:" ; \
934	       $(distcleancheck_listfiles) ; \
935	       exit 1; } >&2
936check-am: all-am
937check: check-recursive
938all-am: Makefile $(DATA) expat_config.h
939installdirs: installdirs-recursive
940installdirs-am:
941	for dir in "$(DESTDIR)$(cmakedir)" "$(DESTDIR)$(cmakedir)" "$(DESTDIR)$(pkgconfigdir)"; do \
942	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
943	done
944install: install-recursive
945install-exec: install-exec-recursive
946install-data: install-data-recursive
947uninstall: uninstall-recursive
948
949install-am: all-am
950	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
951
952installcheck: installcheck-recursive
953install-strip:
954	if test -z '$(STRIP)'; then \
955	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
956	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
957	      install; \
958	else \
959	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
960	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
961	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
962	fi
963mostlyclean-generic:
964
965clean-generic:
966
967distclean-generic:
968	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
969	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
970
971maintainer-clean-generic:
972	@echo "This command is intended for maintainers to use"
973	@echo "it deletes files that may require special tools to rebuild."
974clean: clean-recursive
975
976clean-am: clean-generic clean-libtool mostlyclean-am
977
978distclean: distclean-recursive
979	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
980	-rm -f Makefile
981distclean-am: clean-am distclean-generic distclean-hdr \
982	distclean-libtool distclean-tags
983
984dvi: dvi-recursive
985
986dvi-am:
987
988html: html-recursive
989
990html-am:
991
992info: info-recursive
993
994info-am:
995
996install-data-am: install-dist_cmakeDATA install-nodist_cmakeDATA \
997	install-pkgconfigDATA
998
999install-dvi: install-dvi-recursive
1000
1001install-dvi-am:
1002
1003install-exec-am:
1004
1005install-html: install-html-recursive
1006
1007install-html-am:
1008
1009install-info: install-info-recursive
1010
1011install-info-am:
1012
1013install-man:
1014
1015install-pdf: install-pdf-recursive
1016
1017install-pdf-am:
1018
1019install-ps: install-ps-recursive
1020
1021install-ps-am:
1022
1023installcheck-am:
1024
1025maintainer-clean: maintainer-clean-recursive
1026	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1027	-rm -rf $(top_srcdir)/autom4te.cache
1028	-rm -f Makefile
1029maintainer-clean-am: distclean-am maintainer-clean-generic
1030
1031mostlyclean: mostlyclean-recursive
1032
1033mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1034
1035pdf: pdf-recursive
1036
1037pdf-am:
1038
1039ps: ps-recursive
1040
1041ps-am:
1042
1043uninstall-am: uninstall-dist_cmakeDATA uninstall-nodist_cmakeDATA \
1044	uninstall-pkgconfigDATA
1045
1046.MAKE: $(am__recursive_targets) all install-am install-strip
1047
1048.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1049	am--refresh check check-am clean clean-cscope clean-generic \
1050	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1051	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1052	dist-xz dist-zip dist-zstd distcheck distclean \
1053	distclean-generic distclean-hdr distclean-libtool \
1054	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1055	dvi-am html html-am info info-am install install-am \
1056	install-data install-data-am install-dist_cmakeDATA \
1057	install-dvi install-dvi-am install-exec install-exec-am \
1058	install-html install-html-am install-info install-info-am \
1059	install-man install-nodist_cmakeDATA install-pdf \
1060	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1061	install-strip installcheck installcheck-am installdirs \
1062	installdirs-am maintainer-clean maintainer-clean-generic \
1063	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1064	ps ps-am tags tags-am uninstall uninstall-am \
1065	uninstall-dist_cmakeDATA uninstall-nodist_cmakeDATA \
1066	uninstall-pkgconfigDATA
1067
1068.PRECIOUS: Makefile
1069
1070
1071.PHONY: buildlib
1072buildlib:
1073	@echo 'ERROR: Running "make buildlib LIBRARY=libexpatw.la"' >&2
1074	@echo 'ERROR: is no longer supported.  INSTEAD please:' >&2
1075	@echo 'ERROR:' >&2
1076	@echo 'ERROR:  * Mass-patch Makefile.am, e.g.' >&2
1077	@echo 'ERROR:    # find -name Makefile.am -exec sed \' >&2
1078	@echo 'ERROR:          -e "s,libexpat\.la,libexpatw.la," \' >&2
1079	@echo 'ERROR:          -e "s,libexpat_la,libexpatw_la," \' >&2
1080	@echo 'ERROR:          -i {} +' >&2
1081	@echo 'ERROR:' >&2
1082	@echo 'ERROR:  * Run automake to re-generate Makefile.in files' >&2
1083	@echo 'ERROR:' >&2
1084	@echo 'ERROR:  * Use "./configure --without-xmlwf" and/or' >&2
1085	@echo 'ERROR:    "make -C lib all install" to bypass compilation' >&2
1086	@echo 'ERROR:    of xmlwf (e.g. with -DXML_UNICODE)' >&2
1087	@echo 'ERROR:' >&2
1088	@false
1089
1090.PHONY: run-benchmark
1091run-benchmark:
1092	$(MAKE) -C tests/benchmark
1093	./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
1094
1095.PHONY: download-xmlts-zip
1096download-xmlts-zip:
1097	if test "$(XMLTS_ZIP)" = ""; then \
1098		wget --output-document=tests/xmlts.zip \
1099			https://www.w3.org/XML/Test/xmlts20080827.zip; \
1100	else \
1101		cp $(XMLTS_ZIP) tests/xmlts.zip; \
1102	fi
1103
1104tests/xmlts.zip:
1105	$(MAKE) download-xmlts-zip
1106
1107.PHONY: extract-xmlts-zip
1108extract-xmlts-zip: tests/xmlts.zip
1109	[ -f $(builddir)/tests/xmlts.zip ] || $(MAKE) download-xmlts-zip  # vpath workaround
1110	cd tests && unzip -q xmlts.zip
1111
1112tests/xmlconf: tests/xmlts.zip
1113	$(MAKE) extract-xmlts-zip
1114
1115.PHONY: run-xmltest
1116run-xmltest: tests/xmlconf
1117@WITH_XMLWF_TRUE@	[ -d $(builddir)/tests/xmlconf ] || $(MAKE) extract-xmlts-zip  # vpath workaround
1118@WITH_XMLWF_TRUE@	$(MAKE) -C lib
1119@WITH_XMLWF_TRUE@	$(MAKE) -C xmlwf
1120@WITH_XMLWF_TRUE@	$(srcdir)/tests/xmltest.sh "$(abs_builddir)/run.sh $(abs_builddir)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee $(builddir)/tests/xmltest.log
1121@WITH_XMLWF_TRUE@	$(srcdir)/fix-xmltest-log.sh $(builddir)/tests/xmltest.log
1122@WITH_XMLWF_TRUE@	diff -u $(srcdir)/tests/xmltest.log.expected $(builddir)/tests/xmltest.log
1123@WITH_XMLWF_FALSE@	@echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1124@WITH_XMLWF_FALSE@	@echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
1125@WITH_XMLWF_FALSE@	@false
1126
1127.PHONY: qa
1128qa:
1129	QA_COMPILER=clang QA_SANITIZER=address   ./qa.sh
1130	QA_COMPILER=clang QA_SANITIZER=memory    ./qa.sh
1131	QA_COMPILER=clang QA_SANITIZER=undefined ./qa.sh
1132	QA_COMPILER=gcc   QA_PROCESSOR=gcov      ./qa.sh
1133
1134# Tell versions [3.59,3.63) of GNU make to not export all variables.
1135# Otherwise a system limit (for SysV at least) may be exceeded.
1136.NOEXPORT:
1137