Makefile.in 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. subdir = doc
  34. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  37. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  38. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  39. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  43. CONFIG_HEADER = $(top_builddir)/config.h
  44. CONFIG_CLEAN_FILES =
  45. CONFIG_CLEAN_VPATH_FILES =
  46. SOURCES =
  47. DIST_SOURCES =
  48. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  49. html-recursive info-recursive install-data-recursive \
  50. install-dvi-recursive install-exec-recursive \
  51. install-html-recursive install-info-recursive \
  52. install-pdf-recursive install-ps-recursive install-recursive \
  53. installcheck-recursive installdirs-recursive pdf-recursive \
  54. ps-recursive uninstall-recursive
  55. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  56. am__vpath_adj = case $$p in \
  57. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  58. *) f=$$p;; \
  59. esac;
  60. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  61. am__install_max = 40
  62. am__nobase_strip_setup = \
  63. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  64. am__nobase_strip = \
  65. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  66. am__nobase_list = $(am__nobase_strip_setup); \
  67. for p in $$list; do echo "$$p $$p"; done | \
  68. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  69. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  70. if (++n[$$2] == $(am__install_max)) \
  71. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  72. END { for (dir in files) print dir, files[dir] }'
  73. am__base_list = \
  74. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  75. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  76. man1dir = $(mandir)/man1
  77. am__installdirs = "$(DESTDIR)$(man1dir)"
  78. NROFF = nroff
  79. MANS = $(man_MANS)
  80. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  81. distclean-recursive maintainer-clean-recursive
  82. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  83. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  84. distdir
  85. ETAGS = etags
  86. CTAGS = ctags
  87. DIST_SUBDIRS = $(SUBDIRS)
  88. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  89. am__relativize = \
  90. dir0=`pwd`; \
  91. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  92. sed_rest='s,^[^/]*/*,,'; \
  93. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  94. sed_butlast='s,/*[^/]*$$,,'; \
  95. while test -n "$$dir1"; do \
  96. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  97. if test "$$first" != "."; then \
  98. if test "$$first" = ".."; then \
  99. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  100. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  101. else \
  102. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  103. if test "$$first2" = "$$first"; then \
  104. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  105. else \
  106. dir2="../$$dir2"; \
  107. fi; \
  108. dir0="$$dir0"/"$$first"; \
  109. fi; \
  110. fi; \
  111. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  112. done; \
  113. reldir="$$dir2"
  114. ACLOCAL = @ACLOCAL@
  115. AMTAR = @AMTAR@
  116. AR = @AR@
  117. AS = @AS@
  118. AUTOCONF = @AUTOCONF@
  119. AUTOHEADER = @AUTOHEADER@
  120. AUTOMAKE = @AUTOMAKE@
  121. AWK = @AWK@
  122. BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
  123. C14N_OBJ = @C14N_OBJ@
  124. CATALOG_OBJ = @CATALOG_OBJ@
  125. CC = @CC@
  126. CCDEPMODE = @CCDEPMODE@
  127. CFLAGS = @CFLAGS@
  128. CPP = @CPP@
  129. CPPFLAGS = @CPPFLAGS@
  130. CYGPATH_W = @CYGPATH_W@
  131. CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
  132. CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
  133. DEBUG_OBJ = @DEBUG_OBJ@
  134. DEFS = @DEFS@
  135. DEPDIR = @DEPDIR@
  136. DLLTOOL = @DLLTOOL@
  137. DOCB_OBJ = @DOCB_OBJ@
  138. DSYMUTIL = @DSYMUTIL@
  139. DUMPBIN = @DUMPBIN@
  140. ECHO_C = @ECHO_C@
  141. ECHO_N = @ECHO_N@
  142. ECHO_T = @ECHO_T@
  143. EGREP = @EGREP@
  144. EXEEXT = @EXEEXT@
  145. FGREP = @FGREP@
  146. FTP_OBJ = @FTP_OBJ@
  147. GREP = @GREP@
  148. HAVE_ISINF = @HAVE_ISINF@
  149. HAVE_ISNAN = @HAVE_ISNAN@
  150. HTML_DIR = @HTML_DIR@
  151. HTML_OBJ = @HTML_OBJ@
  152. HTTP_OBJ = @HTTP_OBJ@
  153. ICONV_LIBS = @ICONV_LIBS@
  154. INSTALL = @INSTALL@
  155. INSTALL_DATA = @INSTALL_DATA@
  156. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  157. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  158. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  159. LD = @LD@
  160. LDFLAGS = @LDFLAGS@
  161. LIBOBJS = @LIBOBJS@
  162. LIBS = @LIBS@
  163. LIBTOOL = @LIBTOOL@
  164. LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
  165. LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
  166. LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
  167. LIBXML_VERSION = @LIBXML_VERSION@
  168. LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
  169. LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
  170. LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
  171. LIPO = @LIPO@
  172. LN_S = @LN_S@
  173. LTLIBOBJS = @LTLIBOBJS@
  174. MAKEINFO = @MAKEINFO@
  175. MKDIR_P = @MKDIR_P@
  176. MODULE_EXTENSION = @MODULE_EXTENSION@
  177. MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
  178. MV = @MV@
  179. M_LIBS = @M_LIBS@
  180. NM = @NM@
  181. NMEDIT = @NMEDIT@
  182. OBJDUMP = @OBJDUMP@
  183. OBJEXT = @OBJEXT@
  184. OTOOL = @OTOOL@
  185. OTOOL64 = @OTOOL64@
  186. PACKAGE = @PACKAGE@
  187. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  188. PACKAGE_NAME = @PACKAGE_NAME@
  189. PACKAGE_STRING = @PACKAGE_STRING@
  190. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  191. PACKAGE_VERSION = @PACKAGE_VERSION@
  192. PATH_SEPARATOR = @PATH_SEPARATOR@
  193. PERL = @PERL@
  194. PYTHON = @PYTHON@
  195. PYTHON_INCLUDES = @PYTHON_INCLUDES@
  196. PYTHON_LIBS = @PYTHON_LIBS@
  197. PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
  198. PYTHON_SUBDIR = @PYTHON_SUBDIR@
  199. PYTHON_TESTS = @PYTHON_TESTS@
  200. PYTHON_VERSION = @PYTHON_VERSION@
  201. RANLIB = @RANLIB@
  202. RDL_LIBS = @RDL_LIBS@
  203. READER_TEST = @READER_TEST@
  204. RELDATE = @RELDATE@
  205. RM = @RM@
  206. SED = @SED@
  207. SET_MAKE = @SET_MAKE@
  208. SHELL = @SHELL@
  209. STATIC_BINARIES = @STATIC_BINARIES@
  210. STRIP = @STRIP@
  211. TAR = @TAR@
  212. TEST_C14N = @TEST_C14N@
  213. TEST_CATALOG = @TEST_CATALOG@
  214. TEST_DEBUG = @TEST_DEBUG@
  215. TEST_HTML = @TEST_HTML@
  216. TEST_MODULES = @TEST_MODULES@
  217. TEST_PATTERN = @TEST_PATTERN@
  218. TEST_PHTML = @TEST_PHTML@
  219. TEST_PUSH = @TEST_PUSH@
  220. TEST_REGEXPS = @TEST_REGEXPS@
  221. TEST_SAX = @TEST_SAX@
  222. TEST_SCHEMAS = @TEST_SCHEMAS@
  223. TEST_SCHEMATRON = @TEST_SCHEMATRON@
  224. TEST_THREADS = @TEST_THREADS@
  225. TEST_VALID = @TEST_VALID@
  226. TEST_VTIME = @TEST_VTIME@
  227. TEST_XINCLUDE = @TEST_XINCLUDE@
  228. TEST_XPATH = @TEST_XPATH@
  229. TEST_XPTR = @TEST_XPTR@
  230. THREADS_W32 = @THREADS_W32@
  231. THREAD_CFLAGS = @THREAD_CFLAGS@
  232. THREAD_LIBS = @THREAD_LIBS@
  233. U = @U@
  234. VERSION = @VERSION@
  235. VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
  236. WGET = @WGET@
  237. WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
  238. WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
  239. WITH_C14N = @WITH_C14N@
  240. WITH_CATALOG = @WITH_CATALOG@
  241. WITH_DEBUG = @WITH_DEBUG@
  242. WITH_DOCB = @WITH_DOCB@
  243. WITH_FTP = @WITH_FTP@
  244. WITH_HTML = @WITH_HTML@
  245. WITH_HTTP = @WITH_HTTP@
  246. WITH_ICONV = @WITH_ICONV@
  247. WITH_ISO8859X = @WITH_ISO8859X@
  248. WITH_LEGACY = @WITH_LEGACY@
  249. WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
  250. WITH_MODULES = @WITH_MODULES@
  251. WITH_OUTPUT = @WITH_OUTPUT@
  252. WITH_PATTERN = @WITH_PATTERN@
  253. WITH_PUSH = @WITH_PUSH@
  254. WITH_READER = @WITH_READER@
  255. WITH_REGEXPS = @WITH_REGEXPS@
  256. WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
  257. WITH_SAX1 = @WITH_SAX1@
  258. WITH_SCHEMAS = @WITH_SCHEMAS@
  259. WITH_SCHEMATRON = @WITH_SCHEMATRON@
  260. WITH_THREADS = @WITH_THREADS@
  261. WITH_TREE = @WITH_TREE@
  262. WITH_TRIO = @WITH_TRIO@
  263. WITH_VALID = @WITH_VALID@
  264. WITH_WRITER = @WITH_WRITER@
  265. WITH_XINCLUDE = @WITH_XINCLUDE@
  266. WITH_XPATH = @WITH_XPATH@
  267. WITH_XPTR = @WITH_XPTR@
  268. WITH_ZLIB = @WITH_ZLIB@
  269. XINCLUDE_OBJ = @XINCLUDE_OBJ@
  270. XMLLINT = @XMLLINT@
  271. XML_CFLAGS = @XML_CFLAGS@
  272. XML_INCLUDEDIR = @XML_INCLUDEDIR@
  273. XML_LIBDIR = @XML_LIBDIR@
  274. XML_LIBS = @XML_LIBS@
  275. XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
  276. XPATH_OBJ = @XPATH_OBJ@
  277. XPTR_OBJ = @XPTR_OBJ@
  278. XSLTPROC = @XSLTPROC@
  279. Z_CFLAGS = @Z_CFLAGS@
  280. Z_LIBS = @Z_LIBS@
  281. abs_builddir = @abs_builddir@
  282. abs_srcdir = @abs_srcdir@
  283. abs_top_builddir = @abs_top_builddir@
  284. abs_top_srcdir = @abs_top_srcdir@
  285. ac_ct_CC = @ac_ct_CC@
  286. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  287. am__include = @am__include@
  288. am__leading_dot = @am__leading_dot@
  289. am__quote = @am__quote@
  290. am__tar = @am__tar@
  291. am__untar = @am__untar@
  292. bindir = @bindir@
  293. build = @build@
  294. build_alias = @build_alias@
  295. build_cpu = @build_cpu@
  296. build_os = @build_os@
  297. build_vendor = @build_vendor@
  298. builddir = @builddir@
  299. datadir = @datadir@
  300. datarootdir = @datarootdir@
  301. docdir = @docdir@
  302. dvidir = @dvidir@
  303. exec_prefix = @exec_prefix@
  304. host = @host@
  305. host_alias = @host_alias@
  306. host_cpu = @host_cpu@
  307. host_os = @host_os@
  308. host_vendor = @host_vendor@
  309. htmldir = @htmldir@
  310. includedir = @includedir@
  311. infodir = @infodir@
  312. install_sh = @install_sh@
  313. libdir = @libdir@
  314. libexecdir = @libexecdir@
  315. localedir = @localedir@
  316. localstatedir = @localstatedir@
  317. lt_ECHO = @lt_ECHO@
  318. mandir = @mandir@
  319. mkdir_p = @mkdir_p@
  320. oldincludedir = @oldincludedir@
  321. pdfdir = @pdfdir@
  322. prefix = @prefix@
  323. program_transform_name = @program_transform_name@
  324. psdir = @psdir@
  325. pythondir = @pythondir@
  326. sbindir = @sbindir@
  327. sharedstatedir = @sharedstatedir@
  328. srcdir = @srcdir@
  329. sysconfdir = @sysconfdir@
  330. target_alias = @target_alias@
  331. top_build_prefix = @top_build_prefix@
  332. top_builddir = @top_builddir@
  333. top_srcdir = @top_srcdir@
  334. SUBDIRS = devhelp examples
  335. # The top-level SGML file.
  336. DOC_MAIN_XML_FILE = gnome-xml.xml
  337. # The directory containing the source code (if it contains documentation).
  338. DOC_SOURCE_DIR = ..
  339. # A file in win32 depends upon one of the doc files
  340. WIN32_DIR = $(top_srcdir)/win32
  341. PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \
  342. downloads.html entities.html example.html help.html index.html \
  343. interface.html intro.html library.html namespaces.html news.html \
  344. tree.html xmldtd.html XMLinfo.html XSLT.html
  345. APIPAGES = APIconstructors.html APIfiles.html APIfunctions.html \
  346. APIsymbols.html APIchunk0.html
  347. EXTRA_DIST = xmlcatalog_man.xml tutorial/*.html tutorial/*.c tutorial/*.pdf \
  348. tutorial/images/*.png tutorial/images/callouts/*.png \
  349. API*.html *.1 *.xsl *.html *.gif w3c.png html/*.html \
  350. html/*.png libxml2-api.xml index.py search.php \
  351. apibuild.py libxml2.xsa xmllint.xml xmlcatalog_man.xml \
  352. README.docs symbols.xml
  353. man_MANS = xmllint.1 xmlcatalog.1
  354. all: all-recursive
  355. .SUFFIXES:
  356. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  357. @for dep in $?; do \
  358. case '$(am__configure_deps)' in \
  359. *$$dep*) \
  360. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  361. && { if test -f $@; then exit 0; else break; fi; }; \
  362. exit 1;; \
  363. esac; \
  364. done; \
  365. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
  366. $(am__cd) $(top_srcdir) && \
  367. $(AUTOMAKE) --gnu doc/Makefile
  368. .PRECIOUS: Makefile
  369. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  370. @case '$?' in \
  371. *config.status*) \
  372. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  373. *) \
  374. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  375. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  376. esac;
  377. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  378. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  379. $(top_srcdir)/configure: $(am__configure_deps)
  380. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  381. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  382. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  383. $(am__aclocal_m4_deps):
  384. mostlyclean-libtool:
  385. -rm -f *.lo
  386. clean-libtool:
  387. -rm -rf .libs _libs
  388. install-man1: $(man_MANS)
  389. @$(NORMAL_INSTALL)
  390. test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  391. @list=''; test -n "$(man1dir)" || exit 0; \
  392. { for i in $$list; do echo "$$i"; done; \
  393. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  394. sed -n '/\.1[a-z]*$$/p'; \
  395. } | while read p; do \
  396. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  397. echo "$$d$$p"; echo "$$p"; \
  398. done | \
  399. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  400. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  401. sed 'N;N;s,\n, ,g' | { \
  402. list=; while read file base inst; do \
  403. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  404. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  405. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  406. fi; \
  407. done; \
  408. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  409. while read files; do \
  410. test -z "$$files" || { \
  411. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  412. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  413. done; }
  414. uninstall-man1:
  415. @$(NORMAL_UNINSTALL)
  416. @list=''; test -n "$(man1dir)" || exit 0; \
  417. files=`{ for i in $$list; do echo "$$i"; done; \
  418. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  419. sed -n '/\.1[a-z]*$$/p'; \
  420. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  421. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  422. test -z "$$files" || { \
  423. echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  424. cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  425. # This directory's subdirectories are mostly independent; you can cd
  426. # into them and run `make' without going through this Makefile.
  427. # To change the values of `make' variables: instead of editing Makefiles,
  428. # (1) if the variable is set in `config.status', edit `config.status'
  429. # (which will cause the Makefiles to be regenerated when you run `make');
  430. # (2) otherwise, pass the desired values on the `make' command line.
  431. $(RECURSIVE_TARGETS):
  432. @fail= failcom='exit 1'; \
  433. for f in x $$MAKEFLAGS; do \
  434. case $$f in \
  435. *=* | --[!k]*);; \
  436. *k*) failcom='fail=yes';; \
  437. esac; \
  438. done; \
  439. dot_seen=no; \
  440. target=`echo $@ | sed s/-recursive//`; \
  441. list='$(SUBDIRS)'; for subdir in $$list; do \
  442. echo "Making $$target in $$subdir"; \
  443. if test "$$subdir" = "."; then \
  444. dot_seen=yes; \
  445. local_target="$$target-am"; \
  446. else \
  447. local_target="$$target"; \
  448. fi; \
  449. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  450. || eval $$failcom; \
  451. done; \
  452. if test "$$dot_seen" = "no"; then \
  453. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  454. fi; test -z "$$fail"
  455. $(RECURSIVE_CLEAN_TARGETS):
  456. @fail= failcom='exit 1'; \
  457. for f in x $$MAKEFLAGS; do \
  458. case $$f in \
  459. *=* | --[!k]*);; \
  460. *k*) failcom='fail=yes';; \
  461. esac; \
  462. done; \
  463. dot_seen=no; \
  464. case "$@" in \
  465. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  466. *) list='$(SUBDIRS)' ;; \
  467. esac; \
  468. rev=''; for subdir in $$list; do \
  469. if test "$$subdir" = "."; then :; else \
  470. rev="$$subdir $$rev"; \
  471. fi; \
  472. done; \
  473. rev="$$rev ."; \
  474. target=`echo $@ | sed s/-recursive//`; \
  475. for subdir in $$rev; do \
  476. echo "Making $$target in $$subdir"; \
  477. if test "$$subdir" = "."; then \
  478. local_target="$$target-am"; \
  479. else \
  480. local_target="$$target"; \
  481. fi; \
  482. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  483. || eval $$failcom; \
  484. done && test -z "$$fail"
  485. tags-recursive:
  486. list='$(SUBDIRS)'; for subdir in $$list; do \
  487. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  488. done
  489. ctags-recursive:
  490. list='$(SUBDIRS)'; for subdir in $$list; do \
  491. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  492. done
  493. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  494. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  495. unique=`for i in $$list; do \
  496. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  497. done | \
  498. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  499. END { if (nonempty) { for (i in files) print i; }; }'`; \
  500. mkid -fID $$unique
  501. tags: TAGS
  502. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  503. $(TAGS_FILES) $(LISP)
  504. set x; \
  505. here=`pwd`; \
  506. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  507. include_option=--etags-include; \
  508. empty_fix=.; \
  509. else \
  510. include_option=--include; \
  511. empty_fix=; \
  512. fi; \
  513. list='$(SUBDIRS)'; for subdir in $$list; do \
  514. if test "$$subdir" = .; then :; else \
  515. test ! -f $$subdir/TAGS || \
  516. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  517. fi; \
  518. done; \
  519. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  520. unique=`for i in $$list; do \
  521. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  522. done | \
  523. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  524. END { if (nonempty) { for (i in files) print i; }; }'`; \
  525. shift; \
  526. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  527. test -n "$$unique" || unique=$$empty_fix; \
  528. if test $$# -gt 0; then \
  529. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  530. "$$@" $$unique; \
  531. else \
  532. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  533. $$unique; \
  534. fi; \
  535. fi
  536. ctags: CTAGS
  537. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  538. $(TAGS_FILES) $(LISP)
  539. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  540. unique=`for i in $$list; do \
  541. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  542. done | \
  543. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  544. END { if (nonempty) { for (i in files) print i; }; }'`; \
  545. test -z "$(CTAGS_ARGS)$$unique" \
  546. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  547. $$unique
  548. GTAGS:
  549. here=`$(am__cd) $(top_builddir) && pwd` \
  550. && $(am__cd) $(top_srcdir) \
  551. && gtags -i $(GTAGS_ARGS) "$$here"
  552. distclean-tags:
  553. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  554. distdir: $(DISTFILES)
  555. @list='$(MANS)'; if test -n "$$list"; then \
  556. list=`for p in $$list; do \
  557. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  558. if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  559. if test -n "$$list" && \
  560. grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  561. echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  562. grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
  563. echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  564. echo " typically \`make maintainer-clean' will remove them" >&2; \
  565. exit 1; \
  566. else :; fi; \
  567. else :; fi
  568. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  569. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  570. list='$(DISTFILES)'; \
  571. dist_files=`for file in $$list; do echo $$file; done | \
  572. sed -e "s|^$$srcdirstrip/||;t" \
  573. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  574. case $$dist_files in \
  575. */*) $(MKDIR_P) `echo "$$dist_files" | \
  576. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  577. sort -u` ;; \
  578. esac; \
  579. for file in $$dist_files; do \
  580. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  581. if test -d $$d/$$file; then \
  582. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  583. if test -d "$(distdir)/$$file"; then \
  584. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  585. fi; \
  586. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  587. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  588. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  589. fi; \
  590. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  591. else \
  592. test -f "$(distdir)/$$file" \
  593. || cp -p $$d/$$file "$(distdir)/$$file" \
  594. || exit 1; \
  595. fi; \
  596. done
  597. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  598. if test "$$subdir" = .; then :; else \
  599. test -d "$(distdir)/$$subdir" \
  600. || $(MKDIR_P) "$(distdir)/$$subdir" \
  601. || exit 1; \
  602. fi; \
  603. done
  604. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  605. if test "$$subdir" = .; then :; else \
  606. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  607. $(am__relativize); \
  608. new_distdir=$$reldir; \
  609. dir1=$$subdir; dir2="$(top_distdir)"; \
  610. $(am__relativize); \
  611. new_top_distdir=$$reldir; \
  612. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  613. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  614. ($(am__cd) $$subdir && \
  615. $(MAKE) $(AM_MAKEFLAGS) \
  616. top_distdir="$$new_top_distdir" \
  617. distdir="$$new_distdir" \
  618. am__remove_distdir=: \
  619. am__skip_length_check=: \
  620. am__skip_mode_fix=: \
  621. distdir) \
  622. || exit 1; \
  623. fi; \
  624. done
  625. check-am: all-am
  626. check: check-recursive
  627. all-am: Makefile $(MANS)
  628. installdirs: installdirs-recursive
  629. installdirs-am:
  630. for dir in "$(DESTDIR)$(man1dir)"; do \
  631. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  632. done
  633. install: install-recursive
  634. install-exec: install-exec-recursive
  635. install-data: install-data-recursive
  636. uninstall: uninstall-recursive
  637. install-am: all-am
  638. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  639. installcheck: installcheck-recursive
  640. install-strip:
  641. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  642. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  643. `test -z '$(STRIP)' || \
  644. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  645. mostlyclean-generic:
  646. clean-generic:
  647. distclean-generic:
  648. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  649. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  650. maintainer-clean-generic:
  651. @echo "This command is intended for maintainers to use"
  652. @echo "it deletes files that may require special tools to rebuild."
  653. clean: clean-recursive
  654. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  655. distclean: distclean-recursive
  656. -rm -f Makefile
  657. distclean-am: clean-am distclean-generic distclean-tags
  658. dvi: dvi-recursive
  659. dvi-am:
  660. html: html-recursive
  661. html-am:
  662. info: info-recursive
  663. info-am:
  664. install-data-am: install-data-local install-man
  665. install-dvi: install-dvi-recursive
  666. install-dvi-am:
  667. install-exec-am:
  668. install-html: install-html-recursive
  669. install-html-am:
  670. install-info: install-info-recursive
  671. install-info-am:
  672. install-man: install-man1
  673. install-pdf: install-pdf-recursive
  674. install-pdf-am:
  675. install-ps: install-ps-recursive
  676. install-ps-am:
  677. installcheck-am:
  678. maintainer-clean: maintainer-clean-recursive
  679. -rm -f Makefile
  680. maintainer-clean-am: distclean-am maintainer-clean-generic \
  681. maintainer-clean-local
  682. mostlyclean: mostlyclean-recursive
  683. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  684. pdf: pdf-recursive
  685. pdf-am:
  686. ps: ps-recursive
  687. ps-am:
  688. uninstall-am: uninstall-man
  689. uninstall-man: uninstall-man1
  690. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  691. install-am install-strip tags-recursive
  692. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  693. all all-am check check-am clean clean-generic clean-libtool \
  694. clean-local ctags ctags-recursive distclean distclean-generic \
  695. distclean-libtool distclean-tags distdir dvi dvi-am html \
  696. html-am info info-am install install-am install-data \
  697. install-data-am install-data-local install-dvi install-dvi-am \
  698. install-exec install-exec-am install-html install-html-am \
  699. install-info install-info-am install-man install-man1 \
  700. install-pdf install-pdf-am install-ps install-ps-am \
  701. install-strip installcheck installcheck-am installdirs \
  702. installdirs-am maintainer-clean maintainer-clean-generic \
  703. maintainer-clean-local mostlyclean mostlyclean-generic \
  704. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  705. uninstall uninstall-am uninstall-man uninstall-man1
  706. @REBUILD_DOCS_TRUE@all: web $(top_builddir)/NEWS libxml2.xsa $(man_MANS)
  707. @REBUILD_DOCS_FALSE@all:
  708. api: libxml2-api.xml libxml2-refs.xml $(APIPAGES) $(srcdir)/html/index.html $(WIN32_DIR)/libxml2.def.src ../elfgcchack.h $(srcdir)/site.xsl
  709. web: $(PAGES)
  710. ../elfgcchack.h: $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml
  711. -@(if [ -x $(XSLTPROC) ] ; then \
  712. echo "Rebuilding the elfgcchack.h header" ; \
  713. $(XSLTPROC) --nonet $(srcdir)/elfgcchack.xsl $(srcdir)/libxml2-api.xml > elfgcchack.h ; \
  714. if [ "`diff -q elfgcchack.h ../elfgcchack.h`" ] ; then \
  715. echo "updating ../elfgcchack.h"; \
  716. cp elfgcchack.h ../elfgcchack.h; \
  717. fi ; rm -f elfgcchack.h ; fi );
  718. $(PAGES): xml.html site.xsl
  719. -@(if [ -x $(XSLTPROC) ] ; then \
  720. echo "Rebuilding the HTML Web pages from xml.html" ; \
  721. $(XSLTPROC) --nonet --html $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/xml.html > index.html ; fi );
  722. -@(if [ -x $(XMLLINT) ] ; then \
  723. echo "Validating the HTML Web pages" ; \
  724. $(XMLLINT) --nonet --valid --noout $(PAGES) ; fi );
  725. $(top_builddir)/NEWS: $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html
  726. -@(if [ -x $(XSLTPROC) ] ; then \
  727. $(XSLTPROC) --nonet $(top_srcdir)/doc/news.xsl $(top_srcdir)/doc/news.html > $(top_builddir)/NEWS ; fi );
  728. libxml2.xsa: $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html
  729. -@(if [ -x $(XSLTPROC) ] ; then \
  730. echo "Rebuilding the NEWS file" ; \
  731. $(XSLTPROC) --nonet $(top_srcdir)/doc/xsa.xsl $(top_srcdir)/doc/news.html > libxml2.xsa ; fi );
  732. $(APIPAGES): libxml2-api.xml libxml2-refs.xml $(top_srcdir)/doc/site.xsl $(top_srcdir)/doc/api.xsl
  733. -@(if [ -x $(XSLTPROC) ] ; then \
  734. echo "Rebuilding the HTML API pages from libxml2-refs.xml" ; \
  735. $(XSLTPROC) --nonet --html $(top_srcdir)/doc/api.xsl \
  736. $(top_srcdir)/doc/xml.html ; fi );
  737. -@(if [ -x $(XMLLINT) ] ; then \
  738. echo "Validating the HTML API pages" ; \
  739. $(XMLLINT) --nonet --valid --noout API*.html ; fi );
  740. $(srcdir)/html/index.html: libxml2-api.xml $(srcdir)/newapi.xsl
  741. -@(if [ -x $(XSLTPROC) ] ; then \
  742. echo "Rebuilding the HTML pages from the XML API" ; \
  743. $(XSLTPROC) --nonet $(srcdir)/newapi.xsl libxml2-api.xml ; fi )
  744. -@(if [ -x $(XMLLINT) ] ; then \
  745. echo "Validating the resulting XHTML pages" ; \
  746. $(XMLLINT) --nonet --valid --noout html/*.html ; fi );
  747. wiki: libxml2-api.xml $(srcdir)/wiki.xsl
  748. -@(if [ -x $(XSLTPROC) ] ; then \
  749. echo "Rebuilding the wiki HTML pages from the XML API" ; \
  750. $(XSLTPROC) --nonet $(srcdir)/wiki.xsl libxml2-api.xml; fi )
  751. $(WIN32_DIR)/libxml2.def.src: libxml2-api.xml
  752. -@(if [ -x $(XSLTPROC) ] ; then \
  753. $(XSLTPROC) -o $(WIN32_DIR)/libxml2.def.src \
  754. --nonet $(WIN32_DIR)/defgen.xsl libxml2-api.xml ; fi )
  755. libxml2-api.xml libxml2-refs.xml ../libxml2.syms: apibuild.py symbols.xml syms.xsl checkapisym.xsl ../include/libxml/*.h ../*.c
  756. -(./apibuild.py)
  757. ($(XSLTPROC) checkapisym.xsl libxml2-api.xml)
  758. ($(XSLTPROC) -o ../libxml2.syms syms.xsl symbols.xml)
  759. -@(cd .. ; $(MAKE) rebuild_testapi)
  760. xmllint.1: xmllint.xml
  761. -@($(XSLTPROC) --nonet xmllint.xml)
  762. xmlcatalog.1: xmlcatalog_man.xml
  763. -@($(XSLTPROC) --nonet xmlcatalog_man.xml)
  764. clean-local:
  765. rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
  766. maintainer-clean-local: clean-local
  767. rm -rf libxml-decl-list.txt libxml-decl.txt
  768. rebuild: api all
  769. install-data-local:
  770. $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
  771. -@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(HTML_DIR)
  772. $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/html
  773. -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(HTML_DIR)/html
  774. -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(HTML_DIR)/html
  775. $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial
  776. -@INSTALL@ -m 0644 $(srcdir)/tutorial/*.* \
  777. $(DESTDIR)$(HTML_DIR)/tutorial
  778. $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial/images
  779. -@INSTALL@ -m 0644 $(srcdir)/tutorial/images/*.* \
  780. $(DESTDIR)$(HTML_DIR)/tutorial/images
  781. $(mkinstalldirs) $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
  782. -@INSTALL@ -m 0644 $(srcdir)/tutorial/images/callouts/*.* \
  783. $(DESTDIR)$(HTML_DIR)/tutorial/images/callouts
  784. .PHONY : html xml templates scan
  785. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  786. # Otherwise a system limit (for SysV at least) may be exceeded.
  787. .NOEXPORT: