runtime: Remove undefined references to runtime_race*.
[official-gcc.git] / libstdc++-v3 / src / c++98 / Makefile.am
blobe3e540d64f634fe51a00ff9474b0c6da20ffc1f7
1 ## Makefile for the C++03 sources of the GNU C++ Standard library.
2 ##
3 ## Copyright (C) 1997-2014 Free Software Foundation, Inc.
4 ##
5 ## This file is part of the libstdc++ version 3 distribution.
6 ## Process this file with automake to produce Makefile.in.
8 ## This file is part of the GNU ISO C++ Library.  This library is free
9 ## software; you can redistribute it and/or modify it under the
10 ## terms of the GNU General Public License as published by the
11 ## Free Software Foundation; either version 3, or (at your option)
12 ## any later version.
14 ## This library is distributed in the hope that it will be useful,
15 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 ## GNU General Public License for more details.
19 ## You should have received a copy of the GNU General Public License along
20 ## with this library; see the file COPYING3.  If not see
21 ## <http://www.gnu.org/licenses/>.
23 include $(top_srcdir)/fragment.am
25 # Convenience library for C++98 runtime.
26 noinst_LTLIBRARIES = libc++98convenience.la 
28 headers =
30 if ENABLE_DUAL_ABI
31 cow_string_host_sources = \
32         collate_members_cow.cc \
33         messages_members_cow.cc \
34         monetary_members_cow.cc \
35         numeric_members_cow.cc
36 endif
38 # Source files linked in via configuration/make substitution for a
39 # particular host.
40 host_sources = \
41         $(cow_string_host_sources) \
42         atomicity.cc \
43         codecvt_members.cc \
44         collate_members.cc \
45         messages_members.cc \
46         monetary_members.cc \
47         numeric_members.cc \
48         time_members.cc
50 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
51         $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
53 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
54         $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
56 messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
57         $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
59 monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
60         $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
62 numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
63         $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
65 time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
66         $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
68 atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
69 atomicity.cc: ${atomicity_file}
70         $(LN_S) ${atomicity_file} ./atomicity.cc || true
72 if ENABLE_DUAL_ABI
73 collate_members_cow.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
74         $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) ./$@ || true
76 messages_members_cow.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
77         $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) ./$@ || true
79 monetary_members_cow.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
80         $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) ./$@ || true
82 numeric_members_cow.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
83         $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) ./$@ || true
84 endif
86 # Source files linked in via configuration/make substitution for a
87 # particular host, but with ad hoc naming rules.
88 host_sources_extra = \
89         basic_file.cc c++locale.cc \
90         ${inst_sources} ${parallel_sources}
92 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
93         $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
95 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
96         $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
98 if ENABLE_DUAL_ABI
99 cxx11_abi_sources = \
100         cow-istream-string.cc
101 else
102 cxx11_abi_sources =
103 endif
105 if ENABLE_EXTERN_TEMPLATE
106 # XTEMPLATE_FLAGS = -fno-implicit-templates
107 inst_sources = \
108         allocator-inst.cc \
109         concept-inst.cc \
110         ext-inst.cc \
111         locale-inst.cc \
112         misc-inst.cc \
113         wlocale-inst.cc
114 else
115 # XTEMPLATE_FLAGS =
116 inst_sources =
117 endif
119 parallel_sources = parallel_settings.cc
121 # Sources present in the src directory, always present.
122 sources = \
123         bitmap_allocator.cc \
124         pool_allocator.cc \
125         mt_allocator.cc \
126         codecvt.cc \
127         complex_io.cc \
128         globals_io.cc \
129         hash_tr1.cc \
130         hashtable_tr1.cc \
131         ios_failure.cc \
132         ios_init.cc \
133         ios_locale.cc \
134         list.cc \
135         list-aux.cc \
136         list-aux-2.cc \
137         list_associated.cc \
138         list_associated-2.cc \
139         locale.cc \
140         locale_init.cc \
141         locale_facets.cc \
142         localename.cc \
143         math_stubs_float.cc \
144         math_stubs_long_double.cc \
145         stdexcept.cc \
146         strstream.cc \
147         tree.cc \
148         istream.cc \
149         istream-string.cc \
150         streambuf.cc \
151         valarray.cc \
152         ${cxx11_abi_sources} \
153         ${host_sources} \
154         ${host_sources_extra}
156 vpath % $(top_srcdir)/src/c++98
158 libc__98convenience_la_SOURCES = $(sources)
160 if ENABLE_DUAL_ABI
161 GLIBCXX_ABI_FLAGS = -D_GLIBCXX_USE_CXX11_ABI=@glibcxx_cxx98_abi@
162 # Use special rules to compile with the non-default string ABI.
163 collate_members_cow.lo: collate_members_cow.cc
164         $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
165 collate_members_cow.o: collate_members_cow.cc
166         $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
167 messages_members_cow.lo: messages_members_cow.cc
168         $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
169 messages_members_cow.o: messages_members_cow.cc
170         $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
171 monetary_members_cow.lo: monetary_members_cow.cc
172         $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
173 monetary_members_cow.o: monetary_members_cow.cc
174         $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
175 numeric_members_cow.lo: numeric_members_cow.cc
176         $(LTCXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
177 numeric_members_cow.o: numeric_members_cow.cc
178         $(CXXCOMPILE) $(GLIBCXX_ABI_FLAGS) -fimplicit-templates -c $<
179 endif
181 # Use special rules for the deprecated source files so that they find
182 # deprecated include files.
183 GLIBCXX_INCLUDE_DIR=$(glibcxx_builddir)/include
184 strstream.lo: strstream.cc
185         $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
186 strstream.o: strstream.cc
187         $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
189 # Use special rules for the concept-checking instantiations so that all
190 # the generated template functions are also instantiated.  Force the checks
191 # to be on so that the instantiations are actually seen.
192 concept-inst.lo: concept-inst.cc
193         $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
194 concept-inst.o: concept-inst.cc
195         $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
197 # Use special rules for parallel mode compilation.
198 PARALLEL_FLAGS = -D_GLIBCXX_PARALLEL 
199 parallel_settings.lo: parallel_settings.cc
200         $(LTCXXCOMPILE) $(PARALLEL_FLAGS) -c $<
201 parallel_settings.o: parallel_settings.cc
202         $(CXXCOMPILE) $(PARALLEL_FLAGS) -c $<
204 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
205 # modified in a per-library or per-sub-library way.  Need to manually
206 # set this option because CONFIG_CXXFLAGS has to be after
207 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
208 # as the occasion calls for it.
209 AM_CXXFLAGS = \
210         $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
211         $(XTEMPLATE_FLAGS) $(VTV_CXXFLAGS) \
212         $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
214 AM_MAKEFLAGS = \
215         "gxx_include_dir=$(gxx_include_dir)"
217 # Libtool notes
219 # 1) In general, libtool expects an argument such as `--tag=CXX' when
220 # using the C++ compiler, because that will enable the settings
221 # detected when C++ support was being configured.  However, when no
222 # such flag is given in the command line, libtool attempts to figure
223 # it out by matching the compiler name in each configuration section
224 # against a prefix of the command line.  The problem is that, if the
225 # compiler name and its initial flags stored in the libtool
226 # configuration file don't match those in the command line, libtool
227 # can't decide which configuration to use, and it gives up.  The
228 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
229 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
230 # attempt to infer which configuration to use.
232 # The second tag argument, `--tag disable-shared` means that libtool
233 # only compiles each source once, for static objects. In actuality,
234 # glibcxx_lt_pic_flag and glibcxx_compiler_shared_flag are added to
235 # the libtool command that is used create the object, which is
236 # suitable for shared libraries.  The `--tag disable-shared` must be
237 # placed after --tag CXX lest things CXX undo the affect of
238 # disable-shared.
240 # 2) Need to explicitly set LTCXXCOMPILE so that EXTRA_CXX_FLAGS is
241 # last. (That way, things like -O2 passed down from the toplevel can
242 # be overridden by --enable-debug.)
243 LTCXXCOMPILE = \
244         $(LIBTOOL) --tag CXX --tag disable-shared \
245         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
246         --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
247         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(EXTRA_CXX_FLAGS)
249 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
251 # 3) We'd have a problem when building the shared libstdc++ object if
252 # the rules automake generates would be used.  We cannot allow g++ to
253 # be used since this would add -lstdc++ to the link line which of
254 # course is problematic at this point.  So, we get the top-level
255 # directory to configure libstdc++-v3 to use gcc as the C++
256 # compilation driver.
257 CXXLINK = \
258         $(LIBTOOL) --tag CXX --tag disable-shared \
259         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
260         --mode=link $(CXX) \
261         $(VTV_CXXLINKFLAGS) \
262         $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@