OSDN Git Service

2dc9203cf3bdb8eba248b05b3488ef1a80dcf25e
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41         $(top_srcdir)/fragment.am
42 subdir = src
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/../config/enable.m4 \
45         $(top_srcdir)/../config/futex.m4 \
46         $(top_srcdir)/../config/iconv.m4 \
47         $(top_srcdir)/../config/lead-dot.m4 \
48         $(top_srcdir)/../config/lib-ld.m4 \
49         $(top_srcdir)/../config/lib-link.m4 \
50         $(top_srcdir)/../config/lib-prefix.m4 \
51         $(top_srcdir)/../config/multi.m4 \
52         $(top_srcdir)/../config/no-executables.m4 \
53         $(top_srcdir)/../config/override.m4 \
54         $(top_srcdir)/../config/proginstall.m4 \
55         $(top_srcdir)/../config/stdint.m4 \
56         $(top_srcdir)/../config/unwind_ipinfo.m4 \
57         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
58         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
59         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
60         $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
61         $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67 am__vpath_adj = case $$p in \
68     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69     *) f=$$p;; \
70   esac;
71 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
72 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
73 toolexeclibLTLIBRARIES_INSTALL = $(INSTALL)
74 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
75 am__DEPENDENCIES_1 =
76 am__libstdc___la_SOURCES_DIST = atomic.cc bitmap_allocator.cc \
77         pool_allocator.cc mt_allocator.cc codecvt.cc compatibility.cc \
78         complex_io.cc ctype.cc debug.cc functexcept.cc hash.cc \
79         hash_c++0x.cc globals_io.cc hashtable.cc hashtable_c++0x.cc \
80         ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \
81         limits_c++0x.cc list.cc debug_list.cc locale.cc locale_init.cc \
82         locale_facets.cc localename.cc stdexcept.cc strstream.cc \
83         system_error.cc tree.cc allocator-inst.cc concept-inst.cc \
84         fstream-inst.cc ext-inst.cc ios-inst.cc iostream-inst.cc \
85         istream-inst.cc istream.cc locale-inst.cc misc-inst.cc \
86         ostream-inst.cc sstream-inst.cc streambuf-inst.cc streambuf.cc \
87         string-inst.cc valarray-inst.cc wlocale-inst.cc \
88         wstring-inst.cc mutex.cc condition_variable.cc chrono.cc \
89         thread.cc atomicity.cc codecvt_members.cc collate_members.cc \
90         ctype_members.cc messages_members.cc monetary_members.cc \
91         numeric_members.cc time_members.cc basic_file.cc c++locale.cc \
92         compatibility-ldbl.cc parallel_list.cc parallel_settings.cc
93 am__objects_1 = atomicity.lo codecvt_members.lo collate_members.lo \
94         ctype_members.lo messages_members.lo monetary_members.lo \
95         numeric_members.lo time_members.lo
96 @GLIBCXX_LDBL_COMPAT_TRUE@am__objects_2 = compatibility-ldbl.lo
97 @ENABLE_PARALLEL_TRUE@am__objects_3 = parallel_list.lo \
98 @ENABLE_PARALLEL_TRUE@  parallel_settings.lo
99 am__objects_4 = basic_file.lo c++locale.lo $(am__objects_2) \
100         $(am__objects_3)
101 am__objects_5 = atomic.lo bitmap_allocator.lo pool_allocator.lo \
102         mt_allocator.lo codecvt.lo compatibility.lo complex_io.lo \
103         ctype.lo debug.lo functexcept.lo hash.lo hash_c++0x.lo \
104         globals_io.lo hashtable.lo hashtable_c++0x.lo ios.lo \
105         ios_failure.lo ios_init.lo ios_locale.lo limits.lo \
106         limits_c++0x.lo list.lo debug_list.lo locale.lo locale_init.lo \
107         locale_facets.lo localename.lo stdexcept.lo strstream.lo \
108         system_error.lo tree.lo allocator-inst.lo concept-inst.lo \
109         fstream-inst.lo ext-inst.lo ios-inst.lo iostream-inst.lo \
110         istream-inst.lo istream.lo locale-inst.lo misc-inst.lo \
111         ostream-inst.lo sstream-inst.lo streambuf-inst.lo streambuf.lo \
112         string-inst.lo valarray-inst.lo wlocale-inst.lo \
113         wstring-inst.lo mutex.lo condition_variable.lo chrono.lo \
114         thread.lo $(am__objects_1) $(am__objects_4)
115 am_libstdc___la_OBJECTS = $(am__objects_5)
116 libstdc___la_OBJECTS = $(am_libstdc___la_OBJECTS)
117 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
118 depcomp =
119 am__depfiles_maybe =
120 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
121         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
122 CXXLD = $(CXX)
123 SOURCES = $(libstdc___la_SOURCES)
124 DIST_SOURCES = $(am__libstdc___la_SOURCES_DIST)
125 ETAGS = etags
126 CTAGS = ctags
127 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
129 ACLOCAL = @ACLOCAL@
130 ALLOCATOR_H = @ALLOCATOR_H@
131 ALLOCATOR_NAME = @ALLOCATOR_NAME@
132 AMTAR = @AMTAR@
133 AR = @AR@
134 AS = @AS@
135 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
136 ATOMIC_FLAGS = @ATOMIC_FLAGS@
137 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 BASIC_FILE_CC = @BASIC_FILE_CC@
143 BASIC_FILE_H = @BASIC_FILE_H@
144 CC = @CC@
145 CCODECVT_CC = @CCODECVT_CC@
146 CCOLLATE_CC = @CCOLLATE_CC@
147 CCTYPE_CC = @CCTYPE_CC@
148 CFLAGS = @CFLAGS@
149 CLOCALE_CC = @CLOCALE_CC@
150 CLOCALE_H = @CLOCALE_H@
151 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
152 CMESSAGES_CC = @CMESSAGES_CC@
153 CMESSAGES_H = @CMESSAGES_H@
154 CMONEY_CC = @CMONEY_CC@
155 CNUMERIC_CC = @CNUMERIC_CC@
156 CPP = @CPP@
157 CPPFLAGS = @CPPFLAGS@
158 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
159 CSTDIO_H = @CSTDIO_H@
160 CTIME_CC = @CTIME_CC@
161 CTIME_H = @CTIME_H@
162 CXX = @CXX@
163 CXXCPP = @CXXCPP@
164 CXXFLAGS = @CXXFLAGS@
165 CYGPATH_W = @CYGPATH_W@
166 C_INCLUDE_DIR = @C_INCLUDE_DIR@
167 DEBUG_FLAGS = @DEBUG_FLAGS@
168 DEFS = @DEFS@
169 DSYMUTIL = @DSYMUTIL@
170 DUMPBIN = @DUMPBIN@
171 ECHO_C = @ECHO_C@
172 ECHO_N = @ECHO_N@
173 ECHO_T = @ECHO_T@
174 EGREP = @EGREP@
175 ENABLE_PARALLEL_FALSE = @ENABLE_PARALLEL_FALSE@
176 ENABLE_PARALLEL_TRUE = @ENABLE_PARALLEL_TRUE@
177 ENABLE_SYMVERS_DARWIN_FALSE = @ENABLE_SYMVERS_DARWIN_FALSE@
178 ENABLE_SYMVERS_DARWIN_TRUE = @ENABLE_SYMVERS_DARWIN_TRUE@
179 ENABLE_SYMVERS_FALSE = @ENABLE_SYMVERS_FALSE@
180 ENABLE_SYMVERS_GNU_FALSE = @ENABLE_SYMVERS_GNU_FALSE@
181 ENABLE_SYMVERS_GNU_NAMESPACE_FALSE = @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@
182 ENABLE_SYMVERS_GNU_NAMESPACE_TRUE = @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@
183 ENABLE_SYMVERS_GNU_TRUE = @ENABLE_SYMVERS_GNU_TRUE@
184 ENABLE_SYMVERS_TRUE = @ENABLE_SYMVERS_TRUE@
185 ENABLE_VISIBILITY_FALSE = @ENABLE_VISIBILITY_FALSE@
186 ENABLE_VISIBILITY_TRUE = @ENABLE_VISIBILITY_TRUE@
187 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
188 EXEEXT = @EXEEXT@
189 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
190 FGREP = @FGREP@
191 GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
192 GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
193 GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
194 GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
195 GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
196 GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
197 GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
198 GLIBCXX_C_HEADERS_C_GLOBAL_FALSE = @GLIBCXX_C_HEADERS_C_GLOBAL_FALSE@
199 GLIBCXX_C_HEADERS_C_GLOBAL_TRUE = @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@
200 GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
201 GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
202 GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
203 GLIBCXX_C_HEADERS_EXTRA_FALSE = @GLIBCXX_C_HEADERS_EXTRA_FALSE@
204 GLIBCXX_C_HEADERS_EXTRA_TRUE = @GLIBCXX_C_HEADERS_EXTRA_TRUE@
205 GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
206 GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
207 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
208 GLIBCXX_LDBL_COMPAT_FALSE = @GLIBCXX_LDBL_COMPAT_FALSE@
209 GLIBCXX_LDBL_COMPAT_TRUE = @GLIBCXX_LDBL_COMPAT_TRUE@
210 GLIBCXX_LIBS = @GLIBCXX_LIBS@
211 GREP = @GREP@
212 INSTALL_DATA = @INSTALL_DATA@
213 INSTALL_PROGRAM = @INSTALL_PROGRAM@
214 INSTALL_SCRIPT = @INSTALL_SCRIPT@
215 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216 LD = @LD@
217 LDFLAGS = @LDFLAGS@
218 LIBICONV = @LIBICONV@
219 LIBMATHOBJS = @LIBMATHOBJS@
220 LIBOBJS = @LIBOBJS@
221 LIBS = @LIBS@
222 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
223 LIBTOOL = @LIBTOOL@
224 LIPO = @LIPO@
225 LN_S = @LN_S@
226 LTLIBICONV = @LTLIBICONV@
227 LTLIBOBJS = @LTLIBOBJS@
228 MAINT = @MAINT@
229 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
230 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
231 MAKEINFO = @MAKEINFO@
232 NM = @NM@
233 NMEDIT = @NMEDIT@
234 OBJDUMP = @OBJDUMP@
235 OBJEXT = @OBJEXT@
236 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
237 OPT_LDFLAGS = @OPT_LDFLAGS@
238 OS_INC_SRCDIR = @OS_INC_SRCDIR@
239 OTOOL = @OTOOL@
240 OTOOL64 = @OTOOL64@
241 PACKAGE = @PACKAGE@
242 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243 PACKAGE_NAME = @PACKAGE_NAME@
244 PACKAGE_STRING = @PACKAGE_STRING@
245 PACKAGE_TARNAME = @PACKAGE_TARNAME@
246 PACKAGE_VERSION = @PACKAGE_VERSION@
247 PATH_SEPARATOR = @PATH_SEPARATOR@
248 RANLIB = @RANLIB@
249 SECTION_FLAGS = @SECTION_FLAGS@
250 SECTION_LDFLAGS = @SECTION_LDFLAGS@
251 SED = @SED@
252 SET_MAKE = @SET_MAKE@
253 SHELL = @SHELL@
254 STRIP = @STRIP@
255 SYMVER_FILE = @SYMVER_FILE@
256 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
257 USE_NLS = @USE_NLS@
258 VERSION = @VERSION@
259 WARN_FLAGS = @WARN_FLAGS@
260 WERROR = @WERROR@
261 ac_ct_AR = @ac_ct_AR@
262 ac_ct_AS = @ac_ct_AS@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_CXX = @ac_ct_CXX@
265 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
266 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267 ac_ct_LIPO = @ac_ct_LIPO@
268 ac_ct_NMEDIT = @ac_ct_NMEDIT@
269 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
270 ac_ct_OTOOL = @ac_ct_OTOOL@
271 ac_ct_OTOOL64 = @ac_ct_OTOOL64@
272 ac_ct_RANLIB = @ac_ct_RANLIB@
273 ac_ct_STRIP = @ac_ct_STRIP@
274 am__leading_dot = @am__leading_dot@
275 am__tar = @am__tar@
276 am__untar = @am__untar@
277 baseline_dir = @baseline_dir@
278 bindir = @bindir@
279 build = @build@
280 build_alias = @build_alias@
281 build_cpu = @build_cpu@
282 build_os = @build_os@
283 build_vendor = @build_vendor@
284 check_msgfmt = @check_msgfmt@
285 datadir = @datadir@
286 enable_shared = @enable_shared@
287 enable_static = @enable_static@
288 exec_prefix = @exec_prefix@
289 glibcxx_MOFILES = @glibcxx_MOFILES@
290 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
291 glibcxx_POFILES = @glibcxx_POFILES@
292 glibcxx_builddir = @glibcxx_builddir@
293 glibcxx_localedir = @glibcxx_localedir@
294 glibcxx_prefixdir = @glibcxx_prefixdir@
295 glibcxx_srcdir = @glibcxx_srcdir@
296 glibcxx_thread_h = @glibcxx_thread_h@
297 glibcxx_toolexecdir = @glibcxx_toolexecdir@
298 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
299 gxx_include_dir = @gxx_include_dir@
300 host = @host@
301 host_alias = @host_alias@
302 host_cpu = @host_cpu@
303 host_os = @host_os@
304 host_vendor = @host_vendor@
305 includedir = @includedir@
306 infodir = @infodir@
307 install_sh = @install_sh@
308 libdir = @libdir@
309 libexecdir = @libexecdir@
310 libtool_VERSION = @libtool_VERSION@
311 localstatedir = @localstatedir@
312 lt_ECHO = @lt_ECHO@
313 mandir = @mandir@
314 mkdir_p = @mkdir_p@
315 multi_basedir = @multi_basedir@
316 oldincludedir = @oldincludedir@
317 port_specific_symbol_files = @port_specific_symbol_files@
318 prefix = @prefix@
319 program_transform_name = @program_transform_name@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 sysconfdir = @sysconfdir@
323 target = @target@
324 target_alias = @target_alias@
325 target_cpu = @target_cpu@
326 target_os = @target_os@
327 target_vendor = @target_vendor@
328 toplevel_srcdir = @toplevel_srcdir@
329
330 # May be used by various substitution variables.
331 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
332 MAINT_CHARSET = latin1
333 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
334 PWD_COMMAND = $${PWDCMD-pwd}
335 STAMP = echo timestamp >
336 toolexecdir = $(glibcxx_toolexecdir)
337 toolexeclibdir = $(glibcxx_toolexeclibdir)
338
339 # These bits are all figured out from configure.  Look in acinclude.m4
340 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
341 CONFIG_CXXFLAGS = \
342         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
343
344 WARN_CXXFLAGS = \
345         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
346
347
348 # -I/-D flags to pass when compiling.
349 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
350
351 # Cross compiler support.
352 toolexeclib_LTLIBRARIES = libstdc++.la
353 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,-exported_symbols_list,libstdc++-symbols.explist
354 @ENABLE_SYMVERS_FALSE@version_arg = 
355 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
356 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_arg = -Wl,--version-script=libstdc++-symbols.ver
357 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.explist
358 @ENABLE_SYMVERS_FALSE@version_dep = 
359 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
360 @ENABLE_SYMVERS_GNU_TRUE@@ENABLE_SYMVERS_TRUE@version_dep = libstdc++-symbols.ver
361
362 # Source files linked in via configuration/make substitution for a
363 # particular host.
364 host_sources = \
365         atomicity.cc \
366         codecvt_members.cc \
367         collate_members.cc \
368         ctype_members.cc \
369         messages_members.cc \
370         monetary_members.cc \
371         numeric_members.cc \
372         time_members.cc 
373
374 atomicity_file = ${glibcxx_srcdir}/$(ATOMICITY_SRCDIR)/atomicity.h
375
376 # Source files linked in via configuration/make substitution for a
377 # particular host, but with ad hoc naming rules.
378 host_sources_extra = \
379         basic_file.cc c++locale.cc ${ldbl_compat_sources} ${parallel_sources}
380
381 @ENABLE_PARALLEL_FALSE@parallel_sources = 
382 @ENABLE_PARALLEL_TRUE@parallel_sources = parallel_list.cc parallel_settings.cc
383 @GLIBCXX_LDBL_COMPAT_FALSE@ldbl_compat_sources = 
384 @GLIBCXX_LDBL_COMPAT_TRUE@ldbl_compat_sources = compatibility-ldbl.cc
385
386 # Sources present in the src directory.
387 sources = \
388         atomic.cc \
389         bitmap_allocator.cc \
390         pool_allocator.cc \
391         mt_allocator.cc \
392         codecvt.cc \
393         compatibility.cc \
394         complex_io.cc \
395         ctype.cc \
396         debug.cc \
397         functexcept.cc \
398         hash.cc \
399         hash_c++0x.cc \
400         globals_io.cc \
401         hashtable.cc \
402         hashtable_c++0x.cc \
403         ios.cc \
404         ios_failure.cc \
405         ios_init.cc \
406         ios_locale.cc \
407         limits.cc \
408         limits_c++0x.cc \
409         list.cc \
410         debug_list.cc \
411         locale.cc \
412         locale_init.cc \
413         locale_facets.cc \
414         localename.cc \
415         stdexcept.cc \
416         strstream.cc \
417         system_error.cc \
418         tree.cc \
419         allocator-inst.cc \
420         concept-inst.cc \
421         fstream-inst.cc \
422         ext-inst.cc \
423         ios-inst.cc \
424         iostream-inst.cc \
425         istream-inst.cc \
426         istream.cc \
427         locale-inst.cc \
428         misc-inst.cc \
429         ostream-inst.cc \
430         sstream-inst.cc \
431         streambuf-inst.cc \
432         streambuf.cc \
433         string-inst.cc \
434         valarray-inst.cc \
435         wlocale-inst.cc \
436         wstring-inst.cc \
437         mutex.cc \
438         condition_variable.cc \
439         chrono.cc \
440         thread.cc \
441         ${host_sources} \
442         ${host_sources_extra} 
443
444 libstdc___la_SOURCES = $(sources)
445 libstdc___la_LIBADD = \
446         $(GLIBCXX_LIBS) \
447         $(top_builddir)/libmath/libmath.la \
448         $(top_builddir)/libsupc++/libsupc++convenience.la
449
450 libstdc___la_DEPENDENCIES = \
451         ${version_dep} \
452         $(top_builddir)/libmath/libmath.la \
453         $(top_builddir)/libsupc++/libsupc++convenience.la
454
455 libstdc___la_LDFLAGS = \
456         -version-info $(libtool_VERSION) ${version_arg} -lm 
457
458
459 # Use special rules for the deprecated source files so that they find
460 # deprecated include files.
461 GLIBCXX_INCLUDE_DIR = $(glibcxx_builddir)/include
462
463 # Use special rules for parallel mode compilation.
464 PARALLEL_FLAGS = -fopenmp -D_GLIBCXX_PARALLEL -I$(glibcxx_builddir)/../libgomp
465
466 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
467 # modified in a per-library or per-sub-library way.  Need to manually
468 # set this option because CONFIG_CXXFLAGS has to be after
469 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
470 # as the occasion calls for it.
471 AM_CXXFLAGS = \
472         -fno-implicit-templates \
473         $(WARN_CXXFLAGS) \
474         $(OPTIMIZE_CXXFLAGS) \
475         $(CONFIG_CXXFLAGS)
476
477
478 # libstdc++ libtool notes
479
480 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
481 # last. (That way, things like -O2 passed down from the toplevel can
482 # be overridden by --enable-debug.)
483
484 # 2) In general, libtool expects an argument such as `--tag=CXX' when
485 # using the C++ compiler, because that will enable the settings
486 # detected when C++ support was being configured.  However, when no
487 # such flag is given in the command line, libtool attempts to figure
488 # it out by matching the compiler name in each configuration section
489 # against a prefix of the command line.  The problem is that, if the
490 # compiler name and its initial flags stored in the libtool
491 # configuration file don't match those in the command line, libtool
492 # can't decide which configuration to use, and it gives up.  The
493 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
494 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
495 # attempt to infer which configuration to use
496 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
497                $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 
498
499 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
500
501 # 3) We'd have a problem when building the shared libstdc++ object if
502 # the rules automake generates would be used.  We cannot allow g++ to
503 # be used since this would add -lstdc++ to the link line which of
504 # course is problematic at this point.  So, we get the top-level
505 # directory to configure libstdc++-v3 to use gcc as the C++
506 # compilation driver.
507 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
508           $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
509
510 debugdir = debug
511 all: all-am
512
513 .SUFFIXES:
514 .SUFFIXES: .cc .lo .o .obj
515 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
516         @for dep in $?; do \
517           case '$(am__configure_deps)' in \
518             *$$dep*) \
519               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
520                 && exit 0; \
521               exit 1;; \
522           esac; \
523         done; \
524         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps src/Makefile'; \
525         cd $(top_srcdir) && \
526           $(AUTOMAKE) --foreign  --ignore-deps src/Makefile
527 .PRECIOUS: Makefile
528 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
529         @case '$?' in \
530           *config.status*) \
531             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
532           *) \
533             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
534             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
535         esac;
536
537 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
538         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
539
540 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
541         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
542 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
543         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
544 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
545         @$(NORMAL_INSTALL)
546         test -z "$(toolexeclibdir)" || $(mkdir_p) "$(DESTDIR)$(toolexeclibdir)"
547         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
548           if test -f $$p; then \
549             f=$(am__strip_dir) \
550             echo " $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
551             $(LIBTOOL) --mode=install $(toolexeclibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toolexeclibdir)/$$f"; \
552           else :; fi; \
553         done
554
555 uninstall-toolexeclibLTLIBRARIES:
556         @$(NORMAL_UNINSTALL)
557         @set -x; list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
558           p=$(am__strip_dir) \
559           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$p'"; \
560           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$p"; \
561         done
562
563 clean-toolexeclibLTLIBRARIES:
564         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
565         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
566           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
567           test "$$dir" != "$$p" || dir=.; \
568           echo "rm -f \"$${dir}/so_locations\""; \
569           rm -f "$${dir}/so_locations"; \
570         done
571 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES) 
572         $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
573
574 mostlyclean-compile:
575         -rm -f *.$(OBJEXT)
576
577 distclean-compile:
578         -rm -f *.tab.c
579
580 .cc.o:
581         $(CXXCOMPILE) -c -o $@ $<
582
583 .cc.obj:
584         $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
585
586 .cc.lo:
587         $(LTCXXCOMPILE) -c -o $@ $<
588
589 mostlyclean-libtool:
590         -rm -f *.lo
591
592 clean-libtool:
593         -rm -rf .libs _libs
594
595 distclean-libtool:
596         -rm -f libtool
597 uninstall-info-am:
598
599 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
600         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
601         unique=`for i in $$list; do \
602             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
603           done | \
604           $(AWK) '    { files[$$0] = 1; } \
605                END { for (i in files) print i; }'`; \
606         mkid -fID $$unique
607 tags: TAGS
608
609 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
610                 $(TAGS_FILES) $(LISP)
611         tags=; \
612         here=`pwd`; \
613         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
614         unique=`for i in $$list; do \
615             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616           done | \
617           $(AWK) '    { files[$$0] = 1; } \
618                END { for (i in files) print i; }'`; \
619         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
620           test -n "$$unique" || unique=$$empty_fix; \
621           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
622             $$tags $$unique; \
623         fi
624 ctags: CTAGS
625 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
626                 $(TAGS_FILES) $(LISP)
627         tags=; \
628         here=`pwd`; \
629         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
630         unique=`for i in $$list; do \
631             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
632           done | \
633           $(AWK) '    { files[$$0] = 1; } \
634                END { for (i in files) print i; }'`; \
635         test -z "$(CTAGS_ARGS)$$tags$$unique" \
636           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
637              $$tags $$unique
638
639 GTAGS:
640         here=`$(am__cd) $(top_builddir) && pwd` \
641           && cd $(top_srcdir) \
642           && gtags -i $(GTAGS_ARGS) $$here
643
644 distclean-tags:
645         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
646
647 distdir: $(DISTFILES)
648         $(mkdir_p) $(distdir)/..
649         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
650         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
651         list='$(DISTFILES)'; for file in $$list; do \
652           case $$file in \
653             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
654             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
655           esac; \
656           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
657           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
658           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
659             dir="/$$dir"; \
660             $(mkdir_p) "$(distdir)$$dir"; \
661           else \
662             dir=''; \
663           fi; \
664           if test -d $$d/$$file; then \
665             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
666               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
667             fi; \
668             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
669           else \
670             test -f $(distdir)/$$file \
671             || cp -p $$d/$$file $(distdir)/$$file \
672             || exit 1; \
673           fi; \
674         done
675 check-am: all-am
676 check: check-am
677 all-am: Makefile $(LTLIBRARIES) all-local
678 installdirs:
679         for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
680           test -z "$$dir" || $(mkdir_p) "$$dir"; \
681         done
682 install: install-am
683 install-exec: install-exec-am
684 install-data: install-data-am
685 uninstall: uninstall-am
686
687 install-am: all-am
688         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
689
690 installcheck: installcheck-am
691 install-strip:
692         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
693           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
694           `test -z '$(STRIP)' || \
695             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
696 mostlyclean-generic:
697
698 clean-generic:
699
700 distclean-generic:
701         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
702
703 maintainer-clean-generic:
704         @echo "This command is intended for maintainers to use"
705         @echo "it deletes files that may require special tools to rebuild."
706 clean: clean-am
707
708 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
709         mostlyclean-am
710
711 distclean: distclean-am
712         -rm -f Makefile
713 distclean-am: clean-am distclean-compile distclean-generic \
714         distclean-libtool distclean-tags
715
716 dvi: dvi-am
717
718 dvi-am:
719
720 html: html-am
721
722 info: info-am
723
724 info-am:
725
726 install-data-am: install-data-local
727
728 install-exec-am: install-toolexeclibLTLIBRARIES
729
730 install-info: install-info-am
731
732 install-man:
733
734 installcheck-am:
735
736 maintainer-clean: maintainer-clean-am
737         -rm -f Makefile
738 maintainer-clean-am: distclean-am maintainer-clean-generic
739
740 mostlyclean: mostlyclean-am
741
742 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
743         mostlyclean-libtool
744
745 pdf: pdf-am
746
747 pdf-am:
748
749 ps: ps-am
750
751 ps-am:
752
753 uninstall-am: uninstall-info-am uninstall-toolexeclibLTLIBRARIES
754
755 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
756         clean-generic clean-libtool clean-toolexeclibLTLIBRARIES ctags \
757         distclean distclean-compile distclean-generic \
758         distclean-libtool distclean-tags distdir dvi dvi-am html \
759         html-am info info-am install install-am install-data \
760         install-data-am install-data-local install-exec \
761         install-exec-am install-info install-info-am install-man \
762         install-strip install-toolexeclibLTLIBRARIES installcheck \
763         installcheck-am installdirs maintainer-clean \
764         maintainer-clean-generic mostlyclean mostlyclean-compile \
765         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
766         tags uninstall uninstall-am uninstall-info-am \
767         uninstall-toolexeclibLTLIBRARIES
768
769
770 # Symbol versioning for shared libraries.
771 @ENABLE_SYMVERS_TRUE@libstdc++-symbols.ver:  ${glibcxx_srcdir}/$(SYMVER_FILE) \
772 @ENABLE_SYMVERS_TRUE@           $(port_specific_symbol_files)
773 @ENABLE_SYMVERS_TRUE@   cp ${glibcxx_srcdir}/$(SYMVER_FILE) ./libstdc++-symbols.ver
774 @ENABLE_SYMVERS_TRUE@   chmod +w ./libstdc++-symbols.ver
775 @ENABLE_SYMVERS_TRUE@   if test "x$(port_specific_symbol_files)" != x; then \
776 @ENABLE_SYMVERS_TRUE@     if grep '^# Appended to version file.' \
777 @ENABLE_SYMVERS_TRUE@          $(port_specific_symbol_files) /dev/null > /dev/null 2>&1; then \
778 @ENABLE_SYMVERS_TRUE@       cat $(port_specific_symbol_files) >> $@; \
779 @ENABLE_SYMVERS_TRUE@     else \
780 @ENABLE_SYMVERS_TRUE@       sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
781 @ENABLE_SYMVERS_TRUE@       sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
782 @ENABLE_SYMVERS_TRUE@       cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
783 @ENABLE_SYMVERS_TRUE@       rm tmp.top tmp.bottom; \
784 @ENABLE_SYMVERS_TRUE@     fi; \
785 @ENABLE_SYMVERS_TRUE@   fi
786 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@libstdc++-symbols.explist : libstdc++-symbols.ver \
787 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@               ${glibcxx_srcdir}/scripts/make_exports.pl \
788 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@               $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD)
789 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@       perl ${glibcxx_srcdir}/scripts/make_exports.pl \
790 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@         libstdc++-symbols.ver \
791 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@         $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
792 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@        `echo $(libstdc___la_LIBADD) | \
793 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@           sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
794 @ENABLE_SYMVERS_DARWIN_TRUE@@ENABLE_SYMVERS_TRUE@        > $@ || (rm -f $@ ; exit 1)
795
796 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
797         $(LN_S) ${glibcxx_srcdir}/$(CCODECVT_CC) . || true
798
799 collate_members.cc: ${glibcxx_srcdir}/$(CCOLLATE_CC)
800         $(LN_S) ${glibcxx_srcdir}/$(CCOLLATE_CC) . || true
801
802 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
803         $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
804
805 messages_members.cc: ${glibcxx_srcdir}/$(CMESSAGES_CC)
806         $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_CC) . || true
807
808 monetary_members.cc: ${glibcxx_srcdir}/$(CMONEY_CC)
809         $(LN_S) ${glibcxx_srcdir}/$(CMONEY_CC) . || true
810
811 numeric_members.cc: ${glibcxx_srcdir}/$(CNUMERIC_CC)
812         $(LN_S) ${glibcxx_srcdir}/$(CNUMERIC_CC) . || true
813
814 time_members.cc: ${glibcxx_srcdir}/$(CTIME_CC)
815         $(LN_S) ${glibcxx_srcdir}/$(CTIME_CC) . || true
816 atomicity.cc: ${atomicity_file}
817         $(LN_S) ${atomicity_file} ./atomicity.cc || true
818
819 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
820         $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_CC) ./$@ || true
821
822 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
823         $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
824
825 vpath % $(top_srcdir)/src
826 vpath % $(top_srcdir)
827 strstream.lo: strstream.cc
828         $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
829 strstream.o: strstream.cc
830         $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
831
832 # Use special rules for the concept-checking instantiations so that all
833 # the generated template functions are also instantiated.  Force the checks
834 # to be on so that the instantiations are actually seen.
835 concept-inst.lo: concept-inst.cc
836         $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
837 concept-inst.o: concept-inst.cc
838         $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
839 parallel_list.lo: parallel_list.cc
840         $(LTCXXCOMPILE) $(PARALLEL_FLAGS) -c $<
841 parallel_list.o: parallel_list.cc
842         $(CXXCOMPILE) $(PARALLEL_FLAGS) -c $<
843
844 parallel_settings.lo: parallel_settings.cc
845         $(LTCXXCOMPILE) $(PARALLEL_FLAGS) -c $<
846 parallel_settings.o: parallel_settings.cc
847         $(CXXCOMPILE) $(PARALLEL_FLAGS) -c $<
848
849 # Use special rules for the C++0x sources so that the proper flags are passed.
850 functexcept.lo: functexcept.cc
851         $(LTCXXCOMPILE) -std=gnu++0x -c $<
852 functexcept.o: functexcept.cc
853         $(CXXCOMPILE) -std=gnu++0x -c $<
854
855 system_error.lo: system_error.cc
856         $(LTCXXCOMPILE) -std=gnu++0x -c $<
857 system_error.o: system_error.cc
858         $(CXXCOMPILE) -std=gnu++0x -c $<
859
860 mutex.lo: mutex.cc
861         $(LTCXXCOMPILE) -std=gnu++0x -c $<
862 mutex.o: mutex.cc
863         $(CXXCOMPILE) -std=gnu++0x -c $<
864
865 condition_variable.lo: condition_variable.cc
866         $(LTCXXCOMPILE) -std=gnu++0x -c $<
867 condition_variable.o: condition_variable.cc
868         $(CXXCOMPILE) -std=gnu++0x -c $<
869
870 hash_c++0x.lo: hash_c++0x.cc
871         $(LTCXXCOMPILE) -std=gnu++0x -c $<
872 hash_c++0x.o: hash_c++0x.cc
873         $(CXXCOMPILE) -std=gnu++0x -c $<
874
875 hashtable_c++0x.lo: hashtable_c++0x.cc
876         $(LTCXXCOMPILE) -std=gnu++0x -c $<
877 hashtable_c++0x.o: hashtable_c++0x.cc
878         $(CXXCOMPILE) -std=gnu++0x -c $<
879
880 limits_c++0x.lo: limits_c++0x.cc
881         $(LTCXXCOMPILE) -std=gnu++0x -c $<
882 limits_c++0x.o: limits_c++0x.cc
883         $(CXXCOMPILE) -std=gnu++0x -c $<
884
885 atomic.lo: atomic.cc
886         $(LTCXXCOMPILE) -x c++ -std=gnu++0x -c $<
887 atomic.o: atomic.cc
888         $(CXXCOMPILE) -x c++ -std=gnu++0x -c $<
889
890 string-inst.lo: string-inst.cc
891         $(LTCXXCOMPILE) -std=gnu++0x -c $<
892 string-inst.o: string-inst.cc
893         $(CXXCOMPILE) -std=gnu++0x -c $<
894
895 wstring-inst.lo: wstring-inst.cc
896         $(LTCXXCOMPILE) -std=gnu++0x -c $<
897 wstring-inst.o: wstring-inst.cc
898         $(CXXCOMPILE) -std=gnu++0x -c $<
899
900 chrono.lo: chrono.cc
901         $(LTCXXCOMPILE) -std=gnu++0x -c $<
902 chrono.o: chrono.cc
903         $(CXXCOMPILE) -std=gnu++0x -c $<
904
905 thread.lo: thread.cc
906         $(LTCXXCOMPILE) -std=gnu++0x -c $<
907 thread.o: thread.cc
908         $(CXXCOMPILE) -std=gnu++0x -c $<
909
910 # Use special rules for compatibility-ldbl.cc compilation, as we need to
911 # pass -mlong-double-64.
912 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.lo: compatibility-ldbl.cc
913 @GLIBCXX_LDBL_COMPAT_TRUE@      $(LTCXXCOMPILE) -mlong-double-64 -c $<
914 @GLIBCXX_LDBL_COMPAT_TRUE@compatibility-ldbl.o: compatibility-ldbl.cc
915 @GLIBCXX_LDBL_COMPAT_TRUE@      $(CXXCOMPILE) -mlong-double-64 -c $<
916
917 # Added bits to build debug library.
918 @GLIBCXX_BUILD_DEBUG_TRUE@all-local: build_debug
919 @GLIBCXX_BUILD_DEBUG_TRUE@install-data-local: install_debug
920 @GLIBCXX_BUILD_DEBUG_FALSE@all-local:
921 @GLIBCXX_BUILD_DEBUG_FALSE@install-data-local:
922
923 # Build a set of debug objects here.
924 stamp-debug:
925         if test ! -d ${debugdir}; then \
926           mkdir -p ${debugdir}; \
927           (cd ${debugdir}; \
928           sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
929               -e 's/srcdir = \.\./srcdir = ..\/../' \
930               -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
931               -e 's/all-local: build_debug/all-local:/' \
932               -e 's/install-data-local: install_debug/install-data-local:/' \
933           < ../Makefile > Makefile) ; \
934         fi; \
935         echo `date` > stamp-debug;
936
937 build_debug: stamp-debug
938         (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' all)
939
940 # Install debug library here.
941 install_debug:
942         (cd ${debugdir} && $(MAKE) \
943         toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
944 # Tell versions [3.59,3.63) of GNU make to not export all variables.
945 # Otherwise a system limit (for SysV at least) may be exceeded.
946 .NOEXPORT: