OSDN Git Service

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