Merge from mainline
[official-gcc.git] / libstdc++-v3 / src / Makefile.am
blobb3ada6aeddb3eabb96e92df25202caa484660f9a
1 ## Makefile for the src subdirectory of the GNU C++ Standard library.
2 ##
3 ## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
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.
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.
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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
23 ## USA.
25 include $(top_srcdir)/fragment.am
27 # Cross compiler support.
28 toolexeclib_LTLIBRARIES = libstdc++.la
30 # Symbol versioning for shared libraries.
31 if ENABLE_SYMVERS
32 libstdc++-symbols.ver:  ${glibcxx_srcdir}/$(SYMVER_FILE) \
33                 $(port_specific_symbol_files)
34         cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
35         if test "x$(port_specific_symbol_files)" != x; then \
36           if grep '^# Appended to version file.' \
37                $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
38             cat $(port_specific_symbol_files) >> $@; \
39           else \
40             sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
41             sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
42             cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
43             rm tmp.top tmp.bottom; \
44           fi; \
45         fi
47 if ENABLE_SYMVERS_GNU
48 version_arg = -Wl,--version-script=libstdc++-symbols.ver
49 version_dep = libstdc++-symbols.ver
50 endif
51 if ENABLE_SYMVERS_GNU_NAMESPACE
52 version_arg = -Wl,--version-script=libstdc++-symbols.ver
53 version_dep = libstdc++-symbols.ver
54 endif
55 if ENABLE_SYMVERS_DARWIN
56 version_arg = -Wl,-exported_symbols_list,libstdc++-symbols.explist
57 version_dep = libstdc++-symbols.explist
58 libstdc++-symbols.explist : libstdc++-symbols.ver \
59                 ${glibcxx_srcdir}/scripts/make_exports.pl \
60                 $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
61         perl ${glibcxx_srcdir}/scripts/make_exports.pl \
62           libstdc++-symbols.ver \
63           $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
64          `echo $(libstdc___la_LIBADD) | \
65             sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
66          > $@ || (rm -f $@ ; exit 1)
67 endif
68 else
69 version_arg =
70 version_dep =
71 endif
74 # Source files linked in via configuration/make substitution for a
75 # particular host.
76 host_sources = \
77         atomicity.cc \
78         codecvt_members.cc \
79         collate_members.cc \
80         ctype_members.cc \
81         messages_members.cc \
82         monetary_members.cc \
83         numeric_members.cc \
84         time_members.cc 
86 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
87         $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
89 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
90         $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
92 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
93         $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
95 messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
96         $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
98 monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
99         $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
101 numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
102         $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
104 time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
105         $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
107 atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
108 atomicity.cc: ${atomicity_file}
109         $(LN_S) ${atomicity_file} ./atomicity.cc || true
111 # Source files linked in via configuration/make substitution for a
112 # particular host, but with ad hoc naming rules.
113 host_sources_extra = \
114         basic_file.cc \
115         c++locale.cc
117 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
118         $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
120 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
121         $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
123 if GLIBCXX_LDBL_COMPAT
124 ldbl_compat_sources = compatibility-ldbl.cc
125 else
126 ldbl_compat_sources =
127 endif
129 # Sources present in the src directory.
130 sources = \
131         bitmap_allocator.cc \
132         pool_allocator.cc \
133         mt_allocator.cc \
134         codecvt.cc \
135         compatibility.cc \
136         complex_io.cc \
137         ctype.cc \
138         debug.cc \
139         debug_list.cc \
140         functexcept.cc \
141         globals_locale.cc \
142         globals_io.cc \
143         ios.cc \
144         ios_failure.cc \
145         ios_init.cc \
146         ios_locale.cc \
147         limits.cc \
148         list.cc \
149         locale.cc \
150         locale_init.cc \
151         locale_facets.cc \
152         localename.cc \
153         stdexcept.cc \
154         strstream.cc \
155         tree.cc \
156         allocator-inst.cc \
157         concept-inst.cc \
158         fstream-inst.cc \
159         ext-inst.cc \
160         ios-inst.cc \
161         iostream-inst.cc \
162         istream-inst.cc \
163         istream.cc \
164         locale-inst.cc \
165         locale-misc-inst.cc \
166         misc-inst.cc \
167         ostream-inst.cc \
168         sstream-inst.cc \
169         streambuf-inst.cc \
170         streambuf.cc \
171         string-inst.cc \
172         valarray-inst.cc \
173         wlocale-inst.cc \
174         wstring-inst.cc \
175         ${host_sources} \
176         ${host_sources_extra} \
177         ${ldbl_compat_sources}
179 VPATH = $(top_srcdir)/src:$(top_srcdir)
181 libstdc___la_SOURCES = $(sources)
183 libstdc___la_LIBADD = \
184         $(top_builddir)/libmath/libmath.la \
185         $(top_builddir)/libsupc++/libsupc++convenience.la
187 libstdc___la_DEPENDENCIES = ${version_dep} $(libstdc___la_LIBADD)
189 libstdc___la_LDFLAGS = \
190         -version-info $(libtool_VERSION) ${version_arg} -lm 
192 # Use special rules for the deprecated source files so that they find
193 # deprecated include files.
194 GLIBCXX_INCLUDE_DIR=$(glibcxx_builddir)/include
195 strstream.lo: strstream.cc
196         $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
197 strstream.o: strstream.cc
198         $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
200 # Use special rules for the concept-checking instantiations so that all
201 # the generated template functions are also instantiated.  Force the checks
202 # to be on so that the instantiations are actually seen.
203 concept-inst.lo: concept-inst.cc
204         $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
205 concept-inst.o: concept-inst.cc
206         $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
208 if GLIBCXX_LDBL_COMPAT
209 # Use special rules for compatibility-ldbl.cc compilation, as we need to
210 # pass -mlong-double-64.
211 compatibility-ldbl.lo: compatibility-ldbl.cc
212         $(LTCXXCOMPILE) -mlong-double-64 -c $<
213 compatibility-ldbl.o: compatibility-ldbl.cc
214         $(CXXCOMPILE) -mlong-double-64 -c $<
215 endif
217 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
218 # modified in a per-library or per-sub-library way.  Need to manually
219 # set this option because CONFIG_CXXFLAGS has to be after
220 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
221 # as the occasion calls for it.
222 AM_CXXFLAGS = \
223         -fno-implicit-templates \
224         $(WARN_CXXFLAGS) \
225         $(OPTIMIZE_CXXFLAGS) \
226         $(CONFIG_CXXFLAGS)
229 # libstdc++ libtool notes
231 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
232 # last. (That way, things like -O2 passed down from the toplevel can
233 # be overridden by --enable-debug.)
235 # 2) In general, libtool expects an argument such as `--tag=CXX' when
236 # using the C++ compiler, because that will enable the settings
237 # detected when C++ support was being configured.  However, when no
238 # such flag is given in the command line, libtool attempts to figure
239 # it out by matching the compiler name in each configuration section
240 # against a prefix of the command line.  The problem is that, if the
241 # compiler name and its initial flags stored in the libtool
242 # configuration file don't match those in the command line, libtool
243 # can't decide which configuration to use, and it gives up.  The
244 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
245 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
246 # attempt to infer which configuration to use
247 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
248                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 
250 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
252 # 3) We'd have a problem when building the shared libstdc++ object if
253 # the rules automake generates would be used.  We cannot allow g++ to
254 # be used since this would add -lstdc++ to the link line which of
255 # course is problematic at this point.  So, we get the top-level
256 # directory to configure libstdc++-v3 to use gcc as the C++
257 # compilation driver.
258 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
259           $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
262 # Added bits to build debug library.
263 if GLIBCXX_BUILD_DEBUG
264 all-local: build_debug
265 install-data-local: install_debug
266 else
267 all-local:
268 install-data-local:
269 endif
271 debugdir = debug
273 # Build parallel set of debug objects here.
274 stamp-debug:
275         if test ! -d ${debugdir}; then \
276           mkdir -p ${debugdir}; \
277           (cd ${debugdir}; \
278           sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
279               -e 's/srcdir = \.\./srcdir = ..\/../' \
280               -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
281               -e 's/all-local: build_debug/all-local:/' \
282               -e 's/install-data-local: install_debug/install-data-local:/' \
283           < ../Makefile > Makefile) ; \
284         fi; \
285         echo `date` > stamp-debug;
287 build_debug: stamp-debug
288         (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' all)
290 # Install debug library here.
291 install_debug:
292         (cd ${debugdir} && $(MAKE) \
293         toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)