Makefile 29 KB

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