OSDN Git Service

2003-07-09 Gawain Bolton <gp.bolton@computer.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / Makefile.am
1 ## Makefile for the src subdirectory of the GNU C++ Standard library.
2 ##
3 ## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
4 ## Free Software Foundation, Inc.
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
25 AUTOMAKE_OPTIONS = 1.3 cygnus
26 MAINT_CHARSET = latin1
27
28 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
29
30 # Cross compiler support.
31 CXX = @glibcxx_CXX@
32 glibcxx_srcdir=@glibcxx_srcdir@
33 glibcxx_builddir=@glibcxx_builddir@
34 toolexecdir = @glibcxx_toolexecdir@
35 toolexeclibdir = @glibcxx_toolexeclibdir@
36 toolexeclib_LTLIBRARIES = libstdc++.la
37
38 # Symbol versioning for shared libraries.
39 if GLIBCXX_BUILD_VERSIONED_SHLIB
40 port_specific_symbol_file = @port_specific_symbol_file@
41 version_arg = -Wl,--version-script=libstdc++-symbol.ver
42 libstdc++-symbol.ver:  ${glibcxx_srcdir}/@SYMVER_MAP@
43         cp ${glibcxx_srcdir}/@SYMVER_MAP@ ./libstdc++-symbol.ver
44         if test "x${port_specific_symbol_file}" != x; then \
45           sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
46           sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
47           cat tmp.top $(port_specific_symbol_file) tmp.bottom > $@; \
48           rm tmp.top tmp.bottom; \
49         fi
50 else
51 version_arg =
52 libstdc++-symbol.ver:
53 endif
54
55 # Compile flags that should be constant throughout the build, both for
56 # SUBDIRS and for libstdc++-v3 in general.
57 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
58
59 # These bits are all figured out from configure. Look in acinclude.m4
60 # or configure.in to see how they are set. See GLIBCXX_EXPORT_FLAGS
61 CONFIG_CXXFLAGS = \
62         @SECTION_FLAGS@ @EXTRA_CXX_FLAGS@
63
64 # Warning flags to use.
65 WARN_CXXFLAGS = \
66         @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
67
68 # Use common includes from acinclude.m4/GLIBCXX_EXPORT_INCLUDES
69 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
70 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
71 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
72 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
73
74 INCLUDES = \
75         -nostdinc++ \
76         $(GLIBCXX_INCLUDES) \
77         $(LIBSUPCXX_INCLUDES) $(LIBMATH_INCLUDES) \
78         $(TOPLEVEL_INCLUDES)
79
80 # Source files linked in via configuration/make substitution for a
81 # particular host.
82 host_sources = \
83         codecvt_members.cc \
84         collate_members.cc \
85         ctype_members.cc \
86         messages_members.cc \
87         monetary_members.cc \
88         numeric_members.cc \
89         time_members.cc
90
91 codecvt_members.cc: ${glibcxx_srcdir}/@CCODECVT_CC@
92         @LN_S@ ${glibcxx_srcdir}/@CCODECVT_CC@ . || true
93
94 collate_members.cc: ${glibcxx_srcdir}/@CCOLLATE_CC@
95         @LN_S@ ${glibcxx_srcdir}/@CCOLLATE_CC@ . || true
96
97 ctype_members.cc: ${glibcxx_srcdir}/@CCTYPE_CC@
98         @LN_S@ ${glibcxx_srcdir}/@CCTYPE_CC@ . || true
99
100 messages_members.cc: ${glibcxx_srcdir}/@CMESSAGES_CC@
101         @LN_S@ ${glibcxx_srcdir}/@CMESSAGES_CC@ . || true
102
103 monetary_members.cc: ${glibcxx_srcdir}/@CMONEY_CC@
104         @LN_S@ ${glibcxx_srcdir}/@CMONEY_CC@ . || true
105
106 numeric_members.cc: ${glibcxx_srcdir}/@CNUMERIC_CC@
107         @LN_S@ ${glibcxx_srcdir}/@CNUMERIC_CC@ . || true
108
109 time_members.cc: ${glibcxx_srcdir}/@CTIME_CC@
110         @LN_S@ ${glibcxx_srcdir}/@CTIME_CC@ . || true
111
112 # Source files linked in via configuration/make substitution for a
113 # particular host, but with ad hoc naming rules.
114 host_sources_extra = \
115         basic_file.cc \
116         c++locale.cc
117
118 c++locale.cc: ${glibcxx_srcdir}/@CLOCALE_CC@
119         @LN_S@ ${glibcxx_srcdir}/@CLOCALE_CC@ ./$@ || true
120
121 basic_file.cc: ${glibcxx_srcdir}/@BASIC_FILE_CC@
122         @LN_S@ ${glibcxx_srcdir}/@BASIC_FILE_CC@ ./$@ || true
123
124 # Sources present in the src directory.
125 sources = \
126         allocator-inst.cc \
127         codecvt.cc \
128         complex_io.cc \
129         concept-inst.cc \
130         ctype.cc \
131         demangle.cc \
132         ext-inst.cc \
133         fstream-inst.cc \
134         functexcept.cc \
135         globals.cc \
136         io-inst.cc \
137         ios.cc \
138         istream-inst.cc \
139         limits.cc \
140         locale.cc \
141         locale-inst.cc \
142         localename.cc \
143         misc-inst.cc \
144         ostream-inst.cc \
145         sstream-inst.cc \
146         stdexcept.cc \
147         stl_tree.cc \
148         streambuf-inst.cc \
149         string-inst.cc \
150         strstream.cc \
151         valarray-inst.cc \
152         wstring-inst.cc \
153         ${host_sources} \
154         ${host_sources_extra}
155
156 VPATH = $(top_srcdir)/src:$(top_srcdir)
157
158 libstdc___la_SOURCES = $(sources)
159
160 libstdc___la_LIBADD = \
161         $(top_builddir)/libmath/libmath.la \
162         $(top_builddir)/libsupc++/libsupc++convenience.la
163
164 libstdc___la_DEPENDENCIES = libstdc++-symbol.ver $(libstdc___la_LIBADD)
165
166 libstdc___la_LDFLAGS = \
167         -version-info @libtool_VERSION@ ${version_arg} \
168         -lm @LIBUNWIND_FLAG@
169
170
171 # Use special rules for the deprecated source files so that they find
172 # deprecated include files.
173 GLIBCXX_INCLUDE_DIR=@glibcxx_builddir@/include
174 strstream.lo: strstream.cc
175         $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
176 strstream.o: strstream.cc
177         $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
178
179 # Use special rules for the concept-checking instantiations so that all
180 # the generated template functions are also instantiated.  Force the checks
181 # to be on so that the instantiations are actually seen.
182 concept-inst.lo: concept-inst.cc
183         $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
184 concept-inst.o: concept-inst.cc
185         $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
186
187 # Use special rules for the demangler, so that an additional implicit
188 # instantiation file is not necessary.
189 demangle.lo: demangle.cc
190         $(LTCXXCOMPILE) -fimplicit-templates -c $<
191 demangle.o: demangle.cc
192         $(CXXCOMPILE) -fimplicit-templates -c $<
193
194
195 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
196 # modified in a per-library or per-sub-library way.  Need to manually
197 # set this option because CONFIG_CXXFLAGS has to be after
198 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
199 # as the occasion calls for it.
200 AM_CXXFLAGS = \
201         -fno-implicit-templates \
202         $(LIBSUPCXX_CXXFLAGS) \
203         $(WARN_CXXFLAGS) \
204         $(OPTIMIZE_CXXFLAGS) \
205         $(CONFIG_CXXFLAGS)
206
207
208 # libstdc++ libtool notes
209
210 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
211 # last. (That way, things like -O2 passed down from the toplevel can
212 # be overridden by --enable-debug.)
213
214 # 2) In general, libtool expects an argument such as `--tag=CXX' when
215 # using the C++ compiler, because that will enable the settings
216 # detected when C++ support was being configured.  However, when no
217 # such flag is given in the command line, libtool attempts to figure
218 # it out by matching the compiler name in each configuration section
219 # against a prefix of the command line.  The problem is that, if the
220 # compiler name and its initial flags stored in the libtool
221 # configuration file don't match those in the command line, libtool
222 # can't decide which configuration to use, and it gives up.  The
223 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
224 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
225 # attempt to infer which configuration to use
226 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
227                $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
228
229 # 3) We'd have a problem when building the shared libstdc++ object if
230 # the rules automake generates would be used.  We cannot allow g++ to
231 # be used since this would add -lstdc++ to the link line which of
232 # course is problematic at this point.  So, we get the top-level
233 # directory to configure libstdc++-v3 to use gcc as the C++
234 # compilation driver.
235 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
236           @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
237
238
239 # Added bits to build debug library.
240 if GLIBCXX_BUILD_DEBUG
241 all-local: build_debug
242 install-data-local: install_debug
243 else
244 all-local:
245 install-data-local:
246 endif
247
248 debugdir = debug
249
250 # Build parallel set of debug objects here.
251 stamp-debug:
252         if test ! -d ${debugdir}; then \
253           mkdir -p ${debugdir}; \
254           (cd ${debugdir}; \
255           sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
256               -e 's/srcdir = \.\./srcdir = ..\/../' \
257               -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
258               -e 's/all-local: build_debug/all-local:/' \
259               -e 's/install-data-local: install_debug/install-data-local:/' \
260           < ../Makefile > Makefile) ; \
261         fi; \
262         echo `date` > stamp-debug;
263
264 build_debug: stamp-debug
265         (cd ${debugdir} && $(MAKE) CXXFLAGS='@DEBUG_FLAGS@' all)
266
267 # Install debug library here.
268 install_debug:
269         (cd ${debugdir} && $(MAKE) \
270         toolexeclibdir=@glibcxx_toolexeclibdir@/debug install)