Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / docs / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 DIST_COMMON = $(top_srcdir)/libxml++/filelist.am \
83         $(top_srcdir)/build/doc-reference.am $(srcdir)/Makefile.in \
84         $(srcdir)/Makefile.am $(dist_noinst_SCRIPTS) \
85         $(am__dist_noinst_DATA_DIST) $(dist_reference_DATA)
86 subdir = docs
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/build/cxx_std.m4 \
89         $(top_srcdir)/build/libtool.m4 \
90         $(top_srcdir)/build/ltoptions.m4 \
91         $(top_srcdir)/build/ltsugar.m4 \
92         $(top_srcdir)/build/ltversion.m4 \
93         $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95         $(ACLOCAL_M4)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h \
98         $(top_builddir)/libxml++config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 SCRIPTS = $(dist_noinst_SCRIPTS)
102 AM_V_P = $(am__v_P_@AM_V@)
103 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104 am__v_P_0 = false
105 am__v_P_1 = :
106 AM_V_GEN = $(am__v_GEN_@AM_V@)
107 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108 am__v_GEN_0 = @echo "  GEN     " $@;
109 am__v_GEN_1 = 
110 AM_V_at = $(am__v_at_@AM_V@)
111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 am__v_at_0 = @
113 am__v_at_1 = 
114 SOURCES =
115 DIST_SOURCES =
116 am__can_run_installinfo = \
117   case $$AM_UPDATE_INFO_DIR in \
118     n|no|NO) false;; \
119     *) (install-info --version) >/dev/null 2>&1;; \
120   esac
121 am__dist_noinst_DATA_DIST = $(strip $(addprefix \
122         $(MMDOCTOOLDIR)/,doc-postprocess.pl doc-install.pl \
123         tagfile-to-devhelp2.xsl doxygen-extra.css) $(doc_dist_files)) \
124         manual/docbook-customisation.xsl $(wildcard \
125         manual/html/*.html) manual/libxml++.xml \
126         manual/libxml++_without_code.xml
127 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128 am__vpath_adj = case $$p in \
129     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130     *) f=$$p;; \
131   esac;
132 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133 am__install_max = 40
134 am__nobase_strip_setup = \
135   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136 am__nobase_strip = \
137   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138 am__nobase_list = $(am__nobase_strip_setup); \
139   for p in $$list; do echo "$$p $$p"; done | \
140   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142     if (++n[$$2] == $(am__install_max)) \
143       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144     END { for (dir in files) print dir, files[dir] }'
145 am__base_list = \
146   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148 am__uninstall_files_from_dir = { \
149   test -z "$$files" \
150     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152          $(am__cd) "$$dir" && rm -f $$files; }; \
153   }
154 am__installdirs = "$(DESTDIR)$(referencedir)"
155 DATA = $(dist_noinst_DATA) $(dist_reference_DATA)
156 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
157 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158 ACLOCAL = @ACLOCAL@
159 ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
160 AMTAR = @AMTAR@
161 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
162 AR = @AR@
163 AS = @AS@
164 AUTOCONF = @AUTOCONF@
165 AUTOHEADER = @AUTOHEADER@
166 AUTOMAKE = @AUTOMAKE@
167 AWK = @AWK@
168 CC = @CC@
169 CCDEPMODE = @CCDEPMODE@
170 CFLAGS = @CFLAGS@
171 CPP = @CPP@
172 CPPFLAGS = @CPPFLAGS@
173 CXX = @CXX@
174 CXXCPP = @CXXCPP@
175 CXXDEPMODE = @CXXDEPMODE@
176 CXXFLAGS = @CXXFLAGS@
177 CYGPATH_W = @CYGPATH_W@
178 DB2LATEX = @DB2LATEX@
179 DEFS = @DEFS@
180 DEPDIR = @DEPDIR@
181 DLLTOOL = @DLLTOOL@
182 DOCINSTALL_FLAGS = @DOCINSTALL_FLAGS@
183 DOT = @DOT@
184 DOXYGEN = @DOXYGEN@
185 DOXYGEN_TAGFILES = @DOXYGEN_TAGFILES@
186 DSYMUTIL = @DSYMUTIL@
187 DUMPBIN = @DUMPBIN@
188 ECHO_C = @ECHO_C@
189 ECHO_N = @ECHO_N@
190 ECHO_T = @ECHO_T@
191 EGREP = @EGREP@
192 EXEEXT = @EXEEXT@
193 FGREP = @FGREP@
194 GREP = @GREP@
195 HAVE_CXX11 = @HAVE_CXX11@
196 INSTALL = @INSTALL@
197 INSTALL_DATA = @INSTALL_DATA@
198 INSTALL_PROGRAM = @INSTALL_PROGRAM@
199 INSTALL_SCRIPT = @INSTALL_SCRIPT@
200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
201 LD = @LD@
202 LDFLAGS = @LDFLAGS@
203 LIBOBJS = @LIBOBJS@
204 LIBS = @LIBS@
205 LIBTOOL = @LIBTOOL@
206 LIBXMLXX_API_VERSION = @LIBXMLXX_API_VERSION@
207 LIBXMLXX_CFLAGS = @LIBXMLXX_CFLAGS@
208 LIBXMLXX_LIBS = @LIBXMLXX_LIBS@
209 LIBXMLXX_MAJOR_VERSION = @LIBXMLXX_MAJOR_VERSION@
210 LIBXMLXX_MICRO_VERSION = @LIBXMLXX_MICRO_VERSION@
211 LIBXMLXX_MINOR_VERSION = @LIBXMLXX_MINOR_VERSION@
212 LIBXMLXX_MODULES = @LIBXMLXX_MODULES@
213 LIBXMLXX_MODULE_NAME = @LIBXMLXX_MODULE_NAME@
214 LIBXMLXX_SO_VERSION = @LIBXMLXX_SO_VERSION@
215 LIBXMLXX_VERSION = @LIBXMLXX_VERSION@
216 LIBXMLXX_WXXFLAGS = @LIBXMLXX_WXXFLAGS@
217 LIPO = @LIPO@
218 LN_S = @LN_S@
219 LTLIBOBJS = @LTLIBOBJS@
220 MAINT = @MAINT@
221 MAKEINFO = @MAKEINFO@
222 MANIFEST_TOOL = @MANIFEST_TOOL@
223 MKDIR_P = @MKDIR_P@
224 MMDOCTOOLDIR = @MMDOCTOOLDIR@
225 NM = @NM@
226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@
229 OTOOL = @OTOOL@
230 OTOOL64 = @OTOOL64@
231 PACKAGE = @PACKAGE@
232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233 PACKAGE_NAME = @PACKAGE_NAME@
234 PACKAGE_STRING = @PACKAGE_STRING@
235 PACKAGE_TARNAME = @PACKAGE_TARNAME@
236 PACKAGE_URL = @PACKAGE_URL@
237 PACKAGE_VERSION = @PACKAGE_VERSION@
238 PATH_SEPARATOR = @PATH_SEPARATOR@
239 PERL = @PERL@
240 PKG_CONFIG = @PKG_CONFIG@
241 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
242 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
243 RANLIB = @RANLIB@
244 SED = @SED@
245 SET_MAKE = @SET_MAKE@
246 SHELL = @SHELL@
247 STRIP = @STRIP@
248 VERSION = @VERSION@
249 XMLLINT = @XMLLINT@
250 XSLTPROC = @XSLTPROC@
251 abs_builddir = @abs_builddir@
252 abs_srcdir = @abs_srcdir@
253 abs_top_builddir = @abs_top_builddir@
254 abs_top_srcdir = @abs_top_srcdir@
255 ac_ct_AR = @ac_ct_AR@
256 ac_ct_CC = @ac_ct_CC@
257 ac_ct_CXX = @ac_ct_CXX@
258 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
259 am__include = @am__include@
260 am__leading_dot = @am__leading_dot@
261 am__quote = @am__quote@
262 am__tar = @am__tar@
263 am__untar = @am__untar@
264 bindir = @bindir@
265 build = @build@
266 build_alias = @build_alias@
267 build_cpu = @build_cpu@
268 build_os = @build_os@
269 build_vendor = @build_vendor@
270 builddir = @builddir@
271 datadir = @datadir@
272 datarootdir = @datarootdir@
273 docdir = @docdir@
274 dvidir = @dvidir@
275 exec_prefix = @exec_prefix@
276 host = @host@
277 host_alias = @host_alias@
278 host_cpu = @host_cpu@
279 host_os = @host_os@
280 host_vendor = @host_vendor@
281 htmldir = @htmldir@
282 includedir = @includedir@
283 infodir = @infodir@
284 install_sh = @install_sh@
285 libdir = @libdir@
286 libexecdir = @libexecdir@
287 localedir = @localedir@
288 localstatedir = @localstatedir@
289 mandir = @mandir@
290 mkdir_p = @mkdir_p@
291 oldincludedir = @oldincludedir@
292 pdfdir = @pdfdir@
293 prefix = @prefix@
294 program_transform_name = @program_transform_name@
295 psdir = @psdir@
296 sbindir = @sbindir@
297 sharedstatedir = @sharedstatedir@
298 srcdir = @srcdir@
299 sysconfdir = @sysconfdir@
300 target_alias = @target_alias@
301 top_build_prefix = @top_build_prefix@
302 top_builddir = @top_builddir@
303 top_srcdir = @top_srcdir@
304 h_root_sources_public = \
305   attribute.h \
306   attributedeclaration.h \
307   attributenode.h \
308   document.h \
309   dtd.h \
310   keepblanks.h \
311   noncopyable.h \
312   relaxngschema.h \
313   schemabase.h \
314   xsdschema.h
315
316 h_exceptions_sources_public = \
317   exceptions/exception.h \
318   exceptions/parse_error.h \
319   exceptions/validity_error.h \
320   exceptions/internal_error.h \
321   exceptions/wrapped_exception.h
322
323 h_io_sources_public = \
324   io/istreamparserinputbuffer.h \
325   io/outputbuffer.h \
326   io/ostreamoutputbuffer.h \
327   io/parserinputbuffer.h
328
329 h_nodes_sources_public = \
330   nodes/cdatanode.h \
331   nodes/commentnode.h \
332   nodes/contentnode.h \
333   nodes/element.h \
334   nodes/entitydeclaration.h \
335   nodes/entityreference.h \
336   nodes/node.h \
337   nodes/processinginstructionnode.h \
338   nodes/textnode.h \
339   nodes/xincludeend.h \
340   nodes/xincludestart.h
341
342 h_parsers_sources_public = \
343   parsers/parser.h \
344   parsers/saxparser.h \
345   parsers/domparser.h \
346   parsers/textreader.h
347
348 h_validators_sources_public = \
349   validators/dtdvalidator.h \
350   validators/relaxngvalidator.h \
351   validators/schemavalidatorbase.h \
352   validators/validator.h \
353   validators/xsdvalidator.h
354
355 h_sources_public = \
356   libxml++.h \
357   $(h_root_sources_public) \
358   $(h_exceptions_sources_public) \
359   $(h_io_sources_public) \
360   $(h_nodes_sources_public) \
361   $(h_parsers_sources_public) \
362   $(h_validators_sources_public)
363
364 cc_sources = \
365   $(h_root_sources_public:.h=.cc) \
366   $(h_exceptions_sources_public:.h=.cc) \
367   $(h_io_sources_public:.h=.cc) \
368   $(h_nodes_sources_public:.h=.cc) \
369   $(h_parsers_sources_public:.h=.cc) \
370   $(h_validators_sources_public:.h=.cc)
371
372 book_name = $(LIBXMLXX_MODULE_NAME)
373 doc_input = $(addprefix $(top_srcdir)/libxml++/,$(h_sources_public))
374
375 # Function: $(call vpath_listall,PATTERN ...)
376 # Get all filenames which match a PATTERN from the list.  Look for files
377 # relative to either the current directory or $(srcdir).  Strip $(srcdir)/
378 # again before returning and remove any duplicates.
379 vpath_srclist = $(patsubst $(srcdir)/%,%,$(wildcard $(addprefix $(srcdir)/,$(1))))
380 vpath_listall = $(sort $(wildcard $(1)) $(if $(srcdir:.=),$(vpath_srclist)))
381
382 # Installation directories.
383 libdocdir = $(datarootdir)/doc/$(book_name)
384 referencedir = $(libdocdir)/reference
385 htmlrefdir = $(referencedir)/html
386 devhelpdir = $(datadir)/devhelp/books/$(book_name)
387 @DIST_DOCTOOLS_FALSE@doctools_dist_files = 
388
389 # Optionally, the documentation utilities may be included in source tarballs
390 # so that mm-common is only required when building in maintainer mode.
391 @DIST_DOCTOOLS_TRUE@doctools_dist_files = $(addprefix $(MMDOCTOOLDIR)/,doc-postprocess.pl doc-install.pl tagfile-to-devhelp2.xsl doxygen-extra.css)
392 @ENABLE_DOCUMENTATION_FALSE@doc_build_files = 
393 @ENABLE_DOCUMENTATION_TRUE@doc_build_files = $(doxytagfile) $(devhelpfile)
394 @ENABLE_DOCUMENTATION_FALSE@doc_inst_targets = 
395 @ENABLE_DOCUMENTATION_TRUE@doc_inst_targets = install-htmlref install-devhelp
396 @ENABLE_DOCUMENTATION_FALSE@doc_inst_files = 
397 @ENABLE_DOCUMENTATION_TRUE@doc_inst_files = $(doxytagfile)
398 @ENABLE_DOCUMENTATION_FALSE@doc_dist_files = 
399 @ENABLE_DOCUMENTATION_TRUE@doc_dist_files = $(devhelpfile) $(call vpath_listall,$(htmlref_patterns))
400 dist_reference_DATA = $(strip $(doc_inst_files))
401 dist_noinst_DATA = $(strip $(doctools_dist_files) $(doc_dist_files)) \
402         manual/docbook-customisation.xsl $(manual_html_files) \
403         manual/libxml++.xml manual/libxml++_without_code.xml
404 DISTCLEANFILES = $(doc_outdir)/doxygen.log
405 MAINTAINERCLEANFILES = $(doxytagfile) $(devhelpfile) \
406         $(doc_outdir)/html/* manual/html/*.html
407
408 # The generic bit of the doc-install.pl command line.
409 doc_install_cmd = $(doc_install) --verbose --mode=0644
410
411 # Transform $(datarootdir) into a URI to match MM_ARG_WITH_TAGFILE_DOC().
412 datarootdir_esc = $(subst $(subst ,, ),%20,$(subst \,/,$(datarootdir)))
413 docdir_base_uri = file:///$(patsubst /%,%,$(datarootdir_esc:/=))/doc
414
415 # The command and options used to install the files from the HTML reference
416 # documentation.  The $(subst) magic translates external tag references from
417 # absolute to relative paths if the destination is on the local file system
418 # and installed under the same prefix as the package being built.
419 htmlref_relinst = $(subst @$(docdir_base_uri)/,@../../../,$(DOCINSTALL_FLAGS))
420 htmlref_install = $(doc_install_cmd) $(htmlref_relinst)
421
422 # The command and options used to install the Devhelp file.
423 devhelp_install = $(doc_install_cmd) --book-base='$(htmlrefdir:/=)'
424
425 # Helper variables to replicate each pattern with a $(srcdir)/ prefix.
426 # Also add quoting to prevent the shell from expanding the patterns.
427 htmlref_patterns_dup = $(foreach item,$(htmlref_patterns),'$(item)' '$(srcdir)/$(item)')
428 htmlref_patterns_quote = $(patsubst %,'%',$(htmlref_patterns))
429 htmlref_patterns_vpath = $(if $(srcdir:.=),$(htmlref_patterns_dup),$(htmlref_patterns_quote))
430
431 # Expand to a list of -name 'PATTERN' arguments for use with 'find'.
432 htmlref_find_patterns = $(patsubst %,-name '%' -o,$(notdir $(htmlref_patterns))) -false
433
434 # The parameters to the Doxygen-to-Devhelp XSLT script
435 dh_xsl_params = --stringparam book_title '$(book_title)' \
436                 --stringparam book_name '$(book_name)' \
437                 --stringparam book_base html
438
439
440 # Generated configuration files which, when updated, should cause the
441 # reference documentation to be rebuilt.
442 doc_config_deps = $(CONFIG_HEADER) $(srcdir)/$(doc_config).in $(srcdir)/Makefile.in
443 @MAINTAINER_MODE_FALSE@doc_dependencies = 
444
445 # Regenerate the documentation automatically only in maintainer mode.
446 # Depend on the generated configuration header files to trigger a rebuild
447 # if a configuration value changed.  The configuration header files only
448 # have their timestamp modified when the content actually changed, which
449 # is not the case for any other files generated by configure.
450 @MAINTAINER_MODE_TRUE@doc_dependencies = $(doc_config_deps) $(doc_input)
451 manualdir = $(docdir)/manual
452 manual_htmldir = $(manualdir)/html
453 manual_html_files = $(wildcard manual/html/*.html)
454 dist_noinst_SCRIPTS = \
455         manual/insert_example_code.pl
456
457
458 # Make it easy to upload to the sourceforge web site.
459 # The manual and API reference are hosted on developer.gnome.org via tarball releases.
460 web_path_project = /home/groups/l/li/libxmlplusplus/htdocs/
461 rsync_args = -vz --rsh ssh --recursive --cvs-exclude --exclude="**1.0**" --exclude=".gitignore" --exclude="Makefile" --exclude="Makefile.in" --exclude=".deps" --exclude=".libs"
462 all: all-am
463
464 .SUFFIXES:
465 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/libxml++/filelist.am $(top_srcdir)/build/doc-reference.am $(am__configure_deps)
466         @for dep in $?; do \
467           case '$(am__configure_deps)' in \
468             *$$dep*) \
469               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
470                 && { if test -f $@; then exit 0; else break; fi; }; \
471               exit 1;; \
472           esac; \
473         done; \
474         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \
475         $(am__cd) $(top_srcdir) && \
476           $(AUTOMAKE) --gnu docs/Makefile
477 .PRECIOUS: Makefile
478 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
479         @case '$?' in \
480           *config.status*) \
481             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
482           *) \
483             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
484             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
485         esac;
486 $(top_srcdir)/libxml++/filelist.am $(top_srcdir)/build/doc-reference.am:
487
488 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
489         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490
491 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
492         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
494         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495 $(am__aclocal_m4_deps):
496
497 mostlyclean-libtool:
498         -rm -f *.lo
499
500 clean-libtool:
501         -rm -rf .libs _libs
502 install-dist_referenceDATA: $(dist_reference_DATA)
503         @$(NORMAL_INSTALL)
504         @list='$(dist_reference_DATA)'; test -n "$(referencedir)" || list=; \
505         if test -n "$$list"; then \
506           echo " $(MKDIR_P) '$(DESTDIR)$(referencedir)'"; \
507           $(MKDIR_P) "$(DESTDIR)$(referencedir)" || exit 1; \
508         fi; \
509         for p in $$list; do \
510           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
511           echo "$$d$$p"; \
512         done | $(am__base_list) | \
513         while read files; do \
514           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(referencedir)'"; \
515           $(INSTALL_DATA) $$files "$(DESTDIR)$(referencedir)" || exit $$?; \
516         done
517
518 uninstall-dist_referenceDATA:
519         @$(NORMAL_UNINSTALL)
520         @list='$(dist_reference_DATA)'; test -n "$(referencedir)" || list=; \
521         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
522         dir='$(DESTDIR)$(referencedir)'; $(am__uninstall_files_from_dir)
523 tags TAGS:
524
525 ctags CTAGS:
526
527 cscope cscopelist:
528
529
530 distdir: $(DISTFILES)
531         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533         list='$(DISTFILES)'; \
534           dist_files=`for file in $$list; do echo $$file; done | \
535           sed -e "s|^$$srcdirstrip/||;t" \
536               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
537         case $$dist_files in \
538           */*) $(MKDIR_P) `echo "$$dist_files" | \
539                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
540                            sort -u` ;; \
541         esac; \
542         for file in $$dist_files; do \
543           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
544           if test -d $$d/$$file; then \
545             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
546             if test -d "$(distdir)/$$file"; then \
547               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548             fi; \
549             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
550               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
551               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
552             fi; \
553             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
554           else \
555             test -f "$(distdir)/$$file" \
556             || cp -p $$d/$$file "$(distdir)/$$file" \
557             || exit 1; \
558           fi; \
559         done
560 check-am: all-am
561 check: check-am
562 all-am: Makefile $(SCRIPTS) $(DATA) all-local
563 installdirs:
564         for dir in "$(DESTDIR)$(referencedir)"; do \
565           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
566         done
567 install: install-am
568 install-exec: install-exec-am
569 install-data: install-data-am
570 uninstall: uninstall-am
571
572 install-am: all-am
573         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
574
575 installcheck: installcheck-am
576 install-strip:
577         if test -z '$(STRIP)'; then \
578           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580               install; \
581         else \
582           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
584             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
585         fi
586 mostlyclean-generic:
587
588 clean-generic:
589
590 distclean-generic:
591         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
592         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
593         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
594
595 maintainer-clean-generic:
596         @echo "This command is intended for maintainers to use"
597         @echo "it deletes files that may require special tools to rebuild."
598         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
599 clean: clean-am
600
601 clean-am: clean-generic clean-libtool mostlyclean-am
602
603 distclean: distclean-am
604         -rm -f Makefile
605 distclean-am: clean-am distclean-generic
606
607 dvi: dvi-am
608
609 dvi-am:
610
611 html: html-am
612
613 html-am:
614
615 info: info-am
616
617 info-am:
618
619 install-data-am: install-data-local install-dist_referenceDATA
620
621 install-dvi: install-dvi-am
622
623 install-dvi-am:
624
625 install-exec-am:
626
627 install-html: install-html-am
628
629 install-html-am:
630
631 install-info: install-info-am
632
633 install-info-am:
634
635 install-man:
636
637 install-pdf: install-pdf-am
638
639 install-pdf-am:
640
641 install-ps: install-ps-am
642
643 install-ps-am:
644
645 installcheck-am:
646
647 maintainer-clean: maintainer-clean-am
648         -rm -f Makefile
649 maintainer-clean-am: distclean-am maintainer-clean-generic
650
651 mostlyclean: mostlyclean-am
652
653 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
654
655 pdf: pdf-am
656
657 pdf-am:
658
659 ps: ps-am
660
661 ps-am:
662
663 uninstall-am: uninstall-dist_referenceDATA uninstall-local
664
665 .MAKE: install-am install-strip
666
667 .PHONY: all all-am all-local check check-am clean clean-generic \
668         clean-libtool cscopelist-am ctags-am distclean \
669         distclean-generic distclean-libtool distdir dvi dvi-am html \
670         html-am info info-am install install-am install-data \
671         install-data-am install-data-local install-dist_referenceDATA \
672         install-dvi install-dvi-am install-exec install-exec-am \
673         install-html install-html-am install-info install-info-am \
674         install-man install-pdf install-pdf-am install-ps \
675         install-ps-am install-strip installcheck installcheck-am \
676         installdirs maintainer-clean maintainer-clean-generic \
677         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
678         ps ps-am tags-am uninstall uninstall-am \
679         uninstall-dist_referenceDATA uninstall-local
680
681
682 # The name of the sub-directory where the generated documentation
683 # will be placed.
684 doc_outdir ?= reference
685
686 # The name of the Doxygen configuration file.
687 doc_config ?= $(doc_outdir)/Doxyfile
688
689 # The title of the generated Devhelp book.
690 book_title ?= $(PACKAGE_NAME) Reference Manual
691
692 # A list of wildcard patterns matching the files from the HTML directory
693 # generated by Doxygen which should be distributed and installed.
694 htmlref_patterns ?= $(addprefix $(doc_outdir)/html/*.,css gif html js png)
695
696 # Locations of utilities shipped with glibmm.  Made overridable
697 # in case the installed utilities cannot be used for some reason.
698 doc_postprocess     ?= $(PERL) -- "$(MMDOCTOOLDIR)/doc-postprocess.pl"
699 doc_install         ?= $(PERL) -- "$(MMDOCTOOLDIR)/doc-install.pl"
700 tagfile_to_devhelp2 ?= "$(MMDOCTOOLDIR)/tagfile-to-devhelp2.xsl"
701
702 # Names of the main output files.
703 doxytagfile ?= $(doc_outdir)/$(book_name).tag
704 devhelpfile ?= $(doc_outdir)/$(book_name).devhelp2
705
706 # Export this variable for use in the Doxygen configuration file.
707 export MMDOCTOOLDIR
708
709 # Depend on files that we know shall be built.
710 # $(call vpath_listall,$(htmlref_patterns)) is not used as a prerequisite.
711 # It would expand to files that exist when the make command is issued,
712 # which is not necessarily the set of files that shall be built.
713 all-local: $(doc_build_files)
714
715 # Hook up custom rules for translating references to external documentation
716 # to the actual location at install time.
717 install-data-local: $(doc_inst_targets)
718
719 # Hook up corresponding custom uninstall rules.
720 uninstall-local: $(addprefix un,$(doc_inst_targets))
721
722 # Install the HTML reference documentation files with just one invocation
723 # of doc-install.pl to speed up the build process.  Make use of the --glob
724 # option, which tells it to perform filename globbing itself, like 'find'.
725 # This helps to avoid excessively long command lines, as some platforms
726 # have rather restrictive limits.
727 install-htmlref: $(doc_outdir)/html/index.html
728         @$(NORMAL_INSTALL)
729         $(MKDIR_P) '$(DESTDIR)$(htmlrefdir)'
730         $(htmlref_install) -t '$(DESTDIR)$(htmlrefdir)' --glob -- $(htmlref_patterns_vpath)
731
732 # Delete files from the html installation directory.  Avoid recursive
733 # directory removal, and apply the same wildcard pattern as was used to
734 # select files for installation.
735 uninstall-htmlref:
736         @$(NORMAL_UNINSTALL)
737         (cd '$(DESTDIR)$(htmlrefdir)' 2>/dev/null || exit 0; \
738          find . -type f '(' $(htmlref_find_patterns) ')' -exec rm -f '{}' '+')
739         -test ! -r '$(DESTDIR)$(htmlrefdir)' || rmdir '$(DESTDIR)$(htmlrefdir)'
740
741 # Install the Devhelp file, translating the base path on the fly.
742 install-devhelp: $(devhelpfile)
743         @$(NORMAL_INSTALL)
744         $(MKDIR_P) '$(DESTDIR)$(devhelpdir)'
745         $(devhelp_install) -t '$(DESTDIR)$(devhelpdir)' -- $^
746
747 # Remove the installed Devhelp file and directory.
748 uninstall-devhelp:
749         @$(NORMAL_UNINSTALL)
750         rm -f '$(DESTDIR)$(devhelpdir)/$(notdir $(devhelpfile))'
751         -test ! -r '$(DESTDIR)$(devhelpdir)' || rmdir '$(DESTDIR)$(devhelpdir)'
752
753 # Regenerate the Doxygen configuration file automatically.  In the
754 # top-level build directory Automake already takes care of this.
755  ifneq ($(subdir),.)
756 $(doc_config): $(srcdir)/$(doc_config).in $(top_builddir)/config.status
757         $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
758
759  endif
760 # Make sure that the documentation will always have been generated before
761 # executing commands of a rule that depends on files in $(doc_outdir)/html/.
762 $(doc_outdir)/html/%: | $(doxytagfile)
763
764 # Run Doxygen to build the reference documentation. The generated tag file
765 # also functions as time stamp target for the documentation as a whole.
766 $(doxytagfile): $(doc_dependencies) | $(doc_config)
767         -$(AM_V_at)rm -f $@
768         -$(AM_V_at)rm -fr $(doc_outdir)/html
769         $(AM_V_GEN)(echo '@INCLUDE =' $(doc_config) && echo 'INPUT =' $(doc_input)) | "$(DOXYGEN)" -
770         $(AM_V_at)$(doc_postprocess) '$(doc_outdir)/html/*.html'
771
772 # Run XSL transformation to generate a Devhelp book from a Doxygen tag file.
773 %.devhelp2: %.tag
774         $(AM_V_GEN)$(XSLTPROC) $(dh_xsl_params) -o $@ $(tagfile_to_devhelp2) $<
775
776 .PHONY: install-htmlref uninstall-htmlref install-devhelp uninstall-devhelp
777
778 # Instruct GNU make to delete the targets of a rule after it failed, in
779 # order to avoid the complication of handling that situation manually.
780 .DELETE_ON_ERROR:
781
782 # Sets dist_noinst_DATA, DISTCLEANFILES and MAINTAINERCLEANFILES
783
784 manual/libxml++.xml: manual/libxml++_without_code.xml manual/insert_example_code.pl
785         $(AM_V_GEN)$(PERL) -- manual/insert_example_code.pl ../examples $< >$@
786
787 manual/html/index.html: manual/libxml++.xml manual/docbook-customisation.xsl
788         $(AM_V_at)rm -fr manual/html
789         $(AM_V_at)$(MKDIR_P) manual/html
790         $(AM_V_GEN)$(XSLTPROC) -o manual/html/ --xinclude --catalogs \
791                 $(top_srcdir)/docs/manual/docbook-customisation.xsl $<
792
793 manual/libxml++.pdf: manual/libxml++.xml
794         $(AM_V_GEN)$(DB2LATEX) -o $@ -O manual -tpdf $<
795
796 validate_original_manual: manual/libxml++_without_code.xml
797         $(XMLLINT) --xinclude --postvalid --noout $<
798
799 validate_manual: manual/libxml++.xml
800         $(XMLLINT) --xinclude --postvalid --noout $<
801
802 all-local: manual/html/index.html
803
804 post-html: index.html
805         rsync $(rsync_args) -r index.html $$USER,libxmlplusplus@web.sourceforge.net:$(web_path_project)
806         rsync $(rsync_args) -r ../examples $$USER,libxmlplusplus@web.sourceforge.net:$(web_path_project)
807
808 # Tell versions [3.59,3.63) of GNU make to not export all variables.
809 # Otherwise a system limit (for SysV at least) may be exceeded.
810 .NOEXPORT: