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