@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16. 1 from Makefile.am.
# Makefile.in generated by automake 1.16. 5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-20 18 Free Software Foundation, Inc.
# Copyright (C) 1994-20 2 1 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@ -22,7 +22,8 @@
# \___/_/\_\ .__/ \__,_|\__|
# |_| XML parser
#
# Copyright (c) 2017 Expat development team
# Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org>
# Copyright (c) 2018 KangLin <kl222@126.com>
# Licensed under the MIT license:
#
# Permission is hereby granted, free of charge, to any person obtaining
@ -138,12 +139,14 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
am__configure_deps = $( am__aclocal_m4_deps) $( CONFIGURE_DEPENDENCIES) \
$( ACLOCAL_M4)
DIST_COMMON = $( srcdir) /Makefile.am $( top_srcdir) /configure \
$( am__configure_deps) $( am__DIST_COMMON)
$( am__configure_deps) $( dist_cmake_DATA) $( am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $( install_sh) -d
CONFIG_HEADER = expat_config.h
CONFIG_CLEAN_FILES = expat.pc run.sh
CONFIG_CLEAN_FILES = expat.pc cmake/expat-config.cmake \
cmake/autotools/expat-config-version.cmake \
cmake/autotools/expat-noconfig.cmake run.sh
CONFIG_CLEAN_VPATH_FILES =
AM_V_P = $( am__v_P_@AM_V@)
am__v_P_ = $( am__v_P_@AM_DEFAULT_V@)
@ -199,8 +202,9 @@ am__uninstall_files_from_dir = { \
|| { echo " ( cd ' $$ dir' && rm -f " $$ files ")" ; \
$( am__cd) " $$ dir " && rm -f $$ files; } ; \
}
am__installdirs = " $( DESTDIR) $( pkgconfigdir) "
DATA = $( pkgconfig_DATA)
am__installdirs = " $( DESTDIR) $( cmakedir) " " $( DESTDIR) $( cmakedir) " \
" $( DESTDIR) $( pkgconfigdir) "
DATA = $( dist_cmake_DATA) $( nodist_cmake_DATA) $( pkgconfig_DATA)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
@ -209,8 +213,8 @@ am__recursive_targets = \
$( am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $( am__recursive_targets:-recursive= ) TAGS CTAGS \
cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $( HEADERS) $( SOURCES) $( TAGS_FILES) \
$( LISP) expat_config.h.in
am__tagged_files = $( HEADERS) $( SOURCES) $( TAGS_FILES) $( LISP) \
expat_config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
@ -227,18 +231,17 @@ am__define_uniq_tagged_files = \
unique = ` for i in $$ list; do \
if test -f " $$ i " ; then echo $$ i; else echo $( srcdir) /$$ i; fi ; \
done | $( am__uniquify_input) `
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = lib examples tests xmlwf doc
am__DIST_COMMON = $( srcdir) /Makefile.in $( srcdir) /expat.pc.in \
$( srcdir) /expat_config.h.in $( srcdir) /run.sh.in \
$( top_srcdir) /cmake/autotools/expat-config-version.cmake.in \
$( top_srcdir) /cmake/expat-config.cmake.in \
$( top_srcdir) /conftools/ar-lib $( top_srcdir) /conftools/compile \
$( top_srcdir) /conftools/config.guess \
$( top_srcdir) /conftools/config.sub \
$( top_srcdir) /conftools/install-sh \
$( top_srcdir) /conftools/ltmain.sh \
$( top_srcdir) /conftools/missing AUTHORS COPYING \
$( top_srcdir) /conftools/missing AUTHORS COPYING README.md \
conftools/ar-lib conftools/compile conftools/config.guess \
conftools/config.sub conftools/depcomp conftools/install-sh \
conftools/ltmain.sh conftools/missing
@ -281,13 +284,19 @@ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.lz \
$( distdir) .tar.xz
GZIP_ENV = --best
DIST_TARGETS = dist-lzip dist-xz dist-bzip2 dist-gzip
# Exists only to be overridden by the user if desired.
AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $( distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_CFLAGS = @AM_CFLAGS@
AM_CPPFLAGS = @AM_CPPFLAGS@
AM_CXXFLAGS = @AM_CXXFLAGS@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AM_LDFLAGS = @AM_LDFLAGS@
AR = @AR@
AS = @AS@
AUTOCONF = @AUTOCONF@
@ -297,8 +306,9 @@ AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
@ -314,7 +324,15 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
EXPAT_DTD = @EXPAT_DTD@
EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
EXPAT_NS = @EXPAT_NS@
FGREP = @FGREP@
FILEMAP = @FILEMAP@
GREP = @GREP@
@ -327,6 +345,8 @@ LD = @LD@
LDFLAGS = @LDFLAGS@
LIBAGE = @LIBAGE@
LIBCURRENT = @LIBCURRENT@
LIBDIR_BASENAME = @LIBDIR_BASENAME@
LIBM = @LIBM@
LIBOBJS = @LIBOBJS@
LIBREVISION = @LIBREVISION@
LIBS = @LIBS@
@ -356,6 +376,9 @@ RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SO_MAJOR = @SO_MAJOR@
SO_MINOR = @SO_MINOR@
SO_PATCH = @SO_PATCH@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
@ -366,6 +389,7 @@ ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_cv_sizeof_void_p = @ac_cv_sizeof_void_p@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
@ -403,6 +427,7 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@ -423,13 +448,26 @@ LIBTOOLFLAGS = --verbose
SUBDIRS = lib $( am__append_1) $( am__append_2) $( am__append_3)
pkgconfig_DATA = expat.pc
pkgconfigdir = $( libdir) /pkgconfig
dist_cmake_DATA = \
cmake/autotools/expat.cmake
nodist_cmake_DATA = \
cmake/autotools/expat-config-version.cmake \
cmake/autotools/expat-noconfig.cmake \
cmake/expat-config.cmake
cmakedir = $( libdir) /cmake/expat-@PACKAGE_VERSION@
_EXTRA_DIST_CMAKE = \
cmake/expat-config.cmake.in \
cmake/autotools/expat-noconfig__linux.cmake.in \
cmake/autotools/expat-noconfig__macos.cmake.in \
cmake/autotools/expat-noconfig__windows.cmake.in \
cmake/autotools/expat-package-init.cmake \
cmake/mingw-toolchain.cmake \
\
CMakeLists.txt \
CMake.README \
ConfigureChecks.cmake \
expat.pc.cmake \
expat_config.h.cmake
_EXTRA_DIST_WINDOWS = \
@ -444,11 +482,14 @@ EXTRA_DIST = \
\
conftools/expat.m4 \
conftools/get-version.sh \
conftools/PrintPath \
\
fuzz/xml_parsebuffer_fuzzer.c \
fuzz/xml_parse_fuzzer.c \
\
xmlwf/xmlwf_helpgen.py \
xmlwf/xmlwf_helpgen.sh \
\
buildconf.sh \
Changes \
README.md \
\
@ -509,6 +550,12 @@ distclean-hdr:
-rm -f expat_config.h stamp-h1
expat.pc : $( top_builddir ) /config .status $( srcdir ) /expat .pc .in
cd $( top_builddir) && $( SHELL) ./config.status $@
cmake/expat-config.cmake : $( top_builddir ) /config .status $( top_srcdir ) /cmake /expat -config .cmake .in
cd $( top_builddir) && $( SHELL) ./config.status $@
cmake/autotools/expat-config-version.cmake : $( top_builddir ) /config .status $( top_srcdir ) /cmake /autotools /expat -config -version .cmake .in
cd $( top_builddir) && $( SHELL) ./config.status $@
cmake/autotools/expat-noconfig.cmake : $( top_builddir ) /config .status
cd $( top_builddir) && $( SHELL) ./config.status $@
run.sh : $( top_builddir ) /config .status $( srcdir ) /run .sh .in
cd $( top_builddir) && $( SHELL) ./config.status $@
@ -520,6 +567,48 @@ clean-libtool:
distclean-libtool :
-rm -f libtool config.lt
install-dist_cmakeDATA : $( dist_cmake_DATA )
@$( NORMAL_INSTALL)
@list= '$(dist_cmake_DATA)' ; test -n " $( cmakedir) " || list = ; \
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( cmakedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( cmakedir) " || exit 1; \
fi ; \
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( cmakedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( cmakedir) " || exit $$ ?; \
done
uninstall-dist_cmakeDATA :
@$( NORMAL_UNINSTALL)
@list= '$(dist_cmake_DATA)' ; test -n " $( cmakedir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
dir = '$(DESTDIR)$(cmakedir)' ; $( am__uninstall_files_from_dir)
install-nodist_cmakeDATA : $( nodist_cmake_DATA )
@$( NORMAL_INSTALL)
@list= '$(nodist_cmake_DATA)' ; test -n " $( cmakedir) " || list = ; \
if test -n " $$ list " ; then \
echo " $( MKDIR_P) ' $( DESTDIR) $( cmakedir) ' " ; \
$( MKDIR_P) " $( DESTDIR) $( cmakedir) " || exit 1; \
fi ; \
for p in $$ list; do \
if test -f " $$ p " ; then d = ; else d = " $( srcdir) / " ; fi ; \
echo " $$ d $$ p " ; \
done | $( am__base_list) | \
while read files; do \
echo " $( INSTALL_DATA) $$ files ' $( DESTDIR) $( cmakedir) ' " ; \
$( INSTALL_DATA) $$ files " $( DESTDIR) $( cmakedir) " || exit $$ ?; \
done
uninstall-nodist_cmakeDATA :
@$( NORMAL_UNINSTALL)
@list= '$(nodist_cmake_DATA)' ; test -n " $( cmakedir) " || list = ; \
files = ` for p in $$ list; do echo $$ p; done | sed -e 's|^.*/||' ` ; \
dir = '$(DESTDIR)$(cmakedir)' ; $( am__uninstall_files_from_dir)
install-pkgconfigDATA : $( pkgconfig_DATA )
@$( NORMAL_INSTALL)
@list= '$(pkgconfig_DATA)' ; test -n " $( pkgconfigdir) " || list = ; \
@ -647,7 +736,6 @@ cscopelist-am: $(am__tagged_files)
distclean-tags :
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
distdir : $( BUILT_SOURCES )
$( MAKE) $( AM_MAKEFLAGS) distdir-am
@ -728,6 +816,10 @@ dist-xz: distdir
tardir = $( distdir) && $( am__tar) | XZ_OPT = $$ { XZ_OPT--e} xz -c >$( distdir) .tar.xz
$( am__post_remove_distdir)
dist-zstd : distdir
tardir = $( distdir) && $( am__tar) | zstd -c $$ { ZSTD_CLEVEL-$$ { ZSTD_OPT--19} } >$( distdir) .tar.zst
$( am__post_remove_distdir)
dist-tarZ : distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >& 2
@ -770,6 +862,8 @@ distcheck: dist
eval GZIP = gzip $( GZIP_ENV) -dc $( distdir) .shar.gz | unshar ; ; \
*.zip*) \
unzip $( distdir) .zip ; ; \
*.tar.zst*) \
zstd -dc $( distdir) .tar.zst | $( am__untar) ; ; \
esac
chmod -R a-w $( distdir)
chmod u+w $( distdir)
@ -785,7 +879,7 @@ distcheck: dist
$( DISTCHECK_CONFIGURE_FLAGS) \
--srcdir= ../.. --prefix= " $$ dc_install_base " \
&& $( MAKE) $( AM_MAKEFLAGS) \
&& $( MAKE) $( AM_MAKEFLAGS) dvi \
&& $( MAKE) $( AM_MAKEFLAGS) $( AM_DISTCHECK_DVI_TARGET) \
&& $( MAKE) $( AM_MAKEFLAGS) check \
&& $( MAKE) $( AM_MAKEFLAGS) install \
&& $( MAKE) $( AM_MAKEFLAGS) installcheck \
@ -841,7 +935,7 @@ check: check-recursive
all-am : Makefile $( DATA ) expat_config .h
installdirs : installdirs -recursive
installdirs-am :
for dir in " $( DESTDIR) $( pkgconfigdir) " ; do \
for dir in " $( DESTDIR) $( cmakedir) " " $( DESTDIR) $( cmakedir) " " $( DESTDIR) $( pkgconfigdir) " ; do \
test -z " $$ dir " || $( MKDIR_P) " $$ dir " ; \
done
install : install -recursive
@ -896,7 +990,8 @@ info: info-recursive
info-am :
install-data-am : install -pkgconfigDATA
install-data-am : install -dist_cmakeDATA install -nodist_cmakeDATA \
install-pkgconfigDATA
install-dvi : install -dvi -recursive
@ -942,7 +1037,8 @@ ps: ps-recursive
ps-am :
uninstall-am : uninstall -pkgconfigDATA
uninstall-am : uninstall -dist_cmakeDATA uninstall -nodist_cmakeDATA \
uninstall-pkgconfigDATA
.MAKE : $( am__recursive_targets ) all install -am install -strip
@ -950,18 +1046,21 @@ uninstall-am: uninstall-pkgconfigDATA
am--refresh check check-am clean clean-cscope clean-generic \
clean-libtool cscope cscopelist-am ctags ctags-am dist \
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
dist-xz dist-zip distcheck distclean distclean-generic \
distclean-hdr distclean-libtool distclean-tags distcleancheck \
distdir distuninstallcheck dvi dvi-am html html-am info \
info-am install install-am install-data install-data-am \
dist-xz dist-zip dist-zstd distcheck distclean \
distclean-generic distclean-hdr distclean-libtool \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
install-data install-data-am install-dist_cmakeDATA \
install-dvi install-dvi-am install-exec install-exec-am \
install-html install-html-am install-info install-info-am \
install-man install-pdf install-pdf-am install-pkgconfigDATA \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall-pkgconfigDATA
install-man install-nodist_cmakeDATA install-pdf \
install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
install-strip installcheck installcheck-am installdirs \
installdirs-am maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
ps ps-am tags tags-am uninstall uninstall-am \
uninstall-dist_cmakeDATA uninstall-nodist_cmakeDATA \
uninstall-pkgconfigDATA
.PRECIOUS : Makefile