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