2000-04-21 22:33:34 +02:00
|
|
|
## Makefile for the toplevel directory of the GNU C++ Standard library.
|
|
|
|
##
|
2017-01-01 13:07:43 +01:00
|
|
|
## Copyright (C) 1997-2017 Free Software Foundation, Inc.
|
2000-04-21 22:33:34 +02:00
|
|
|
##
|
|
|
|
## 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
|
2009-04-09 17:00:19 +02:00
|
|
|
## Free Software Foundation; either version 3, or (at your option)
|
2000-04-21 22:33:34 +02:00
|
|
|
## 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
|
2009-04-09 17:00:19 +02:00
|
|
|
## with this library; see the file COPYING3. If not see
|
|
|
|
## <http://www.gnu.org/licenses/>.
|
2000-04-21 22:33:34 +02:00
|
|
|
|
acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX_INCLUDES.
2003-08-17 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES
and LIBSUPCXX_INCLUDES. Re-purpose TOPLEVEL_INCLUDES to refer to
things from the top level.
* configure.ac (GLIBCXX_IS_NATIVE): Determine earlier and re-order.
Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
(currently unused). Strip the fake-VPATH shell fragment from
automake-generated rules, if present.
* linkage.m4: Add comment.
* fragment.am: New file, containing factored-out common settings.
(AM_CPPFLAGS): Absorb the deprecated INCLUDES variable contents.
* Makefile.am: Include fragment.am. Remove common variables.
* include/Makefile.am: Likewise.
* libmath/Makefile.am: Likewise.
* libsupc++/Makefile.am: Likewise.
* po/Makefile.am: Likewise. Print rules during check.
* src/Makefile.am: Likewise.
* testsuite/Makefile.am: Likewise.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
From-SVN: r70522
2003-08-17 22:23:12 +02:00
|
|
|
include $(top_srcdir)/fragment.am
|
2000-04-21 22:33:34 +02:00
|
|
|
|
acinclude.m4 (GLIBCXX_CONDITIONAL): New macro.
2003-08-27 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_CONDITIONAL): New macro. Wrap
AM_CONDITIONAL. Replace all calls to AM_CONDITIONAL with this one.
(GLIBCXX_ENABLE_HOSTED): New macro, sets new variable is_hosted,
used elsewhere in this file.
(GLIBCXX_EVALUATE_CONDITIONALS): New macro...
* configure.ac: ...called here to expand all conditionals.
* Makefile.am: Conditionalize SUBDIRS on GLIBCXX_HOSTED.
* include/Makefile.am: Remove redundant gxx_include_dir assignment.
(install-freestanding-headers): New target, a subset of
install-headers. Conditionalize install-data-local on GLIBCXX_HOSTED.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerated.
From-SVN: r70854
2003-08-27 21:06:56 +02:00
|
|
|
if GLIBCXX_HOSTED
|
2015-04-28 21:42:51 +02:00
|
|
|
## Note that python must come after src.
|
|
|
|
hosted_source = src doc po testsuite python
|
acinclude.m4 (GLIBCXX_CONDITIONAL): New macro.
2003-08-27 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCXX_CONDITIONAL): New macro. Wrap
AM_CONDITIONAL. Replace all calls to AM_CONDITIONAL with this one.
(GLIBCXX_ENABLE_HOSTED): New macro, sets new variable is_hosted,
used elsewhere in this file.
(GLIBCXX_EVALUATE_CONDITIONALS): New macro...
* configure.ac: ...called here to expand all conditionals.
* Makefile.am: Conditionalize SUBDIRS on GLIBCXX_HOSTED.
* include/Makefile.am: Remove redundant gxx_include_dir assignment.
(install-freestanding-headers): New target, a subset of
install-headers. Conditionalize install-data-local on GLIBCXX_HOSTED.
* aclocal.m4, configure, Makefile.in, include/Makefile.in,
libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerated.
From-SVN: r70854
2003-08-27 21:06:56 +02:00
|
|
|
endif
|
run_doxygen: Allow doxygen 1.7.1 again.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* scripts/run_doxygen: Allow doxygen 1.7.1 again.
* doc/xml/manual/build_hacking.xml: Update.
* doc/xml/images/confdeps.dot: Same.
* doc/xml/images/confdeps.png: Same.
* configure.ac: Define BUILD_INFO, BUILD_XML, BUILD_HTML,
BUILD_MAN, BUILD_PDF, BUILD_EPUB conditionally.
* Makefile.am (xml, html, pdf, man, info, pd, dvi, epub): Define,
and install rules.
* doc/Makefile.am: Same. Add stamp rules.
(doc-epub-docbook): Add.
(stamp-xml-single-docbook): Make set too.
* configure: Regenerate.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* include/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* po/Makefile.in: Same.
* python/Makefile.in: Same.
* src/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* aclocal.m4: Same.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Disable PDF_HYPERLINKS.
From-SVN: r168382
2010-12-31 23:20:22 +01:00
|
|
|
|
2003-08-27 02:38:28 +02:00
|
|
|
## Keep this list sync'd with acinclude.m4:GLIBCXX_CONFIGURE.
|
2015-04-28 21:42:51 +02:00
|
|
|
SUBDIRS = include libsupc++ $(hosted_source)
|
2000-10-07 03:05:37 +02:00
|
|
|
|
2005-04-06 02:05:51 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
|
|
|
|
|
run_doxygen: Allow doxygen 1.7.1 again.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* scripts/run_doxygen: Allow doxygen 1.7.1 again.
* doc/xml/manual/build_hacking.xml: Update.
* doc/xml/images/confdeps.dot: Same.
* doc/xml/images/confdeps.png: Same.
* configure.ac: Define BUILD_INFO, BUILD_XML, BUILD_HTML,
BUILD_MAN, BUILD_PDF, BUILD_EPUB conditionally.
* Makefile.am (xml, html, pdf, man, info, pd, dvi, epub): Define,
and install rules.
* doc/Makefile.am: Same. Add stamp rules.
(doc-epub-docbook): Add.
(stamp-xml-single-docbook): Make set too.
* configure: Regenerate.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* include/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* po/Makefile.in: Same.
* python/Makefile.in: Same.
* src/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* aclocal.m4: Same.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Disable PDF_HYPERLINKS.
From-SVN: r168382
2010-12-31 23:20:22 +01:00
|
|
|
# Testsuite/check forwarding targets.
|
2003-12-17 00:44:53 +01:00
|
|
|
check-%:
|
|
|
|
cd testsuite && $(MAKE) $@
|
|
|
|
|
run_doxygen: Allow doxygen 1.7.1 again.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* scripts/run_doxygen: Allow doxygen 1.7.1 again.
* doc/xml/manual/build_hacking.xml: Update.
* doc/xml/images/confdeps.dot: Same.
* doc/xml/images/confdeps.png: Same.
* configure.ac: Define BUILD_INFO, BUILD_XML, BUILD_HTML,
BUILD_MAN, BUILD_PDF, BUILD_EPUB conditionally.
* Makefile.am (xml, html, pdf, man, info, pd, dvi, epub): Define,
and install rules.
* doc/Makefile.am: Same. Add stamp rules.
(doc-epub-docbook): Add.
(stamp-xml-single-docbook): Make set too.
* configure: Regenerate.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* include/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* po/Makefile.in: Same.
* python/Makefile.in: Same.
* src/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* aclocal.m4: Same.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Disable PDF_HYPERLINKS.
From-SVN: r168382
2010-12-31 23:20:22 +01:00
|
|
|
# Documentation forwarding targets.
|
2008-01-18 09:16:51 +01:00
|
|
|
doc-%:
|
|
|
|
cd doc && $(MAKE) $@
|
|
|
|
|
run_doxygen: Allow doxygen 1.7.1 again.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* scripts/run_doxygen: Allow doxygen 1.7.1 again.
* doc/xml/manual/build_hacking.xml: Update.
* doc/xml/images/confdeps.dot: Same.
* doc/xml/images/confdeps.png: Same.
* configure.ac: Define BUILD_INFO, BUILD_XML, BUILD_HTML,
BUILD_MAN, BUILD_PDF, BUILD_EPUB conditionally.
* Makefile.am (xml, html, pdf, man, info, pd, dvi, epub): Define,
and install rules.
* doc/Makefile.am: Same. Add stamp rules.
(doc-epub-docbook): Add.
(stamp-xml-single-docbook): Make set too.
* configure: Regenerate.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* include/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* po/Makefile.in: Same.
* python/Makefile.in: Same.
* src/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* aclocal.m4: Same.
2010-12-31 Benjamin Kosnik <bkoz@redhat.com>
* doc/doxygen/user.cfg.in: Disable PDF_HYPERLINKS.
From-SVN: r168382
2010-12-31 23:20:22 +01:00
|
|
|
# Documentation conditionals for output.
|
|
|
|
if BUILD_XML
|
|
|
|
STAMP_XML = doc-xml
|
|
|
|
STAMP_INSTALL_XML = doc-install-xml
|
|
|
|
else
|
|
|
|
STAMP_XML =
|
|
|
|
STAMP_INSTALL_XML =
|
|
|
|
endif
|
|
|
|
|
|
|
|
if BUILD_HTML
|
|
|
|
STAMP_HTML = doc-html
|
|
|
|
STAMP_INSTALL_HTML = doc-install-html
|
|
|
|
else
|
|
|
|
STAMP_HTML =
|
|
|
|
STAMP_INSTALL_HTML =
|
|
|
|
endif
|
|
|
|
|
|
|
|
if BUILD_MAN
|
|
|
|
STAMP_MAN = doc-man
|
|
|
|
STAMP_INSTALL_MAN = doc-install-man
|
|
|
|
else
|
|
|
|
STAMP_MAN =
|
|
|
|
STAMP_INSTALL_MAN =
|
|
|
|
endif
|
|
|
|
|
|
|
|
if BUILD_PDF
|
|
|
|
STAMP_PDF = doc-pdf
|
|
|
|
STAMP_INSTALL_PDF = doc-install-pdf
|
|
|
|
else
|
|
|
|
STAMP_PDF =
|
|
|
|
STAMP_INSTALL_PDF =
|
|
|
|
endif
|
|
|
|
|
|
|
|
if BUILD_EPUB
|
|
|
|
STAMP_EPUB = doc-epub
|
|
|
|
STAMP_INSTALL_EPUB = doc-install-epub
|
|
|
|
else
|
|
|
|
STAMP_EPUB = doc-epub
|
|
|
|
STAMP_INSTALL_EPUB = doc-install-epub
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Documentation primary rules.
|
|
|
|
#
|
|
|
|
# xml:
|
|
|
|
# html:
|
|
|
|
# pdf:
|
|
|
|
# man:
|
|
|
|
# info:
|
|
|
|
# ps:
|
|
|
|
# dvi:
|
|
|
|
# epub:
|
|
|
|
# install-xml:
|
|
|
|
# install-html:
|
|
|
|
# install-pdf:
|
|
|
|
# install-man:
|
|
|
|
# install-info:
|
|
|
|
# install-ps:
|
|
|
|
# install-dvi:
|
|
|
|
# install-epub:
|
|
|
|
|
|
|
|
xml: $(STAMP_XML)
|
|
|
|
install-xml: $(STAMP_INSTALL_XML)
|
|
|
|
|
|
|
|
html: $(STAMP_HTML)
|
|
|
|
install-html: $(STAMP_INSTALL_HTML)
|
|
|
|
|
|
|
|
man: $(STAMP_MAN)
|
|
|
|
install-man: $(STAMP_INSTALL_MAN)
|
|
|
|
|
|
|
|
pdf: $(STAMP_PDF)
|
|
|
|
install-pdf: $(STAMP_INSTALL_PDF)
|
|
|
|
|
|
|
|
epub: $(STAMP_EPUB)
|
|
|
|
install-epub: $(STAMP_INSTALL_EPUB)
|
|
|
|
|
|
|
|
info:
|
|
|
|
install-info:
|
|
|
|
|
|
|
|
ps:
|
|
|
|
install-ps:
|
|
|
|
|
|
|
|
dvi:
|
|
|
|
install-dvi:
|
|
|
|
|
2000-04-21 22:33:34 +02:00
|
|
|
# Multilib support.
|
|
|
|
MAKEOVERRIDES=
|
|
|
|
|
2000-05-25 07:11:42 +02:00
|
|
|
# All the machinations with string instantiations messes up the
|
2000-05-25 12:14:26 +02:00
|
|
|
# automake-generated TAGS rule. Make a simple one here.
|
2000-05-25 07:11:42 +02:00
|
|
|
TAGS: tags-recursive $(LISP)
|
|
|
|
|
2000-04-21 22:33:34 +02:00
|
|
|
# Work around what appears to be a GNU make bug handling MAKEFLAGS
|
|
|
|
# values defined in terms of make variables, as is the case for CC and
|
|
|
|
# friends when we are called from the top level Makefile.
|
|
|
|
AM_MAKEFLAGS = \
|
|
|
|
"AR_FLAGS=$(AR_FLAGS)" \
|
|
|
|
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
|
|
|
|
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
|
|
|
|
"CFLAGS=$(CFLAGS)" \
|
|
|
|
"CXXFLAGS=$(CXXFLAGS)" \
|
|
|
|
"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
|
|
|
|
"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
|
|
|
|
"INSTALL=$(INSTALL)" \
|
|
|
|
"INSTALL_DATA=$(INSTALL_DATA)" \
|
|
|
|
"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
|
|
|
|
"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
|
|
|
|
"LDFLAGS=$(LDFLAGS)" \
|
|
|
|
"LIBCFLAGS=$(LIBCFLAGS)" \
|
|
|
|
"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
|
|
|
|
"MAKE=$(MAKE)" \
|
|
|
|
"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
|
|
|
|
"SHELL=$(SHELL)" \
|
2001-05-14 03:15:36 +02:00
|
|
|
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
2000-04-21 22:33:34 +02:00
|
|
|
"exec_prefix=$(exec_prefix)" \
|
|
|
|
"infodir=$(infodir)" \
|
|
|
|
"libdir=$(libdir)" \
|
|
|
|
"includedir=$(includedir)" \
|
|
|
|
"prefix=$(prefix)" \
|
|
|
|
"tooldir=$(tooldir)" \
|
2003-03-07 09:01:24 +01:00
|
|
|
"gxx_include_dir=$(gxx_include_dir)" \
|
2000-04-21 22:33:34 +02:00
|
|
|
"AR=$(AR)" \
|
|
|
|
"AS=$(AS)" \
|
|
|
|
"LD=$(LD)" \
|
|
|
|
"RANLIB=$(RANLIB)" \
|
|
|
|
"NM=$(NM)" \
|
|
|
|
"NM_FOR_BUILD=$(NM_FOR_BUILD)" \
|
|
|
|
"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
|
2000-06-23 18:18:53 +02:00
|
|
|
"DESTDIR=$(DESTDIR)" \
|
2003-08-27 23:29:43 +02:00
|
|
|
"WERROR=$(WERROR)"
|
2002-06-12 13:29:14 +02:00
|
|
|
|
|
|
|
# Subdir rules rely on $(FLAGS_TO_PASS)
|
|
|
|
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
|