xref: /freebsd/contrib/expat/Makefile.in (revision 13ec1e3155c7e9bf037b12af186351b7fa9b9450)
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# 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)`
234DIST_SUBDIRS = lib examples tests xmlwf doc
235am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/expat.pc.in \
236	$(srcdir)/expat_config.h.in $(srcdir)/run.sh.in \
237	$(top_srcdir)/cmake/autotools/expat-config-version.cmake.in \
238	$(top_srcdir)/cmake/expat-config.cmake.in \
239	$(top_srcdir)/conftools/ar-lib $(top_srcdir)/conftools/compile \
240	$(top_srcdir)/conftools/config.guess \
241	$(top_srcdir)/conftools/config.sub \
242	$(top_srcdir)/conftools/install-sh \
243	$(top_srcdir)/conftools/ltmain.sh \
244	$(top_srcdir)/conftools/missing AUTHORS COPYING README.md \
245	conftools/ar-lib conftools/compile conftools/config.guess \
246	conftools/config.sub conftools/depcomp conftools/install-sh \
247	conftools/ltmain.sh conftools/missing
248DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
249distdir = $(PACKAGE)-$(VERSION)
250top_distdir = $(distdir)
251am__remove_distdir = \
252  if test -d "$(distdir)"; then \
253    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
254      && rm -rf "$(distdir)" \
255      || { sleep 5 && rm -rf "$(distdir)"; }; \
256  else :; fi
257am__post_remove_distdir = $(am__remove_distdir)
258am__relativize = \
259  dir0=`pwd`; \
260  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
261  sed_rest='s,^[^/]*/*,,'; \
262  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
263  sed_butlast='s,/*[^/]*$$,,'; \
264  while test -n "$$dir1"; do \
265    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
266    if test "$$first" != "."; then \
267      if test "$$first" = ".."; then \
268        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
269        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
270      else \
271        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
272        if test "$$first2" = "$$first"; then \
273          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
274        else \
275          dir2="../$$dir2"; \
276        fi; \
277        dir0="$$dir0"/"$$first"; \
278      fi; \
279    fi; \
280    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
281  done; \
282  reldir="$$dir2"
283DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.lz \
284	$(distdir).tar.xz
285GZIP_ENV = --best
286DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip
287# Exists only to be overridden by the user if desired.
288AM_DISTCHECK_DVI_TARGET = dvi
289distuninstallcheck_listfiles = find . -type f -print
290am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
291  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
292distcleancheck_listfiles = find . -type f -print
293ACLOCAL = @ACLOCAL@
294AMTAR = @AMTAR@
295AM_CFLAGS = @AM_CFLAGS@
296AM_CPPFLAGS = @AM_CPPFLAGS@
297AM_CXXFLAGS = @AM_CXXFLAGS@
298AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
299AM_LDFLAGS = @AM_LDFLAGS@
300AR = @AR@
301AS = @AS@
302AUTOCONF = @AUTOCONF@
303AUTOHEADER = @AUTOHEADER@
304AUTOMAKE = @AUTOMAKE@
305AWK = @AWK@
306CC = @CC@
307CCDEPMODE = @CCDEPMODE@
308CFLAGS = @CFLAGS@
309CPPFLAGS = @CPPFLAGS@
310CSCOPE = @CSCOPE@
311CTAGS = @CTAGS@
312CXX = @CXX@
313CXXCPP = @CXXCPP@
314CXXDEPMODE = @CXXDEPMODE@
315CXXFLAGS = @CXXFLAGS@
316CYGPATH_W = @CYGPATH_W@
317DEFS = @DEFS@
318DEPDIR = @DEPDIR@
319DLLTOOL = @DLLTOOL@
320DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
321DSYMUTIL = @DSYMUTIL@
322DUMPBIN = @DUMPBIN@
323ECHO_C = @ECHO_C@
324ECHO_N = @ECHO_N@
325ECHO_T = @ECHO_T@
326EGREP = @EGREP@
327ETAGS = @ETAGS@
328EXEEXT = @EXEEXT@
329EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
330EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
331EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
332EXPAT_DTD = @EXPAT_DTD@
333EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
334EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
335EXPAT_NS = @EXPAT_NS@
336FGREP = @FGREP@
337FILEMAP = @FILEMAP@
338GREP = @GREP@
339INSTALL = @INSTALL@
340INSTALL_DATA = @INSTALL_DATA@
341INSTALL_PROGRAM = @INSTALL_PROGRAM@
342INSTALL_SCRIPT = @INSTALL_SCRIPT@
343INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
344LD = @LD@
345LDFLAGS = @LDFLAGS@
346LIBAGE = @LIBAGE@
347LIBCURRENT = @LIBCURRENT@
348LIBDIR_BASENAME = @LIBDIR_BASENAME@
349LIBM = @LIBM@
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@
384abs_builddir = @abs_builddir@
385abs_srcdir = @abs_srcdir@
386abs_top_builddir = @abs_top_builddir@
387abs_top_srcdir = @abs_top_srcdir@
388ac_ct_AR = @ac_ct_AR@
389ac_ct_CC = @ac_ct_CC@
390ac_ct_CXX = @ac_ct_CXX@
391ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
392ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
393am__include = @am__include@
394am__leading_dot = @am__leading_dot@
395am__quote = @am__quote@
396am__tar = @am__tar@
397am__untar = @am__untar@
398bindir = @bindir@
399build = @build@
400build_alias = @build_alias@
401build_cpu = @build_cpu@
402build_os = @build_os@
403build_vendor = @build_vendor@
404builddir = @builddir@
405datadir = @datadir@
406datarootdir = @datarootdir@
407docdir = @docdir@
408dvidir = @dvidir@
409exec_prefix = @exec_prefix@
410host = @host@
411host_alias = @host_alias@
412host_cpu = @host_cpu@
413host_os = @host_os@
414host_vendor = @host_vendor@
415htmldir = @htmldir@
416includedir = @includedir@
417infodir = @infodir@
418install_sh = @install_sh@
419libdir = @libdir@
420libexecdir = @libexecdir@
421localedir = @localedir@
422localstatedir = @localstatedir@
423mandir = @mandir@
424mkdir_p = @mkdir_p@
425oldincludedir = @oldincludedir@
426pdfdir = @pdfdir@
427prefix = @prefix@
428program_transform_name = @program_transform_name@
429psdir = @psdir@
430runstatedir = @runstatedir@
431sbindir = @sbindir@
432sharedstatedir = @sharedstatedir@
433srcdir = @srcdir@
434sysconfdir = @sysconfdir@
435target_alias = @target_alias@
436top_build_prefix = @top_build_prefix@
437top_builddir = @top_builddir@
438top_srcdir = @top_srcdir@
439AUTOMAKE_OPTIONS = \
440    dist-bzip2 \
441    dist-lzip \
442    dist-xz \
443    foreign \
444    subdir-objects
445
446ACLOCAL_AMFLAGS = -I m4
447LIBTOOLFLAGS = --verbose
448SUBDIRS = lib $(am__append_1) $(am__append_2) $(am__append_3)
449pkgconfig_DATA = expat.pc
450pkgconfigdir = $(libdir)/pkgconfig
451dist_cmake_DATA = \
452    cmake/autotools/expat.cmake
453
454nodist_cmake_DATA = \
455    cmake/autotools/expat-config-version.cmake \
456    cmake/autotools/expat-noconfig.cmake \
457    cmake/expat-config.cmake
458
459cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@
460_EXTRA_DIST_CMAKE = \
461    cmake/autotools/expat-noconfig__linux.cmake.in \
462    cmake/autotools/expat-noconfig__macos.cmake.in \
463    cmake/autotools/expat-noconfig__windows.cmake.in \
464    cmake/autotools/expat-package-init.cmake \
465    cmake/mingw-toolchain.cmake \
466    \
467    CMakeLists.txt \
468    CMake.README \
469    ConfigureChecks.cmake \
470    expat.pc.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    fuzz/xml_parsebuffer_fuzzer.c \
487    fuzz/xml_parse_fuzzer.c \
488    \
489    xmlwf/xmlwf_helpgen.py \
490    xmlwf/xmlwf_helpgen.sh \
491    \
492    buildconf.sh \
493    Changes \
494    README.md \
495    \
496    fix-xmltest-log.sh \
497    test-driver-wrapper.sh
498
499all: expat_config.h
500	$(MAKE) $(AM_MAKEFLAGS) all-recursive
501
502.SUFFIXES:
503am--refresh: Makefile
504	@:
505$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
506	@for dep in $?; do \
507	  case '$(am__configure_deps)' in \
508	    *$$dep*) \
509	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
510	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
511		&& exit 0; \
512	      exit 1;; \
513	  esac; \
514	done; \
515	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
516	$(am__cd) $(top_srcdir) && \
517	  $(AUTOMAKE) --foreign Makefile
518Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
519	@case '$?' in \
520	  *config.status*) \
521	    echo ' $(SHELL) ./config.status'; \
522	    $(SHELL) ./config.status;; \
523	  *) \
524	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
525	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
526	esac;
527
528$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
529	$(SHELL) ./config.status --recheck
530
531$(top_srcdir)/configure:  $(am__configure_deps)
532	$(am__cd) $(srcdir) && $(AUTOCONF)
533$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
534	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
535$(am__aclocal_m4_deps):
536
537expat_config.h: stamp-h1
538	@test -f $@ || rm -f stamp-h1
539	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
540
541stamp-h1: $(srcdir)/expat_config.h.in $(top_builddir)/config.status
542	@rm -f stamp-h1
543	cd $(top_builddir) && $(SHELL) ./config.status expat_config.h
544$(srcdir)/expat_config.h.in:  $(am__configure_deps)
545	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
546	rm -f stamp-h1
547	touch $@
548
549distclean-hdr:
550	-rm -f expat_config.h stamp-h1
551expat.pc: $(top_builddir)/config.status $(srcdir)/expat.pc.in
552	cd $(top_builddir) && $(SHELL) ./config.status $@
553cmake/expat-config.cmake: $(top_builddir)/config.status $(top_srcdir)/cmake/expat-config.cmake.in
554	cd $(top_builddir) && $(SHELL) ./config.status $@
555cmake/autotools/expat-config-version.cmake: $(top_builddir)/config.status $(top_srcdir)/cmake/autotools/expat-config-version.cmake.in
556	cd $(top_builddir) && $(SHELL) ./config.status $@
557cmake/autotools/expat-noconfig.cmake: $(top_builddir)/config.status
558	cd $(top_builddir) && $(SHELL) ./config.status $@
559run.sh: $(top_builddir)/config.status $(srcdir)/run.sh.in
560	cd $(top_builddir) && $(SHELL) ./config.status $@
561
562mostlyclean-libtool:
563	-rm -f *.lo
564
565clean-libtool:
566	-rm -rf .libs _libs
567
568distclean-libtool:
569	-rm -f libtool config.lt
570install-dist_cmakeDATA: $(dist_cmake_DATA)
571	@$(NORMAL_INSTALL)
572	@list='$(dist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
573	if test -n "$$list"; then \
574	  echo " $(MKDIR_P) '$(DESTDIR)$(cmakedir)'"; \
575	  $(MKDIR_P) "$(DESTDIR)$(cmakedir)" || exit 1; \
576	fi; \
577	for p in $$list; do \
578	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
579	  echo "$$d$$p"; \
580	done | $(am__base_list) | \
581	while read files; do \
582	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cmakedir)'"; \
583	  $(INSTALL_DATA) $$files "$(DESTDIR)$(cmakedir)" || exit $$?; \
584	done
585
586uninstall-dist_cmakeDATA:
587	@$(NORMAL_UNINSTALL)
588	@list='$(dist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
589	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
590	dir='$(DESTDIR)$(cmakedir)'; $(am__uninstall_files_from_dir)
591install-nodist_cmakeDATA: $(nodist_cmake_DATA)
592	@$(NORMAL_INSTALL)
593	@list='$(nodist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
594	if test -n "$$list"; then \
595	  echo " $(MKDIR_P) '$(DESTDIR)$(cmakedir)'"; \
596	  $(MKDIR_P) "$(DESTDIR)$(cmakedir)" || exit 1; \
597	fi; \
598	for p in $$list; do \
599	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
600	  echo "$$d$$p"; \
601	done | $(am__base_list) | \
602	while read files; do \
603	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cmakedir)'"; \
604	  $(INSTALL_DATA) $$files "$(DESTDIR)$(cmakedir)" || exit $$?; \
605	done
606
607uninstall-nodist_cmakeDATA:
608	@$(NORMAL_UNINSTALL)
609	@list='$(nodist_cmake_DATA)'; test -n "$(cmakedir)" || list=; \
610	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
611	dir='$(DESTDIR)$(cmakedir)'; $(am__uninstall_files_from_dir)
612install-pkgconfigDATA: $(pkgconfig_DATA)
613	@$(NORMAL_INSTALL)
614	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
615	if test -n "$$list"; then \
616	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
617	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
618	fi; \
619	for p in $$list; do \
620	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
621	  echo "$$d$$p"; \
622	done | $(am__base_list) | \
623	while read files; do \
624	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
625	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
626	done
627
628uninstall-pkgconfigDATA:
629	@$(NORMAL_UNINSTALL)
630	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
631	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
632	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
633
634# This directory's subdirectories are mostly independent; you can cd
635# into them and run 'make' without going through this Makefile.
636# To change the values of 'make' variables: instead of editing Makefiles,
637# (1) if the variable is set in 'config.status', edit 'config.status'
638#     (which will cause the Makefiles to be regenerated when you run 'make');
639# (2) otherwise, pass the desired values on the 'make' command line.
640$(am__recursive_targets):
641	@fail=; \
642	if $(am__make_keepgoing); then \
643	  failcom='fail=yes'; \
644	else \
645	  failcom='exit 1'; \
646	fi; \
647	dot_seen=no; \
648	target=`echo $@ | sed s/-recursive//`; \
649	case "$@" in \
650	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
651	  *) list='$(SUBDIRS)' ;; \
652	esac; \
653	for subdir in $$list; do \
654	  echo "Making $$target in $$subdir"; \
655	  if test "$$subdir" = "."; then \
656	    dot_seen=yes; \
657	    local_target="$$target-am"; \
658	  else \
659	    local_target="$$target"; \
660	  fi; \
661	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
662	  || eval $$failcom; \
663	done; \
664	if test "$$dot_seen" = "no"; then \
665	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
666	fi; test -z "$$fail"
667
668ID: $(am__tagged_files)
669	$(am__define_uniq_tagged_files); mkid -fID $$unique
670tags: tags-recursive
671TAGS: tags
672
673tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
674	set x; \
675	here=`pwd`; \
676	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
677	  include_option=--etags-include; \
678	  empty_fix=.; \
679	else \
680	  include_option=--include; \
681	  empty_fix=; \
682	fi; \
683	list='$(SUBDIRS)'; for subdir in $$list; do \
684	  if test "$$subdir" = .; then :; else \
685	    test ! -f $$subdir/TAGS || \
686	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
687	  fi; \
688	done; \
689	$(am__define_uniq_tagged_files); \
690	shift; \
691	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
692	  test -n "$$unique" || unique=$$empty_fix; \
693	  if test $$# -gt 0; then \
694	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
695	      "$$@" $$unique; \
696	  else \
697	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
698	      $$unique; \
699	  fi; \
700	fi
701ctags: ctags-recursive
702
703CTAGS: ctags
704ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
705	$(am__define_uniq_tagged_files); \
706	test -z "$(CTAGS_ARGS)$$unique" \
707	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
708	     $$unique
709
710GTAGS:
711	here=`$(am__cd) $(top_builddir) && pwd` \
712	  && $(am__cd) $(top_srcdir) \
713	  && gtags -i $(GTAGS_ARGS) "$$here"
714cscope: cscope.files
715	test ! -s cscope.files \
716	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
717clean-cscope:
718	-rm -f cscope.files
719cscope.files: clean-cscope cscopelist
720cscopelist: cscopelist-recursive
721
722cscopelist-am: $(am__tagged_files)
723	list='$(am__tagged_files)'; \
724	case "$(srcdir)" in \
725	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
726	  *) sdir=$(subdir)/$(srcdir) ;; \
727	esac; \
728	for i in $$list; do \
729	  if test -f "$$i"; then \
730	    echo "$(subdir)/$$i"; \
731	  else \
732	    echo "$$sdir/$$i"; \
733	  fi; \
734	done >> $(top_builddir)/cscope.files
735
736distclean-tags:
737	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
738	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
739distdir: $(BUILT_SOURCES)
740	$(MAKE) $(AM_MAKEFLAGS) distdir-am
741
742distdir-am: $(DISTFILES)
743	$(am__remove_distdir)
744	test -d "$(distdir)" || mkdir "$(distdir)"
745	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
746	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
747	list='$(DISTFILES)'; \
748	  dist_files=`for file in $$list; do echo $$file; done | \
749	  sed -e "s|^$$srcdirstrip/||;t" \
750	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
751	case $$dist_files in \
752	  */*) $(MKDIR_P) `echo "$$dist_files" | \
753			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
754			   sort -u` ;; \
755	esac; \
756	for file in $$dist_files; do \
757	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
758	  if test -d $$d/$$file; then \
759	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
760	    if test -d "$(distdir)/$$file"; then \
761	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
762	    fi; \
763	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
764	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
765	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
766	    fi; \
767	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
768	  else \
769	    test -f "$(distdir)/$$file" \
770	    || cp -p $$d/$$file "$(distdir)/$$file" \
771	    || exit 1; \
772	  fi; \
773	done
774	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
775	  if test "$$subdir" = .; then :; else \
776	    $(am__make_dryrun) \
777	      || test -d "$(distdir)/$$subdir" \
778	      || $(MKDIR_P) "$(distdir)/$$subdir" \
779	      || exit 1; \
780	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
781	    $(am__relativize); \
782	    new_distdir=$$reldir; \
783	    dir1=$$subdir; dir2="$(top_distdir)"; \
784	    $(am__relativize); \
785	    new_top_distdir=$$reldir; \
786	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
787	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
788	    ($(am__cd) $$subdir && \
789	      $(MAKE) $(AM_MAKEFLAGS) \
790	        top_distdir="$$new_top_distdir" \
791	        distdir="$$new_distdir" \
792		am__remove_distdir=: \
793		am__skip_length_check=: \
794		am__skip_mode_fix=: \
795	        distdir) \
796	      || exit 1; \
797	  fi; \
798	done
799	-test -n "$(am__skip_mode_fix)" \
800	|| find "$(distdir)" -type d ! -perm -755 \
801		-exec chmod u+rwx,go+rx {} \; -o \
802	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
803	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
804	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
805	|| chmod -R a+r "$(distdir)"
806dist-gzip: distdir
807	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
808	$(am__post_remove_distdir)
809dist-bzip2: distdir
810	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
811	$(am__post_remove_distdir)
812dist-lzip: distdir
813	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
814	$(am__post_remove_distdir)
815dist-xz: distdir
816	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
817	$(am__post_remove_distdir)
818
819dist-zstd: distdir
820	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
821	$(am__post_remove_distdir)
822
823dist-tarZ: distdir
824	@echo WARNING: "Support for distribution archives compressed with" \
825		       "legacy program 'compress' is deprecated." >&2
826	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
827	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
828	$(am__post_remove_distdir)
829
830dist-shar: distdir
831	@echo WARNING: "Support for shar distribution archives is" \
832	               "deprecated." >&2
833	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
834	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
835	$(am__post_remove_distdir)
836
837dist-zip: distdir
838	-rm -f $(distdir).zip
839	zip -rq $(distdir).zip $(distdir)
840	$(am__post_remove_distdir)
841
842dist dist-all:
843	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
844	$(am__post_remove_distdir)
845
846# This target untars the dist file and tries a VPATH configuration.  Then
847# it guarantees that the distribution is self-contained by making another
848# tarfile.
849distcheck: dist
850	case '$(DIST_ARCHIVES)' in \
851	*.tar.gz*) \
852	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
853	*.tar.bz2*) \
854	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
855	*.tar.lz*) \
856	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
857	*.tar.xz*) \
858	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
859	*.tar.Z*) \
860	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
861	*.shar.gz*) \
862	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
863	*.zip*) \
864	  unzip $(distdir).zip ;;\
865	*.tar.zst*) \
866	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
867	esac
868	chmod -R a-w $(distdir)
869	chmod u+w $(distdir)
870	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
871	chmod a-w $(distdir)
872	test -d $(distdir)/_build || exit 0; \
873	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
874	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
875	  && am__cwd=`pwd` \
876	  && $(am__cd) $(distdir)/_build/sub \
877	  && ../../configure \
878	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
879	    $(DISTCHECK_CONFIGURE_FLAGS) \
880	    --srcdir=../.. --prefix="$$dc_install_base" \
881	  && $(MAKE) $(AM_MAKEFLAGS) \
882	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
883	  && $(MAKE) $(AM_MAKEFLAGS) check \
884	  && $(MAKE) $(AM_MAKEFLAGS) install \
885	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
886	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
887	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
888	        distuninstallcheck \
889	  && chmod -R a-w "$$dc_install_base" \
890	  && ({ \
891	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
892	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
893	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
894	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
895	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
896	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
897	  && rm -rf "$$dc_destdir" \
898	  && $(MAKE) $(AM_MAKEFLAGS) dist \
899	  && rm -rf $(DIST_ARCHIVES) \
900	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
901	  && cd "$$am__cwd" \
902	  || exit 1
903	$(am__post_remove_distdir)
904	@(echo "$(distdir) archives ready for distribution: "; \
905	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
906	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
907distuninstallcheck:
908	@test -n '$(distuninstallcheck_dir)' || { \
909	  echo 'ERROR: trying to run $@ with an empty' \
910	       '$$(distuninstallcheck_dir)' >&2; \
911	  exit 1; \
912	}; \
913	$(am__cd) '$(distuninstallcheck_dir)' || { \
914	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
915	  exit 1; \
916	}; \
917	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
918	   || { echo "ERROR: files left after uninstall:" ; \
919	        if test -n "$(DESTDIR)"; then \
920	          echo "  (check DESTDIR support)"; \
921	        fi ; \
922	        $(distuninstallcheck_listfiles) ; \
923	        exit 1; } >&2
924distcleancheck: distclean
925	@if test '$(srcdir)' = . ; then \
926	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
927	  exit 1 ; \
928	fi
929	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
930	  || { echo "ERROR: files left in build directory after distclean:" ; \
931	       $(distcleancheck_listfiles) ; \
932	       exit 1; } >&2
933check-am: all-am
934check: check-recursive
935all-am: Makefile $(DATA) expat_config.h
936installdirs: installdirs-recursive
937installdirs-am:
938	for dir in "$(DESTDIR)$(cmakedir)" "$(DESTDIR)$(cmakedir)" "$(DESTDIR)$(pkgconfigdir)"; do \
939	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
940	done
941install: install-recursive
942install-exec: install-exec-recursive
943install-data: install-data-recursive
944uninstall: uninstall-recursive
945
946install-am: all-am
947	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
948
949installcheck: installcheck-recursive
950install-strip:
951	if test -z '$(STRIP)'; then \
952	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
953	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
954	      install; \
955	else \
956	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
957	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
958	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
959	fi
960mostlyclean-generic:
961
962clean-generic:
963
964distclean-generic:
965	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
966	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
967
968maintainer-clean-generic:
969	@echo "This command is intended for maintainers to use"
970	@echo "it deletes files that may require special tools to rebuild."
971clean: clean-recursive
972
973clean-am: clean-generic clean-libtool mostlyclean-am
974
975distclean: distclean-recursive
976	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
977	-rm -f Makefile
978distclean-am: clean-am distclean-generic distclean-hdr \
979	distclean-libtool distclean-tags
980
981dvi: dvi-recursive
982
983dvi-am:
984
985html: html-recursive
986
987html-am:
988
989info: info-recursive
990
991info-am:
992
993install-data-am: install-dist_cmakeDATA install-nodist_cmakeDATA \
994	install-pkgconfigDATA
995
996install-dvi: install-dvi-recursive
997
998install-dvi-am:
999
1000install-exec-am:
1001
1002install-html: install-html-recursive
1003
1004install-html-am:
1005
1006install-info: install-info-recursive
1007
1008install-info-am:
1009
1010install-man:
1011
1012install-pdf: install-pdf-recursive
1013
1014install-pdf-am:
1015
1016install-ps: install-ps-recursive
1017
1018install-ps-am:
1019
1020installcheck-am:
1021
1022maintainer-clean: maintainer-clean-recursive
1023	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1024	-rm -rf $(top_srcdir)/autom4te.cache
1025	-rm -f Makefile
1026maintainer-clean-am: distclean-am maintainer-clean-generic
1027
1028mostlyclean: mostlyclean-recursive
1029
1030mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1031
1032pdf: pdf-recursive
1033
1034pdf-am:
1035
1036ps: ps-recursive
1037
1038ps-am:
1039
1040uninstall-am: uninstall-dist_cmakeDATA uninstall-nodist_cmakeDATA \
1041	uninstall-pkgconfigDATA
1042
1043.MAKE: $(am__recursive_targets) all install-am install-strip
1044
1045.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1046	am--refresh check check-am clean clean-cscope clean-generic \
1047	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1048	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1049	dist-xz dist-zip dist-zstd distcheck distclean \
1050	distclean-generic distclean-hdr distclean-libtool \
1051	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1052	dvi-am html html-am info info-am install install-am \
1053	install-data install-data-am install-dist_cmakeDATA \
1054	install-dvi install-dvi-am install-exec install-exec-am \
1055	install-html install-html-am install-info install-info-am \
1056	install-man install-nodist_cmakeDATA install-pdf \
1057	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1058	install-strip installcheck installcheck-am installdirs \
1059	installdirs-am maintainer-clean maintainer-clean-generic \
1060	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1061	ps ps-am tags tags-am uninstall uninstall-am \
1062	uninstall-dist_cmakeDATA uninstall-nodist_cmakeDATA \
1063	uninstall-pkgconfigDATA
1064
1065.PRECIOUS: Makefile
1066
1067
1068.PHONY: buildlib
1069buildlib:
1070	@echo 'ERROR: Running "make buildlib LIBRARY=libexpatw.la"' >&2
1071	@echo 'ERROR: is no longer supported.  INSTEAD please:' >&2
1072	@echo 'ERROR:' >&2
1073	@echo 'ERROR:  * Mass-patch Makefile.am, e.g.' >&2
1074	@echo 'ERROR:    # find -name Makefile.am -exec sed \' >&2
1075	@echo 'ERROR:          -e "s,libexpat\.la,libexpatw.la," \' >&2
1076	@echo 'ERROR:          -e "s,libexpat_la,libexpatw_la," \' >&2
1077	@echo 'ERROR:          -i {} +' >&2
1078	@echo 'ERROR:' >&2
1079	@echo 'ERROR:  * Run automake to re-generate Makefile.in files' >&2
1080	@echo 'ERROR:' >&2
1081	@echo 'ERROR:  * Use "./configure --without-xmlwf" and/or' >&2
1082	@echo 'ERROR:    "make -C lib all install" to bypass compilation' >&2
1083	@echo 'ERROR:    of xmlwf (e.g. with -DXML_UNICODE)' >&2
1084	@echo 'ERROR:' >&2
1085	@false
1086
1087.PHONY: run-benchmark
1088run-benchmark:
1089	$(MAKE) -C tests/benchmark
1090	./run.sh tests/benchmark/benchmark@EXEEXT@ -n $(top_srcdir)/../testdata/largefiles/recset.xml 65535 3
1091
1092.PHONY: download-xmlts-zip
1093download-xmlts-zip:
1094	if test "$(XMLTS_ZIP)" = ""; then \
1095		wget --output-document=tests/xmlts.zip \
1096			https://www.w3.org/XML/Test/xmlts20080827.zip; \
1097	else \
1098		cp $(XMLTS_ZIP) tests/xmlts.zip; \
1099	fi
1100
1101tests/xmlts.zip:
1102	$(MAKE) download-xmlts-zip
1103
1104.PHONY: extract-xmlts-zip
1105extract-xmlts-zip: tests/xmlts.zip
1106	[ -f $(builddir)/tests/xmlts.zip ] || $(MAKE) download-xmlts-zip  # vpath workaround
1107	cd tests && unzip -q xmlts.zip
1108
1109tests/xmlconf: tests/xmlts.zip
1110	$(MAKE) extract-xmlts-zip
1111
1112.PHONY: run-xmltest
1113run-xmltest: tests/xmlconf
1114@WITH_XMLWF_TRUE@	[ -d $(builddir)/tests/xmlconf ] || $(MAKE) extract-xmlts-zip  # vpath workaround
1115@WITH_XMLWF_TRUE@	$(MAKE) -C lib
1116@WITH_XMLWF_TRUE@	$(MAKE) -C xmlwf
1117@WITH_XMLWF_TRUE@	$(srcdir)/tests/xmltest.sh "$(abs_builddir)/run.sh $(abs_builddir)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee $(builddir)/tests/xmltest.log
1118@WITH_XMLWF_TRUE@	$(srcdir)/fix-xmltest-log.sh $(builddir)/tests/xmltest.log
1119@WITH_XMLWF_TRUE@	diff -u $(srcdir)/tests/xmltest.log.expected $(builddir)/tests/xmltest.log
1120@WITH_XMLWF_FALSE@	@echo 'ERROR: xmlwf is needed for "make run-xmltest".' >&2
1121@WITH_XMLWF_FALSE@	@echo 'ERROR: Please re-configure without --without-xmlwf.' >&2
1122@WITH_XMLWF_FALSE@	@false
1123
1124.PHONY: qa
1125qa:
1126	QA_COMPILER=clang QA_SANITIZER=address   ./qa.sh
1127	QA_COMPILER=clang QA_SANITIZER=memory    ./qa.sh
1128	QA_COMPILER=clang QA_SANITIZER=undefined ./qa.sh
1129	QA_COMPILER=gcc   QA_PROCESSOR=gcov      ./qa.sh
1130
1131# Tell versions [3.59,3.63) of GNU make to not export all variables.
1132# Otherwise a system limit (for SysV at least) may be exceeded.
1133.NOEXPORT:
1134