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