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