[multiple changes]
2008-01-18 Benjamin Kosnik <bkoz@redhat.com> * docs/*: To... * doc/*: ...here. * testsuite/Makefile.am: Move doc-performance to... * Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to... * doc/Makefile.am: Consolidate documentation creation here. (doc-doxygen-html): New. (doc-doxygen-man): New. (doc-performance): New. * doc/Makefile.in: New. * acinclude.m4 (glibcxx_SUBDIRS): Add doc directory. * doc/doxygen/guide.html: Edit for unified html configuration. * doc/doxygen/mainpage.html: Same. * doc/doxygen/run_doxygen: Same, more namespace fixups for man generation. * doc/doxygen/user.cfg.in: Update for doxygen 1.5.4. * include/tr1_impl/random: Remove maint from doxygen markup. * include/tr1_impl/functional: Same. * include/std/tuple: Same. * include/std/streambuf: Same. * include/std/bitset: Same. * include/std/limits: Same. * include/std/fstream: Same. * include/std/istream: Same. * include/std/sstream: Same. * include/ext/pool_allocator.h: Same. * include/ext/rc_string_base.h: Same. * include/bits/basic_ios.h: Same. * include/bits/stl_list.h: Same. * include/bits/stl_map.h: Same. * include/bits/locale_classes.h: Same. * include/bits/stl_set.h: Same. * include/bits/stl_iterator_base_types.h: Same. * include/bits/basic_string.h: Same. * include/bits/stl_multimap.h: Same. * include/bits/stl_vector.h: Same. * include/bits/ios_base.h: Same. * include/bits/stl_deque.h: Same. * include/bits/postypes.h: Same. * include/bits/stl_multiset.h: Same. * include/bits/stl_algo.h: Same. * include/bits/stl_iterator.h: Same. * include/bits/stl_tempbuf.h: Same. * include/bits/stl_construct.h: Same. * include/bits/stl_relops.h: Same. * include/tr1/tuple: Same. * include/backward/auto_ptr.h: Same. * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Fixups for line number changes. * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/vector/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/vector/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/deque/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/ constructor_1_neg.cc: Same. * testsuite/23_containers/list/requirements/dr438/ constructor_2_neg.cc: Same. * testsuite/20_util/auto_ptr/assign_neg.cc: Same. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * po/Makefile.in: Regenerate. * libmath/Makefile.in: Regenerate. * include/Makefile.in: Regenerate. * libsupc++/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. * scripts/make_graphs.py: Correct paths for new layout. 2008-01-17 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (AC_LC_MESSAGES): Remove serial. * linkage.m4 (AC_REPLACE_MATHFUNCS): Same. * configure: Regenerate. * aclocal.m4: Regenerate. From-SVN: r131625
|
@ -1,3 +1,94 @@
|
||||||
|
2008-01-18 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* docs/*: To...
|
||||||
|
* doc/*: ...here.
|
||||||
|
* testsuite/Makefile.am: Move doc-performance to...
|
||||||
|
* Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
|
||||||
|
* doc/Makefile.am: Consolidate documentation creation here.
|
||||||
|
(doc-doxygen-html): New.
|
||||||
|
(doc-doxygen-man): New.
|
||||||
|
(doc-performance): New.
|
||||||
|
* doc/Makefile.in: New.
|
||||||
|
* acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
|
||||||
|
* doc/doxygen/guide.html: Edit for unified html configuration.
|
||||||
|
* doc/doxygen/mainpage.html: Same.
|
||||||
|
* doc/doxygen/run_doxygen: Same, more namespace fixups for man
|
||||||
|
generation.
|
||||||
|
* doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
|
||||||
|
|
||||||
|
* include/tr1_impl/random: Remove maint from doxygen markup.
|
||||||
|
* include/tr1_impl/functional: Same.
|
||||||
|
* include/std/tuple: Same.
|
||||||
|
* include/std/streambuf: Same.
|
||||||
|
* include/std/bitset: Same.
|
||||||
|
* include/std/limits: Same.
|
||||||
|
* include/std/fstream: Same.
|
||||||
|
* include/std/istream: Same.
|
||||||
|
* include/std/sstream: Same.
|
||||||
|
* include/ext/pool_allocator.h: Same.
|
||||||
|
* include/ext/rc_string_base.h: Same.
|
||||||
|
* include/bits/basic_ios.h: Same.
|
||||||
|
* include/bits/stl_list.h: Same.
|
||||||
|
* include/bits/stl_map.h: Same.
|
||||||
|
* include/bits/locale_classes.h: Same.
|
||||||
|
* include/bits/stl_set.h: Same.
|
||||||
|
* include/bits/stl_iterator_base_types.h: Same.
|
||||||
|
* include/bits/basic_string.h: Same.
|
||||||
|
* include/bits/stl_multimap.h: Same.
|
||||||
|
* include/bits/stl_vector.h: Same.
|
||||||
|
* include/bits/ios_base.h: Same.
|
||||||
|
* include/bits/stl_deque.h: Same.
|
||||||
|
* include/bits/postypes.h: Same.
|
||||||
|
* include/bits/stl_multiset.h: Same.
|
||||||
|
* include/bits/stl_algo.h: Same.
|
||||||
|
* include/bits/stl_iterator.h: Same.
|
||||||
|
* include/bits/stl_tempbuf.h: Same.
|
||||||
|
* include/bits/stl_construct.h: Same.
|
||||||
|
* include/bits/stl_relops.h: Same.
|
||||||
|
* include/tr1/tuple: Same.
|
||||||
|
* include/backward/auto_ptr.h: Same.
|
||||||
|
|
||||||
|
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
|
||||||
|
Fixups for line number changes.
|
||||||
|
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/vector/requirements/dr438/
|
||||||
|
constructor_1_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/vector/requirements/dr438/
|
||||||
|
constructor_2_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/deque/requirements/dr438/
|
||||||
|
constructor_1_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/deque/requirements/dr438/
|
||||||
|
constructor_2_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/list/requirements/dr438/
|
||||||
|
constructor_1_neg.cc: Same.
|
||||||
|
* testsuite/23_containers/list/requirements/dr438/
|
||||||
|
constructor_2_neg.cc: Same.
|
||||||
|
* testsuite/20_util/auto_ptr/assign_neg.cc: Same.
|
||||||
|
|
||||||
|
* aclocal.m4: Regenerate.
|
||||||
|
* config.h.in: Regenerate.
|
||||||
|
* configure: Regenerate.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
* src/Makefile.in: Regenerate.
|
||||||
|
* po/Makefile.in: Regenerate.
|
||||||
|
* libmath/Makefile.in: Regenerate.
|
||||||
|
* include/Makefile.in: Regenerate.
|
||||||
|
* libsupc++/Makefile.in: Regenerate.
|
||||||
|
* testsuite/Makefile.in: Regenerate.
|
||||||
|
|
||||||
|
* scripts/make_graphs.py: Correct paths for new layout.
|
||||||
|
|
||||||
|
2008-01-17 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* acinclude.m4 (AC_LC_MESSAGES): Remove serial.
|
||||||
|
* linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
|
||||||
|
* configure: Regenerate.
|
||||||
|
* aclocal.m4: Regenerate.
|
||||||
|
|
||||||
2008-01-14 Paolo Carlini <pcarlini@suse.de>
|
2008-01-14 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
* include/parallel/list_partition.h: Formatting fixes, inline tweaks.
|
* include/parallel/list_partition.h: Formatting fixes, inline tweaks.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Makefile for the toplevel directory of the GNU C++ Standard library.
|
## Makefile for the toplevel directory of the GNU C++ Standard library.
|
||||||
##
|
##
|
||||||
## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2008
|
||||||
## Free Software Foundation, Inc.
|
## Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of the libstdc++ version 3 distribution.
|
## This file is part of the libstdc++ version 3 distribution.
|
||||||
|
@ -25,41 +25,20 @@
|
||||||
include $(top_srcdir)/fragment.am
|
include $(top_srcdir)/fragment.am
|
||||||
|
|
||||||
if GLIBCXX_HOSTED
|
if GLIBCXX_HOSTED
|
||||||
hosted_source = libmath src po testsuite
|
hosted_source = libmath doc src po testsuite
|
||||||
endif
|
endif
|
||||||
## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
|
## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
|
||||||
SUBDIRS = include libsupc++ $(hosted_source)
|
SUBDIRS = include libsupc++ $(hosted_source)
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
|
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
|
||||||
|
|
||||||
# These rules are messy, but are hella worth it.
|
|
||||||
doxygen:
|
|
||||||
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
|
||||||
builddir=`${PWD_COMMAND}`; \
|
|
||||||
${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
|
|
||||||
--host_alias=${host_alias} \
|
|
||||||
--mode=user $${srcdir} $${builddir})
|
|
||||||
|
|
||||||
doxygen-maint:
|
|
||||||
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
|
||||||
builddir=`${PWD_COMMAND}`; \
|
|
||||||
${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
|
|
||||||
--host_alias=${host_alias} \
|
|
||||||
--mode=maint $${srcdir} $${builddir})
|
|
||||||
|
|
||||||
doxygen-man:
|
|
||||||
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
|
||||||
builddir=`${PWD_COMMAND}`; \
|
|
||||||
${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
|
|
||||||
--host_alias=${host_alias} \
|
|
||||||
--mode=man $${srcdir} $${builddir})
|
|
||||||
|
|
||||||
.PHONY: doxygen doxygen-maint doxygen-man
|
|
||||||
|
|
||||||
# Handy forwarding targets.
|
# Handy forwarding targets.
|
||||||
check-%:
|
check-%:
|
||||||
cd testsuite && $(MAKE) $@
|
cd testsuite && $(MAKE) $@
|
||||||
|
|
||||||
|
doc-%:
|
||||||
|
cd doc && $(MAKE) $@
|
||||||
|
|
||||||
# Multilib support.
|
# Multilib support.
|
||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
||||||
|
@ -110,11 +89,3 @@ AM_MAKEFLAGS = \
|
||||||
|
|
||||||
# Subdir rules rely on $(FLAGS_TO_PASS)
|
# Subdir rules rely on $(FLAGS_TO_PASS)
|
||||||
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
|
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
|
||||||
|
|
||||||
# Installation of distribution html documentation not yet supported
|
|
||||||
# TODO: Write custom install-html rule.
|
|
||||||
.PHONY: install-html install-pdf
|
|
||||||
install-html:
|
|
||||||
|
|
||||||
# No install-pdf support in automake yet
|
|
||||||
install-pdf:
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
# Makefile.in generated by automake 1.10 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -13,15 +13,11 @@
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
srcdir = @srcdir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@
|
pkgdatadir = $(datadir)/@PACKAGE@
|
||||||
pkglibdir = $(libdir)/@PACKAGE@
|
pkglibdir = $(libdir)/@PACKAGE@
|
||||||
pkgincludedir = $(includedir)/@PACKAGE@
|
pkgincludedir = $(includedir)/@PACKAGE@
|
||||||
top_builddir = .
|
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
|
@ -63,7 +59,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||||
configure.lineno configure.status.lineno
|
configure.lineno config.status.lineno
|
||||||
CONFIG_HEADER = config.h
|
CONFIG_HEADER = config.h
|
||||||
CONFIG_CLEAN_FILES = scripts/testsuite_flags
|
CONFIG_CLEAN_FILES = scripts/testsuite_flags
|
||||||
depcomp =
|
depcomp =
|
||||||
|
@ -78,13 +74,16 @@ MULTIDO = true
|
||||||
MULTICLEAN = true
|
MULTICLEAN = true
|
||||||
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
||||||
html-recursive info-recursive install-data-recursive \
|
html-recursive info-recursive install-data-recursive \
|
||||||
install-exec-recursive install-info-recursive \
|
install-dvi-recursive install-exec-recursive \
|
||||||
install-recursive installcheck-recursive installdirs-recursive \
|
install-html-recursive install-info-recursive \
|
||||||
pdf-recursive ps-recursive uninstall-info-recursive \
|
install-pdf-recursive install-ps-recursive install-recursive \
|
||||||
uninstall-recursive
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
||||||
|
ps-recursive uninstall-recursive
|
||||||
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||||
|
distclean-recursive maintainer-clean-recursive
|
||||||
ETAGS = etags
|
ETAGS = etags
|
||||||
CTAGS = ctags
|
CTAGS = ctags
|
||||||
DIST_SUBDIRS = include libsupc++ libmath src po testsuite
|
DIST_SUBDIRS = include libsupc++ libmath doc src po testsuite
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
distdir = $(PACKAGE)-$(VERSION)
|
distdir = $(PACKAGE)-$(VERSION)
|
||||||
top_distdir = $(distdir)
|
top_distdir = $(distdir)
|
||||||
|
@ -142,42 +141,13 @@ ECHO_C = @ECHO_C@
|
||||||
ECHO_N = @ECHO_N@
|
ECHO_N = @ECHO_N@
|
||||||
ECHO_T = @ECHO_T@
|
ECHO_T = @ECHO_T@
|
||||||
EGREP = @EGREP@
|
EGREP = @EGREP@
|
||||||
ENABLE_PARALLEL_FALSE = @ENABLE_PARALLEL_FALSE@
|
|
||||||
ENABLE_PARALLEL_TRUE = @ENABLE_PARALLEL_TRUE@
|
|
||||||
ENABLE_SYMVERS_DARWIN_FALSE = @ENABLE_SYMVERS_DARWIN_FALSE@
|
|
||||||
ENABLE_SYMVERS_DARWIN_TRUE = @ENABLE_SYMVERS_DARWIN_TRUE@
|
|
||||||
ENABLE_SYMVERS_FALSE = @ENABLE_SYMVERS_FALSE@
|
|
||||||
ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
|
|
||||||
ENABLE_SYMVERS_GNU_NAMESPACE_FALSE = @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@
|
|
||||||
ENABLE_SYMVERS_GNU_NAMESPACE_TRUE = @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@
|
|
||||||
ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
|
|
||||||
ENABLE_SYMVERS_TRUE = @ENABLE_SYMVERS_TRUE@
|
|
||||||
ENABLE_VISIBILITY_FALSE = @ENABLE_VISIBILITY_FALSE@
|
|
||||||
ENABLE_VISIBILITY_TRUE = @ENABLE_VISIBILITY_TRUE@
|
|
||||||
ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
|
ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
|
||||||
EXEEXT = @EXEEXT@
|
EXEEXT = @EXEEXT@
|
||||||
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
|
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
|
||||||
FGREP = @FGREP@
|
FGREP = @FGREP@
|
||||||
GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
|
|
||||||
GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
|
|
||||||
GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
|
|
||||||
GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
|
|
||||||
GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
|
|
||||||
GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
|
|
||||||
GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
|
|
||||||
GLIBCXX_C_HEADERS_C_GLOBAL_FALSE = @GLIBCXX_C_HEADERS_C_GLOBAL_FALSE@
|
|
||||||
GLIBCXX_C_HEADERS_C_GLOBAL_TRUE = @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@
|
|
||||||
GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
|
|
||||||
GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
|
|
||||||
GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
|
|
||||||
GLIBCXX_C_HEADERS_EXTRA_FALSE = @GLIBCXX_C_HEADERS_EXTRA_FALSE@
|
|
||||||
GLIBCXX_C_HEADERS_EXTRA_TRUE = @GLIBCXX_C_HEADERS_EXTRA_TRUE@
|
|
||||||
GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
|
|
||||||
GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
|
|
||||||
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
|
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
|
||||||
GLIBCXX_LDBL_COMPAT_FALSE = @GLIBCXX_LDBL_COMPAT_FALSE@
|
|
||||||
GLIBCXX_LDBL_COMPAT_TRUE = @GLIBCXX_LDBL_COMPAT_TRUE@
|
|
||||||
GREP = @GREP@
|
GREP = @GREP@
|
||||||
|
INSTALL = @INSTALL@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
|
@ -194,9 +164,8 @@ LN_S = @LN_S@
|
||||||
LTLIBICONV = @LTLIBICONV@
|
LTLIBICONV = @LTLIBICONV@
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
MAINT = @MAINT@
|
MAINT = @MAINT@
|
||||||
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
||||||
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MKDIR_P = @MKDIR_P@
|
||||||
NM = @NM@
|
NM = @NM@
|
||||||
OBJEXT = @OBJEXT@
|
OBJEXT = @OBJEXT@
|
||||||
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
||||||
|
@ -222,13 +191,13 @@ USE_NLS = @USE_NLS@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
WARN_FLAGS = @WARN_FLAGS@
|
WARN_FLAGS = @WARN_FLAGS@
|
||||||
WERROR = @WERROR@
|
WERROR = @WERROR@
|
||||||
ac_ct_AR = @ac_ct_AR@
|
abs_builddir = @abs_builddir@
|
||||||
ac_ct_AS = @ac_ct_AS@
|
abs_srcdir = @abs_srcdir@
|
||||||
|
abs_top_builddir = @abs_top_builddir@
|
||||||
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_CXX = @ac_ct_CXX@
|
ac_ct_CXX = @ac_ct_CXX@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
|
||||||
am__leading_dot = @am__leading_dot@
|
am__leading_dot = @am__leading_dot@
|
||||||
am__tar = @am__tar@
|
am__tar = @am__tar@
|
||||||
am__untar = @am__untar@
|
am__untar = @am__untar@
|
||||||
|
@ -239,8 +208,12 @@ build_alias = @build_alias@
|
||||||
build_cpu = @build_cpu@
|
build_cpu = @build_cpu@
|
||||||
build_os = @build_os@
|
build_os = @build_os@
|
||||||
build_vendor = @build_vendor@
|
build_vendor = @build_vendor@
|
||||||
|
builddir = @builddir@
|
||||||
check_msgfmt = @check_msgfmt@
|
check_msgfmt = @check_msgfmt@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
|
docdir = @docdir@
|
||||||
|
dvidir = @dvidir@
|
||||||
enable_shared = @enable_shared@
|
enable_shared = @enable_shared@
|
||||||
enable_static = @enable_static@
|
enable_static = @enable_static@
|
||||||
exec_prefix = @exec_prefix@
|
exec_prefix = @exec_prefix@
|
||||||
|
@ -260,29 +233,36 @@ host_alias = @host_alias@
|
||||||
host_cpu = @host_cpu@
|
host_cpu = @host_cpu@
|
||||||
host_os = @host_os@
|
host_os = @host_os@
|
||||||
host_vendor = @host_vendor@
|
host_vendor = @host_vendor@
|
||||||
|
htmldir = @htmldir@
|
||||||
includedir = @includedir@
|
includedir = @includedir@
|
||||||
infodir = @infodir@
|
infodir = @infodir@
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
libexecdir = @libexecdir@
|
libexecdir = @libexecdir@
|
||||||
libtool_VERSION = @libtool_VERSION@
|
libtool_VERSION = @libtool_VERSION@
|
||||||
|
localedir = @localedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
lt_ECHO = @lt_ECHO@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
multi_basedir = @multi_basedir@
|
multi_basedir = @multi_basedir@
|
||||||
oldincludedir = @oldincludedir@
|
oldincludedir = @oldincludedir@
|
||||||
|
pdfdir = @pdfdir@
|
||||||
port_specific_symbol_files = @port_specific_symbol_files@
|
port_specific_symbol_files = @port_specific_symbol_files@
|
||||||
prefix = @prefix@
|
prefix = @prefix@
|
||||||
program_transform_name = @program_transform_name@
|
program_transform_name = @program_transform_name@
|
||||||
|
psdir = @psdir@
|
||||||
sbindir = @sbindir@
|
sbindir = @sbindir@
|
||||||
sharedstatedir = @sharedstatedir@
|
sharedstatedir = @sharedstatedir@
|
||||||
|
srcdir = @srcdir@
|
||||||
sysconfdir = @sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
target = @target@
|
target = @target@
|
||||||
target_alias = @target_alias@
|
target_alias = @target_alias@
|
||||||
target_cpu = @target_cpu@
|
target_cpu = @target_cpu@
|
||||||
target_os = @target_os@
|
target_os = @target_os@
|
||||||
target_vendor = @target_vendor@
|
target_vendor = @target_vendor@
|
||||||
|
top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
toplevel_srcdir = @toplevel_srcdir@
|
toplevel_srcdir = @toplevel_srcdir@
|
||||||
|
|
||||||
# May be used by various substitution variables.
|
# May be used by various substitution variables.
|
||||||
|
@ -305,7 +285,7 @@ WARN_CXXFLAGS = \
|
||||||
|
|
||||||
# -I/-D flags to pass when compiling.
|
# -I/-D flags to pass when compiling.
|
||||||
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
||||||
@GLIBCXX_HOSTED_TRUE@hosted_source = libmath src po testsuite
|
@GLIBCXX_HOSTED_TRUE@hosted_source = libmath doc src po testsuite
|
||||||
SUBDIRS = include libsupc++ $(hosted_source)
|
SUBDIRS = include libsupc++ $(hosted_source)
|
||||||
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
|
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
|
||||||
|
|
||||||
|
@ -397,7 +377,7 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||||
config.h: stamp-h1
|
config.h: stamp-h1
|
||||||
@if test ! -f $@; then \
|
@if test ! -f $@; then \
|
||||||
rm -f stamp-h1; \
|
rm -f stamp-h1; \
|
||||||
$(MAKE) stamp-h1; \
|
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
||||||
else :; fi
|
else :; fi
|
||||||
|
|
||||||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||||
|
@ -438,7 +418,6 @@ distclean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
|
||||||
maintainer-clean-multi:
|
maintainer-clean-multi:
|
||||||
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
|
||||||
uninstall-info-am:
|
|
||||||
|
|
||||||
# This directory's subdirectories are mostly independent; you can cd
|
# This directory's subdirectories are mostly independent; you can cd
|
||||||
# into them and run `make' without going through this Makefile.
|
# into them and run `make' without going through this Makefile.
|
||||||
|
@ -471,8 +450,7 @@ $(RECURSIVE_TARGETS):
|
||||||
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
||||||
fi; test -z "$$fail"
|
fi; test -z "$$fail"
|
||||||
|
|
||||||
mostlyclean-recursive clean-recursive distclean-recursive \
|
$(RECURSIVE_CLEAN_TARGETS):
|
||||||
maintainer-clean-recursive:
|
|
||||||
@failcom='exit 1'; \
|
@failcom='exit 1'; \
|
||||||
for f in x $$MAKEFLAGS; do \
|
for f in x $$MAKEFLAGS; do \
|
||||||
case $$f in \
|
case $$f in \
|
||||||
|
@ -545,24 +523,22 @@ distclean-tags:
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
$(am__remove_distdir)
|
$(am__remove_distdir)
|
||||||
mkdir $(distdir)
|
test -d $(distdir) || mkdir $(distdir)
|
||||||
$(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/scripts
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
list='$(DISTFILES)'; \
|
||||||
list='$(DISTFILES)'; for file in $$list; do \
|
dist_files=`for file in $$list; do echo $$file; done | \
|
||||||
case $$file in \
|
sed -e "s|^$$srcdirstrip/||;t" \
|
||||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
case $$dist_files in \
|
||||||
esac; \
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||||
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||||
|
sort -u` ;; \
|
||||||
|
esac; \
|
||||||
|
for file in $$dist_files; do \
|
||||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
||||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
||||||
dir="/$$dir"; \
|
|
||||||
$(mkdir_p) "$(distdir)$$dir"; \
|
|
||||||
else \
|
|
||||||
dir=''; \
|
|
||||||
fi; \
|
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
|
@ -576,7 +552,7 @@ distdir: $(DISTFILES)
|
||||||
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
||||||
if test "$$subdir" = .; then :; else \
|
if test "$$subdir" = .; then :; else \
|
||||||
test -d "$(distdir)/$$subdir" \
|
test -d "$(distdir)/$$subdir" \
|
||||||
|| $(mkdir_p) "$(distdir)/$$subdir" \
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
||||||
|| exit 1; \
|
|| exit 1; \
|
||||||
distdir=`$(am__cd) $(distdir) && pwd`; \
|
distdir=`$(am__cd) $(distdir) && pwd`; \
|
||||||
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
||||||
|
@ -584,6 +560,8 @@ distdir: $(DISTFILES)
|
||||||
$(MAKE) $(AM_MAKEFLAGS) \
|
$(MAKE) $(AM_MAKEFLAGS) \
|
||||||
top_distdir="$$top_distdir" \
|
top_distdir="$$top_distdir" \
|
||||||
distdir="$$distdir/$$subdir" \
|
distdir="$$distdir/$$subdir" \
|
||||||
|
am__remove_distdir=: \
|
||||||
|
am__skip_length_check=: \
|
||||||
distdir) \
|
distdir) \
|
||||||
|| exit 1; \
|
|| exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
|
@ -591,7 +569,7 @@ distdir: $(DISTFILES)
|
||||||
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
||||||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||||||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||||||
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||||||
|| chmod -R a+r $(distdir)
|
|| chmod -R a+r $(distdir)
|
||||||
dist-gzip: distdir
|
dist-gzip: distdir
|
||||||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||||||
|
@ -666,7 +644,7 @@ distcheck: dist
|
||||||
$(am__remove_distdir)
|
$(am__remove_distdir)
|
||||||
@(echo "$(distdir) archives ready for distribution: "; \
|
@(echo "$(distdir) archives ready for distribution: "; \
|
||||||
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
||||||
sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
||||||
distuninstallcheck:
|
distuninstallcheck:
|
||||||
@cd $(distuninstallcheck_dir) \
|
@cd $(distuninstallcheck_dir) \
|
||||||
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
||||||
|
@ -736,12 +714,20 @@ info-am:
|
||||||
|
|
||||||
install-data-am:
|
install-data-am:
|
||||||
|
|
||||||
|
install-dvi: install-dvi-recursive
|
||||||
|
|
||||||
install-exec-am: install-multi
|
install-exec-am: install-multi
|
||||||
|
|
||||||
|
install-html: install-html-recursive
|
||||||
|
|
||||||
install-info: install-info-recursive
|
install-info: install-info-recursive
|
||||||
|
|
||||||
install-man:
|
install-man:
|
||||||
|
|
||||||
|
install-pdf: install-pdf-recursive
|
||||||
|
|
||||||
|
install-ps: install-ps-recursive
|
||||||
|
|
||||||
installcheck-am:
|
installcheck-am:
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
|
maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
|
||||||
|
@ -762,67 +748,41 @@ ps: ps-recursive
|
||||||
|
|
||||||
ps-am:
|
ps-am:
|
||||||
|
|
||||||
uninstall-am: uninstall-info-am
|
uninstall-am:
|
||||||
|
|
||||||
uninstall-info: uninstall-info-recursive
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all-multi \
|
||||||
|
clean-multi distclean-multi install-am install-multi \
|
||||||
|
install-strip maintainer-clean-multi mostlyclean-multi
|
||||||
|
|
||||||
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
||||||
am--refresh check check-am clean clean-generic clean-libtool \
|
all all-am all-multi am--refresh check check-am clean \
|
||||||
clean-multi clean-recursive ctags ctags-recursive dist \
|
clean-generic clean-libtool clean-multi ctags ctags-recursive \
|
||||||
dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
|
dist dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ \
|
||||||
distcheck distclean distclean-generic distclean-hdr \
|
dist-zip distcheck distclean distclean-generic distclean-hdr \
|
||||||
distclean-libtool distclean-multi distclean-recursive \
|
distclean-libtool distclean-multi distclean-tags \
|
||||||
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
distcleancheck distdir distuninstallcheck dvi dvi-am html \
|
||||||
dvi-am html html-am info info-am install install-am \
|
html-am info info-am install install-am install-data \
|
||||||
install-data install-data-am install-exec install-exec-am \
|
install-data-am install-dvi install-dvi-am install-exec \
|
||||||
install-info install-info-am install-man install-multi \
|
install-exec-am install-html install-html-am install-info \
|
||||||
install-strip installcheck installcheck-am installdirs \
|
install-info-am install-man install-multi install-pdf \
|
||||||
installdirs-am maintainer-clean maintainer-clean-generic \
|
install-pdf-am install-ps install-ps-am install-strip \
|
||||||
maintainer-clean-multi maintainer-clean-recursive mostlyclean \
|
installcheck installcheck-am installdirs installdirs-am \
|
||||||
mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
|
maintainer-clean maintainer-clean-generic \
|
||||||
mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
|
maintainer-clean-multi mostlyclean mostlyclean-generic \
|
||||||
uninstall uninstall-am uninstall-info-am
|
mostlyclean-libtool mostlyclean-multi pdf pdf-am ps ps-am tags \
|
||||||
|
tags-recursive uninstall uninstall-am
|
||||||
|
|
||||||
|
|
||||||
# These rules are messy, but are hella worth it.
|
|
||||||
doxygen:
|
|
||||||
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
|
||||||
builddir=`${PWD_COMMAND}`; \
|
|
||||||
${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
|
|
||||||
--host_alias=${host_alias} \
|
|
||||||
--mode=user $${srcdir} $${builddir})
|
|
||||||
|
|
||||||
doxygen-maint:
|
|
||||||
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
|
||||||
builddir=`${PWD_COMMAND}`; \
|
|
||||||
${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
|
|
||||||
--host_alias=${host_alias} \
|
|
||||||
--mode=maint $${srcdir} $${builddir})
|
|
||||||
|
|
||||||
doxygen-man:
|
|
||||||
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
|
||||||
builddir=`${PWD_COMMAND}`; \
|
|
||||||
${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
|
|
||||||
--host_alias=${host_alias} \
|
|
||||||
--mode=man $${srcdir} $${builddir})
|
|
||||||
|
|
||||||
.PHONY: doxygen doxygen-maint doxygen-man
|
|
||||||
|
|
||||||
# Handy forwarding targets.
|
# Handy forwarding targets.
|
||||||
check-%:
|
check-%:
|
||||||
cd testsuite && $(MAKE) $@
|
cd testsuite && $(MAKE) $@
|
||||||
|
|
||||||
|
doc-%:
|
||||||
|
cd doc && $(MAKE) $@
|
||||||
|
|
||||||
# All the machinations with string instantiations messes up the
|
# All the machinations with string instantiations messes up the
|
||||||
# automake-generated TAGS rule. Make a simple one here.
|
# automake-generated TAGS rule. Make a simple one here.
|
||||||
TAGS: tags-recursive $(LISP)
|
TAGS: tags-recursive $(LISP)
|
||||||
|
|
||||||
# Installation of distribution html documentation not yet supported
|
|
||||||
# TODO: Write custom install-html rule.
|
|
||||||
.PHONY: install-html install-pdf
|
|
||||||
install-html:
|
|
||||||
|
|
||||||
# No install-pdf support in automake yet
|
|
||||||
install-pdf:
|
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
|
@ -49,7 +49,7 @@ AC_DEFUN([GLIBCXX_CONFIGURE], [
|
||||||
# Keep these sync'd with the list in Makefile.am. The first provides an
|
# Keep these sync'd with the list in Makefile.am. The first provides an
|
||||||
# expandable list at autoconf time; the second provides an expandable list
|
# expandable list at autoconf time; the second provides an expandable list
|
||||||
# (i.e., shell variable) at configure time.
|
# (i.e., shell variable) at configure time.
|
||||||
m4_define([glibcxx_SUBDIRS],[include libmath libsupc++ src po testsuite])
|
m4_define([glibcxx_SUBDIRS],[include libmath libsupc++ src doc po testsuite])
|
||||||
SUBDIRS='glibcxx_SUBDIRS'
|
SUBDIRS='glibcxx_SUBDIRS'
|
||||||
|
|
||||||
# These need to be absolute paths, yet at the same time need to
|
# These need to be absolute paths, yet at the same time need to
|
||||||
|
@ -2547,8 +2547,6 @@ AC_DEFUN([GLIBCXX_ENABLE_THREADS], [
|
||||||
# be used in projects which are not available under the GNU Public License
|
# be used in projects which are not available under the GNU Public License
|
||||||
# but which still want to provide support for the GNU gettext functionality.
|
# but which still want to provide support for the GNU gettext functionality.
|
||||||
# Please note that the actual code is *not* freely available.
|
# Please note that the actual code is *not* freely available.
|
||||||
|
|
||||||
# serial 1
|
|
||||||
AC_DEFUN([AC_LC_MESSAGES], [
|
AC_DEFUN([AC_LC_MESSAGES], [
|
||||||
AC_CHECK_HEADER(locale.h, [
|
AC_CHECK_HEADER(locale.h, [
|
||||||
AC_CACHE_CHECK([for LC_MESSAGES], ac_cv_val_LC_MESSAGES,
|
AC_CACHE_CHECK([for LC_MESSAGES], ac_cv_val_LC_MESSAGES,
|
||||||
|
|
159
libstdc++-v3/aclocal.m4
vendored
|
@ -1,7 +1,7 @@
|
||||||
# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
|
# generated automatically by aclocal 1.10 -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
# 2005 Free Software Foundation, Inc.
|
# 2005, 2006 Free Software Foundation, Inc.
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
@ -11,7 +11,12 @@
|
||||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
# PARTICULAR PURPOSE.
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
|
m4_if(m4_PACKAGE_VERSION, [2.61],,
|
||||||
|
[m4_fatal([this file was generated for autoconf 2.61.
|
||||||
|
You have another version of autoconf. If you want to use that,
|
||||||
|
you should regenerate the build system entirely.], [63])])
|
||||||
|
|
||||||
|
# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
|
@ -21,14 +26,29 @@
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
# Automake X.Y traces this macro to ensure aclocal.m4 has been
|
# Automake X.Y traces this macro to ensure aclocal.m4 has been
|
||||||
# generated from the m4 files accompanying Automake X.Y.
|
# generated from the m4 files accompanying Automake X.Y.
|
||||||
AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
|
# (This private macro should not be called outside this file.)
|
||||||
|
AC_DEFUN([AM_AUTOMAKE_VERSION],
|
||||||
|
[am__api_version='1.10'
|
||||||
|
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
||||||
|
dnl require some minimum version. Point them to the right macro.
|
||||||
|
m4_if([$1], [1.10], [],
|
||||||
|
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
|
||||||
|
])
|
||||||
|
|
||||||
|
# _AM_AUTOCONF_VERSION(VERSION)
|
||||||
|
# -----------------------------
|
||||||
|
# aclocal traces this macro to find the Autoconf version.
|
||||||
|
# This is a private macro too. Using m4_define simplifies
|
||||||
|
# the logic in aclocal, which can simply ignore this definition.
|
||||||
|
m4_define([_AM_AUTOCONF_VERSION], [])
|
||||||
|
|
||||||
# AM_SET_CURRENT_AUTOMAKE_VERSION
|
# AM_SET_CURRENT_AUTOMAKE_VERSION
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Call AM_AUTOMAKE_VERSION so it can be traced.
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
||||||
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
|
||||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
||||||
[AM_AUTOMAKE_VERSION([1.9.6])])
|
[AM_AUTOMAKE_VERSION([1.10])dnl
|
||||||
|
_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
|
||||||
|
|
||||||
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
|
||||||
|
|
||||||
|
@ -85,14 +105,14 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
|
||||||
|
|
||||||
# AM_CONDITIONAL -*- Autoconf -*-
|
# AM_CONDITIONAL -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
|
# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
# serial 7
|
# serial 8
|
||||||
|
|
||||||
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
@ -101,8 +121,10 @@ AC_DEFUN([AM_CONDITIONAL],
|
||||||
[AC_PREREQ(2.52)dnl
|
[AC_PREREQ(2.52)dnl
|
||||||
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
||||||
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
||||||
AC_SUBST([$1_TRUE])
|
AC_SUBST([$1_TRUE])dnl
|
||||||
AC_SUBST([$1_FALSE])
|
AC_SUBST([$1_FALSE])dnl
|
||||||
|
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
|
||||||
|
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
|
||||||
if $2; then
|
if $2; then
|
||||||
$1_TRUE=
|
$1_TRUE=
|
||||||
$1_FALSE='#'
|
$1_FALSE='#'
|
||||||
|
@ -118,8 +140,8 @@ fi])])
|
||||||
|
|
||||||
# Do all the work for Automake. -*- Autoconf -*-
|
# Do all the work for Automake. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
||||||
# Free Software Foundation, Inc.
|
# 2005, 2006 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
|
@ -142,16 +164,20 @@ fi])])
|
||||||
# arguments mandatory, and then we can depend on a new Autoconf
|
# arguments mandatory, and then we can depend on a new Autoconf
|
||||||
# release and drop the old call support.
|
# release and drop the old call support.
|
||||||
AC_DEFUN([AM_INIT_AUTOMAKE],
|
AC_DEFUN([AM_INIT_AUTOMAKE],
|
||||||
[AC_PREREQ([2.58])dnl
|
[AC_PREREQ([2.60])dnl
|
||||||
dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
dnl Autoconf wants to disallow AM_ names. We explicitly allow
|
||||||
dnl the ones we care about.
|
dnl the ones we care about.
|
||||||
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
|
||||||
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
|
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
|
||||||
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
AC_REQUIRE([AC_PROG_INSTALL])dnl
|
||||||
# test to see if srcdir already configured
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then
|
||||||
if test "`cd $srcdir && pwd`" != "`pwd`" &&
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
|
||||||
test -f $srcdir/config.status; then
|
# is not polluted with repeated "-I."
|
||||||
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
|
||||||
|
# test to see if srcdir already configured
|
||||||
|
if test -f $srcdir/config.status; then
|
||||||
|
AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# test whether we have cygpath
|
# test whether we have cygpath
|
||||||
|
@ -171,6 +197,9 @@ m4_ifval([$2],
|
||||||
AC_SUBST([PACKAGE], [$1])dnl
|
AC_SUBST([PACKAGE], [$1])dnl
|
||||||
AC_SUBST([VERSION], [$2])],
|
AC_SUBST([VERSION], [$2])],
|
||||||
[_AM_SET_OPTIONS([$1])dnl
|
[_AM_SET_OPTIONS([$1])dnl
|
||||||
|
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
|
||||||
|
m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
|
||||||
|
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl
|
||||||
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
|
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
|
||||||
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
|
AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
|
||||||
|
|
||||||
|
@ -206,6 +235,10 @@ AC_PROVIDE_IFELSE([AC_PROG_CXX],
|
||||||
[_AM_DEPENDENCIES(CXX)],
|
[_AM_DEPENDENCIES(CXX)],
|
||||||
[define([AC_PROG_CXX],
|
[define([AC_PROG_CXX],
|
||||||
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
||||||
|
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
|
||||||
|
[_AM_DEPENDENCIES(OBJC)],
|
||||||
|
[define([AC_PROG_OBJC],
|
||||||
|
defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
@ -241,7 +274,7 @@ echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
|
||||||
# Define $install_sh.
|
# Define $install_sh.
|
||||||
AC_DEFUN([AM_PROG_INSTALL_SH],
|
AC_DEFUN([AM_PROG_INSTALL_SH],
|
||||||
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
||||||
install_sh=${install_sh-"$am_aux_dir/install-sh"}
|
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
|
||||||
AC_SUBST(install_sh)])
|
AC_SUBST(install_sh)])
|
||||||
|
|
||||||
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
|
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
|
||||||
|
@ -275,14 +308,14 @@ AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
|
||||||
|
|
||||||
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
|
# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
# serial 4
|
# serial 5
|
||||||
|
|
||||||
# AM_MISSING_PROG(NAME, PROGRAM)
|
# AM_MISSING_PROG(NAME, PROGRAM)
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
|
@ -298,6 +331,7 @@ AC_SUBST($1)])
|
||||||
# If it does, set am_missing_run to use it, otherwise, to nothing.
|
# If it does, set am_missing_run to use it, otherwise, to nothing.
|
||||||
AC_DEFUN([AM_MISSING_HAS_RUN],
|
AC_DEFUN([AM_MISSING_HAS_RUN],
|
||||||
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
|
||||||
|
AC_REQUIRE_AUX_FILE([missing])dnl
|
||||||
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
|
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
|
||||||
# Use eval to expand $SHELL
|
# Use eval to expand $SHELL
|
||||||
if eval "$MISSING --run true"; then
|
if eval "$MISSING --run true"; then
|
||||||
|
@ -308,7 +342,7 @@ else
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
|
# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation
|
# This file is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
|
@ -316,60 +350,23 @@ fi
|
||||||
|
|
||||||
# AM_PROG_MKDIR_P
|
# AM_PROG_MKDIR_P
|
||||||
# ---------------
|
# ---------------
|
||||||
# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
|
# Check for `mkdir -p'.
|
||||||
#
|
|
||||||
# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
|
|
||||||
# created by `make install' are always world readable, even if the
|
|
||||||
# installer happens to have an overly restrictive umask (e.g. 077).
|
|
||||||
# This was a mistake. There are at least two reasons why we must not
|
|
||||||
# use `-m 0755':
|
|
||||||
# - it causes special bits like SGID to be ignored,
|
|
||||||
# - it may be too restrictive (some setups expect 775 directories).
|
|
||||||
#
|
|
||||||
# Do not use -m 0755 and let people choose whatever they expect by
|
|
||||||
# setting umask.
|
|
||||||
#
|
|
||||||
# We cannot accept any implementation of `mkdir' that recognizes `-p'.
|
|
||||||
# Some implementations (such as Solaris 8's) are not thread-safe: if a
|
|
||||||
# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
|
|
||||||
# concurrently, both version can detect that a/ is missing, but only
|
|
||||||
# one can create it and the other will error out. Consequently we
|
|
||||||
# restrict ourselves to GNU make (using the --version option ensures
|
|
||||||
# this.)
|
|
||||||
AC_DEFUN([AM_PROG_MKDIR_P],
|
AC_DEFUN([AM_PROG_MKDIR_P],
|
||||||
[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
|
[AC_PREREQ([2.60])dnl
|
||||||
# We used to keeping the `.' as first argument, in order to
|
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
|
||||||
# allow $(mkdir_p) to be used without argument. As in
|
dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
|
||||||
# $(mkdir_p) $(somedir)
|
dnl while keeping a definition of mkdir_p for backward compatibility.
|
||||||
# where $(somedir) is conditionally defined. However this is wrong
|
dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
|
||||||
# for two reasons:
|
dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
|
||||||
# 1. if the package is installed by a user who cannot write `.'
|
dnl Makefile.ins that do not define MKDIR_P, so we do our own
|
||||||
# make install will fail,
|
dnl adjustment using top_builddir (which is defined more often than
|
||||||
# 2. the above comment should most certainly read
|
dnl MKDIR_P).
|
||||||
# $(mkdir_p) $(DESTDIR)$(somedir)
|
AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
|
||||||
# so it does not work when $(somedir) is undefined and
|
case $mkdir_p in
|
||||||
# $(DESTDIR) is not.
|
[[\\/$]]* | ?:[[\\/]]*) ;;
|
||||||
# To support the latter case, we have to write
|
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
||||||
# test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
|
esac
|
||||||
# so the `.' trick is pointless.
|
])
|
||||||
mkdir_p='mkdir -p --'
|
|
||||||
else
|
|
||||||
# On NextStep and OpenStep, the `mkdir' command does not
|
|
||||||
# recognize any option. It will interpret all options as
|
|
||||||
# directories to create, and then abort because `.' already
|
|
||||||
# exists.
|
|
||||||
for d in ./-p ./--version;
|
|
||||||
do
|
|
||||||
test -d $d && rmdir $d
|
|
||||||
done
|
|
||||||
# $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
|
|
||||||
if test -f "$ac_aux_dir/mkinstalldirs"; then
|
|
||||||
mkdir_p='$(mkinstalldirs)'
|
|
||||||
else
|
|
||||||
mkdir_p='$(install_sh) -d'
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
AC_SUBST([mkdir_p])])
|
|
||||||
|
|
||||||
# Helper functions for option handling. -*- Autoconf -*-
|
# Helper functions for option handling. -*- Autoconf -*-
|
||||||
|
|
||||||
|
@ -481,9 +478,21 @@ dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
|
||||||
if test "$cross_compiling" != no; then
|
if test "$cross_compiling" != no; then
|
||||||
AC_CHECK_TOOL([STRIP], [strip], :)
|
AC_CHECK_TOOL([STRIP], [strip], :)
|
||||||
fi
|
fi
|
||||||
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
|
||||||
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
AC_SUBST([INSTALL_STRIP_PROGRAM])])
|
||||||
|
|
||||||
|
# Copyright (C) 2006 Free Software Foundation, Inc.
|
||||||
|
#
|
||||||
|
# This file is free software; the Free Software Foundation
|
||||||
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
|
# _AM_SUBST_NOTMAKE(VARIABLE)
|
||||||
|
# ---------------------------
|
||||||
|
# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
|
||||||
|
# This macro is traced by Automake.
|
||||||
|
AC_DEFUN([_AM_SUBST_NOTMAKE])
|
||||||
|
|
||||||
# Check how to create a tarball. -*- Autoconf -*-
|
# Check how to create a tarball. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
|
@ -147,6 +147,9 @@
|
||||||
/* Define to 1 if you have the `frexpl' function. */
|
/* Define to 1 if you have the `frexpl' function. */
|
||||||
#undef HAVE_FREXPL
|
#undef HAVE_FREXPL
|
||||||
|
|
||||||
|
/* Define to 1 if you have the <gconf.h> header file. */
|
||||||
|
#undef HAVE_GCONF_H
|
||||||
|
|
||||||
/* Define to 1 if you have the <gconv.h> header file. */
|
/* Define to 1 if you have the <gconv.h> header file. */
|
||||||
#undef HAVE_GCONV_H
|
#undef HAVE_GCONV_H
|
||||||
|
|
||||||
|
|
63370
libstdc++-v3/configure
vendored
62
libstdc++-v3/doc/Makefile.am
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
## Makefile for the doc subdirectory of the GNU C++ Standard library.
|
||||||
|
##
|
||||||
|
## Copyright (C) 2008 Free Software Foundation, Inc.
|
||||||
|
##
|
||||||
|
## This file is part of the libstdc++ version 3 distribution.
|
||||||
|
## Process this file with automake to produce Makefile.in.
|
||||||
|
|
||||||
|
## This file is part of the GNU ISO C++ Library. This library is free
|
||||||
|
## software; you can redistribute it and/or modify it under the
|
||||||
|
## terms of the GNU General Public License as published by the
|
||||||
|
## Free Software Foundation; either version 2, or (at your option)
|
||||||
|
## any later version.
|
||||||
|
|
||||||
|
## This library is distributed in the hope that it will be useful,
|
||||||
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
## GNU General Public License for more details.
|
||||||
|
|
||||||
|
## You should have received a copy of the GNU General Public License along
|
||||||
|
## with this library; see the file COPYING. If not, write to the Free
|
||||||
|
## Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||||
|
## USA.
|
||||||
|
|
||||||
|
include $(top_srcdir)/fragment.am
|
||||||
|
|
||||||
|
# These rules are messy, but are hella worth it.
|
||||||
|
doc-doxygen-html:
|
||||||
|
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
||||||
|
builddir=`cd ..; ${PWD_COMMAND}`; \
|
||||||
|
${SHELL} ${top_srcdir}/doc/doxygen/run_doxygen \
|
||||||
|
--host_alias=${host_alias} --mode=html $${srcdir} $${builddir})
|
||||||
|
|
||||||
|
doc-doxygen-man:
|
||||||
|
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
||||||
|
builddir=`cd ..; ${PWD_COMMAND}`; \
|
||||||
|
${SHELL} ${top_srcdir}/doc/doxygen/run_doxygen \
|
||||||
|
--host_alias=${host_alias} --mode=man $${srcdir} $${builddir})
|
||||||
|
|
||||||
|
# Generates the plots and graphs for performance testing.
|
||||||
|
doc_performance_script=${top_srcdir}/scripts/make_graphs.py
|
||||||
|
doc-performance:
|
||||||
|
-@(chmod + ${doc_performance_script}; \
|
||||||
|
${doc_performance_script} ${top_srcdir} \
|
||||||
|
${glibcxx_builddir}/testsuite \
|
||||||
|
${top_srcdir}/testsuite/data/make_graph_htmls.xml \
|
||||||
|
${top_srcdir}/testsuite/data/make_graph_test_infos.xml local g++)
|
||||||
|
|
||||||
|
# No install-pdf, install-html support in automake yet
|
||||||
|
install-pdf:
|
||||||
|
install-html:
|
||||||
|
|
||||||
|
# Installation of distribution html documentation not yet supported
|
||||||
|
# TODO: Write custom install-html rule.
|
||||||
|
.PHONY: install-html install-pdf \
|
||||||
|
doc-doxygen-html doc-doxygen-man doc-performance
|
||||||
|
|
||||||
|
# By adding these files here, automake will remove them for 'make clean'
|
||||||
|
CLEANFILES =
|
||||||
|
|
||||||
|
# To remove directories.
|
||||||
|
clean-local:
|
||||||
|
rm -rf man doxygen
|
459
libstdc++-v3/doc/Makefile.in
Normal file
|
@ -0,0 +1,459 @@
|
||||||
|
# Makefile.in generated by automake 1.10 from Makefile.am.
|
||||||
|
# @configure_input@
|
||||||
|
|
||||||
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||||
|
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||||
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||||
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
|
# PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
@SET_MAKE@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
pkgdatadir = $(datadir)/@PACKAGE@
|
||||||
|
pkglibdir = $(libdir)/@PACKAGE@
|
||||||
|
pkgincludedir = $(includedir)/@PACKAGE@
|
||||||
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
|
transform = $(program_transform_name)
|
||||||
|
NORMAL_INSTALL = :
|
||||||
|
PRE_INSTALL = :
|
||||||
|
POST_INSTALL = :
|
||||||
|
NORMAL_UNINSTALL = :
|
||||||
|
PRE_UNINSTALL = :
|
||||||
|
POST_UNINSTALL = :
|
||||||
|
build_triplet = @build@
|
||||||
|
host_triplet = @host@
|
||||||
|
target_triplet = @target@
|
||||||
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||||
|
$(top_srcdir)/fragment.am
|
||||||
|
subdir = doc
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
|
||||||
|
$(top_srcdir)/../config/futex.m4 \
|
||||||
|
$(top_srcdir)/../config/iconv.m4 \
|
||||||
|
$(top_srcdir)/../config/lead-dot.m4 \
|
||||||
|
$(top_srcdir)/../config/lib-ld.m4 \
|
||||||
|
$(top_srcdir)/../config/lib-link.m4 \
|
||||||
|
$(top_srcdir)/../config/lib-prefix.m4 \
|
||||||
|
$(top_srcdir)/../config/multi.m4 \
|
||||||
|
$(top_srcdir)/../config/no-executables.m4 \
|
||||||
|
$(top_srcdir)/../config/unwind_ipinfo.m4 \
|
||||||
|
$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
|
||||||
|
$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
|
||||||
|
$(top_srcdir)/crossconfig.m4 $(top_srcdir)/linkage.m4 \
|
||||||
|
$(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/tls.m4 \
|
||||||
|
$(top_srcdir)/configure.ac
|
||||||
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
|
$(ACLOCAL_M4)
|
||||||
|
CONFIG_HEADER = $(top_builddir)/config.h
|
||||||
|
CONFIG_CLEAN_FILES =
|
||||||
|
depcomp =
|
||||||
|
am__depfiles_maybe =
|
||||||
|
SOURCES =
|
||||||
|
DIST_SOURCES =
|
||||||
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
|
||||||
|
ACLOCAL = @ACLOCAL@
|
||||||
|
ALLOCATOR_H = @ALLOCATOR_H@
|
||||||
|
ALLOCATOR_NAME = @ALLOCATOR_NAME@
|
||||||
|
AMTAR = @AMTAR@
|
||||||
|
AR = @AR@
|
||||||
|
AS = @AS@
|
||||||
|
ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
|
||||||
|
ATOMIC_FLAGS = @ATOMIC_FLAGS@
|
||||||
|
ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
|
||||||
|
AUTOCONF = @AUTOCONF@
|
||||||
|
AUTOHEADER = @AUTOHEADER@
|
||||||
|
AUTOMAKE = @AUTOMAKE@
|
||||||
|
AWK = @AWK@
|
||||||
|
BASIC_FILE_CC = @BASIC_FILE_CC@
|
||||||
|
BASIC_FILE_H = @BASIC_FILE_H@
|
||||||
|
CC = @CC@
|
||||||
|
CCODECVT_CC = @CCODECVT_CC@
|
||||||
|
CCOLLATE_CC = @CCOLLATE_CC@
|
||||||
|
CCTYPE_CC = @CCTYPE_CC@
|
||||||
|
CFLAGS = @CFLAGS@
|
||||||
|
CLOCALE_CC = @CLOCALE_CC@
|
||||||
|
CLOCALE_H = @CLOCALE_H@
|
||||||
|
CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
|
||||||
|
CMESSAGES_CC = @CMESSAGES_CC@
|
||||||
|
CMESSAGES_H = @CMESSAGES_H@
|
||||||
|
CMONEY_CC = @CMONEY_CC@
|
||||||
|
CNUMERIC_CC = @CNUMERIC_CC@
|
||||||
|
CPP = @CPP@
|
||||||
|
CPPFLAGS = @CPPFLAGS@
|
||||||
|
CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
|
||||||
|
CSTDIO_H = @CSTDIO_H@
|
||||||
|
CTIME_CC = @CTIME_CC@
|
||||||
|
CTIME_H = @CTIME_H@
|
||||||
|
CXX = @CXX@
|
||||||
|
CXXCPP = @CXXCPP@
|
||||||
|
CXXFLAGS = @CXXFLAGS@
|
||||||
|
CYGPATH_W = @CYGPATH_W@
|
||||||
|
C_INCLUDE_DIR = @C_INCLUDE_DIR@
|
||||||
|
DEBUG_FLAGS = @DEBUG_FLAGS@
|
||||||
|
DEFS = @DEFS@
|
||||||
|
DUMPBIN = @DUMPBIN@
|
||||||
|
ECHO_C = @ECHO_C@
|
||||||
|
ECHO_N = @ECHO_N@
|
||||||
|
ECHO_T = @ECHO_T@
|
||||||
|
EGREP = @EGREP@
|
||||||
|
ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
|
||||||
|
EXEEXT = @EXEEXT@
|
||||||
|
EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
|
||||||
|
FGREP = @FGREP@
|
||||||
|
GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
|
||||||
|
GREP = @GREP@
|
||||||
|
INSTALL = @INSTALL@
|
||||||
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
|
LD = @LD@
|
||||||
|
LDFLAGS = @LDFLAGS@
|
||||||
|
LIBICONV = @LIBICONV@
|
||||||
|
LIBMATHOBJS = @LIBMATHOBJS@
|
||||||
|
LIBOBJS = @LIBOBJS@
|
||||||
|
LIBS = @LIBS@
|
||||||
|
LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
|
||||||
|
LIBTOOL = @LIBTOOL@
|
||||||
|
LN_S = @LN_S@
|
||||||
|
LTLIBICONV = @LTLIBICONV@
|
||||||
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
|
MAINT = @MAINT@
|
||||||
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MKDIR_P = @MKDIR_P@
|
||||||
|
NM = @NM@
|
||||||
|
OBJEXT = @OBJEXT@
|
||||||
|
OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
|
||||||
|
OPT_LDFLAGS = @OPT_LDFLAGS@
|
||||||
|
OS_INC_SRCDIR = @OS_INC_SRCDIR@
|
||||||
|
PACKAGE = @PACKAGE@
|
||||||
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||||
|
PACKAGE_NAME = @PACKAGE_NAME@
|
||||||
|
PACKAGE_STRING = @PACKAGE_STRING@
|
||||||
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||||
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
|
RANLIB = @RANLIB@
|
||||||
|
SECTION_FLAGS = @SECTION_FLAGS@
|
||||||
|
SECTION_LDFLAGS = @SECTION_LDFLAGS@
|
||||||
|
SED = @SED@
|
||||||
|
SET_MAKE = @SET_MAKE@
|
||||||
|
SHELL = @SHELL@
|
||||||
|
STRIP = @STRIP@
|
||||||
|
SYMVER_FILE = @SYMVER_FILE@
|
||||||
|
TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
|
||||||
|
USE_NLS = @USE_NLS@
|
||||||
|
VERSION = @VERSION@
|
||||||
|
WARN_FLAGS = @WARN_FLAGS@
|
||||||
|
WERROR = @WERROR@
|
||||||
|
abs_builddir = @abs_builddir@
|
||||||
|
abs_srcdir = @abs_srcdir@
|
||||||
|
abs_top_builddir = @abs_top_builddir@
|
||||||
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_CC = @ac_ct_CC@
|
||||||
|
ac_ct_CXX = @ac_ct_CXX@
|
||||||
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
|
am__leading_dot = @am__leading_dot@
|
||||||
|
am__tar = @am__tar@
|
||||||
|
am__untar = @am__untar@
|
||||||
|
baseline_dir = @baseline_dir@
|
||||||
|
bindir = @bindir@
|
||||||
|
build = @build@
|
||||||
|
build_alias = @build_alias@
|
||||||
|
build_cpu = @build_cpu@
|
||||||
|
build_os = @build_os@
|
||||||
|
build_vendor = @build_vendor@
|
||||||
|
builddir = @builddir@
|
||||||
|
check_msgfmt = @check_msgfmt@
|
||||||
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
|
docdir = @docdir@
|
||||||
|
dvidir = @dvidir@
|
||||||
|
enable_shared = @enable_shared@
|
||||||
|
enable_static = @enable_static@
|
||||||
|
exec_prefix = @exec_prefix@
|
||||||
|
glibcxx_MOFILES = @glibcxx_MOFILES@
|
||||||
|
glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
|
||||||
|
glibcxx_POFILES = @glibcxx_POFILES@
|
||||||
|
glibcxx_builddir = @glibcxx_builddir@
|
||||||
|
glibcxx_localedir = @glibcxx_localedir@
|
||||||
|
glibcxx_prefixdir = @glibcxx_prefixdir@
|
||||||
|
glibcxx_srcdir = @glibcxx_srcdir@
|
||||||
|
glibcxx_thread_h = @glibcxx_thread_h@
|
||||||
|
glibcxx_toolexecdir = @glibcxx_toolexecdir@
|
||||||
|
glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
|
||||||
|
gxx_include_dir = @gxx_include_dir@
|
||||||
|
host = @host@
|
||||||
|
host_alias = @host_alias@
|
||||||
|
host_cpu = @host_cpu@
|
||||||
|
host_os = @host_os@
|
||||||
|
host_vendor = @host_vendor@
|
||||||
|
htmldir = @htmldir@
|
||||||
|
includedir = @includedir@
|
||||||
|
infodir = @infodir@
|
||||||
|
install_sh = @install_sh@
|
||||||
|
libdir = @libdir@
|
||||||
|
libexecdir = @libexecdir@
|
||||||
|
libtool_VERSION = @libtool_VERSION@
|
||||||
|
localedir = @localedir@
|
||||||
|
localstatedir = @localstatedir@
|
||||||
|
lt_ECHO = @lt_ECHO@
|
||||||
|
mandir = @mandir@
|
||||||
|
mkdir_p = @mkdir_p@
|
||||||
|
multi_basedir = @multi_basedir@
|
||||||
|
oldincludedir = @oldincludedir@
|
||||||
|
pdfdir = @pdfdir@
|
||||||
|
port_specific_symbol_files = @port_specific_symbol_files@
|
||||||
|
prefix = @prefix@
|
||||||
|
program_transform_name = @program_transform_name@
|
||||||
|
psdir = @psdir@
|
||||||
|
sbindir = @sbindir@
|
||||||
|
sharedstatedir = @sharedstatedir@
|
||||||
|
srcdir = @srcdir@
|
||||||
|
sysconfdir = @sysconfdir@
|
||||||
|
target = @target@
|
||||||
|
target_alias = @target_alias@
|
||||||
|
target_cpu = @target_cpu@
|
||||||
|
target_os = @target_os@
|
||||||
|
target_vendor = @target_vendor@
|
||||||
|
top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
toplevel_srcdir = @toplevel_srcdir@
|
||||||
|
|
||||||
|
# May be used by various substitution variables.
|
||||||
|
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
|
||||||
|
MAINT_CHARSET = latin1
|
||||||
|
mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
|
||||||
|
PWD_COMMAND = $${PWDCMD-pwd}
|
||||||
|
STAMP = echo timestamp >
|
||||||
|
toolexecdir = $(glibcxx_toolexecdir)
|
||||||
|
toolexeclibdir = $(glibcxx_toolexeclibdir)
|
||||||
|
|
||||||
|
# These bits are all figured out from configure. Look in acinclude.m4
|
||||||
|
# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
|
||||||
|
CONFIG_CXXFLAGS = \
|
||||||
|
$(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
|
||||||
|
|
||||||
|
WARN_CXXFLAGS = \
|
||||||
|
$(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
|
||||||
|
|
||||||
|
|
||||||
|
# -I/-D flags to pass when compiling.
|
||||||
|
AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
|
||||||
|
|
||||||
|
# Generates the plots and graphs for performance testing.
|
||||||
|
doc_performance_script = ${top_srcdir}/scripts/make_graphs.py
|
||||||
|
|
||||||
|
# By adding these files here, automake will remove them for 'make clean'
|
||||||
|
CLEANFILES =
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
.SUFFIXES:
|
||||||
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
|
||||||
|
@for dep in $?; do \
|
||||||
|
case '$(am__configure_deps)' in \
|
||||||
|
*$$dep*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||||
|
&& exit 0; \
|
||||||
|
exit 1;; \
|
||||||
|
esac; \
|
||||||
|
done; \
|
||||||
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps doc/Makefile'; \
|
||||||
|
cd $(top_srcdir) && \
|
||||||
|
$(AUTOMAKE) --foreign --ignore-deps doc/Makefile
|
||||||
|
.PRECIOUS: Makefile
|
||||||
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||||
|
@case '$?' in \
|
||||||
|
*config.status*) \
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||||
|
*) \
|
||||||
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||||
|
esac;
|
||||||
|
|
||||||
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
|
||||||
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
||||||
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||||
|
|
||||||
|
mostlyclean-libtool:
|
||||||
|
-rm -f *.lo
|
||||||
|
|
||||||
|
clean-libtool:
|
||||||
|
-rm -rf .libs _libs
|
||||||
|
tags: TAGS
|
||||||
|
TAGS:
|
||||||
|
|
||||||
|
ctags: CTAGS
|
||||||
|
CTAGS:
|
||||||
|
|
||||||
|
|
||||||
|
distdir: $(DISTFILES)
|
||||||
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||||
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||||
|
list='$(DISTFILES)'; \
|
||||||
|
dist_files=`for file in $$list; do echo $$file; done | \
|
||||||
|
sed -e "s|^$$srcdirstrip/||;t" \
|
||||||
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||||
|
case $$dist_files in \
|
||||||
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||||
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||||
|
sort -u` ;; \
|
||||||
|
esac; \
|
||||||
|
for file in $$dist_files; do \
|
||||||
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
|
if test -d $$d/$$file; then \
|
||||||
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||||
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||||
|
fi; \
|
||||||
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||||
|
else \
|
||||||
|
test -f $(distdir)/$$file \
|
||||||
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||||
|
|| exit 1; \
|
||||||
|
fi; \
|
||||||
|
done
|
||||||
|
check-am: all-am
|
||||||
|
check: check-am
|
||||||
|
all-am: Makefile
|
||||||
|
installdirs:
|
||||||
|
install: install-am
|
||||||
|
install-exec: install-exec-am
|
||||||
|
install-data: install-data-am
|
||||||
|
uninstall: uninstall-am
|
||||||
|
|
||||||
|
install-am: all-am
|
||||||
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||||
|
|
||||||
|
installcheck: installcheck-am
|
||||||
|
install-strip:
|
||||||
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||||
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||||
|
`test -z '$(STRIP)' || \
|
||||||
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||||
|
mostlyclean-generic:
|
||||||
|
|
||||||
|
clean-generic:
|
||||||
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||||
|
|
||||||
|
distclean-generic:
|
||||||
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||||
|
|
||||||
|
maintainer-clean-generic:
|
||||||
|
@echo "This command is intended for maintainers to use"
|
||||||
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
|
clean: clean-am
|
||||||
|
|
||||||
|
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
|
||||||
|
|
||||||
|
distclean: distclean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
distclean-am: clean-am distclean-generic
|
||||||
|
|
||||||
|
dvi: dvi-am
|
||||||
|
|
||||||
|
dvi-am:
|
||||||
|
|
||||||
|
html: html-am
|
||||||
|
|
||||||
|
info: info-am
|
||||||
|
|
||||||
|
info-am:
|
||||||
|
|
||||||
|
install-data-am:
|
||||||
|
|
||||||
|
install-dvi: install-dvi-am
|
||||||
|
|
||||||
|
install-exec-am:
|
||||||
|
|
||||||
|
install-info: install-info-am
|
||||||
|
|
||||||
|
install-man:
|
||||||
|
|
||||||
|
install-ps: install-ps-am
|
||||||
|
|
||||||
|
installcheck-am:
|
||||||
|
|
||||||
|
maintainer-clean: maintainer-clean-am
|
||||||
|
-rm -f Makefile
|
||||||
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||||
|
|
||||||
|
mostlyclean: mostlyclean-am
|
||||||
|
|
||||||
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
||||||
|
|
||||||
|
pdf: pdf-am
|
||||||
|
|
||||||
|
pdf-am:
|
||||||
|
|
||||||
|
ps: ps-am
|
||||||
|
|
||||||
|
ps-am:
|
||||||
|
|
||||||
|
uninstall-am:
|
||||||
|
|
||||||
|
.MAKE: install-am install-strip
|
||||||
|
|
||||||
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
|
||||||
|
clean-local distclean distclean-generic distclean-libtool \
|
||||||
|
distdir dvi dvi-am html html-am info info-am install \
|
||||||
|
install-am install-data install-data-am install-dvi \
|
||||||
|
install-dvi-am install-exec install-exec-am install-html \
|
||||||
|
install-html-am install-info install-info-am install-man \
|
||||||
|
install-pdf install-pdf-am install-ps install-ps-am \
|
||||||
|
install-strip installcheck installcheck-am installdirs \
|
||||||
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||||
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||||
|
uninstall uninstall-am
|
||||||
|
|
||||||
|
|
||||||
|
# These rules are messy, but are hella worth it.
|
||||||
|
# XXX mode=html always enables maintainer mode
|
||||||
|
doc-doxygen-html:
|
||||||
|
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
||||||
|
builddir=`cd ..; ${PWD_COMMAND}`; \
|
||||||
|
${SHELL} ${top_srcdir}/doc/doxygen/run_doxygen \
|
||||||
|
--host_alias=${host_alias} --mode=html $${srcdir} $${builddir})
|
||||||
|
|
||||||
|
doc-doxygen-man:
|
||||||
|
-(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
|
||||||
|
builddir=`cd ..; ${PWD_COMMAND}`; \
|
||||||
|
${SHELL} ${top_srcdir}/doc/doxygen/run_doxygen \
|
||||||
|
--host_alias=${host_alias} --mode=man $${srcdir} $${builddir})
|
||||||
|
doc-performance:
|
||||||
|
-@(chmod + ${doc_performance_script}; \
|
||||||
|
`echo "Required dependencies are PyChart and Beautiful Soup` \
|
||||||
|
${doc_performance_script} ${top_srcdir} \
|
||||||
|
${glibcxx_builddir}/testsuite \
|
||||||
|
${top_srcdir}/testsuite/data/make_graph_htmls.xml \
|
||||||
|
${top_srcdir}/testsuite/data/make_graph_test_infos.xml local g++)
|
||||||
|
|
||||||
|
# No install-pdf, install-html support in automake yet
|
||||||
|
install-pdf:
|
||||||
|
install-html:
|
||||||
|
|
||||||
|
# Installation of distribution html documentation not yet supported
|
||||||
|
# TODO: Write custom install-html rule.
|
||||||
|
.PHONY: install-html install-pdf \
|
||||||
|
doc-doxygen-html doc-doxygen-man doc-performance
|
||||||
|
|
||||||
|
# To remove directories.
|
||||||
|
clean-local:
|
||||||
|
rm -rf man doxygen
|
||||||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
.NOEXPORT:
|
|
@ -24,18 +24,17 @@
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<a name="creating"><h2>Creating the pages</h2></a>
|
<a name="creating"><h2>Creating the pages</h2></a>
|
||||||
<p>The Makefile rules <code>'make doxygen'</code>,
|
<p>The Makefile rules <code>'make doc-doxygen-html'</code>,
|
||||||
<code>'make doxygen-maint'</code>, and <code>'make doxygen-man'</code>
|
and <code>'make doc-doxygen-man'</code> in the libstdc++ build
|
||||||
in the libstdc++ build directory generate the user-level HTML docs, the
|
directory generate the HTML docs, the and the man pages,
|
||||||
maintainer-level HTML docs, and the man pages, respectively. Prerequisite
|
respectively. Prerequisite tools are Bash 2.x,
|
||||||
tools are Bash 2.x,
|
|
||||||
<a href="http://www.doxygen.org/">
|
<a href="http://www.doxygen.org/">
|
||||||
<!-- snagged from the generated page -->
|
<!-- snagged from the generated page -->
|
||||||
<img src="doxygen.png" alt="Doxygen" align=center border=0 width=110 height=53>
|
<img src="doxygen.png" alt="Doxygen" align=center border=0 width=110 height=53>
|
||||||
</a>, a working version of <code>g++</code> somewhere in the PATH, and
|
</a>, a working version of <code>g++</code> somewhere in the PATH, and
|
||||||
the <a href="http://www.gnu.org/software/coreutils/">GNU coreutils</a>.
|
the <a href="http://www.gnu.org/software/coreutils/">GNU coreutils</a>.
|
||||||
|
|
||||||
In addition, to generate the pretty pictures, the
|
In addition, to generate the pretty pictures and hierarchy graphs, the
|
||||||
<a href=
|
<a href=
|
||||||
"http://www.research.att.com/sw/tools/graphviz/download.html">Graphviz</a>
|
"http://www.research.att.com/sw/tools/graphviz/download.html">Graphviz</a>
|
||||||
package will need to be installed.
|
package will need to be installed.
|
|
@ -25,21 +25,16 @@
|
||||||
|
|
||||||
<h2>Documentation Overview</h2>
|
<h2>Documentation Overview</h2>
|
||||||
|
|
||||||
<p class="smallertext">@LEVEL@-level docs, generated @DATE@.</p>
|
<p class="smallertext">Generated on @DATE@.</p>
|
||||||
|
|
||||||
<p>There are two types of documentation for libstdc++. One is the
|
<p>There are two types of documentation for libstdc++. One is the
|
||||||
distribution documentation, which can be read online at
|
distribution documentation, which can be read online at
|
||||||
<a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html">http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html</a>
|
<a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html">http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html</a>
|
||||||
or offline from docs/html/documentation.html in the library source
|
or offline from doc/html/documentation.html in the library source
|
||||||
directory.
|
directory.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>The other type is the source documentation, of which this is the first page.
|
<p>The other type is the source documentation, of which this is the first page.
|
||||||
Both "user-level" and "maintainer-level" source
|
|
||||||
documentation is produced: user-level docs are for the users of this
|
|
||||||
library. The maint-level docs are for those interested in the underlying
|
|
||||||
workings of the library; they include all the user-level docs plus
|
|
||||||
additional notes and additional classes/functions/etc.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Here are entry points to all the pages generated by Doxygen:
|
<p>Here are entry points to all the pages generated by Doxygen:
|
||||||
|
@ -70,7 +65,7 @@
|
||||||
|
|
||||||
<h2>Generating the documentation</h2>
|
<h2>Generating the documentation</h2>
|
||||||
<p>These HTML pages are automatically generated, along with the man pages.
|
<p>These HTML pages are automatically generated, along with the man pages.
|
||||||
See <code>docs/doxygen/guide.html</code> in the source tree for how to
|
See <code>doc/doxygen/guide.html</code> in the source tree for how to
|
||||||
create (and write) the pages.
|
create (and write) the pages.
|
||||||
|
|
||||||
<h2>License, Copyright, and Other Lawyerly Verbosity</h2>
|
<h2>License, Copyright, and Other Lawyerly Verbosity</h2>
|
|
@ -1,16 +1,16 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Runs doxygen and massages the output files.
|
# Runs doxygen and massages the output files.
|
||||||
# Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2002, 2003, 2004, 2008 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# Synopsis: run_doxygen --mode=[user|maint|man] --host_alias=<alias> \
|
# Synopsis: run_doxygen --mode=[html|man] --host_alias=<alias> \
|
||||||
# v3srcdir v3builddir
|
# v3srcdir v3builddir
|
||||||
#
|
#
|
||||||
# Originally hacked together by Phil Edwards <pme@gcc.gnu.org>
|
# Originally hacked together by Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
|
||||||
# We can check now that the version of doxygen is >= this variable.
|
# We can check now that the version of doxygen is >= this variable.
|
||||||
DOXYVER=1.3.9
|
DOXYVER=1.5.4
|
||||||
|
|
||||||
find_doxygen() {
|
find_doxygen() {
|
||||||
local -r v_required=`echo $DOXYVER | \
|
local -r v_required=`echo $DOXYVER | \
|
||||||
|
@ -47,15 +47,11 @@ print_usage() {
|
||||||
Usage: run_doxygen --mode=MODE --host_alias=BUILD_ALIAS [<options>]
|
Usage: run_doxygen --mode=MODE --host_alias=BUILD_ALIAS [<options>]
|
||||||
<v3-src-dir> <v3-build-dir>
|
<v3-src-dir> <v3-build-dir>
|
||||||
MODE is one of:
|
MODE is one of:
|
||||||
user Generate user-level HTML library documentation.
|
html Generate user-level HTML library documentation.
|
||||||
maint Generate maintainers' HTML documentation (lots more;
|
|
||||||
exposes non-public members, etc).
|
|
||||||
man Generate user-level man pages.
|
man Generate user-level man pages.
|
||||||
|
|
||||||
BUILD_ALIAS is the GCC build alias set at configure time.
|
BUILD_ALIAS is the GCC build alias set at configure time.
|
||||||
|
|
||||||
more options when i think of them
|
|
||||||
|
|
||||||
Note: Requires Doxygen ${DOXYVER} or later; get it at
|
Note: Requires Doxygen ${DOXYVER} or later; get it at
|
||||||
ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${DOXYVER}.src.tar.gz
|
ftp://ftp.stack.nl/pub/users/dimitri/doxygen-${DOXYVER}.src.tar.gz
|
||||||
|
|
||||||
|
@ -86,7 +82,7 @@ parse_options() {
|
||||||
srcdir=$o
|
srcdir=$o
|
||||||
elif test $outdir = unset; then
|
elif test $outdir = unset; then
|
||||||
builddir=${o}
|
builddir=${o}
|
||||||
outdir=${o}/docs/doxygen
|
outdir=${o}/doc/doxygen
|
||||||
else
|
else
|
||||||
echo run_doxygen error: Too many arguments 1>&2
|
echo run_doxygen error: Too many arguments 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -121,16 +117,10 @@ if test $srcdir = unset || test $outdir = unset || test $mode = unset || test $h
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case x"$mode" in
|
case x"$mode" in
|
||||||
xuser)
|
xhtml)
|
||||||
do_html=true
|
|
||||||
LEVELtext='User'
|
|
||||||
generate_tagfile="$outdir/html_$mode/libstdc++.tag"
|
|
||||||
;;
|
|
||||||
xmaint)
|
|
||||||
do_html=true
|
do_html=true
|
||||||
enabled_sections=maint
|
enabled_sections=maint
|
||||||
LEVELtext='Maintainer'
|
generate_tagfile="$outdir/html/libstdc++.tag"
|
||||||
generate_tagfile="$outdir/html_$mode/libstdc++.tag"
|
|
||||||
;;
|
;;
|
||||||
xman)
|
xman)
|
||||||
do_man=true
|
do_man=true
|
||||||
|
@ -140,7 +130,6 @@ case x"$mode" in
|
||||||
exit 1 ;;
|
exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#rm -rf $outdir
|
|
||||||
mkdir -p $outdir
|
mkdir -p $outdir
|
||||||
chmod u+w $outdir
|
chmod u+w $outdir
|
||||||
|
|
||||||
|
@ -157,12 +146,12 @@ fi
|
||||||
-e "s=@srcdir@=${srcdir}=g" \
|
-e "s=@srcdir@=${srcdir}=g" \
|
||||||
-e "s=@builddir@=${builddir}=g" \
|
-e "s=@builddir@=${builddir}=g" \
|
||||||
-e "s=@host_alias@=${host_alias}=g" \
|
-e "s=@host_alias@=${host_alias}=g" \
|
||||||
-e "s=@html_output_dir@=html_${mode}=" \
|
-e "s=@html_output_dir@=html=" \
|
||||||
-e "s=@enabled_sections@=${enabled_sections}=" \
|
-e "s=@enabled_sections@=${enabled_sections}=" \
|
||||||
-e "s=@do_html@=${do_html}=" \
|
-e "s=@do_html@=${do_html}=" \
|
||||||
-e "s=@do_man@=${do_man}=" \
|
-e "s=@do_man@=${do_man}=" \
|
||||||
-e "s=@generate_tagfile@=${generate_tagfile}=" \
|
-e "s=@generate_tagfile@=${generate_tagfile}=" \
|
||||||
${srcdir}/docs/doxygen/user.cfg.in > ${outdir}/${mode}.cfg
|
${srcdir}/doc/doxygen/user.cfg.in > ${outdir}/${mode}.cfg
|
||||||
echo :: NOTE that this may take some time...
|
echo :: NOTE that this may take some time...
|
||||||
echo doxygen ${outdir}/${mode}.cfg
|
echo doxygen ${outdir}/${mode}.cfg
|
||||||
doxygen ${outdir}/${mode}.cfg
|
doxygen ${outdir}/${mode}.cfg
|
||||||
|
@ -172,15 +161,14 @@ ret=$?
|
||||||
test $ret -ne 0 && exit $ret
|
test $ret -ne 0 && exit $ret
|
||||||
|
|
||||||
if $do_html; then
|
if $do_html; then
|
||||||
cd ${outdir}/html_${mode}
|
cd ${outdir}/html
|
||||||
|
|
||||||
#doxytag -t libstdc++.tag . > /dev/null 2>&1
|
#doxytag -t libstdc++.tag . > /dev/null 2>&1
|
||||||
sed -e '/<path>/d' libstdc++.tag > TEMP
|
sed -e '/<path>/d' libstdc++.tag > TEMP
|
||||||
mv TEMP libstdc++.tag
|
mv TEMP libstdc++.tag
|
||||||
|
|
||||||
sed -e "s=@LEVEL@=${LEVELtext}=" \
|
sed -e "s=@DATE@=${DATEtext}=" \
|
||||||
-e "s=@DATE@=${DATEtext}=" \
|
${srcdir}/doc/doxygen/mainpage.html > index.html
|
||||||
${srcdir}/docs/doxygen/mainpage.html > index.html
|
|
||||||
|
|
||||||
# The following bit of line noise changes annoying
|
# The following bit of line noise changes annoying
|
||||||
# std::foo < typename _Ugly1, typename _Ugly2, .... _DefaultUgly17 >
|
# std::foo < typename _Ugly1, typename _Ugly2, .... _DefaultUgly17 >
|
||||||
|
@ -196,10 +184,10 @@ if $do_html; then
|
||||||
mv TEMP $f
|
mv TEMP $f
|
||||||
done
|
done
|
||||||
|
|
||||||
cp ${srcdir}/docs/doxygen/tables.html tables.html
|
cp ${srcdir}/doc/doxygen/tables.html tables.html
|
||||||
echo ::
|
echo ::
|
||||||
echo :: HTML pages begin with
|
echo :: HTML pages begin with
|
||||||
echo :: ${outdir}/html_${mode}/index.html
|
echo :: ${outdir}/html/index.html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Mess with the man pages. We don't need documentation of the internal
|
# Mess with the man pages. We don't need documentation of the internal
|
||||||
|
@ -224,7 +212,7 @@ mv s20_3_2_arithmetic.3 Arithmetic_functors.3
|
||||||
mv s20_3_3_comparisons.3 Comparison_functors.3
|
mv s20_3_3_comparisons.3 Comparison_functors.3
|
||||||
mv s20_3_4_logical.3 Logical_functors.3
|
mv s20_3_4_logical.3 Logical_functors.3
|
||||||
mv s20_3_5_negators.3 Negation_functors.3
|
mv s20_3_5_negators.3 Negation_functors.3
|
||||||
mv s20_3_6_binder.3 Binder_functors.3
|
#mv s20_3_6_binder.3 Binder_functors.3
|
||||||
mv s20_3_7_adaptors.3 Func_ptr_functors.3
|
mv s20_3_7_adaptors.3 Func_ptr_functors.3
|
||||||
mv s20_3_8_memadaptors.3 Member_ptr_functors.3
|
mv s20_3_8_memadaptors.3 Member_ptr_functors.3
|
||||||
mv iterator_tags.3 Iterator_types.3
|
mv iterator_tags.3 Iterator_types.3
|
||||||
|
@ -244,7 +232,7 @@ rm -f *.h.3 *config* *.cc.3 *.tcc.3 *_t.3
|
||||||
# enough to rewrite all this, feel free. This only gets run once a century,
|
# enough to rewrite all this, feel free. This only gets run once a century,
|
||||||
# and I'm off getting coffee then anyhow, so I didn't care enough to make
|
# and I'm off getting coffee then anyhow, so I didn't care enough to make
|
||||||
# this super-fast.
|
# this super-fast.
|
||||||
g++ ${srcdir}/docs/doxygen/stdheader.cc -o ./stdheader
|
g++ ${srcdir}/doc/doxygen/stdheader.cc -o ./stdheader
|
||||||
problematic=`egrep -l '#include <.*_.*>' [a-z]*.3`
|
problematic=`egrep -l '#include <.*_.*>' [a-z]*.3`
|
||||||
for f in $problematic; do
|
for f in $problematic; do
|
||||||
# this is also slow, but safe and easy to debug
|
# this is also slow, but safe and easy to debug
|
||||||
|
@ -279,10 +267,22 @@ for f in $problematic; do
|
||||||
mv TEMP $f
|
mv TEMP $f
|
||||||
done
|
done
|
||||||
|
|
||||||
cp ${srcdir}/docs/doxygen/Intro.3 C++Intro.3
|
cp ${srcdir}/doc/doxygen/Intro.3 C++Intro.3
|
||||||
|
|
||||||
# Why didn't I do this at the start? Were rabid weasels eating my brain?
|
# Why didn't I do this at the start? Were rabid weasels eating my brain?
|
||||||
# Who the fsck would "man std_vector" when the class isn't named that?
|
# Who the fsck would "man std_vector" when the class isn't named that?
|
||||||
|
|
||||||
|
# First, deal with nested namespaces.
|
||||||
|
for f in *__detail_*; do
|
||||||
|
newname=`echo $f | sed 's/__detail_/__detail::/'`
|
||||||
|
mv $f $newname
|
||||||
|
done
|
||||||
|
for f in *__parallel_*; do
|
||||||
|
newname=`echo $f | sed 's/__parallel_/__parallel::/'`
|
||||||
|
mv $f $newname
|
||||||
|
done
|
||||||
|
|
||||||
|
# Then, clean up other top-level namespaces.
|
||||||
for f in std_tr1_*; do
|
for f in std_tr1_*; do
|
||||||
newname=`echo $f | sed 's/^std_tr1_/std::tr1::/'`
|
newname=`echo $f | sed 's/^std_tr1_/std::tr1::/'`
|
||||||
mv $f $newname
|
mv $f $newname
|
||||||
|
@ -295,8 +295,16 @@ for f in __gnu_cxx_*; do
|
||||||
newname=`echo $f | sed 's/^__gnu_cxx_/__gnu_cxx::/'`
|
newname=`echo $f | sed 's/^__gnu_cxx_/__gnu_cxx::/'`
|
||||||
mv $f $newname
|
mv $f $newname
|
||||||
done
|
done
|
||||||
|
for f in __gnu_debug_*; do
|
||||||
|
newname=`echo $f | sed 's/^__gnu_debug_/__gnu_debug::/'`
|
||||||
|
mv $f $newname
|
||||||
|
done
|
||||||
|
for f in __gnu_parallel_*; do
|
||||||
|
newname=`echo $f | sed 's/^__gnu_parallel_/__gnu_parallel::/'`
|
||||||
|
mv $f $newname
|
||||||
|
done
|
||||||
|
|
||||||
# Generic reoval bits, where there are things in the generated man
|
# Generic removal bits, where there are things in the generated man
|
||||||
# pages that need to be killed.
|
# pages that need to be killed.
|
||||||
for f in *_libstdc__-v3_*; do
|
for f in *_libstdc__-v3_*; do
|
||||||
rm $f
|
rm $f
|
||||||
|
@ -324,5 +332,3 @@ fi
|
||||||
echo ::
|
echo ::
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
# vim:ts=4:et:
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.5.1
|
# Doxyfile 1.5.4
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project
|
# doxygen (www.doxygen.org) for a project
|
||||||
|
@ -14,6 +14,15 @@
|
||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# This tag specifies the encoding used for all characters in the
|
||||||
|
# config file that follow. The default is UTF-8 which is also the
|
||||||
|
# encoding used for all text before the first occurrence of this
|
||||||
|
# tag. Doxygen uses libiconv (or the iconv built into libc) for the
|
||||||
|
# transcoding. See http://www.gnu.org/software/libiconv for the list
|
||||||
|
# of possible encodings.
|
||||||
|
|
||||||
|
DOXYFILE_ENCODING = UTF-8
|
||||||
|
|
||||||
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
||||||
# by quotes) that should identify the project.
|
# by quotes) that should identify the project.
|
||||||
|
|
||||||
|
@ -53,17 +62,6 @@ CREATE_SUBDIRS = NO
|
||||||
|
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
|
|
||||||
# This tag can be used to specify the encoding used in the generated
|
|
||||||
# output. The encoding is not always determined by the language that
|
|
||||||
# is chosen, but also whether or not the output is meant for Windows
|
|
||||||
# or non-Windows users. In case there is a difference, setting the
|
|
||||||
# USE_WINDOWS_ENCODING tag to YES forces the Windows encoding (this is
|
|
||||||
# the default for the Windows binary), whereas setting the tag to NO
|
|
||||||
# uses a Unix-style encoding (the default for all platforms other than
|
|
||||||
# Windows).
|
|
||||||
|
|
||||||
USE_WINDOWS_ENCODING = NO
|
|
||||||
|
|
||||||
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
|
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
|
||||||
# include brief member descriptions after the members that are listed in
|
# include brief member descriptions after the members that are listed in
|
||||||
# the file and class documentation (similar to JavaDoc).
|
# the file and class documentation (similar to JavaDoc).
|
||||||
|
@ -77,7 +75,7 @@ BRIEF_MEMBER_DESC = NO
|
||||||
# BRIEF_MEMBER_DESC are set to NO, the brief descriptions will be
|
# BRIEF_MEMBER_DESC are set to NO, the brief descriptions will be
|
||||||
# completely suppressed.
|
# completely suppressed.
|
||||||
|
|
||||||
REPEAT_BRIEF = NO
|
REPEAT_BRIEF = YES
|
||||||
|
|
||||||
# This tag implements a quasi-intelligent brief description abbreviator
|
# This tag implements a quasi-intelligent brief description abbreviator
|
||||||
# that is used to form the text in various listings. Each string
|
# that is used to form the text in various listings. Each string
|
||||||
|
@ -97,11 +95,10 @@ ABBREVIATE_BRIEF =
|
||||||
|
|
||||||
ALWAYS_DETAILED_SEC = YES
|
ALWAYS_DETAILED_SEC = YES
|
||||||
|
|
||||||
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show
|
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
|
||||||
# all inherited members of a class in the documentation of that class
|
# inherited members of a class in the documentation of that class as if those
|
||||||
# as if those members were ordinary class members. Constructors,
|
# members were ordinary class members. Constructors, destructors and assignment
|
||||||
# destructors and assignment operators of the base classes will not be
|
# operators of the base classes will not be shown.
|
||||||
# shown.
|
|
||||||
|
|
||||||
INLINE_INHERITED_MEMB = YES
|
INLINE_INHERITED_MEMB = YES
|
||||||
|
|
||||||
|
@ -138,11 +135,19 @@ SHORT_NAMES = NO
|
||||||
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
|
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
|
||||||
# will interpret the first line (until the first dot) of a JavaDoc-style
|
# will interpret the first line (until the first dot) of a JavaDoc-style
|
||||||
# comment as the brief description. If set to NO, the JavaDoc
|
# comment as the brief description. If set to NO, the JavaDoc
|
||||||
# comments will behave just like the Qt-style comments (thus requiring an
|
# comments will behave just like regular Qt-style comments
|
||||||
# explicit @brief command for a brief description.
|
# (thus requiring an explicit @brief command for a brief description.)
|
||||||
|
|
||||||
JAVADOC_AUTOBRIEF = NO
|
JAVADOC_AUTOBRIEF = NO
|
||||||
|
|
||||||
|
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
|
||||||
|
# interpret the first line (until the first dot) of a Qt-style
|
||||||
|
# comment as the brief description. If set to NO, the comments
|
||||||
|
# will behave just like regular Qt-style comments (thus requiring
|
||||||
|
# an explicit \brief command for a brief description.)
|
||||||
|
|
||||||
|
QT_AUTOBRIEF = NO
|
||||||
|
|
||||||
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
|
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
|
||||||
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
|
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
|
||||||
# comments) as a brief description. This used to be the default behaviour.
|
# comments) as a brief description. This used to be the default behaviour.
|
||||||
|
@ -182,8 +187,8 @@ TAB_SIZE = 4
|
||||||
# will result in a user-defined paragraph with heading "Side Effects:".
|
# will result in a user-defined paragraph with heading "Side Effects:".
|
||||||
# You can put \n's in the value part of an alias to insert newlines.
|
# You can put \n's in the value part of an alias to insert newlines.
|
||||||
|
|
||||||
ALIASES = "doctodo=@todo\nDoc me! See docs/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more." \
|
ALIASES = "doctodo=@todo\nDoc me! See doc/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more. " \
|
||||||
"isiosfwd=One of the @link s27_2_iosfwd I/O forward declarations @endlink"
|
"isiosfwd=One of the @link s27_2_iosfwd I/O forward declarations @endlink "
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
|
||||||
# sources only. Doxygen will then generate output that is more tailored for C.
|
# sources only. Doxygen will then generate output that is more tailored for C.
|
||||||
|
@ -192,23 +197,34 @@ ALIASES = "doctodo=@todo\nDoc me! See docs/doxygen/TODO and http
|
||||||
|
|
||||||
OPTIMIZE_OUTPUT_FOR_C = NO
|
OPTIMIZE_OUTPUT_FOR_C = NO
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of
|
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
|
||||||
# Java sources only. Doxygen will then generate output that is more
|
# sources only. Doxygen will then generate output that is more tailored for Java.
|
||||||
# tailored for Java. For instance, namespaces will be presented as
|
# For instance, namespaces will be presented as packages, qualified scopes
|
||||||
# packages, qualified scopes will look different, etc.
|
# will look different, etc.
|
||||||
|
|
||||||
OPTIMIZE_OUTPUT_JAVA = NO
|
OPTIMIZE_OUTPUT_JAVA = NO
|
||||||
|
|
||||||
# If you use STL classes (i.e. std::string, std::vector, etc.) but do
|
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
|
||||||
# not want to include (a tag file for) the STL sources as input, then
|
# include (a tag file for) the STL sources as input, then you should
|
||||||
# you should set this tag to YES in order to let doxygen match
|
# set this tag to YES in order to let doxygen match functions declarations and
|
||||||
# functions declarations and definitions whose arguments contain STL
|
# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
|
||||||
# classes (e.g. func(std::string); v.s. func(std::string) {}). This
|
# func(std::string) {}). This also make the inheritance and collaboration
|
||||||
# also make the inheritance and collaboration diagrams that involve
|
# diagrams that involve STL classes more complete and accurate.
|
||||||
# STL classes more complete and accurate.
|
|
||||||
|
|
||||||
BUILTIN_STL_SUPPORT = NO
|
BUILTIN_STL_SUPPORT = NO
|
||||||
|
|
||||||
|
# If you use Microsoft's C++/CLI language, you should set this option to YES to
|
||||||
|
# enable parsing support.
|
||||||
|
|
||||||
|
CPP_CLI_SUPPORT = NO
|
||||||
|
|
||||||
|
# Set the SIP_SUPPORT tag to YES if your project consists of sip
|
||||||
|
# sources only. Doxygen will parse them like normal C++ but will
|
||||||
|
# assume all classes use public instead of private inheritance when no
|
||||||
|
# explicit protection keyword is present.
|
||||||
|
|
||||||
|
SIP_SUPPORT = NO
|
||||||
|
|
||||||
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
|
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
|
||||||
# tag is set to YES, then doxygen will reuse the documentation of the first
|
# tag is set to YES, then doxygen will reuse the documentation of the first
|
||||||
# member in the group (if any) for the other members of the group. By default
|
# member in the group (if any) for the other members of the group. By default
|
||||||
|
@ -224,6 +240,16 @@ DISTRIBUTE_GROUP_DOC = YES
|
||||||
|
|
||||||
SUBGROUPING = YES
|
SUBGROUPING = YES
|
||||||
|
|
||||||
|
# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct (or union) is
|
||||||
|
# documented as struct with the name of the typedef. So
|
||||||
|
# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
|
||||||
|
# with name TypeT. When disabled the typedef will appear as a member of a file,
|
||||||
|
# namespace, or class. And the struct will be named TypeS. This can typically
|
||||||
|
# be useful for C code where the coding convention is that all structs are
|
||||||
|
# typedef'ed and only the typedef is referenced never the struct's name.
|
||||||
|
|
||||||
|
TYPEDEF_HIDES_STRUCT = NO
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Build related configuration options
|
# Build related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
@ -258,6 +284,14 @@ EXTRACT_LOCAL_CLASSES = YES
|
||||||
|
|
||||||
EXTRACT_LOCAL_METHODS = YES
|
EXTRACT_LOCAL_METHODS = YES
|
||||||
|
|
||||||
|
# If this flag is set to YES, the members of anonymous namespaces will
|
||||||
|
# be extracted and appear in the documentation as a namespace called
|
||||||
|
# 'anonymous_namespace{file}', where file will be replaced with the
|
||||||
|
# base name of the file that contains the anonymous namespace. By
|
||||||
|
# default anonymous namespace are hidden.
|
||||||
|
|
||||||
|
EXTRACT_ANON_NSPACES = NO
|
||||||
|
|
||||||
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
|
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
|
||||||
# undocumented members of documented classes, files or namespaces.
|
# undocumented members of documented classes, files or namespaces.
|
||||||
# If set to NO (the default) these members will be included in the
|
# If set to NO (the default) these members will be included in the
|
||||||
|
@ -307,11 +341,10 @@ CASE_SENSE_NAMES = NO
|
||||||
# documentation. If set to YES the scope will be hidden.
|
# documentation. If set to YES the scope will be hidden.
|
||||||
|
|
||||||
HIDE_SCOPE_NAMES = NO
|
HIDE_SCOPE_NAMES = NO
|
||||||
#HIDE_SCOPE_NAMES = YES
|
|
||||||
|
|
||||||
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then
|
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
|
||||||
# Doxygen will put a list of the files that are included by a file in
|
# will put a list of the files that are included by a file in the documentation
|
||||||
# the documentation of that file.
|
# of that file.
|
||||||
|
|
||||||
SHOW_INCLUDE_FILES = NO
|
SHOW_INCLUDE_FILES = NO
|
||||||
|
|
||||||
|
@ -342,7 +375,6 @@ SORT_BRIEF_DOCS = YES
|
||||||
# Note: This option applies only to the class list, not to the
|
# Note: This option applies only to the class list, not to the
|
||||||
# alphabetical list.
|
# alphabetical list.
|
||||||
|
|
||||||
#SORT_BY_SCOPE_NAME = NO
|
|
||||||
SORT_BY_SCOPE_NAME = YES
|
SORT_BY_SCOPE_NAME = YES
|
||||||
|
|
||||||
# The GENERATE_TODOLIST tag can be used to enable (YES) or
|
# The GENERATE_TODOLIST tag can be used to enable (YES) or
|
||||||
|
@ -435,11 +467,11 @@ WARN_IF_UNDOCUMENTED = NO
|
||||||
|
|
||||||
WARN_IF_DOC_ERROR = NO
|
WARN_IF_DOC_ERROR = NO
|
||||||
|
|
||||||
# This WARN_NO_PARAMDOC option can be abled to get warnings for
|
# This WARN_NO_PARAMDOC option can be abled to get warnings for
|
||||||
# functions that are documented, but have no documentation for their
|
# functions that are documented, but have no documentation for their parameters
|
||||||
# parameters or return value. If set to NO (the default) doxygen will
|
# or return value. If set to NO (the default) doxygen will only warn about
|
||||||
# only warn about wrong or incomplete parameter documentation, but not
|
# wrong or incomplete parameter documentation, but not about the absence of
|
||||||
# about the absence of documentation.
|
# documentation.
|
||||||
|
|
||||||
WARN_NO_PARAMDOC = NO
|
WARN_NO_PARAMDOC = NO
|
||||||
|
|
||||||
|
@ -450,7 +482,7 @@ WARN_NO_PARAMDOC = NO
|
||||||
# $version, which will be replaced by the version of the file (if it could
|
# $version, which will be replaced by the version of the file (if it could
|
||||||
# be obtained via FILE_VERSION_FILTER)
|
# be obtained via FILE_VERSION_FILTER)
|
||||||
|
|
||||||
WARN_FORMAT = "$file:$line: $text"
|
WARN_FORMAT = "$file:$line: $text "
|
||||||
|
|
||||||
# The WARN_LOGFILE tag can be used to specify a file to which warning
|
# The WARN_LOGFILE tag can be used to specify a file to which warning
|
||||||
# and error messages should be written. If left blank the output is written
|
# and error messages should be written. If left blank the output is written
|
||||||
|
@ -467,11 +499,11 @@ WARN_LOGFILE =
|
||||||
# "myfile.cpp" or directories like "/usr/src/myproject". Separate the
|
# "myfile.cpp" or directories like "/usr/src/myproject". Separate the
|
||||||
# files or directories with spaces.
|
# files or directories with spaces.
|
||||||
|
|
||||||
INPUT = @srcdir@/docs/doxygen/doxygroups.cc \
|
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
|
||||||
@srcdir@/include/precompiled/stdc++.h \
|
@srcdir@/include/precompiled/stdc++.h \
|
||||||
@srcdir@/include/precompiled/stdtr1c++.h \
|
@srcdir@/include/precompiled/stdtr1c++.h \
|
||||||
@srcdir@/include/precompiled/extc++.h \
|
@srcdir@/include/precompiled/extc++.h \
|
||||||
@srcdir@/libsupc++/cxxabi.h \
|
@srcdir@/libsupc++/cxxabi.h \
|
||||||
@srcdir@/libsupc++/exception \
|
@srcdir@/libsupc++/exception \
|
||||||
@srcdir@/libsupc++/new \
|
@srcdir@/libsupc++/new \
|
||||||
@srcdir@/libsupc++/typeinfo \
|
@srcdir@/libsupc++/typeinfo \
|
||||||
|
@ -612,12 +644,21 @@ INPUT = @srcdir@/docs/doxygen/doxygroups.cc \
|
||||||
include/tr1_impl/unordered_set \
|
include/tr1_impl/unordered_set \
|
||||||
include/tr1_impl/utility
|
include/tr1_impl/utility
|
||||||
|
|
||||||
# If the value of the INPUT tag contains directories, you can use the
|
# This tag can be used to specify the character encoding of the source
|
||||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like
|
# files that doxygen parses. Internally doxygen uses the UTF-8
|
||||||
# *.cpp and *.h) to filter out the source-files in the directories. If
|
# encoding, which is also the default input encoding. Doxygen uses
|
||||||
# left blank the following patterns are tested: *.c *.cc *.cxx *.cpp
|
# libiconv (or the iconv built into libc) for the transcoding. See
|
||||||
# *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++
|
# http://www.gnu.org/software/libiconv for the list of possible
|
||||||
# *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
|
# encodings.
|
||||||
|
|
||||||
|
INPUT_ENCODING = UTF-8
|
||||||
|
|
||||||
|
# If the value of the INPUT tag contains directories, you can use the
|
||||||
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||||
|
# and *.h) to filter out the source-files in the directories. If left
|
||||||
|
# blank the following patterns are tested:
|
||||||
|
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
|
||||||
|
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
|
||||||
|
|
||||||
FILE_PATTERNS = *.h \
|
FILE_PATTERNS = *.h \
|
||||||
*.hpp \
|
*.hpp \
|
||||||
|
@ -629,12 +670,11 @@ FILE_PATTERNS = *.h \
|
||||||
|
|
||||||
RECURSIVE = NO
|
RECURSIVE = NO
|
||||||
|
|
||||||
# The EXCLUDE tag can be used to specify files and/or directories that
|
# The EXCLUDE tag can be used to specify files and/or directories that should
|
||||||
# should excluded from the INPUT source files. This way you can easily
|
# excluded from the INPUT source files. This way you can easily exclude a
|
||||||
# exclude a subdirectory from a directory tree whose root is specified
|
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||||
# with the INPUT tag.
|
|
||||||
|
|
||||||
EXCLUDE = Makefile
|
EXCLUDE = Makefile
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||||
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
||||||
|
@ -654,6 +694,14 @@ EXCLUDE_PATTERNS = stamp-* \
|
||||||
*extc++.h* \
|
*extc++.h* \
|
||||||
*/.svn/*
|
*/.svn/*
|
||||||
|
|
||||||
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol
|
||||||
|
# names (namespaces, classes, functions, etc.) that should be excluded
|
||||||
|
# from the output. The symbol name can be a fully qualified name, a
|
||||||
|
# word, or if the wildcard * is used, a substring. Examples:
|
||||||
|
# ANamespace, AClass, AClass::ANamespace, ANamespace::*Test
|
||||||
|
|
||||||
|
EXCLUDE_SYMBOLS =
|
||||||
|
|
||||||
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
||||||
# directories that contain example code fragments that are included (see
|
# directories that contain example code fragments that are included (see
|
||||||
# the \include command).
|
# the \include command).
|
||||||
|
@ -712,7 +760,10 @@ FILTER_SOURCE_FILES = NO
|
||||||
# If the SOURCE_BROWSER tag is set to YES then a list of source files
|
# If the SOURCE_BROWSER tag is set to YES then a list of source files
|
||||||
# will be generated. Documented entities will be cross-referenced with
|
# will be generated. Documented entities will be cross-referenced with
|
||||||
# these sources. Note: To get rid of all source code in the generated
|
# these sources. Note: To get rid of all source code in the generated
|
||||||
# output, make sure also VERBATIM_HEADERS is set to NO.
|
# output, make sure also VERBATIM_HEADERS is set to NO. If you have
|
||||||
|
# enabled CALL_GRAPH or CALLER_GRAPH then you must also enable this
|
||||||
|
# option. If you don't then doxygen will produce a warning and turn it
|
||||||
|
# on anyway
|
||||||
|
|
||||||
SOURCE_BROWSER = YES
|
SOURCE_BROWSER = YES
|
||||||
|
|
||||||
|
@ -781,10 +832,6 @@ COLS_IN_ALPHA_INDEX = 2
|
||||||
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
|
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
|
||||||
# should be ignored while generating the index headers.
|
# should be ignored while generating the index headers.
|
||||||
|
|
||||||
#IGNORE_PREFIX = std \
|
|
||||||
# std::tr1 \
|
|
||||||
# __gnu_cxx \
|
|
||||||
# __gnu_debug
|
|
||||||
IGNORE_PREFIX =
|
IGNORE_PREFIX =
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
@ -827,7 +874,7 @@ HTML_FOOTER =
|
||||||
# the style sheet file to the HTML output directory, so don't put your own
|
# the style sheet file to the HTML output directory, so don't put your own
|
||||||
# stylesheet in the HTML output directory as well, or it will be erased!
|
# stylesheet in the HTML output directory as well, or it will be erased!
|
||||||
|
|
||||||
HTML_STYLESHEET = @srcdir@/docs/doxygen/style.css
|
HTML_STYLESHEET = @srcdir@/doc/doxygen/style.css
|
||||||
|
|
||||||
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
|
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
|
||||||
# files or namespaces will be aligned in HTML using tables. If set to
|
# files or namespaces will be aligned in HTML using tables. If set to
|
||||||
|
@ -842,6 +889,14 @@ HTML_ALIGN_MEMBERS = NO
|
||||||
|
|
||||||
GENERATE_HTMLHELP = NO
|
GENERATE_HTMLHELP = NO
|
||||||
|
|
||||||
|
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
||||||
|
# documentation will contain sections that can be hidden and shown after the
|
||||||
|
# page has loaded. For this to work a browser that supports
|
||||||
|
# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
|
||||||
|
# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
|
||||||
|
|
||||||
|
HTML_DYNAMIC_SECTIONS = NO
|
||||||
|
|
||||||
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
|
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
|
||||||
# be used to specify the file name of the resulting .chm file. You
|
# be used to specify the file name of the resulting .chm file. You
|
||||||
# can add a path in front of the file if the result should not be
|
# can add a path in front of the file if the result should not be
|
||||||
|
@ -1053,7 +1108,7 @@ MAN_LINKS = NO
|
||||||
# generate an XML file that captures the structure of
|
# generate an XML file that captures the structure of
|
||||||
# the code including all documentation.
|
# the code including all documentation.
|
||||||
|
|
||||||
GENERATE_XML = YES
|
GENERATE_XML = NO
|
||||||
|
|
||||||
# The XML_OUTPUT tag is used to specify where the XML pages will be put.
|
# The XML_OUTPUT tag is used to specify where the XML pages will be put.
|
||||||
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
||||||
|
@ -1139,7 +1194,6 @@ ENABLE_PREPROCESSING = YES
|
||||||
# names in the source code. If set to NO (the default) only conditional
|
# names in the source code. If set to NO (the default) only conditional
|
||||||
# compilation will be performed. Macro expansion can be done in a controlled
|
# compilation will be performed. Macro expansion can be done in a controlled
|
||||||
# way by setting EXPAND_ONLY_PREDEF to YES.
|
# way by setting EXPAND_ONLY_PREDEF to YES.
|
||||||
# GLIBCXX NOTE: Necessary for namespaces to be sorted correctly.
|
|
||||||
|
|
||||||
MACRO_EXPANSION = YES
|
MACRO_EXPANSION = YES
|
||||||
|
|
||||||
|
@ -1167,22 +1221,22 @@ INCLUDE_PATH =
|
||||||
|
|
||||||
INCLUDE_FILE_PATTERNS =
|
INCLUDE_FILE_PATTERNS =
|
||||||
|
|
||||||
# The PREDEFINED tag can be used to specify one or more macro names
|
# The PREDEFINED tag can be used to specify one or more macro names that
|
||||||
# that are defined before the preprocessor is started (similar to the
|
# are defined before the preprocessor is started (similar to the -D option of
|
||||||
# -D option of gcc). The argument of the tag is a list of macros of
|
# gcc). The argument of the tag is a list of macros of the form: name
|
||||||
# the form: name or name=definition (no spaces). If the definition and
|
# or name=definition (no spaces). If the definition and the = are
|
||||||
# the = are omitted =1 is assumed. To prevent a macro definition from
|
# omitted =1 is assumed. To prevent a macro definition from being
|
||||||
# being undefined via #undef or recursively expanded use the :=
|
# undefined via #undef or recursively expanded use the := operator
|
||||||
# operator instead of the = operator.
|
# instead of the = operator.
|
||||||
|
|
||||||
PREDEFINED = __GTHREADS \
|
PREDEFINED = __GTHREADS \
|
||||||
_GLIBCXX_STD=std \
|
_GLIBCXX_STD=std \
|
||||||
_GLIBCXX_TR1=tr1 \
|
_GLIBCXX_TR1=tr1 \
|
||||||
"_GLIBCXX_BEGIN_NAMESPACE(name)=namespace name {" \
|
"_GLIBCXX_BEGIN_NAMESPACE(name)=namespace name { " \
|
||||||
"_GLIBCXX_BEGIN_NESTED_NAMESPACE(name, unused)=namespace name {" \
|
"_GLIBCXX_BEGIN_NESTED_NAMESPACE(name, unused)=namespace name { " \
|
||||||
_GLIBCXX_END_NAMESPACE=} \
|
_GLIBCXX_END_NAMESPACE=} \
|
||||||
_GLIBCXX_END_NESTED_NAMESPACE=} \
|
_GLIBCXX_END_NESTED_NAMESPACE=} \
|
||||||
"_GLIBCXX_TEMPLATE_ARGS=..." \
|
"_GLIBCXX_TEMPLATE_ARGS=... " \
|
||||||
_GLIBCXX_DEPRECATED \
|
_GLIBCXX_DEPRECATED \
|
||||||
_GLIBCXX_USE_WCHAR_T \
|
_GLIBCXX_USE_WCHAR_T \
|
||||||
_GLIBCXX_USE_LONG_LONG \
|
_GLIBCXX_USE_LONG_LONG \
|
||||||
|
@ -1255,26 +1309,33 @@ PERL_PATH = /usr/bin/perl
|
||||||
# Configuration options related to the dot tool
|
# Configuration options related to the dot tool
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
|
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
|
||||||
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes
|
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
|
||||||
# with base or super classes. Setting the tag to NO turns the diagrams
|
# or super classes. Setting the tag to NO turns the diagrams off. Note that
|
||||||
# off. Note that this option is superseded by the HAVE_DOT option
|
# this option is superseded by the HAVE_DOT option below. This is only a
|
||||||
# below. This is only a fallback. It is recommended to install and use
|
# fallback. It is recommended to install and use dot, since it yields more
|
||||||
# dot, since it yields more powerful graphs.
|
# powerful graphs.
|
||||||
|
|
||||||
CLASS_DIAGRAMS = YES
|
CLASS_DIAGRAMS = YES
|
||||||
|
|
||||||
|
# You can define message sequence charts within doxygen comments using the \msc
|
||||||
|
# command. Doxygen will then run the mscgen tool (see http://www.mcternan.me.uk/mscgen/) to
|
||||||
|
# produce the chart and insert it in the documentation. The MSCGEN_PATH tag allows you to
|
||||||
|
# specify the directory where the mscgen tool resides. If left empty the tool is assumed to
|
||||||
|
# be found in the default search path.
|
||||||
|
|
||||||
|
MSCGEN_PATH =
|
||||||
|
|
||||||
# If set to YES, the inheritance and collaboration graphs will hide
|
# If set to YES, the inheritance and collaboration graphs will hide
|
||||||
# inheritance and usage relations if the target is undocumented
|
# inheritance and usage relations if the target is undocumented
|
||||||
# or is not a class.
|
# or is not a class.
|
||||||
|
|
||||||
HIDE_UNDOC_RELATIONS = NO
|
HIDE_UNDOC_RELATIONS = NO
|
||||||
|
|
||||||
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot
|
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
|
||||||
# tool is available from the path. This tool is part of Graphviz, a
|
# available from the path. This tool is part of Graphviz, a graph visualization
|
||||||
# graph visualization toolkit from AT&T and Lucent Bell Labs. The
|
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
|
||||||
# other options in this section have no effect if this option is set
|
# have no effect if this option is set to NO (the default)
|
||||||
# to NO (the default)
|
|
||||||
|
|
||||||
HAVE_DOT = YES
|
HAVE_DOT = YES
|
||||||
|
|
||||||
|
@ -1322,21 +1383,21 @@ INCLUDE_GRAPH = NO
|
||||||
|
|
||||||
INCLUDED_BY_GRAPH = NO
|
INCLUDED_BY_GRAPH = NO
|
||||||
|
|
||||||
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
|
# If the CALL_GRAPH, SOURCE_BROWSER and HAVE_DOT tags are set to YES
|
||||||
# generate a call dependency graph for every global function or class
|
# then doxygen will generate a call dependency graph for every global
|
||||||
# method. Note that enabling this option will significantly increase
|
# function or class method. Note that enabling this option will
|
||||||
# the time of a run. So in most cases it will be better to enable
|
# significantly increase the time of a run. So in most cases it will
|
||||||
# call graphs for selected functions only using the \callgraph
|
# be better to enable call graphs for selected functions only using
|
||||||
# command.
|
# the \callgraph command.
|
||||||
|
|
||||||
CALL_GRAPH = NO
|
CALL_GRAPH = NO
|
||||||
|
|
||||||
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
# If the CALLER_GRAPH, SOURCE_BROWSER and HAVE_DOT tags are set to YES
|
||||||
# will generate a caller dependency graph for every global function or
|
# then doxygen will generate a caller dependency graph for every
|
||||||
# class method. Note that enabling this option will significantly
|
# global function or class method. Note that enabling this option
|
||||||
# increase the time of a run. So in most cases it will be better to
|
# will significantly increase the time of a run. So in most cases it
|
||||||
# enable caller graphs for selected functions only using the
|
# will be better to enable caller graphs for selected functions only
|
||||||
# \callergraph command.
|
# using the \callergraph command.
|
||||||
|
|
||||||
CALLER_GRAPH = NO
|
CALLER_GRAPH = NO
|
||||||
|
|
||||||
|
@ -1356,7 +1417,6 @@ DIRECTORY_GRAPH = YES
|
||||||
# generated by dot. Possible values are png, jpg, or gif
|
# generated by dot. Possible values are png, jpg, or gif
|
||||||
# If left blank png will be used.
|
# If left blank png will be used.
|
||||||
|
|
||||||
#DOT_IMAGE_FORMAT = svg
|
|
||||||
DOT_IMAGE_FORMAT = png
|
DOT_IMAGE_FORMAT = png
|
||||||
|
|
||||||
# The tag DOT_PATH can be used to specify the path where the dot tool can be
|
# The tag DOT_PATH can be used to specify the path where the dot tool can be
|
||||||
|
@ -1370,40 +1430,32 @@ DOT_PATH =
|
||||||
|
|
||||||
DOTFILE_DIRS =
|
DOTFILE_DIRS =
|
||||||
|
|
||||||
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
|
# The MAX_DOT_GRAPH_MAX_NODES tag can be used to set the maximum
|
||||||
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
# number of nodes that will be shown in the graph. If the number of
|
||||||
# this value, doxygen will try to truncate the graph, so that it fits within
|
# nodes in a graph becomes larger than this value, doxygen will
|
||||||
# the specified constraint. Beware that most browsers cannot cope with very
|
# truncate the graph, which is visualized by representing a node as a
|
||||||
# large images.
|
# red box. Note that doxygen if the number of direct children of the
|
||||||
|
# root node in a graph is already larger than MAX_DOT_GRAPH_NOTES then
|
||||||
|
# the graph will not be shown at all. Also note that the size of a
|
||||||
|
# graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
|
||||||
|
|
||||||
MAX_DOT_GRAPH_WIDTH = 1024
|
DOT_GRAPH_MAX_NODES = 50
|
||||||
|
|
||||||
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
|
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|
||||||
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
|
# graphs generated by dot. A depth value of 3 means that only nodes reachable
|
||||||
# this value, doxygen will try to truncate the graph, so that it fits within
|
# from the root by following a path via at most 3 edges will be shown. Nodes
|
||||||
# the specified constraint. Beware that most browsers cannot cope with very
|
# that lay further from the root node will be omitted. Note that setting this
|
||||||
# large images.
|
# option to 1 or 2 may greatly reduce the computation time needed for large
|
||||||
|
# code bases. Also note that the size of a graph can be further restricted by
|
||||||
MAX_DOT_GRAPH_HEIGHT = 1024
|
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
||||||
|
|
||||||
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of
|
|
||||||
# the graphs generated by dot. A depth value of 3 means that only
|
|
||||||
# nodes reachable from the root by following a path via at most 3
|
|
||||||
# edges will be shown. Nodes that lay further from the root node will
|
|
||||||
# be omitted. Note that setting this option to 1 or 2 may greatly
|
|
||||||
# reduce the computation time needed for large code bases. Also note
|
|
||||||
# that a graph may be further truncated if the graph's image
|
|
||||||
# dimensions are not sufficient to fit the graph (see
|
|
||||||
# MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the
|
|
||||||
# depth value (the default), the graph is not depth-constrained.
|
|
||||||
|
|
||||||
MAX_DOT_GRAPH_DEPTH = 0
|
MAX_DOT_GRAPH_DEPTH = 0
|
||||||
|
|
||||||
# Set the DOT_TRANSPARENT tag to YES to generate images with a
|
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
|
||||||
# transparent background. This is disabled by default, which results
|
# background. This is disabled by default, which results in a white background.
|
||||||
# in a white background. Warning: Depending on the platform used,
|
# Warning: Depending on the platform used, enabling this option may lead to
|
||||||
# enabling this option may lead to badly anti-aliased labels on the
|
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
|
||||||
# edges of a graph (i.e. they become hard to read).
|
# read).
|
||||||
|
|
||||||
DOT_TRANSPARENT = NO
|
DOT_TRANSPARENT = NO
|
||||||
|
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |