1 ## Makefile for the toplevel directory of the GNU C++ Standard library.
3 ## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
4 ## Free Software Foundation, Inc.
6 ## This file is part of the libstdc++ version 3 distribution.
7 ## Process this file with automake to produce Makefile.in.
9 ## This file is part of the GNU ISO C++ Library. This library is free
10 ## software; you can redistribute it and/or modify it under the
11 ## terms of the GNU General Public License as published by the
12 ## Free Software Foundation; either version 2, or (at your option)
15 ## This library is distributed in the hope that it will be useful,
16 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ## GNU General Public License for more details.
20 ## You should have received a copy of the GNU General Public License along
21 ## with this library; see the file COPYING. If not, write to the Free
22 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
25 AUTOMAKE_OPTIONS = 1.3 cygnus
26 MAINT_CHARSET = latin1
28 SUBDIRS = include libio libmath libsupc++ src po testsuite
30 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
34 # These two special 'check-script' rules use the bash script 'mkcheck'
35 # to do testing. This script is not as portable as the dejagnu test
36 # harness, and is thus off by default. It does produce interesting
37 # output however, including various performance analysis items like
38 # compile time, execution time, and binary size.
39 check-script: $(top_builddir)/mkcheck
40 -(chmod + $(top_builddir)/mkcheck; \
42 @glibcpp_builddir@/mkcheck 0)
44 check-script-install: $(top_builddir)/mkcheck
45 -(chmod + $(top_builddir)/mkcheck; \
47 @glibcpp_builddir@/mkcheck 1)
49 # These rules are messy, but are hella worth it.
51 -(srcdir=`cd ${top_srcdir}; ${PWD}`; \
53 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
54 --mode=user $${srcdir} $${builddir})
57 -(srcdir=`cd ${top_srcdir}; ${PWD}`; \
59 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
60 --mode=maint $${srcdir} $${builddir})
63 -(srcdir=`cd ${top_srcdir}; ${PWD}`; \
65 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
66 --mode=man $${srcdir} $${builddir})
68 .PHONY: doxygen doxygen-maint doxygen-man
81 # Multilib Makefile bits.
82 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
83 maintainer-clean-multi
86 install-am: install-multi
87 mostlyclean-am: mostlyclean-multi
89 distclean-am: distclean-multi
90 maintainer-clean-am: maintainer-clean-multi
93 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
95 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
97 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
99 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
101 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
102 maintainer-clean-multi:
103 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
105 # All the machinations with string instantiations messes up the
106 # automake-generated TAGS rule. Make a simple one here.
107 TAGS: tags-recursive $(LISP)
109 # Work around what appears to be a GNU make bug handling MAKEFLAGS
110 # values defined in terms of make variables, as is the case for CC and
111 # friends when we are called from the top level Makefile.
113 "AR_FLAGS=$(AR_FLAGS)" \
114 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
115 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
117 "CXXFLAGS=$(CXXFLAGS)" \
118 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
119 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
120 "INSTALL=$(INSTALL)" \
121 "INSTALL_DATA=$(INSTALL_DATA)" \
122 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
123 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
124 "LDFLAGS=$(LDFLAGS)" \
125 "LIBCFLAGS=$(LIBCFLAGS)" \
126 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
128 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
129 "PICFLAG=$(PICFLAG)" \
130 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
132 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
133 "exec_prefix=$(exec_prefix)" \
134 "infodir=$(infodir)" \
136 "includedir=$(includedir)" \
138 "tooldir=$(tooldir)" \
142 "LIBCFLAGS=$(LIBCFLAGS)" \
143 "PICFLAG=$(PICFLAG)" \
146 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
147 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
148 "DESTDIR=$(DESTDIR)" \