Makefile.in 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897
  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) 2017 Tomasz Kłoczko <[email protected]>
  22. # Copyright (c) 2019 David Loffredo <[email protected]>
  23. # Copyright (c) 2026 Gordon Messmer <[email protected]>
  24. # Licensed under the MIT license:
  25. #
  26. # Permission is hereby granted, free of charge, to any person obtaining
  27. # a copy of this software and associated documentation files (the
  28. # "Software"), to deal in the Software without restriction, including
  29. # without limitation the rights to use, copy, modify, merge, publish,
  30. # distribute, sublicense, and/or sell copies of the Software, and to permit
  31. # persons to whom the Software is furnished to do so, subject to the
  32. # following conditions:
  33. #
  34. # The above copyright notice and this permission notice shall be included
  35. # in all copies or substantial portions of the Software.
  36. #
  37. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  38. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  39. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
  40. # NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
  41. # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  42. # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
  43. # USE OR OTHER DEALINGS IN THE SOFTWARE.
  44. VPATH = @srcdir@
  45. am__is_gnu_make = { \
  46. if test -z '$(MAKELEVEL)'; then \
  47. false; \
  48. elif test -n '$(MAKE_HOST)'; then \
  49. true; \
  50. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  51. true; \
  52. else \
  53. false; \
  54. fi; \
  55. }
  56. am__make_running_with_option = \
  57. case $${target_option-} in \
  58. ?) ;; \
  59. *) echo "am__make_running_with_option: internal error: invalid" \
  60. "target option '$${target_option-}' specified" >&2; \
  61. exit 1;; \
  62. esac; \
  63. has_opt=no; \
  64. sane_makeflags=$$MAKEFLAGS; \
  65. if $(am__is_gnu_make); then \
  66. sane_makeflags=$$MFLAGS; \
  67. else \
  68. case $$MAKEFLAGS in \
  69. *\\[\ \ ]*) \
  70. bs=\\; \
  71. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  72. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  73. esac; \
  74. fi; \
  75. skip_next=no; \
  76. strip_trailopt () \
  77. { \
  78. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  79. }; \
  80. for flg in $$sane_makeflags; do \
  81. test $$skip_next = yes && { skip_next=no; continue; }; \
  82. case $$flg in \
  83. *=*|--*) continue;; \
  84. -*I) strip_trailopt 'I'; skip_next=yes;; \
  85. -*I?*) strip_trailopt 'I';; \
  86. -*O) strip_trailopt 'O'; skip_next=yes;; \
  87. -*O?*) strip_trailopt 'O';; \
  88. -*l) strip_trailopt 'l'; skip_next=yes;; \
  89. -*l?*) strip_trailopt 'l';; \
  90. -[dEDm]) skip_next=yes;; \
  91. -[JT]) skip_next=yes;; \
  92. esac; \
  93. case $$flg in \
  94. *$$target_option*) has_opt=yes; break;; \
  95. esac; \
  96. done; \
  97. test $$has_opt = yes
  98. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  99. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  100. am__rm_f = rm -f $(am__rm_f_notfound)
  101. am__rm_rf = rm -rf $(am__rm_f_notfound)
  102. pkgdatadir = $(datadir)/@PACKAGE@
  103. pkgincludedir = $(includedir)/@PACKAGE@
  104. pkglibdir = $(libdir)/@PACKAGE@
  105. pkglibexecdir = $(libexecdir)/@PACKAGE@
  106. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  107. install_sh_DATA = $(install_sh) -c -m 644
  108. install_sh_PROGRAM = $(install_sh) -c
  109. install_sh_SCRIPT = $(install_sh) -c
  110. INSTALL_HEADER = $(INSTALL_DATA)
  111. transform = $(program_transform_name)
  112. NORMAL_INSTALL = :
  113. PRE_INSTALL = :
  114. POST_INSTALL = :
  115. NORMAL_UNINSTALL = :
  116. PRE_UNINSTALL = :
  117. POST_UNINSTALL = :
  118. build_triplet = @build@
  119. host_triplet = @host@
  120. @HAVE_VSCRIPT_TRUE@am__append_1 = $(VSCRIPT_LDFLAGS),@builddir@/libexpat.map
  121. subdir = lib
  122. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  123. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  124. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  125. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  126. $(top_srcdir)/acinclude.m4 \
  127. $(top_srcdir)/conftools/ax-require-defined.m4 \
  128. $(top_srcdir)/conftools/ax-check-compile-flag.m4 \
  129. $(top_srcdir)/conftools/ax-check-link-flag.m4 \
  130. $(top_srcdir)/conftools/ax-append-flag.m4 \
  131. $(top_srcdir)/conftools/ax-append-compile-flags.m4 \
  132. $(top_srcdir)/conftools/ax-append-link-flags.m4 \
  133. $(top_srcdir)/conftools/expatcfg-compiler-supports-visibility.m4 \
  134. $(top_srcdir)/conftools/ax-cxx-compile-stdcxx.m4 \
  135. $(top_srcdir)/conftools/ax-cxx-compile-stdcxx-11.m4 \
  136. $(top_srcdir)/configure.ac
  137. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  138. $(ACLOCAL_M4)
  139. DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
  140. $(am__DIST_COMMON)
  141. mkinstalldirs = $(install_sh) -d
  142. CONFIG_HEADER = $(top_builddir)/expat_config.h
  143. CONFIG_CLEAN_FILES = libexpat.map
  144. CONFIG_CLEAN_VPATH_FILES =
  145. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  146. am__vpath_adj = case $$p in \
  147. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  148. *) f=$$p;; \
  149. esac;
  150. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  151. am__install_max = 40
  152. am__nobase_strip_setup = \
  153. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  154. am__nobase_strip = \
  155. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  156. am__nobase_list = $(am__nobase_strip_setup); \
  157. for p in $$list; do echo "$$p $$p"; done | \
  158. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  159. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  160. if (++n[$$2] == $(am__install_max)) \
  161. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  162. END { for (dir in files) print dir, files[dir] }'
  163. am__base_list = \
  164. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  165. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  166. am__uninstall_files_from_dir = { \
  167. { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  168. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  169. $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
  170. }
  171. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
  172. "$(DESTDIR)$(includedir)"
  173. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  174. libexpat_la_LIBADD =
  175. am_libexpat_la_OBJECTS = xmlparse.lo xmltok.lo xmlrole.lo
  176. libexpat_la_OBJECTS = $(am_libexpat_la_OBJECTS)
  177. AM_V_lt = $(am__v_lt_@AM_V@)
  178. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  179. am__v_lt_0 = --silent
  180. am__v_lt_1 =
  181. libexpat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  182. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  183. $(libexpat_la_LDFLAGS) $(LDFLAGS) -o $@
  184. libtestpat_la_LIBADD =
  185. am__libtestpat_la_SOURCES_DIST = xmlparse.c xmltok.c xmlrole.c
  186. am__objects_1 = libtestpat_la-xmlparse.lo libtestpat_la-xmltok.lo \
  187. libtestpat_la-xmlrole.lo
  188. @WITH_TESTS_TRUE@am_libtestpat_la_OBJECTS = $(am__objects_1)
  189. libtestpat_la_OBJECTS = $(am_libtestpat_la_OBJECTS)
  190. @WITH_TESTS_TRUE@am_libtestpat_la_rpath =
  191. AM_V_P = $(am__v_P_@AM_V@)
  192. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  193. am__v_P_0 = false
  194. am__v_P_1 = :
  195. AM_V_GEN = $(am__v_GEN_@AM_V@)
  196. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  197. am__v_GEN_0 = @echo " GEN " $@;
  198. am__v_GEN_1 =
  199. AM_V_at = $(am__v_at_@AM_V@)
  200. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  201. am__v_at_0 = @
  202. am__v_at_1 =
  203. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  204. depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
  205. am__maybe_remake_depfiles = depfiles
  206. am__depfiles_remade = ./$(DEPDIR)/libtestpat_la-xmlparse.Plo \
  207. ./$(DEPDIR)/libtestpat_la-xmlrole.Plo \
  208. ./$(DEPDIR)/libtestpat_la-xmltok.Plo ./$(DEPDIR)/xmlparse.Plo \
  209. ./$(DEPDIR)/xmlrole.Plo ./$(DEPDIR)/xmltok.Plo
  210. am__mv = mv -f
  211. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  212. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  213. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  214. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  215. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  216. $(AM_CFLAGS) $(CFLAGS)
  217. AM_V_CC = $(am__v_CC_@AM_V@)
  218. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  219. am__v_CC_0 = @echo " CC " $@;
  220. am__v_CC_1 =
  221. CCLD = $(CC)
  222. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  223. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  224. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  225. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  226. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  227. am__v_CCLD_0 = @echo " CCLD " $@;
  228. am__v_CCLD_1 =
  229. SOURCES = $(libexpat_la_SOURCES) $(libtestpat_la_SOURCES)
  230. DIST_SOURCES = $(libexpat_la_SOURCES) \
  231. $(am__libtestpat_la_SOURCES_DIST)
  232. am__can_run_installinfo = \
  233. case $$AM_UPDATE_INFO_DIR in \
  234. n|no|NO) false;; \
  235. *) (install-info --version) >/dev/null 2>&1;; \
  236. esac
  237. DATA = $(doc_DATA)
  238. HEADERS = $(include_HEADERS)
  239. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  240. # Read a list of newline-separated strings from the standard input,
  241. # and print each of them once, without duplicates. Input order is
  242. # *not* preserved.
  243. am__uniquify_input = $(AWK) '\
  244. BEGIN { nonempty = 0; } \
  245. { items[$$0] = 1; nonempty = 1; } \
  246. END { if (nonempty) { for (i in items) print i; }; } \
  247. '
  248. # Make sure the list of sources is unique. This is necessary because,
  249. # e.g., the same source file might be shared among _SOURCES variables
  250. # for different programs/libraries.
  251. am__define_uniq_tagged_files = \
  252. list='$(am__tagged_files)'; \
  253. unique=`for i in $$list; do \
  254. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  255. done | $(am__uniquify_input)`
  256. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libexpat.map.in \
  257. $(top_srcdir)/conftools/depcomp
  258. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  259. ACLOCAL = @ACLOCAL@
  260. AMTAR = @AMTAR@
  261. AM_CFLAGS = @AM_CFLAGS@
  262. AM_CPPFLAGS = @AM_CPPFLAGS@
  263. AM_CXXFLAGS = @AM_CXXFLAGS@
  264. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  265. AM_LDFLAGS = @AM_LDFLAGS@
  266. AR = @AR@
  267. AS = @AS@
  268. AUTOCONF = @AUTOCONF@
  269. AUTOHEADER = @AUTOHEADER@
  270. AUTOMAKE = @AUTOMAKE@
  271. AWK = @AWK@
  272. CC = @CC@
  273. CCDEPMODE = @CCDEPMODE@
  274. CFLAGS = @CFLAGS@
  275. CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@
  276. CPPFLAGS = @CPPFLAGS@
  277. CSCOPE = @CSCOPE@
  278. CTAGS = @CTAGS@
  279. CXX = @CXX@
  280. CXXCPP = @CXXCPP@
  281. CXXDEPMODE = @CXXDEPMODE@
  282. CXXFLAGS = @CXXFLAGS@
  283. CYGPATH_W = @CYGPATH_W@
  284. DEFS = @DEFS@
  285. DEPDIR = @DEPDIR@
  286. DLLTOOL = @DLLTOOL@
  287. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  288. DSYMUTIL = @DSYMUTIL@
  289. DUMPBIN = @DUMPBIN@
  290. ECHO_C = @ECHO_C@
  291. ECHO_N = @ECHO_N@
  292. ECHO_T = @ECHO_T@
  293. EGREP = @EGREP@
  294. ETAGS = @ETAGS@
  295. EXEEXT = @EXEEXT@
  296. EXPAT_ATTR_INFO = @EXPAT_ATTR_INFO@
  297. EXPAT_CHAR_TYPE = @EXPAT_CHAR_TYPE@
  298. EXPAT_CONTEXT_BYTES = @EXPAT_CONTEXT_BYTES@
  299. EXPAT_DTD = @EXPAT_DTD@
  300. EXPAT_LARGE_SIZE = @EXPAT_LARGE_SIZE@
  301. EXPAT_MIN_SIZE = @EXPAT_MIN_SIZE@
  302. EXPAT_NS = @EXPAT_NS@
  303. FGREP = @FGREP@
  304. FILECMD = @FILECMD@
  305. FILEMAP = @FILEMAP@
  306. GREP = @GREP@
  307. HAVE_CXX11 = @HAVE_CXX11@
  308. INSTALL = @INSTALL@
  309. INSTALL_DATA = @INSTALL_DATA@
  310. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  311. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  312. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  313. LD = @LD@
  314. LDFLAGS = @LDFLAGS@
  315. LIBAGE = @LIBAGE@
  316. LIBCURRENT = @LIBCURRENT@
  317. LIBDIR_BASENAME = @LIBDIR_BASENAME@
  318. LIBM = @LIBM@
  319. LIBOBJS = @LIBOBJS@
  320. LIBREVISION = @LIBREVISION@
  321. LIBS = @LIBS@
  322. LIBTOOL = @LIBTOOL@
  323. LIPO = @LIPO@
  324. LN_S = @LN_S@
  325. LTLIBOBJS = @LTLIBOBJS@
  326. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  327. MAINT = @MAINT@
  328. MAKEINFO = @MAKEINFO@
  329. MANIFEST_TOOL = @MANIFEST_TOOL@
  330. MKDIR_P = @MKDIR_P@
  331. NM = @NM@
  332. NMEDIT = @NMEDIT@
  333. OBJDUMP = @OBJDUMP@
  334. OBJEXT = @OBJEXT@
  335. OTOOL = @OTOOL@
  336. OTOOL64 = @OTOOL64@
  337. PACKAGE = @PACKAGE@
  338. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  339. PACKAGE_NAME = @PACKAGE_NAME@
  340. PACKAGE_STRING = @PACKAGE_STRING@
  341. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  342. PACKAGE_URL = @PACKAGE_URL@
  343. PACKAGE_VERSION = @PACKAGE_VERSION@
  344. PATH_SEPARATOR = @PATH_SEPARATOR@
  345. RANLIB = @RANLIB@
  346. SED = @SED@
  347. SET_MAKE = @SET_MAKE@
  348. SHELL = @SHELL@
  349. SIZEOF_VOID_P = @SIZEOF_VOID_P@
  350. SO_MAJOR = @SO_MAJOR@
  351. SO_MINOR = @SO_MINOR@
  352. SO_PATCH = @SO_PATCH@
  353. STRIP = @STRIP@
  354. VERSION = @VERSION@
  355. VSCRIPT_LDFLAGS = @VSCRIPT_LDFLAGS@
  356. _EXPAT_COMMENT_ATTR_INFO = @_EXPAT_COMMENT_ATTR_INFO@
  357. _EXPAT_COMMENT_DTD_OR_GE = @_EXPAT_COMMENT_DTD_OR_GE@
  358. abs_builddir = @abs_builddir@
  359. abs_srcdir = @abs_srcdir@
  360. abs_top_builddir = @abs_top_builddir@
  361. abs_top_srcdir = @abs_top_srcdir@
  362. ac_ct_AR = @ac_ct_AR@
  363. ac_ct_CC = @ac_ct_CC@
  364. ac_ct_CXX = @ac_ct_CXX@
  365. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  366. am__include = @am__include@
  367. am__leading_dot = @am__leading_dot@
  368. am__quote = @am__quote@
  369. am__rm_f_notfound = @am__rm_f_notfound@
  370. am__tar = @am__tar@
  371. am__untar = @am__untar@
  372. am__xargs_n = @am__xargs_n@
  373. bindir = @bindir@
  374. build = @build@
  375. build_alias = @build_alias@
  376. build_cpu = @build_cpu@
  377. build_os = @build_os@
  378. build_vendor = @build_vendor@
  379. builddir = @builddir@
  380. datadir = @datadir@
  381. datarootdir = @datarootdir@
  382. docdir = @docdir@
  383. dvidir = @dvidir@
  384. exec_prefix = @exec_prefix@
  385. host = @host@
  386. host_alias = @host_alias@
  387. host_cpu = @host_cpu@
  388. host_os = @host_os@
  389. host_vendor = @host_vendor@
  390. htmldir = @htmldir@
  391. includedir = @includedir@
  392. infodir = @infodir@
  393. install_sh = @install_sh@
  394. libdir = @libdir@
  395. libexecdir = @libexecdir@
  396. localedir = @localedir@
  397. localstatedir = @localstatedir@
  398. mandir = @mandir@
  399. mkdir_p = @mkdir_p@
  400. oldincludedir = @oldincludedir@
  401. pdfdir = @pdfdir@
  402. prefix = @prefix@
  403. program_transform_name = @program_transform_name@
  404. psdir = @psdir@
  405. runstatedir = @runstatedir@
  406. sbindir = @sbindir@
  407. sharedstatedir = @sharedstatedir@
  408. srcdir = @srcdir@
  409. sysconfdir = @sysconfdir@
  410. target_alias = @target_alias@
  411. top_build_prefix = @top_build_prefix@
  412. top_builddir = @top_builddir@
  413. top_srcdir = @top_srcdir@
  414. include_HEADERS = \
  415. ../expat_config.h \
  416. expat.h \
  417. expat_external.h
  418. lib_LTLIBRARIES = libexpat.la
  419. @WITH_TESTS_TRUE@noinst_LTLIBRARIES = libtestpat.la
  420. libexpat_la_LDFLAGS = @AM_LDFLAGS@ @LIBM@ -no-undefined -version-info \
  421. @LIBCURRENT@:@LIBREVISION@:@LIBAGE@ $(am__append_1)
  422. libexpat_la_SOURCES = \
  423. xmlparse.c \
  424. xmltok.c \
  425. xmlrole.c
  426. @WITH_TESTS_TRUE@libtestpat_la_CPPFLAGS = -DXML_TESTING
  427. @WITH_TESTS_TRUE@libtestpat_la_SOURCES = $(libexpat_la_SOURCES)
  428. doc_DATA = \
  429. ../AUTHORS \
  430. ../Changes
  431. EXTRA_DIST = \
  432. ascii.h \
  433. asciitab.h \
  434. expat_external.h \
  435. expat.h \
  436. iasciitab.h \
  437. internal.h \
  438. latin1tab.h \
  439. libexpat.def.cmake \
  440. nametab.h \
  441. siphash.h \
  442. utf8tab.h \
  443. winconfig.h \
  444. xmlrole.h \
  445. xmltok.h \
  446. xmltok_impl.c \
  447. xmltok_impl.h \
  448. xmltok_ns.c
  449. all: all-am
  450. .SUFFIXES:
  451. .SUFFIXES: .c .lo .o .obj
  452. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  453. @for dep in $?; do \
  454. case '$(am__configure_deps)' in \
  455. *$$dep*) \
  456. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  457. && { if test -f $@; then exit 0; else break; fi; }; \
  458. exit 1;; \
  459. esac; \
  460. done; \
  461. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  462. $(am__cd) $(top_srcdir) && \
  463. $(AUTOMAKE) --gnu lib/Makefile
  464. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  465. @case '$?' in \
  466. *config.status*) \
  467. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  468. *) \
  469. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  470. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  471. esac;
  472. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  473. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  474. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  475. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  476. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  477. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  478. $(am__aclocal_m4_deps):
  479. libexpat.map: $(top_builddir)/config.status $(srcdir)/libexpat.map.in
  480. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  481. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  482. @$(NORMAL_INSTALL)
  483. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  484. list2=; for p in $$list; do \
  485. if test -f $$p; then \
  486. list2="$$list2 $$p"; \
  487. else :; fi; \
  488. done; \
  489. test -z "$$list2" || { \
  490. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  491. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  492. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  493. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  494. }
  495. uninstall-libLTLIBRARIES:
  496. @$(NORMAL_UNINSTALL)
  497. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  498. for p in $$list; do \
  499. $(am__strip_dir) \
  500. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  501. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  502. done
  503. clean-libLTLIBRARIES:
  504. -$(am__rm_f) $(lib_LTLIBRARIES)
  505. @list='$(lib_LTLIBRARIES)'; \
  506. locs=`for p in $$list; do echo $$p; done | \
  507. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  508. sort -u`; \
  509. echo rm -f $${locs}; \
  510. $(am__rm_f) $${locs}
  511. clean-noinstLTLIBRARIES:
  512. -$(am__rm_f) $(noinst_LTLIBRARIES)
  513. @list='$(noinst_LTLIBRARIES)'; \
  514. locs=`for p in $$list; do echo $$p; done | \
  515. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  516. sort -u`; \
  517. echo rm -f $${locs}; \
  518. $(am__rm_f) $${locs}
  519. libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES)
  520. $(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS)
  521. libtestpat.la: $(libtestpat_la_OBJECTS) $(libtestpat_la_DEPENDENCIES) $(EXTRA_libtestpat_la_DEPENDENCIES)
  522. $(AM_V_CCLD)$(LINK) $(am_libtestpat_la_rpath) $(libtestpat_la_OBJECTS) $(libtestpat_la_LIBADD) $(LIBS)
  523. mostlyclean-compile:
  524. -rm -f *.$(OBJEXT)
  525. distclean-compile:
  526. -rm -f *.tab.c
  527. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtestpat_la-xmlparse.Plo@am__quote@ # am--include-marker
  528. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtestpat_la-xmlrole.Plo@am__quote@ # am--include-marker
  529. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtestpat_la-xmltok.Plo@am__quote@ # am--include-marker
  530. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@ # am--include-marker
  531. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@ # am--include-marker
  532. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@ # am--include-marker
  533. $(am__depfiles_remade):
  534. @$(MKDIR_P) $(@D)
  535. @: >>$@
  536. am--depfiles: $(am__depfiles_remade)
  537. .c.o:
  538. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  539. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  540. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  541. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  542. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  543. .c.obj:
  544. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  545. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  546. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  547. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  548. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  549. .c.lo:
  550. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  551. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  552. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  553. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  554. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  555. libtestpat_la-xmlparse.lo: xmlparse.c
  556. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestpat_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libtestpat_la-xmlparse.lo -MD -MP -MF $(DEPDIR)/libtestpat_la-xmlparse.Tpo -c -o libtestpat_la-xmlparse.lo `test -f 'xmlparse.c' || echo '$(srcdir)/'`xmlparse.c
  557. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtestpat_la-xmlparse.Tpo $(DEPDIR)/libtestpat_la-xmlparse.Plo
  558. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlparse.c' object='libtestpat_la-xmlparse.lo' libtool=yes @AMDEPBACKSLASH@
  559. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  560. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestpat_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libtestpat_la-xmlparse.lo `test -f 'xmlparse.c' || echo '$(srcdir)/'`xmlparse.c
  561. libtestpat_la-xmltok.lo: xmltok.c
  562. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestpat_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libtestpat_la-xmltok.lo -MD -MP -MF $(DEPDIR)/libtestpat_la-xmltok.Tpo -c -o libtestpat_la-xmltok.lo `test -f 'xmltok.c' || echo '$(srcdir)/'`xmltok.c
  563. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtestpat_la-xmltok.Tpo $(DEPDIR)/libtestpat_la-xmltok.Plo
  564. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmltok.c' object='libtestpat_la-xmltok.lo' libtool=yes @AMDEPBACKSLASH@
  565. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  566. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestpat_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libtestpat_la-xmltok.lo `test -f 'xmltok.c' || echo '$(srcdir)/'`xmltok.c
  567. libtestpat_la-xmlrole.lo: xmlrole.c
  568. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestpat_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libtestpat_la-xmlrole.lo -MD -MP -MF $(DEPDIR)/libtestpat_la-xmlrole.Tpo -c -o libtestpat_la-xmlrole.lo `test -f 'xmlrole.c' || echo '$(srcdir)/'`xmlrole.c
  569. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libtestpat_la-xmlrole.Tpo $(DEPDIR)/libtestpat_la-xmlrole.Plo
  570. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlrole.c' object='libtestpat_la-xmlrole.lo' libtool=yes @AMDEPBACKSLASH@
  571. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  572. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestpat_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libtestpat_la-xmlrole.lo `test -f 'xmlrole.c' || echo '$(srcdir)/'`xmlrole.c
  573. mostlyclean-libtool:
  574. -rm -f *.lo
  575. clean-libtool:
  576. -rm -rf .libs _libs
  577. install-docDATA: $(doc_DATA)
  578. @$(NORMAL_INSTALL)
  579. @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
  580. if test -n "$$list"; then \
  581. echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
  582. $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
  583. fi; \
  584. for p in $$list; do \
  585. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  586. echo "$$d$$p"; \
  587. done | $(am__base_list) | \
  588. while read files; do \
  589. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
  590. $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
  591. done
  592. uninstall-docDATA:
  593. @$(NORMAL_UNINSTALL)
  594. @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
  595. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  596. dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
  597. install-includeHEADERS: $(include_HEADERS)
  598. @$(NORMAL_INSTALL)
  599. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  600. if test -n "$$list"; then \
  601. echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
  602. $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
  603. fi; \
  604. for p in $$list; do \
  605. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  606. echo "$$d$$p"; \
  607. done | $(am__base_list) | \
  608. while read files; do \
  609. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  610. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  611. done
  612. uninstall-includeHEADERS:
  613. @$(NORMAL_UNINSTALL)
  614. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  615. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  616. dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
  617. ID: $(am__tagged_files)
  618. $(am__define_uniq_tagged_files); mkid -fID $$unique
  619. tags: tags-am
  620. TAGS: tags
  621. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  622. set x; \
  623. here=`pwd`; \
  624. $(am__define_uniq_tagged_files); \
  625. shift; \
  626. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  627. test -n "$$unique" || unique=$$empty_fix; \
  628. if test $$# -gt 0; then \
  629. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  630. "$$@" $$unique; \
  631. else \
  632. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  633. $$unique; \
  634. fi; \
  635. fi
  636. ctags: ctags-am
  637. CTAGS: ctags
  638. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  639. $(am__define_uniq_tagged_files); \
  640. test -z "$(CTAGS_ARGS)$$unique" \
  641. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  642. $$unique
  643. GTAGS:
  644. here=`$(am__cd) $(top_builddir) && pwd` \
  645. && $(am__cd) $(top_srcdir) \
  646. && gtags -i $(GTAGS_ARGS) "$$here"
  647. cscopelist: cscopelist-am
  648. cscopelist-am: $(am__tagged_files)
  649. list='$(am__tagged_files)'; \
  650. case "$(srcdir)" in \
  651. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  652. *) sdir=$(subdir)/$(srcdir) ;; \
  653. esac; \
  654. for i in $$list; do \
  655. if test -f "$$i"; then \
  656. echo "$(subdir)/$$i"; \
  657. else \
  658. echo "$$sdir/$$i"; \
  659. fi; \
  660. done >> $(top_builddir)/cscope.files
  661. distclean-tags:
  662. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  663. distdir: $(BUILT_SOURCES)
  664. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  665. distdir-am: $(DISTFILES)
  666. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  667. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  668. list='$(DISTFILES)'; \
  669. dist_files=`for file in $$list; do echo $$file; done | \
  670. sed -e "s|^$$srcdirstrip/||;t" \
  671. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  672. case $$dist_files in \
  673. */*) $(MKDIR_P) `echo "$$dist_files" | \
  674. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  675. sort -u` ;; \
  676. esac; \
  677. for file in $$dist_files; do \
  678. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  679. if test -d $$d/$$file; then \
  680. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  681. if test -d "$(distdir)/$$file"; then \
  682. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  683. fi; \
  684. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  685. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  686. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  687. fi; \
  688. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  689. else \
  690. test -f "$(distdir)/$$file" \
  691. || cp -p $$d/$$file "$(distdir)/$$file" \
  692. || exit 1; \
  693. fi; \
  694. done
  695. check-am: all-am
  696. check: check-am
  697. all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
  698. installdirs:
  699. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
  700. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  701. done
  702. install: install-am
  703. install-exec: install-exec-am
  704. install-data: install-data-am
  705. uninstall: uninstall-am
  706. install-am: all-am
  707. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  708. installcheck: installcheck-am
  709. install-strip:
  710. if test -z '$(STRIP)'; then \
  711. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  712. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  713. install; \
  714. else \
  715. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  716. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  717. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  718. fi
  719. mostlyclean-generic:
  720. clean-generic:
  721. distclean-generic:
  722. -$(am__rm_f) $(CONFIG_CLEAN_FILES)
  723. -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
  724. maintainer-clean-generic:
  725. @echo "This command is intended for maintainers to use"
  726. @echo "it deletes files that may require special tools to rebuild."
  727. clean: clean-am
  728. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  729. clean-noinstLTLIBRARIES mostlyclean-am
  730. distclean: distclean-am
  731. -rm -f ./$(DEPDIR)/libtestpat_la-xmlparse.Plo
  732. -rm -f ./$(DEPDIR)/libtestpat_la-xmlrole.Plo
  733. -rm -f ./$(DEPDIR)/libtestpat_la-xmltok.Plo
  734. -rm -f ./$(DEPDIR)/xmlparse.Plo
  735. -rm -f ./$(DEPDIR)/xmlrole.Plo
  736. -rm -f ./$(DEPDIR)/xmltok.Plo
  737. -rm -f Makefile
  738. distclean-am: clean-am distclean-compile distclean-generic \
  739. distclean-tags
  740. dvi: dvi-am
  741. dvi-am:
  742. html: html-am
  743. html-am:
  744. info: info-am
  745. info-am:
  746. install-data-am: install-docDATA install-includeHEADERS
  747. @$(NORMAL_INSTALL)
  748. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  749. install-dvi: install-dvi-am
  750. install-dvi-am:
  751. install-exec-am: install-libLTLIBRARIES
  752. install-html: install-html-am
  753. install-html-am:
  754. install-info: install-info-am
  755. install-info-am:
  756. install-man:
  757. install-pdf: install-pdf-am
  758. install-pdf-am:
  759. install-ps: install-ps-am
  760. install-ps-am:
  761. installcheck-am:
  762. maintainer-clean: maintainer-clean-am
  763. -rm -f ./$(DEPDIR)/libtestpat_la-xmlparse.Plo
  764. -rm -f ./$(DEPDIR)/libtestpat_la-xmlrole.Plo
  765. -rm -f ./$(DEPDIR)/libtestpat_la-xmltok.Plo
  766. -rm -f ./$(DEPDIR)/xmlparse.Plo
  767. -rm -f ./$(DEPDIR)/xmlrole.Plo
  768. -rm -f ./$(DEPDIR)/xmltok.Plo
  769. -rm -f Makefile
  770. maintainer-clean-am: distclean-am maintainer-clean-generic
  771. mostlyclean: mostlyclean-am
  772. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  773. mostlyclean-libtool
  774. pdf: pdf-am
  775. pdf-am:
  776. ps: ps-am
  777. ps-am:
  778. uninstall-am: uninstall-docDATA uninstall-includeHEADERS \
  779. uninstall-libLTLIBRARIES uninstall-local
  780. .MAKE: install-am install-data-am install-strip
  781. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  782. clean-generic clean-libLTLIBRARIES clean-libtool \
  783. clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
  784. distclean-compile distclean-generic distclean-libtool \
  785. distclean-tags distdir dvi dvi-am html html-am info info-am \
  786. install install-am install-data install-data-am \
  787. install-data-hook install-docDATA install-dvi install-dvi-am \
  788. install-exec install-exec-am install-html install-html-am \
  789. install-includeHEADERS install-info install-info-am \
  790. install-libLTLIBRARIES install-man install-pdf install-pdf-am \
  791. install-ps install-ps-am install-strip installcheck \
  792. installcheck-am installdirs maintainer-clean \
  793. maintainer-clean-generic mostlyclean mostlyclean-compile \
  794. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  795. tags tags-am uninstall uninstall-am uninstall-docDATA \
  796. uninstall-includeHEADERS uninstall-libLTLIBRARIES \
  797. uninstall-local
  798. .PRECIOUS: Makefile
  799. install-data-hook:
  800. cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
  801. uninstall-local:
  802. $(RM) "$(DESTDIR)$(docdir)/changelog"
  803. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  804. # Otherwise a system limit (for SysV at least) may be exceeded.
  805. .NOEXPORT:
  806. # Tell GNU make to disable its built-in pattern rules.
  807. %:: %,v
  808. %:: RCS/%,v
  809. %:: RCS/%
  810. %:: s.%
  811. %:: SCCS/s.%