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