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