Makefile.in 38 KB

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