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