[gcc/testsuite]
[official-gcc.git] / libstdc++-v3 / doc / Makefile.in
blobbe212b4ca624d0ad10605762a7c6b2dbb488825c
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, 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.
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.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 DIST_COMMON = $(top_srcdir)/fragment.am $(srcdir)/Makefile.in \
55 $(srcdir)/Makefile.am
56 subdir = doc
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
59 $(top_srcdir)/../config/enable.m4 \
60 $(top_srcdir)/../config/futex.m4 \
61 $(top_srcdir)/../config/hwcaps.m4 \
62 $(top_srcdir)/../config/iconv.m4 \
63 $(top_srcdir)/../config/lead-dot.m4 \
64 $(top_srcdir)/../config/lib-ld.m4 \
65 $(top_srcdir)/../config/lib-link.m4 \
66 $(top_srcdir)/../config/lib-prefix.m4 \
67 $(top_srcdir)/../config/lthostflags.m4 \
68 $(top_srcdir)/../config/multi.m4 \
69 $(top_srcdir)/../config/no-executables.m4 \
70 $(top_srcdir)/../config/override.m4 \
71 $(top_srcdir)/../config/stdint.m4 \
72 $(top_srcdir)/../config/unwind_ipinfo.m4 \
73 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
74 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
75 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
76 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
77 $(top_srcdir)/../config/gc++filt.m4 \
78 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
79 $(top_srcdir)/configure.ac
80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
81 $(ACLOCAL_M4)
82 CONFIG_HEADER = $(top_builddir)/config.h
83 CONFIG_CLEAN_FILES =
84 CONFIG_CLEAN_VPATH_FILES =
85 depcomp =
86 am__depfiles_maybe =
87 SOURCES =
88 am__can_run_installinfo = \
89 case $$AM_UPDATE_INFO_DIR in \
90 n|no|NO) false;; \
91 *) (install-info --version) >/dev/null 2>&1;; \
92 esac
93 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
94 ACLOCAL = @ACLOCAL@
95 ALLOCATOR_H = @ALLOCATOR_H@
96 ALLOCATOR_NAME = @ALLOCATOR_NAME@
97 AMTAR = @AMTAR@
98 AR = @AR@
99 AS = @AS@
100 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
101 ATOMIC_FLAGS = @ATOMIC_FLAGS@
102 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BASIC_FILE_CC = @BASIC_FILE_CC@
108 BASIC_FILE_H = @BASIC_FILE_H@
109 CC = @CC@
110 CCODECVT_CC = @CCODECVT_CC@
111 CCOLLATE_CC = @CCOLLATE_CC@
112 CCTYPE_CC = @CCTYPE_CC@
113 CFLAGS = @CFLAGS@
114 CLOCALE_CC = @CLOCALE_CC@
115 CLOCALE_H = @CLOCALE_H@
116 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
117 CMESSAGES_CC = @CMESSAGES_CC@
118 CMESSAGES_H = @CMESSAGES_H@
119 CMONEY_CC = @CMONEY_CC@
120 CNUMERIC_CC = @CNUMERIC_CC@
121 CPP = @CPP@
122 CPPFLAGS = @CPPFLAGS@
123 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
124 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
125 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
126 CSTDIO_H = @CSTDIO_H@
127 CTIME_CC = @CTIME_CC@
128 CTIME_H = @CTIME_H@
129 CXX = @CXX@
130 CXXCPP = @CXXCPP@
131 CXXFILT = @CXXFILT@
132 CXXFLAGS = @CXXFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 C_INCLUDE_DIR = @C_INCLUDE_DIR@
135 DBLATEX = @DBLATEX@
136 DEBUG_FLAGS = @DEBUG_FLAGS@
137 DEFS = @DEFS@
138 DOT = @DOT@
139 DOXYGEN = @DOXYGEN@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
147 EXEEXT = @EXEEXT@
148 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
149 FGREP = @FGREP@
150 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
151 GLIBCXX_LIBS = @GLIBCXX_LIBS@
152 GREP = @GREP@
153 HWCAP_CFLAGS = @HWCAP_CFLAGS@
154 INSTALL = @INSTALL@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 LD = @LD@
160 LDFLAGS = @LDFLAGS@
161 LIBICONV = @LIBICONV@
162 LIBOBJS = @LIBOBJS@
163 LIBS = @LIBS@
164 LIBTOOL = @LIBTOOL@
165 LIPO = @LIPO@
166 LN_S = @LN_S@
167 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
168 LTLIBICONV = @LTLIBICONV@
169 LTLIBOBJS = @LTLIBOBJS@
170 MAINT = @MAINT@
171 MAKEINFO = @MAKEINFO@
172 MKDIR_P = @MKDIR_P@
173 NM = @NM@
174 NMEDIT = @NMEDIT@
175 OBJDUMP = @OBJDUMP@
176 OBJEXT = @OBJEXT@
177 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
178 OPT_LDFLAGS = @OPT_LDFLAGS@
179 OS_INC_SRCDIR = @OS_INC_SRCDIR@
180 OTOOL = @OTOOL@
181 OTOOL64 = @OTOOL64@
182 PACKAGE = @PACKAGE@
183 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184 PACKAGE_NAME = @PACKAGE_NAME@
185 PACKAGE_STRING = @PACKAGE_STRING@
186 PACKAGE_TARNAME = @PACKAGE_TARNAME@
187 PACKAGE_URL = @PACKAGE_URL@
188 PACKAGE_VERSION = @PACKAGE_VERSION@
189 PATH_SEPARATOR = @PATH_SEPARATOR@
190 PDFLATEX = @PDFLATEX@
191 RANLIB = @RANLIB@
192 SECTION_FLAGS = @SECTION_FLAGS@
193 SECTION_LDFLAGS = @SECTION_LDFLAGS@
194 SED = @SED@
195 SET_MAKE = @SET_MAKE@
196 SHELL = @SHELL@
197 STRIP = @STRIP@
198 SYMVER_FILE = @SYMVER_FILE@
199 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
200 USE_NLS = @USE_NLS@
201 VERSION = @VERSION@
202 VTV_CXXFLAGS = @VTV_CXXFLAGS@
203 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
204 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
205 WARN_FLAGS = @WARN_FLAGS@
206 WERROR = @WERROR@
208 # Validate existing XML structure.
209 XMLLINT = xmllint
210 XSLTPROC = xsltproc
211 XSL_STYLE_DIR = @XSL_STYLE_DIR@
212 abs_builddir = @abs_builddir@
213 abs_srcdir = @abs_srcdir@
214 abs_top_builddir = @abs_top_builddir@
215 abs_top_srcdir = @abs_top_srcdir@
216 ac_ct_CC = @ac_ct_CC@
217 ac_ct_CXX = @ac_ct_CXX@
218 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
219 am__leading_dot = @am__leading_dot@
220 am__tar = @am__tar@
221 am__untar = @am__untar@
222 baseline_dir = @baseline_dir@
223 baseline_subdir_switch = @baseline_subdir_switch@
224 bindir = @bindir@
225 build = @build@
226 build_alias = @build_alias@
227 build_cpu = @build_cpu@
228 build_os = @build_os@
229 build_vendor = @build_vendor@
230 builddir = @builddir@
231 check_msgfmt = @check_msgfmt@
232 datadir = @datadir@
233 datarootdir = @datarootdir@
234 docdir = @docdir@
235 dvidir = @dvidir@
236 enable_shared = @enable_shared@
237 enable_static = @enable_static@
238 exec_prefix = @exec_prefix@
239 get_gcc_base_ver = @get_gcc_base_ver@
240 glibcxx_MOFILES = @glibcxx_MOFILES@
241 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
242 glibcxx_POFILES = @glibcxx_POFILES@
243 glibcxx_builddir = @glibcxx_builddir@
244 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
245 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
246 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
247 glibcxx_localedir = @glibcxx_localedir@
248 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
249 glibcxx_prefixdir = @glibcxx_prefixdir@
250 glibcxx_srcdir = @glibcxx_srcdir@
251 glibcxx_toolexecdir = @glibcxx_toolexecdir@
252 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
253 gxx_include_dir = @gxx_include_dir@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
260 # HTML
261 htmldir = "$(DESTDIR)@docdir@"
262 includedir = @includedir@
264 # TEXINFO,INFO
265 infodir = "$(DESTDIR)@infodir@"
266 install_sh = @install_sh@
267 libdir = @libdir@
268 libexecdir = @libexecdir@
269 libtool_VERSION = @libtool_VERSION@
270 localedir = @localedir@
271 localstatedir = @localstatedir@
272 lt_host_flags = @lt_host_flags@
274 # MAN
275 mandir = "$(DESTDIR)@mandir@"
276 mkdir_p = @mkdir_p@
277 multi_basedir = @multi_basedir@
278 oldincludedir = @oldincludedir@
280 # PDF
281 pdfdir = "$(DESTDIR)@docdir@"
282 port_specific_symbol_files = @port_specific_symbol_files@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 python_mod_dir = @python_mod_dir@
287 sbindir = @sbindir@
288 sharedstatedir = @sharedstatedir@
289 srcdir = @srcdir@
290 sysconfdir = @sysconfdir@
291 target = @target@
292 target_alias = @target_alias@
293 target_cpu = @target_cpu@
294 target_os = @target_os@
295 target_vendor = @target_vendor@
296 thread_header = @thread_header@
297 top_build_prefix = @top_build_prefix@
298 top_builddir = @top_builddir@
299 top_srcdir = @top_srcdir@
300 toplevel_builddir = @toplevel_builddir@
301 toplevel_srcdir = @toplevel_srcdir@
303 # May be used by various substitution variables.
304 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
305 MAINT_CHARSET = latin1
306 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
307 PWD_COMMAND = $${PWDCMD-pwd}
308 STAMP = echo timestamp >
309 toolexecdir = $(glibcxx_toolexecdir)
310 toolexeclibdir = $(glibcxx_toolexeclibdir)
311 @ENABLE_WERROR_FALSE@WERROR_FLAG =
312 @ENABLE_WERROR_TRUE@WERROR_FLAG = $(WERROR)
313 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
314 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
316 # These bits are all figured out from configure. Look in acinclude.m4
317 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
318 CONFIG_CXXFLAGS = \
319 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
321 WARN_CXXFLAGS = \
322 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
325 # -I/-D flags to pass when compiling.
326 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
327 @BUILD_XML_FALSE@STAMP_XML =
329 # Documentation Overview
331 # There are two main input materials for libstdc++ documentation.
332 # The first is the doxygen markup in libstdc++ sources, which is a
333 # reference to the API. And the second is the manual, via docbook markup in
334 # doc/xml/.
336 # A third and more obscure option deals with charting performance
337 # tests, and should be considered experimental.
339 # Documentation conditionals for output.
340 @BUILD_XML_TRUE@STAMP_XML = doc-xml
341 @BUILD_XML_FALSE@STAMP_INSTALL_XML =
342 @BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
343 @BUILD_HTML_FALSE@STAMP_HTML =
344 @BUILD_HTML_TRUE@STAMP_HTML = doc-html
345 @BUILD_HTML_FALSE@STAMP_INSTALL_HTML =
346 @BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
347 @BUILD_MAN_FALSE@STAMP_MAN =
348 @BUILD_MAN_TRUE@STAMP_MAN = doc-man
349 @BUILD_MAN_FALSE@STAMP_INSTALL_MAN =
350 @BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
351 @BUILD_PDF_FALSE@STAMP_PDF =
352 @BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
353 @BUILD_PDF_FALSE@STAMP_INSTALL_PDF =
354 @BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
355 @BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
356 @BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
357 @BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
358 @BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
360 # Default creation and installation rules.
361 # Point to best sub-rule for the requested documentation target and
362 # create, and then install toplevel directory with standardized names
363 # and layouts.
365 # XML
366 xmldir = "$(DESTDIR)@docdir@"
368 # EPUB
369 # Assumes ruby installed
370 epubdir = "$(DESTDIR)@docdir@"
372 # Doxygen configuration
373 # Assumes doxygen, graphviz (with dot), pdflatex installed
374 doxygen_script = ${top_srcdir}/scripts/run_doxygen
375 doxygen_outdir = ${glibcxx_builddir}/doc/doxygen
376 api_xml = ${doxygen_outdir}/xml/libstdc++-api.xml
377 doxygen_pdf = ${doxygen_outdir}/latex/refman.pdf
378 api_pdf = ${doxygen_outdir}/pdf/libstdc++-api.pdf
380 # Docbook configuration.
381 # Assumes
382 # libxslt
383 # dblatex
384 # pdflatex
385 # docbook-style-xsl
386 # emacs-nxml-mode
387 docbook_outdir = ${glibcxx_builddir}/doc/docbook
388 xml_dir = ${glibcxx_srcdir}/doc/xml
389 xml_sources_basic = \
390 ${xml_dir}/spine.xml \
391 ${xml_dir}/authors.xml \
392 ${xml_dir}/api.xml \
393 ${xml_dir}/faq.xml
395 xml_sources_manual = \
396 ${xml_dir}/manual/abi.xml \
397 ${xml_dir}/manual/algorithms.xml \
398 ${xml_dir}/manual/allocator.xml \
399 ${xml_dir}/manual/auto_ptr.xml \
400 ${xml_dir}/manual/atomics.xml \
401 ${xml_dir}/manual/backwards_compatibility.xml \
402 ${xml_dir}/manual/bitmap_allocator.xml \
403 ${xml_dir}/manual/build_hacking.xml \
404 ${xml_dir}/manual/codecvt.xml \
405 ${xml_dir}/manual/concurrency.xml \
406 ${xml_dir}/manual/concurrency_extensions.xml \
407 ${xml_dir}/manual/configure.xml \
408 ${xml_dir}/manual/containers.xml \
409 ${xml_dir}/manual/ctype.xml \
410 ${xml_dir}/manual/debug_mode.xml \
411 ${xml_dir}/manual/debug.xml \
412 ${xml_dir}/manual/diagnostics.xml \
413 ${xml_dir}/manual/documentation_hacking.xml \
414 ${xml_dir}/manual/evolution.xml \
415 ${xml_dir}/manual/extensions.xml \
416 ${xml_dir}/manual/internals.xml \
417 ${xml_dir}/manual/intro.xml \
418 ${xml_dir}/manual/io.xml \
419 ${xml_dir}/manual/iterators.xml \
420 ${xml_dir}/manual/locale.xml \
421 ${xml_dir}/manual/localization.xml \
422 ${xml_dir}/manual/messages.xml \
423 ${xml_dir}/manual/mt_allocator.xml \
424 ${xml_dir}/manual/numerics.xml \
425 ${xml_dir}/manual/parallel_mode.xml \
426 ${xml_dir}/manual/policy_data_structures.xml \
427 ${xml_dir}/manual/policy_data_structures_biblio.xml \
428 ${xml_dir}/manual/prerequisites.xml \
429 ${xml_dir}/manual/profile_mode.xml \
430 ${xml_dir}/manual/shared_ptr.xml \
431 ${xml_dir}/manual/spine.xml \
432 ${xml_dir}/manual/status_cxx1998.xml \
433 ${xml_dir}/manual/status_cxx2011.xml \
434 ${xml_dir}/manual/status_cxx2014.xml \
435 ${xml_dir}/manual/status_cxxtr1.xml \
436 ${xml_dir}/manual/status_cxxtr24733.xml \
437 ${xml_dir}/manual/strings.xml \
438 ${xml_dir}/manual/support.xml \
439 ${xml_dir}/manual/test.xml \
440 ${xml_dir}/manual/test_policy_data_structures.xml \
441 ${xml_dir}/manual/using.xml \
442 ${xml_dir}/manual/using_exceptions.xml \
443 ${xml_dir}/manual/utilities.xml \
444 ${xml_dir}/manual/appendix_free.xml \
445 ${xml_dir}/manual/appendix_contributing.xml \
446 ${xml_dir}/manual/appendix_porting.xml
448 xml_sources_extra = \
449 ${xml_dir}/gnu/fdl-1.3.xml \
450 ${xml_dir}/gnu/gpl-3.0.xml
452 xml_sources = \
453 ${xml_sources_basic} \
454 ${xml_sources_manual} \
455 ${xml_sources_extra}
457 xml_image_dir = ${xml_dir}/images
458 xml_image_basic = \
459 ${xml_image_dir}/confdeps.png \
460 ${xml_image_dir}/pbds_balls_and_bins.png \
461 ${xml_image_dir}/pbds_container_tag_hierarchy.png \
462 ${xml_image_dir}/pbds_different_underlying_dss_1.png \
463 ${xml_image_dir}/pbds_different_underlying_dss_2.png \
464 ${xml_image_dir}/pbds_embedded_lists_1.png \
465 ${xml_image_dir}/pbds_embedded_lists_2.png \
466 ${xml_image_dir}/pbds_embedded_lists_3.png \
467 ${xml_image_dir}/pbds_exception_hierarchy.png \
468 ${xml_image_dir}/pbds_hash_policy_cd.png \
469 ${xml_image_dir}/pbds_hash_ranged_hash_range_hashing_fns.png \
470 ${xml_image_dir}/pbds_hash_range_hashing_seq_diagram2.png \
471 ${xml_image_dir}/pbds_hash_range_hashing_seq_diagram.png \
472 ${xml_image_dir}/pbds_insert_resize_sequence_diagram1.png \
473 ${xml_image_dir}/pbds_insert_resize_sequence_diagram2.png \
474 ${xml_image_dir}/pbds_insert_resize_sequence_diagram3.png \
475 ${xml_image_dir}/pbds_invalidation_guarantee_erase.png \
476 ${xml_image_dir}/pbds_invalidation_tag_hierarchy.png \
477 ${xml_image_dir}/pbds_list_update.png \
478 ${xml_image_dir}/pbds_node_invariants.png \
479 ${xml_image_dir}/pbds_pat_trie.png \
480 ${xml_image_dir}/pbds_point_iterator_hierarchy.png \
481 ${xml_image_dir}/pbds_point_iterators_range_ops_1.png \
482 ${xml_image_dir}/pbds_point_iterators_range_ops_2.png \
483 ${xml_image_dir}/pbds_priority_queue_different_underlying_dss.png \
484 ${xml_image_dir}/pbds_priority_queue_tag_hierarchy.png \
485 ${xml_image_dir}/pbds_rationale_null_node_updator.png \
486 ${xml_image_dir}/pbds_resize_policy_cd.png \
487 ${xml_image_dir}/pbds_restoring_node_invariants.png \
488 ${xml_image_dir}/pbds_simple_list.png \
489 ${xml_image_dir}/pbds_tree_node_invalidations.png \
490 ${xml_image_dir}/pbds_tree_node_invariants.png \
491 ${xml_image_dir}/pbds_tree_node_updator_policy_cd.png \
492 ${xml_image_dir}/pbds_trie_node_updator_policy_cd.png \
493 ${xml_image_dir}/pbds_update_seq_diagram.png
495 xml_image_generated = \
496 ${xml_image_dir}/pbds_binary_priority_queue_int_push_pop.png \
497 ${xml_image_dir}/pbds_binary_priority_queue_int_push.png \
498 ${xml_image_dir}/pbds_ccgp_hash_int_subscript_insert.png \
499 ${xml_image_dir}/pbds_cc_hash_int_find.png \
500 ${xml_image_dir}/pbds_cc_hash_int_subscript_find.png \
501 ${xml_image_dir}/pbds_cc_hash_int_subscript_insert.png \
502 ${xml_image_dir}/pbds_gp_hash_int_find.png \
503 ${xml_image_dir}/pbds_gp_hash_int_subscript_find.png \
504 ${xml_image_dir}/pbds_gp_hash_int_subscript_insert.png \
505 ${xml_image_dir}/pbds_hash_int_erase_mem.png \
506 ${xml_image_dir}/pbds_hash_text_find.png \
507 ${xml_image_dir}/pbds_hash_zlob_int_find.png \
508 ${xml_image_dir}/pbds_multimap_text_find_large_s2p_hash.png \
509 ${xml_image_dir}/pbds_multimap_text_find_large_s2p_tree.png \
510 ${xml_image_dir}/pbds_multimap_text_find_small_s2p_hash.png \
511 ${xml_image_dir}/pbds_multimap_text_find_small_s2p_tree.png \
512 ${xml_image_dir}/pbds_multimap_text_insert_large_s2p_hash.png \
513 ${xml_image_dir}/pbds_multimap_text_insert_large_s2p_tree.png \
514 ${xml_image_dir}/pbds_multimap_text_insert_mem_large_s2p_hash.png \
515 ${xml_image_dir}/pbds_multimap_text_insert_mem_large_s2p_tree.png \
516 ${xml_image_dir}/pbds_multimap_text_insert_mem_small_s2p_hash.png \
517 ${xml_image_dir}/pbds_multimap_text_insert_mem_small_s2p_tree.png \
518 ${xml_image_dir}/pbds_multimap_text_insert_small_s2p_hash.png \
519 ${xml_image_dir}/pbds_multimap_text_insert_small_s2p_tree.png \
520 ${xml_image_dir}/pbds_pairing_priority_queue_text_modify_down_thin.png \
521 ${xml_image_dir}/pbds_pairing_priority_queue_text_modify_up_thin.png \
522 ${xml_image_dir}/pbds_pairing_priority_queue_text_push_pop.png \
523 ${xml_image_dir}/pbds_pairing_priority_queue_text_push.png \
524 ${xml_image_dir}/pbds_priority_queue_int_push_pop.png \
525 ${xml_image_dir}/pbds_priority_queue_int_push.png \
526 ${xml_image_dir}/pbds_priority_queue_text_join.png \
527 ${xml_image_dir}/pbds_priority_queue_text_modify_down.png \
528 ${xml_image_dir}/pbds_priority_queue_text_modify_up.png \
529 ${xml_image_dir}/pbds_priority_queue_text_pop_mem.png \
530 ${xml_image_dir}/pbds_priority_queue_text_push_pop.png \
531 ${xml_image_dir}/pbds_priority_queue_text_push.png \
532 ${xml_image_dir}/pbds_tree_int_find.png \
533 ${xml_image_dir}/pbds_tree_order_statistics.png \
534 ${xml_image_dir}/pbds_tree_split_join.png \
535 ${xml_image_dir}/pbds_tree_text_find.png \
536 ${xml_image_dir}/pbds_tree_text_insert_node.png \
537 ${xml_image_dir}/pbds_tree_text_insert_trie.png \
538 ${xml_image_dir}/pbds_tree_text_insert_vector.png \
539 ${xml_image_dir}/pbds_tree_text_lor_find.png
541 xml_images = ${xml_image_basic} ${xml_image_generated}
542 xml_noinst = \
543 ${xml_dir}/book.txml \
544 ${xml_dir}/chapter.txml \
545 ${xml_dir}/class.txml \
546 ${xml_image_dir}/confdeps.dot \
547 ${xml_image_dir}/confdeps.pdf
549 XSLT_FLAGS = --nonet --xinclude
550 XSLT_PARAM = --param toc.section.depth 4 --param generate.consistent.ids 1
551 #XSL_STYLE_DIR = /usr/share/xml/docbook/stylesheet/docbook-xsl-ns
552 #XSL_STYLE_DIR = /usr/share/sgml/docbook/xsl-ns-stylesheets
553 XSL_FO_STYLE = $(XSL_STYLE_DIR)/fo/docbook.xsl
554 XSL_HTML_STYLE = $(XSL_STYLE_DIR)/xhtml/chunk.xsl
555 XSL_HTML_SINGLE_STYLE = $(XSL_STYLE_DIR)/html/docbook.xsl
556 XSL_EPUB_STYLE = $(XSL_STYLE_DIR)/epub3/chunk.xsl
557 XSL_LOCAL_STYLE = ${glibcxx_builddir}/doc/xsl/customization.xsl
559 # XML, all one page
560 # Some info on canonicalization
561 # http://www.mail-archive.com/help-texinfo@gnu.org/msg00864.html
562 manual_xml = ${docbook_outdir}/xml/libstdc++-manual.xml
563 set_xml = ${docbook_outdir}/xml/libstdc++-set.xml
564 LINT_FLAGS = --debug --xinclude --noent --noblanks --noout
565 SCHEMA_FLAGS = --dtdvalid http://www.docbook.org/xml/5.0/dtd/docbook.dtd
566 SCHEMA_RNG_FLAGS = --relaxng http://www.docbook.org/xml/5.0/rng/docbook.rng
567 #SCHEMA_FLAGS = --nonet --dtdvalid /usr/share/xxx/dtd/5.0/docbook.dtd
568 XMLLINT_VALID_FLAGS = $(LINT_FLAGS) $(SCHEMA_FLAGS)
569 XMLLINT_FLAGS = --xinclude --nsclean --c14n --noent --noblanks --nocdata
571 # HTML, all one page
572 # NB: Have to generate customization XSL for UTF-8 output.
573 manual_html = ${docbook_outdir}/html/libstdc++-manual-single.html
575 # PDF, via dblatex
576 manual_pdf = ${docbook_outdir}/pdf/libstdc++-manual.pdf
577 DBLATEX_FLAGS = --verbose --pdf --dump --debug --tmpdir=${docbook_outdir}/latex
579 # TEXINFO, via docbook2X
580 # NB: Both experimental and tempermental
581 manual_texi = ${docbook_outdir}/texinfo/libstdc++-manual.texi
582 manual_info = ${docbook_outdir}/texinfo/libstdc++-manual.info
583 DB2TEXI_FLAGS = \
584 --encoding=utf-8//TRANSLIT \
585 --string-param output-file="libstdc++-manual" \
586 --string-param directory-category="GNU C++ Library" \
587 --string-param explicit-node-names=true
590 # EPUB version 3
591 # http://sourceforge.net/projects/docbook/files/epub3/
592 # Can verify document with epubcheck
593 manual_epub = ${docbook_outdir}/epub/libstdc++-manual.epub
595 # Performance doc and graph configuration.
596 # Assumes pychart, beautiful soup installed.
597 # Generates the plots/graph imagery for performance testing.
598 doc_performance_script = ${top_srcdir}/scripts/make_graph.py
600 # By adding these files here, automake will remove them for 'make clean'
601 CLEANFILES = *.log stamp*
602 all: all-am
604 .SUFFIXES:
605 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
606 @for dep in $?; do \
607 case '$(am__configure_deps)' in \
608 *$$dep*) \
609 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
610 && { if test -f $@; then exit 0; else break; fi; }; \
611 exit 1;; \
612 esac; \
613 done; \
614 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps doc/Makefile'; \
615 $(am__cd) $(top_srcdir) && \
616 $(AUTOMAKE) --foreign --ignore-deps doc/Makefile
617 .PRECIOUS: Makefile
618 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
619 @case '$?' in \
620 *config.status*) \
621 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
622 *) \
623 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
624 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
625 esac;
626 $(top_srcdir)/fragment.am:
628 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
629 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
631 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
632 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
633 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
634 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
635 $(am__aclocal_m4_deps):
637 mostlyclean-libtool:
638 -rm -f *.lo
640 clean-libtool:
641 -rm -rf .libs _libs
642 tags: TAGS
643 TAGS:
645 ctags: CTAGS
646 CTAGS:
648 check-am: all-am
649 check: check-am
650 all-am: Makefile
651 installdirs:
652 install: install-am
653 install-exec: install-exec-am
654 install-data: install-data-am
655 uninstall: uninstall-am
657 install-am: all-am
658 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
660 installcheck: installcheck-am
661 install-strip:
662 if test -z '$(STRIP)'; then \
663 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665 install; \
666 else \
667 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
671 mostlyclean-generic:
673 clean-generic:
674 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
676 distclean-generic:
677 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
680 maintainer-clean-generic:
681 @echo "This command is intended for maintainers to use"
682 @echo "it deletes files that may require special tools to rebuild."
683 clean: clean-am
685 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
687 distclean: distclean-am
688 -rm -f Makefile
689 distclean-am: clean-am distclean-generic
691 dvi-am:
693 html-am:
695 info-am:
697 install-data-am:
699 install-dvi-am:
701 install-exec-am:
703 install-html-am:
705 install-info-am:
707 install-pdf-am:
709 install-ps-am:
711 installcheck-am:
713 maintainer-clean: maintainer-clean-am
714 -rm -f Makefile
715 maintainer-clean-am: distclean-am maintainer-clean-generic
717 mostlyclean: mostlyclean-am
719 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
721 pdf-am:
723 ps-am:
725 uninstall-am:
727 .MAKE: install-am install-strip
729 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
730 clean-local distclean distclean-generic distclean-libtool dvi \
731 dvi-am html html-am info info-am install install-am \
732 install-data install-data-am install-dvi install-dvi-am \
733 install-exec install-exec-am install-html install-html-am \
734 install-info install-info-am install-man install-pdf \
735 install-pdf-am install-ps install-ps-am install-strip \
736 installcheck installcheck-am installdirs maintainer-clean \
737 maintainer-clean-generic mostlyclean mostlyclean-generic \
738 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
741 # Documentation primary rules.
743 # xml:
744 # html:
745 # pdf:
746 # man:
747 # info:
748 # ps:
749 # dvi:
750 # epub:
751 # install-xml:
752 # install-html:
753 # install-pdf:
754 # install-man:
755 # install-info:
756 # install-ps:
757 # install-dvi:
758 # install-epub:
760 xml: $(STAMP_XML)
761 install-xml: $(STAMP_INSTALL_XML)
763 html: $(STAMP_HTML)
764 install-html: $(STAMP_INSTALL_HTML)
766 man: $(STAMP_MAN)
767 install-man: $(STAMP_INSTALL_MAN)
769 pdf: $(STAMP_PDF)
770 install-pdf: $(STAMP_INSTALL_PDF)
772 epub: $(STAMP_EPUB)
773 install-epub: $(STAMP_INSTALL_EPUB)
775 info:
776 install-info:
779 install-ps:
781 dvi:
782 install-dvi:
783 stamp-xml: stamp-xml-single-docbook stamp-xml-single-doxygen
784 $(STAMP) stamp-xml
786 doc-xml: stamp-xml
788 doc-install-xml: doc-xml
789 test -z ${xmldir} || $(mkinstalldirs) ${xmldir}
790 $(INSTALL_DATA) ${manual_xml} ${xmldir}
791 $(INSTALL_DATA) ${api_xml} ${xmldir}
792 stamp-html: stamp-html-docbook-data stamp-html-doxygen
793 $(STAMP) stamp-html
795 doc-html: stamp-html
797 doc-install-html: doc-html
798 test -z ${htmldir} || $(mkinstalldirs) ${htmldir}
799 cp -r ${docbook_outdir}/html ${htmldir}/libstdc++-manual.html;
800 cp -r ${doxygen_outdir}/html ${htmldir}/libstdc++-api.html;
801 stamp-pdf: stamp-pdf-docbook stamp-pdf-doxygen
802 $(STAMP) stamp-pdf
804 doc-pdf: stamp-pdf
806 doc-install-pdf: doc-pdf
807 test -z ${pdfdir} || $(mkinstalldirs) ${pdfdir}
808 $(INSTALL_DATA) ${docbook_outdir}/pdf/libstdc++-manual.pdf ${pdfdir}
809 $(INSTALL_DATA) ${doxygen_outdir}/pdf/libstdc++-api.pdf ${pdfdir}
810 stamp-man: stamp-man-doxygen
811 $(STAMP) stamp-man
813 doc-man: stamp-man
815 doc-install-man: doc-man
816 test -z ${mandir} || $(mkinstalldirs) ${mandir}
817 cp -r ${doxygen_outdir}/man/man3 ${mandir}
818 stamp-texinfo: stamp-texinfo-docbook
819 $(STAMP) stamp-texinfo
821 stamp-info: stamp-info-docbook
822 $(STAMP) stamp-info
824 doc-texinfo: stamp-texinfo
826 doc-info: stamp-info
828 doc-install-texinfo: doc-texinfo
829 test -z ${infodir} || $(mkinstalldirs) ${infodir}
830 $(INSTALL_DATA) ${manual_texi} ${infodir}
832 doc-install-info: doc-info
833 test -z ${infodir} || $(mkinstalldirs) ${infodir}
834 $(INSTALL_DATA) ${manual_info} ${infodir}
835 stamp-epub: stamp-epub-docbook
836 $(STAMP) stamp-epub
838 doc-epub: stamp-epub
840 doc-install-epub: doc-epub
841 test -z ${epubdir} || $(mkinstalldirs) ${epubdir}
842 $(INSTALL_DATA) ${manual_epub} ${epubdir}
844 ${doxygen_outdir}/xml:
845 mkdir -p ${doxygen_outdir}/xml
847 ${doxygen_outdir}/html:
848 mkdir -p ${doxygen_outdir}/html
850 ${doxygen_outdir}/latex:
851 mkdir -p ${doxygen_outdir}/latex
853 ${doxygen_outdir}/pdf:
854 mkdir -p ${doxygen_outdir}/pdf
856 ${doxygen_outdir}/man:
857 mkdir -p ${doxygen_outdir}/man
859 stamp-xml-doxygen: ${doxygen_outdir}/xml
860 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
861 builddir=`cd ..; ${PWD_COMMAND}`; \
862 ${SHELL} ${doxygen_script} \
863 --host_alias=${host_alias} --mode=xml $${srcdir} $${builddir} NO)
864 $(STAMP) stamp-xml-doxygen
866 stamp-xml-single-doxygen: stamp-xml-doxygen
867 @echo "Generating doxygen xml single file..."
868 $(XSLTPROC) ${doxygen_outdir}/xml/combine.xslt \
869 ${doxygen_outdir}/xml/index.xml > ${api_xml};
870 $(STAMP) stamp-xml-single-doxygen
872 stamp-html-doxygen: ${doxygen_outdir}/html
873 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
874 builddir=`cd ..; ${PWD_COMMAND}`; \
875 ${SHELL} ${doxygen_script} \
876 --host_alias=${host_alias} --mode=html $${srcdir} $${builddir} YES)
877 $(STAMP) stamp-html-doxygen
879 stamp-latex-doxygen: ${doxygen_outdir}/latex
880 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
881 builddir=`cd ..; ${PWD_COMMAND}`; \
882 ${SHELL} ${doxygen_script} \
883 --host_alias=${host_alias} --mode=latex $${srcdir} $${builddir} NO)
884 $(STAMP) stamp-latex-doxygen
886 # Chance of loooooonnggg creation time on this rule. Iff this fails,
887 # look at refman.log and see if TeX's memory is exhausted. Symptoms
888 # include asking a wizard to enlarge capacity. If this is the case,
889 # find texmf.cnf and add a zero for pool_size, string_vacancies,
890 # max_strings, and pool_free values.
891 # Errors like "File `foo.sty' not found" mean a TeX package is missing.
892 stamp-pdf-doxygen: stamp-latex-doxygen ${doxygen_outdir}/pdf
893 -(cd ${doxygen_outdir}/latex && $(MAKE) -i pdf;)
894 echo "Generating doxygen pdf file...";
895 if [ -f ${doxygen_pdf} ]; then \
896 mv ${doxygen_pdf} ${api_pdf} ; \
897 echo ":: PDF file is ${api_pdf}"; \
898 else \
899 echo "... error"; \
900 grep -F 'LaTeX Error' ${doxygen_outdir}/latex/refman.log; \
901 exit 12; \
903 $(STAMP) stamp-pdf-doxygen
905 stamp-man-doxygen: ${doxygen_outdir}/man
906 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
907 builddir=`cd ..; ${PWD_COMMAND}`; \
908 ${SHELL} ${doxygen_script} \
909 --host_alias=${host_alias} --mode=man $${srcdir} $${builddir} YES)
910 $(STAMP) stamp-man-doxygen
912 doc-xml-doxygen: stamp-xml-doxygen
913 doc-xml-single-doxygen: stamp-xml-single-doxygen
914 doc-html-doxygen: stamp-html-doxygen
915 doc-latex-doxygen: stamp-latex-doxygen
916 doc-pdf-doxygen: stamp-pdf-doxygen
917 doc-man-doxygen: stamp-man-doxygen
919 ${docbook_outdir}/epub:
920 mkdir -p ${docbook_outdir}/epub
921 mkdir -p ${docbook_outdir}/epub/OEBPS/images
923 ${docbook_outdir}/fo:
924 mkdir -p ${docbook_outdir}/fo
926 ${docbook_outdir}/html:
927 mkdir -p ${docbook_outdir}/html
928 mkdir -p ${docbook_outdir}/html/ext
929 mkdir -p ${docbook_outdir}/html/images
930 mkdir -p ${docbook_outdir}/html/manual
932 ${docbook_outdir}/pdf:
933 mkdir -p ${docbook_outdir}/pdf
935 ${docbook_outdir}/latex:
936 mkdir -p ${docbook_outdir}/latex
938 ${docbook_outdir}/texinfo:
939 mkdir -p ${docbook_outdir}/texinfo
941 ${docbook_outdir}/xml:
942 mkdir -p ${docbook_outdir}/xml
943 stamp-xml-single-docbook: $(xml_sources) ${docbook_outdir}/xml
944 @echo "Generating XML single..."
945 $(XMLLINT) $(XMLLINT_FLAGS) \
946 ${top_srcdir}/doc/xml/manual/spine.xml > ${manual_xml};
947 $(XMLLINT) $(XMLLINT_FLAGS) \
948 ${top_srcdir}/doc/xml/spine.xml > ${set_xml};
949 $(STAMP) stamp-xml-single-docbook
951 doc-xml-single-docbook: stamp-xml-single-docbook
952 doc-xml-validate-docbook: doc-xml-validate-dtd-db
954 doc-xml-validate-dtd-db: $(xml_sources) $(xml_images)
955 @echo "Generating XML validation log..."
956 $(XMLLINT) $(XMLLINT_VALID_FLAGS) ${top_srcdir}/doc/xml/spine.xml
958 doc-xml-validate-rng-db: $(xml_sources) $(xml_images) doc-xml-single-docbook
959 @echo "Generating XML RelaxNG validation log..."
960 $(XMLLINT) $(LINT_FLAGS) $(SCHEMA_RNG_FLAGS) ${set_xml}
962 # HTML support files
963 stamp-html-docbook-images: stamp-html-docbook $(xml_images)
964 $(INSTALL_DATA) $(xml_images) ${docbook_outdir}/html/images
965 $(STAMP) stamp-html-docbook-images
967 stamp-html-docbook-data: stamp-html-docbook-images
968 $(STAMP) stamp-html-docbook-data
970 # HTML, "chunked" into index plus chapters as separate pages
971 stamp-html-docbook: $(xml_sources) ${docbook_outdir}/html
972 @echo "Generating html files..."
973 $(XSLTPROC) $(XSLT_PARAM) $(XSLT_FLAGS) -o ${docbook_outdir}/html/ \
974 --stringparam chunker.output.encoding UTF-8 \
975 $(XSL_HTML_STYLE) \
976 ${top_srcdir}/doc/xml/spine.xml
977 $(STAMP) stamp-html-docbook
979 doc-html-docbook: stamp-html-docbook-data
980 stamp-html-single-docbook: $(xml_sources) ${docbook_outdir}/html
981 @echo "Generating html single file..."
982 $(XSLTPROC) $(XSLT_PARAM) $(XSLT_FLAGS) -o ${manual_html} \
983 ${XSL_LOCAL_STYLE} \
984 ${top_srcdir}/doc/xml/spine.xml
985 $(STAMP) stamp-html-single-docbook
987 doc-html-single-docbook: stamp-html-single-docbook
989 # FO
990 stamp-fo-docbook: $(xml_sources) ${docbook_outdir}/fo
991 @echo "Generating FO files..."
992 $(XSLTPROC) $(XSLT_FLAGS) -o ${docbook_outdir}/fo/spine.fo \
993 $(XSL_FO_STYLE) ${top_srcdir}/doc/xml/spine.xml
994 $(STAMP) stamp-fo-docbook
996 doc-fo-docbook: stamp-fo-docbook
998 doc-pdf-docbook-dirs: ${docbook_outdir}/pdf ${docbook_outdir}/latex
1000 doc-pdf-docbook-pre: $(xml_sources) doc-pdf-docbook-dirs
1002 stamp-pdf-docbook: doc-pdf-docbook-pre doc-xml-single-docbook
1003 @echo "Generating pdf dblatex files..."
1004 dblatex $(DBLATEX_FLAGS) -o ${manual_pdf} \
1005 ${top_srcdir}/doc/xml/spine.xml
1006 $(STAMP) stamp-pdf-docbook
1008 doc-pdf-docbook: stamp-pdf-docbook
1010 stamp-texinfo-docbook: stamp-xml-single-docbook ${docbook_outdir}/texinfo
1011 @echo "Generating texinfo files..."
1012 db2x_docbook2texi $(DB2TEXI_FLAGS) ${set_xml}
1013 mv libstdc++-manual.texi ${manual_texi}
1014 $(STAMP) stamp-texinfo-docbook
1016 stamp-info-docbook: stamp-texinfo-docbook
1017 @echo "Generating info files..."
1018 $(MAKEINFO) $(MAKEINFOFLAGS) ${manual_texi}
1019 $(STAMP) stamp-info-docbook
1021 doc-texinfo-docbook: stamp-texinfo-docbook
1023 doc-info-docbook: stamp-info-docbook
1024 stamp-epub-docbook: stamp-xml-single-docbook ${docbook_outdir}/epub
1025 @echo "Generating epub files..."
1026 if [ ! -d "${docbook_outdir}/images" ]; then \
1027 $(LN_S) ${top_srcdir}/doc/xml/images ${docbook_outdir}/; \
1029 $(XSLTPROC) $(XSLT_PARAM) $(XSLT_FLAGS) \
1030 --stringparam base.dir "${docbook_outdir}/epub/OEBPS/" \
1031 $(XSL_EPUB_STYLE) ${top_srcdir}/doc/xml/spine.xml
1032 $(INSTALL_DATA) $(xml_images) ${docbook_outdir}/epub/OEBPS/images
1033 zip -X0 ${manual_epub} ${docbook_outdir}/epub/mimetype
1034 zip -r -X9 ${manual_epub} ${docbook_outdir}/epub/META-INF ${docbook_outdir}/epub/OEBPS
1035 $(STAMP) stamp-epub-docbook
1037 doc-epub-docbook: stamp-epub-docbook
1038 doc-svg-performance: ${docbook_outdir}/xml
1039 -@(chmod + ${doc_performance_script}; \
1040 ${doc_performance_script} \
1041 ${top_srcdir}/testsuite/data/make_graph_test_infos.xml \
1042 ${glibcxx_builddir}/testsuite \
1043 ${glibcxx_builddir}/doc/docbook/xml/images)
1045 .PHONY: doc-doxygen-html doc-doxygen-man doc-performance
1047 # To remove directories.
1048 clean-local:
1049 rm -rf man html pdf fo xml doxygen docbook ./libstdc++-* db2t*
1051 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1052 # Otherwise a system limit (for SysV at least) may be exceeded.
1053 .NOEXPORT: