]> gcc.gnu.org Git - gcc.git/blame - libstdc++-v3/Makefile.am
libstdc++.pot: Re-extract/regenerate.
[gcc.git] / libstdc++-v3 / Makefile.am
CommitLineData
b2dad0e3
BK
1## Makefile for the toplevel directory of the GNU C++ Standard library.
2##
0252d604 3## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
ffe94f83 4## Free Software Foundation, Inc.
b2dad0e3
BK
5##
6## This file is part of the libstdc++ version 3 distribution.
7## Process this file with automake to produce Makefile.in.
8
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)
13## any later version.
14
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.
19
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,
23## USA.
24
25AUTOMAKE_OPTIONS = 1.3 cygnus
26MAINT_CHARSET = latin1
27
58ac1d7f 28SUBDIRS = include libmath libsupc++ src po testsuite
c7053b70 29
ae9dc931
BK
30mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
31
8c90b13a 32PWD_COMMAND = $${PWDCMD-pwd}
1e6347d8 33
ffe94f83 34# These rules are messy, but are hella worth it.
e03f70b3 35doxygen:
8c90b13a
L
36 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
37 builddir=`${PWD_COMMAND}`; \
7145b855 38 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
ffe94f83 39 --mode=user $${srcdir} $${builddir})
e03f70b3
PE
40
41doxygen-maint:
8c90b13a
L
42 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
43 builddir=`${PWD_COMMAND}`; \
b0037845 44 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
ffe94f83 45 --mode=maint $${srcdir} $${builddir})
e03f70b3 46
ffe94f83 47doxygen-man:
8c90b13a
L
48 -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
49 builddir=`${PWD_COMMAND}`; \
ffe94f83
PE
50 /bin/sh ${srcdir}/docs/doxygen/run_doxygen \
51 --mode=man $${srcdir} $${builddir})
52
53.PHONY: doxygen doxygen-maint doxygen-man
e03f70b3 54
b2dad0e3
BK
55# Multilib support.
56MAKEOVERRIDES=
57
0252d604 58# Multilib support variables.
b2dad0e3
BK
59MULTISRCTOP =
60MULTIBUILDTOP =
61MULTIDIRS =
62MULTISUBDIR =
63MULTIDO = true
64MULTICLEAN = true
65
0252d604 66# Multilib support.
b2dad0e3
BK
67.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
68 maintainer-clean-multi
69
0252d604
BK
70all-recursive: all-multi
71install-recursive: install-multi
72mostlyclean-recursive: mostlyclean-multi
73clean-recursive: clean-multi
74distclean-recursive: distclean-multi
75maintainer-clean-recursive: maintainer-clean-multi
b2dad0e3
BK
76
77all-multi:
6c5d742e 78 : $(MAKE) ; exec $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
b2dad0e3
BK
79install-multi:
80 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
81mostlyclean-multi:
82 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
83clean-multi:
84 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
85distclean-multi:
86 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
87maintainer-clean-multi:
88 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
89
d94611f1 90# All the machinations with string instantiations messes up the
bf93f43b 91# automake-generated TAGS rule. Make a simple one here.
d94611f1
BK
92TAGS: tags-recursive $(LISP)
93
b2dad0e3
BK
94# Work around what appears to be a GNU make bug handling MAKEFLAGS
95# values defined in terms of make variables, as is the case for CC and
96# friends when we are called from the top level Makefile.
97AM_MAKEFLAGS = \
98 "AR_FLAGS=$(AR_FLAGS)" \
99 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
100 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
101 "CFLAGS=$(CFLAGS)" \
102 "CXXFLAGS=$(CXXFLAGS)" \
103 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
104 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
105 "INSTALL=$(INSTALL)" \
106 "INSTALL_DATA=$(INSTALL_DATA)" \
107 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
108 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
109 "LDFLAGS=$(LDFLAGS)" \
110 "LIBCFLAGS=$(LIBCFLAGS)" \
111 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
112 "MAKE=$(MAKE)" \
113 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
114 "PICFLAG=$(PICFLAG)" \
115 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
116 "SHELL=$(SHELL)" \
c6192d88 117 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
b2dad0e3
BK
118 "exec_prefix=$(exec_prefix)" \
119 "infodir=$(infodir)" \
120 "libdir=$(libdir)" \
121 "includedir=$(includedir)" \
122 "prefix=$(prefix)" \
123 "tooldir=$(tooldir)" \
3bf74da2 124 "gxx_include_dir=$(gxx_include_dir)" \
b2dad0e3
BK
125 "AR=$(AR)" \
126 "AS=$(AS)" \
b2dad0e3
BK
127 "LD=$(LD)" \
128 "LIBCFLAGS=$(LIBCFLAGS)" \
129 "PICFLAG=$(PICFLAG)" \
130 "RANLIB=$(RANLIB)" \
131 "NM=$(NM)" \
132 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
133 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
f5e79dda 134 "DESTDIR=$(DESTDIR)" \
9ece379a 135 "WERROR=$(WERROR)"
8ddfd7e5
DJ
136
137# Subdir rules rely on $(FLAGS_TO_PASS)
138FLAGS_TO_PASS = $(AM_MAKEFLAGS)
This page took 0.277713 seconds and 5 git commands to generate.