]> git.ipfire.org Git - thirdparty/gcc.git/blob - libstdc++-v3/src/c++11/Makefile.in
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libstdc++-v3 / src / c++11 / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 target_triplet = @target@
92 subdir = src/c++11
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
95 $(top_srcdir)/../config/enable.m4 \
96 $(top_srcdir)/../config/futex.m4 \
97 $(top_srcdir)/../config/hwcaps.m4 \
98 $(top_srcdir)/../config/iconv.m4 \
99 $(top_srcdir)/../config/lead-dot.m4 \
100 $(top_srcdir)/../config/lib-ld.m4 \
101 $(top_srcdir)/../config/lib-link.m4 \
102 $(top_srcdir)/../config/lib-prefix.m4 \
103 $(top_srcdir)/../config/lthostflags.m4 \
104 $(top_srcdir)/../config/multi.m4 \
105 $(top_srcdir)/../config/no-executables.m4 \
106 $(top_srcdir)/../config/override.m4 \
107 $(top_srcdir)/../config/stdint.m4 \
108 $(top_srcdir)/../config/unwind_ipinfo.m4 \
109 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
110 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
111 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
112 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
113 $(top_srcdir)/../config/gc++filt.m4 \
114 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
115 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
116 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117 $(ACLOCAL_M4)
118 DIST_COMMON = $(srcdir)/Makefile.am
119 CONFIG_HEADER = $(top_builddir)/config.h
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 LTLIBRARIES = $(noinst_LTLIBRARIES)
123 libc__11convenience_la_LIBADD =
124 @ENABLE_DUAL_ABI_TRUE@am__objects_1 = cow-locale_init.lo \
125 @ENABLE_DUAL_ABI_TRUE@ cow-shim_facets.lo cxx11-hash_tr1.lo \
126 @ENABLE_DUAL_ABI_TRUE@ cxx11-ios_failure.lo \
127 @ENABLE_DUAL_ABI_TRUE@ cxx11-shim_facets.lo cxx11-stdexcept.lo
128 am__objects_2 = ctype_configure_char.lo ctype_members.lo
129 am__objects_3 = chrono.lo codecvt.lo condition_variable.lo \
130 cow-stdexcept.lo ctype.lo debug.lo functexcept.lo \
131 functional.lo futex.lo future.lo hash_c++0x.lo \
132 hashtable_c++0x.lo ios.lo limits.lo mutex.lo placeholders.lo \
133 random.lo regex.lo shared_ptr.lo snprintf_lite.lo \
134 system_error.lo thread.lo $(am__objects_1) $(am__objects_2)
135 @ENABLE_DUAL_ABI_TRUE@am__objects_4 = cow-fstream-inst.lo \
136 @ENABLE_DUAL_ABI_TRUE@ cow-sstream-inst.lo cow-string-inst.lo \
137 @ENABLE_DUAL_ABI_TRUE@ cow-string-io-inst.lo \
138 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-inst.lo \
139 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-io-inst.lo \
140 @ENABLE_DUAL_ABI_TRUE@ cxx11-locale-inst.lo \
141 @ENABLE_DUAL_ABI_TRUE@ cxx11-wlocale-inst.lo sso_string.lo
142 @ENABLE_EXTERN_TEMPLATE_TRUE@am__objects_5 = $(am__objects_4) \
143 @ENABLE_EXTERN_TEMPLATE_TRUE@ ext11-inst.lo fstream-inst.lo \
144 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.lo iostream-inst.lo \
145 @ENABLE_EXTERN_TEMPLATE_TRUE@ istream-inst.lo locale-inst.lo \
146 @ENABLE_EXTERN_TEMPLATE_TRUE@ ostream-inst.lo sstream-inst.lo \
147 @ENABLE_EXTERN_TEMPLATE_TRUE@ streambuf-inst.lo string-inst.lo \
148 @ENABLE_EXTERN_TEMPLATE_TRUE@ string-io-inst.lo wlocale-inst.lo \
149 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-inst.lo \
150 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-io-inst.lo
151 am_libc__11convenience_la_OBJECTS = $(am__objects_3) $(am__objects_5)
152 libc__11convenience_la_OBJECTS = $(am_libc__11convenience_la_OBJECTS)
153 AM_V_lt = $(am__v_lt_@AM_V@)
154 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155 am__v_lt_0 = --silent
156 am__v_lt_1 =
157 AM_V_P = $(am__v_P_@AM_V@)
158 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
159 am__v_P_0 = false
160 am__v_P_1 = :
161 AM_V_GEN = $(am__v_GEN_@AM_V@)
162 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
163 am__v_GEN_0 = @echo " GEN " $@;
164 am__v_GEN_1 =
165 AM_V_at = $(am__v_at_@AM_V@)
166 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167 am__v_at_0 = @
168 am__v_at_1 =
169 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
170 depcomp =
171 am__depfiles_maybe =
172 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
173 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
174 AM_V_CXX = $(am__v_CXX_@AM_V@)
175 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
176 am__v_CXX_0 = @echo " CXX " $@;
177 am__v_CXX_1 =
178 CXXLD = $(CXX)
179 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
180 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
181 am__v_CXXLD_0 = @echo " CXXLD " $@;
182 am__v_CXXLD_1 =
183 SOURCES = $(libc__11convenience_la_SOURCES)
184 am__can_run_installinfo = \
185 case $$AM_UPDATE_INFO_DIR in \
186 n|no|NO) false;; \
187 *) (install-info --version) >/dev/null 2>&1;; \
188 esac
189 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190 # Read a list of newline-separated strings from the standard input,
191 # and print each of them once, without duplicates. Input order is
192 # *not* preserved.
193 am__uniquify_input = $(AWK) '\
194 BEGIN { nonempty = 0; } \
195 { items[$$0] = 1; nonempty = 1; } \
196 END { if (nonempty) { for (i in items) print i; }; } \
197 '
198 # Make sure the list of sources is unique. This is necessary because,
199 # e.g., the same source file might be shared among _SOURCES variables
200 # for different programs/libraries.
201 am__define_uniq_tagged_files = \
202 list='$(am__tagged_files)'; \
203 unique=`for i in $$list; do \
204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205 done | $(am__uniquify_input)`
206 ETAGS = etags
207 CTAGS = ctags
208 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
209 ACLOCAL = @ACLOCAL@
210 ALLOCATOR_H = @ALLOCATOR_H@
211 ALLOCATOR_NAME = @ALLOCATOR_NAME@
212 AMTAR = @AMTAR@
213 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
214 AR = @AR@
215 AS = @AS@
216 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
217 ATOMIC_FLAGS = @ATOMIC_FLAGS@
218 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
219 AUTOCONF = @AUTOCONF@
220 AUTOHEADER = @AUTOHEADER@
221 AUTOMAKE = @AUTOMAKE@
222 AWK = @AWK@
223 BASIC_FILE_CC = @BASIC_FILE_CC@
224 BASIC_FILE_H = @BASIC_FILE_H@
225 CC = @CC@
226 CCODECVT_CC = @CCODECVT_CC@
227 CCOLLATE_CC = @CCOLLATE_CC@
228 CCTYPE_CC = @CCTYPE_CC@
229 CFLAGS = @CFLAGS@
230 CLOCALE_CC = @CLOCALE_CC@
231 CLOCALE_H = @CLOCALE_H@
232 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
233 CMESSAGES_CC = @CMESSAGES_CC@
234 CMESSAGES_H = @CMESSAGES_H@
235 CMONEY_CC = @CMONEY_CC@
236 CNUMERIC_CC = @CNUMERIC_CC@
237 CPP = @CPP@
238 CPPFLAGS = @CPPFLAGS@
239 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
240 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
241 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
242 CSTDIO_H = @CSTDIO_H@
243 CTIME_CC = @CTIME_CC@
244 CTIME_H = @CTIME_H@
245 CXX = @CXX@
246 CXXCPP = @CXXCPP@
247 CXXFILT = @CXXFILT@
248 CXXFLAGS = @CXXFLAGS@
249 CYGPATH_W = @CYGPATH_W@
250 C_INCLUDE_DIR = @C_INCLUDE_DIR@
251 DBLATEX = @DBLATEX@
252 DEBUG_FLAGS = @DEBUG_FLAGS@
253 DEFS = @DEFS@
254 DOT = @DOT@
255 DOXYGEN = @DOXYGEN@
256 DSYMUTIL = @DSYMUTIL@
257 DUMPBIN = @DUMPBIN@
258 ECHO_C = @ECHO_C@
259 ECHO_N = @ECHO_N@
260 ECHO_T = @ECHO_T@
261 EGREP = @EGREP@
262 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
263 EXEEXT = @EXEEXT@
264 EXTRA_CFLAGS = @EXTRA_CFLAGS@
265 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
266 FGREP = @FGREP@
267 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
268 GLIBCXX_LIBS = @GLIBCXX_LIBS@
269 GREP = @GREP@
270 HWCAP_CFLAGS = @HWCAP_CFLAGS@
271 INSTALL = @INSTALL@
272 INSTALL_DATA = @INSTALL_DATA@
273 INSTALL_PROGRAM = @INSTALL_PROGRAM@
274 INSTALL_SCRIPT = @INSTALL_SCRIPT@
275 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276 LD = @LD@
277 LDFLAGS = @LDFLAGS@
278 LIBICONV = @LIBICONV@
279 LIBOBJS = @LIBOBJS@
280 LIBS = @LIBS@
281 LIBTOOL = @LIBTOOL@
282 LIPO = @LIPO@
283 LN_S = @LN_S@
284 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
285 LTLIBICONV = @LTLIBICONV@
286 LTLIBOBJS = @LTLIBOBJS@
287 MAINT = @MAINT@
288 MAKEINFO = @MAKEINFO@
289 MKDIR_P = @MKDIR_P@
290 NM = @NM@
291 NMEDIT = @NMEDIT@
292 OBJDUMP = @OBJDUMP@
293 OBJEXT = @OBJEXT@
294 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
295 OPT_LDFLAGS = @OPT_LDFLAGS@
296 OS_INC_SRCDIR = @OS_INC_SRCDIR@
297 OTOOL = @OTOOL@
298 OTOOL64 = @OTOOL64@
299 PACKAGE = @PACKAGE@
300 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301 PACKAGE_NAME = @PACKAGE_NAME@
302 PACKAGE_STRING = @PACKAGE_STRING@
303 PACKAGE_TARNAME = @PACKAGE_TARNAME@
304 PACKAGE_URL = @PACKAGE_URL@
305 PACKAGE_VERSION = @PACKAGE_VERSION@
306 PATH_SEPARATOR = @PATH_SEPARATOR@
307 PDFLATEX = @PDFLATEX@
308 RANLIB = @RANLIB@
309 SECTION_FLAGS = @SECTION_FLAGS@
310 SECTION_LDFLAGS = @SECTION_LDFLAGS@
311 SED = @SED@
312 SET_MAKE = @SET_MAKE@
313 SHELL = @SHELL@
314 STRIP = @STRIP@
315 SYMVER_FILE = @SYMVER_FILE@
316 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
317 USE_NLS = @USE_NLS@
318 VERSION = @VERSION@
319 VTV_CXXFLAGS = @VTV_CXXFLAGS@
320 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
321 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
322 WARN_FLAGS = @WARN_FLAGS@
323 XMLLINT = @XMLLINT@
324 XSLTPROC = @XSLTPROC@
325 XSL_STYLE_DIR = @XSL_STYLE_DIR@
326 abs_builddir = @abs_builddir@
327 abs_srcdir = @abs_srcdir@
328 abs_top_builddir = @abs_top_builddir@
329 abs_top_srcdir = @abs_top_srcdir@
330 ac_ct_CC = @ac_ct_CC@
331 ac_ct_CXX = @ac_ct_CXX@
332 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
333 am__leading_dot = @am__leading_dot@
334 am__tar = @am__tar@
335 am__untar = @am__untar@
336 baseline_dir = @baseline_dir@
337 baseline_subdir_switch = @baseline_subdir_switch@
338 bindir = @bindir@
339 build = @build@
340 build_alias = @build_alias@
341 build_cpu = @build_cpu@
342 build_os = @build_os@
343 build_vendor = @build_vendor@
344 builddir = @builddir@
345 check_msgfmt = @check_msgfmt@
346 datadir = @datadir@
347 datarootdir = @datarootdir@
348 docdir = @docdir@
349 dvidir = @dvidir@
350 enable_shared = @enable_shared@
351 enable_static = @enable_static@
352 exec_prefix = @exec_prefix@
353 get_gcc_base_ver = @get_gcc_base_ver@
354 glibcxx_MOFILES = @glibcxx_MOFILES@
355 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
356 glibcxx_POFILES = @glibcxx_POFILES@
357 glibcxx_builddir = @glibcxx_builddir@
358 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
359 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
360 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
361 glibcxx_localedir = @glibcxx_localedir@
362 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
363 glibcxx_prefixdir = @glibcxx_prefixdir@
364 glibcxx_srcdir = @glibcxx_srcdir@
365 glibcxx_toolexecdir = @glibcxx_toolexecdir@
366 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
367 gxx_include_dir = @gxx_include_dir@
368 host = @host@
369 host_alias = @host_alias@
370 host_cpu = @host_cpu@
371 host_os = @host_os@
372 host_vendor = @host_vendor@
373 htmldir = @htmldir@
374 includedir = @includedir@
375 infodir = @infodir@
376 install_sh = @install_sh@
377 libdir = @libdir@
378 libexecdir = @libexecdir@
379 libtool_VERSION = @libtool_VERSION@
380 localedir = @localedir@
381 localstatedir = @localstatedir@
382 lt_host_flags = @lt_host_flags@
383 mandir = @mandir@
384 mkdir_p = @mkdir_p@
385 multi_basedir = @multi_basedir@
386 oldincludedir = @oldincludedir@
387 pdfdir = @pdfdir@
388 port_specific_symbol_files = @port_specific_symbol_files@
389 prefix = @prefix@
390 program_transform_name = @program_transform_name@
391 psdir = @psdir@
392 python_mod_dir = @python_mod_dir@
393 sbindir = @sbindir@
394 sharedstatedir = @sharedstatedir@
395 srcdir = @srcdir@
396 sysconfdir = @sysconfdir@
397 target = @target@
398 target_alias = @target_alias@
399 target_cpu = @target_cpu@
400 target_os = @target_os@
401 target_vendor = @target_vendor@
402 thread_header = @thread_header@
403 top_build_prefix = @top_build_prefix@
404 top_builddir = @top_builddir@
405 top_srcdir = @top_srcdir@
406 toplevel_builddir = @toplevel_builddir@
407 toplevel_srcdir = @toplevel_srcdir@
408
409 # May be used by various substitution variables.
410 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
411 MAINT_CHARSET = latin1
412 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
413 PWD_COMMAND = $${PWDCMD-pwd}
414 STAMP = echo timestamp >
415 toolexecdir = $(glibcxx_toolexecdir)
416 toolexeclibdir = $(glibcxx_toolexeclibdir)
417 @ENABLE_WERROR_FALSE@WERROR_FLAG =
418 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
419 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
420 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
421
422 # These bits are all figured out from configure. Look in acinclude.m4
423 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
424 CONFIG_CXXFLAGS = \
425 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@
426
427 WARN_CXXFLAGS = \
428 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
429
430
431 # -I/-D flags to pass when compiling.
432 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
433
434 # Convenience library for C++11 runtime.
435 noinst_LTLIBRARIES = libc++11convenience.la
436 headers =
437
438 # Source files linked in via configuration/make substitution for a
439 # particular host.
440 host_sources = \
441 ctype_configure_char.cc \
442 ctype_members.cc
443
444 @ENABLE_DUAL_ABI_FALSE@cxx11_abi_sources =
445 @ENABLE_DUAL_ABI_TRUE@cxx11_abi_sources = \
446 @ENABLE_DUAL_ABI_TRUE@ cow-locale_init.cc \
447 @ENABLE_DUAL_ABI_TRUE@ cow-shim_facets.cc \
448 @ENABLE_DUAL_ABI_TRUE@ cxx11-hash_tr1.cc \
449 @ENABLE_DUAL_ABI_TRUE@ cxx11-ios_failure.cc \
450 @ENABLE_DUAL_ABI_TRUE@ cxx11-shim_facets.cc \
451 @ENABLE_DUAL_ABI_TRUE@ cxx11-stdexcept.cc
452
453 sources = \
454 chrono.cc \
455 codecvt.cc \
456 condition_variable.cc \
457 cow-stdexcept.cc \
458 ctype.cc \
459 debug.cc \
460 functexcept.cc \
461 functional.cc \
462 futex.cc \
463 future.cc \
464 hash_c++0x.cc \
465 hashtable_c++0x.cc \
466 ios.cc \
467 limits.cc \
468 mutex.cc \
469 placeholders.cc \
470 random.cc \
471 regex.cc \
472 shared_ptr.cc \
473 snprintf_lite.cc \
474 system_error.cc \
475 thread.cc \
476 ${cxx11_abi_sources} \
477 ${host_sources}
478
479 @ENABLE_DUAL_ABI_FALSE@extra_string_inst_sources =
480 @ENABLE_DUAL_ABI_TRUE@extra_string_inst_sources = \
481 @ENABLE_DUAL_ABI_TRUE@ cow-fstream-inst.cc \
482 @ENABLE_DUAL_ABI_TRUE@ cow-sstream-inst.cc \
483 @ENABLE_DUAL_ABI_TRUE@ cow-string-inst.cc \
484 @ENABLE_DUAL_ABI_TRUE@ cow-string-io-inst.cc \
485 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-inst.cc \
486 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-io-inst.cc \
487 @ENABLE_DUAL_ABI_TRUE@ cxx11-locale-inst.cc \
488 @ENABLE_DUAL_ABI_TRUE@ cxx11-wlocale-inst.cc \
489 @ENABLE_DUAL_ABI_TRUE@ sso_string.cc
490
491 # XTEMPLATE_FLAGS =
492 @ENABLE_EXTERN_TEMPLATE_FALSE@inst_sources =
493
494 # XTEMPLATE_FLAGS = -fno-implicit-templates
495 @ENABLE_EXTERN_TEMPLATE_TRUE@inst_sources = \
496 @ENABLE_EXTERN_TEMPLATE_TRUE@ $(extra_string_inst_sources) \
497 @ENABLE_EXTERN_TEMPLATE_TRUE@ ext11-inst.cc \
498 @ENABLE_EXTERN_TEMPLATE_TRUE@ fstream-inst.cc \
499 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.cc \
500 @ENABLE_EXTERN_TEMPLATE_TRUE@ iostream-inst.cc \
501 @ENABLE_EXTERN_TEMPLATE_TRUE@ istream-inst.cc \
502 @ENABLE_EXTERN_TEMPLATE_TRUE@ locale-inst.cc \
503 @ENABLE_EXTERN_TEMPLATE_TRUE@ ostream-inst.cc \
504 @ENABLE_EXTERN_TEMPLATE_TRUE@ sstream-inst.cc \
505 @ENABLE_EXTERN_TEMPLATE_TRUE@ streambuf-inst.cc \
506 @ENABLE_EXTERN_TEMPLATE_TRUE@ string-inst.cc \
507 @ENABLE_EXTERN_TEMPLATE_TRUE@ string-io-inst.cc \
508 @ENABLE_EXTERN_TEMPLATE_TRUE@ wlocale-inst.cc \
509 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-inst.cc \
510 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-io-inst.cc
511
512 libc__11convenience_la_SOURCES = $(sources) $(inst_sources)
513
514 # Rewrite the type info for __ios_failure.
515 @ENABLE_DUAL_ABI_TRUE@rewrite_ios_failure_typeinfo = sed -e '/^_*_ZTISt13__ios_failure:/,/_ZTVN10__cxxabiv120__si_class_type_infoE/s/_ZTVN10__cxxabiv120__si_class_type_infoE/_ZTVSt19__iosfail_type_info/'
516
517 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
518 # modified in a per-library or per-sub-library way. Need to manually
519 # set this option because CONFIG_CXXFLAGS has to be after
520 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
521 # as the occasion calls for it.
522 AM_CXXFLAGS = \
523 -std=gnu++11 \
524 $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
525 $(XTEMPLATE_FLAGS) $(VTV_CXXFLAGS) \
526 $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
527
528 AM_MAKEFLAGS = \
529 "gxx_include_dir=$(gxx_include_dir)"
530
531
532 # Libtool notes
533
534 # 1) In general, libtool expects an argument such as `--tag=CXX' when
535 # using the C++ compiler, because that will enable the settings
536 # detected when C++ support was being configured. However, when no
537 # such flag is given in the command line, libtool attempts to figure
538 # it out by matching the compiler name in each configuration section
539 # against a prefix of the command line. The problem is that, if the
540 # compiler name and its initial flags stored in the libtool
541 # configuration file don't match those in the command line, libtool
542 # can't decide which configuration to use, and it gives up. The
543 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
544 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
545 # attempt to infer which configuration to use.
546 #
547 # The second tag argument, `--tag disable-shared` means that libtool
548 # only compiles each source once, for static objects. In actuality,
549 # glibcxx_lt_pic_flag and glibcxx_compiler_shared_flag are added to
550 # the libtool command that is used create the object, which is
551 # suitable for shared libraries. The `--tag disable-shared` must be
552 # placed after --tag CXX lest things CXX undo the affect of
553 # disable-shared.
554
555 # 2) Need to explicitly set LTCXXCOMPILE so that EXTRA_CXX_FLAGS is
556 # last. (That way, things like -O2 passed down from the toplevel can
557 # be overridden by --enable-debug.)
558 LTCXXCOMPILE = \
559 $(LIBTOOL) --tag CXX --tag disable-shared \
560 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
561 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
562 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(EXTRA_CXX_FLAGS)
563
564 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
565
566 # 3) We'd have a problem when building the shared libstdc++ object if
567 # the rules automake generates would be used. We cannot allow g++ to
568 # be used since this would add -lstdc++ to the link line which of
569 # course is problematic at this point. So, we get the top-level
570 # directory to configure libstdc++-v3 to use gcc as the C++
571 # compilation driver.
572 CXXLINK = \
573 $(LIBTOOL) --tag CXX --tag disable-shared \
574 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
575 --mode=link $(CXX) \
576 $(VTV_CXXLINKFLAGS) \
577 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
578
579 all: all-am
580
581 .SUFFIXES:
582 .SUFFIXES: .cc .lo .o .obj
583 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
584 @for dep in $?; do \
585 case '$(am__configure_deps)' in \
586 *$$dep*) \
587 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
588 && { if test -f $@; then exit 0; else break; fi; }; \
589 exit 1;; \
590 esac; \
591 done; \
592 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile'; \
593 $(am__cd) $(top_srcdir) && \
594 $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile
595 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
596 @case '$?' in \
597 *config.status*) \
598 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
599 *) \
600 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
601 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
602 esac;
603 $(top_srcdir)/fragment.am $(am__empty):
604
605 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
606 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
607
608 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
609 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
610 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
611 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
612 $(am__aclocal_m4_deps):
613
614 clean-noinstLTLIBRARIES:
615 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
616 @list='$(noinst_LTLIBRARIES)'; \
617 locs=`for p in $$list; do echo $$p; done | \
618 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
619 sort -u`; \
620 test -z "$$locs" || { \
621 echo rm -f $${locs}; \
622 rm -f $${locs}; \
623 }
624
625 libc++11convenience.la: $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_DEPENDENCIES) $(EXTRA_libc__11convenience_la_DEPENDENCIES)
626 $(AM_V_CXXLD)$(CXXLINK) $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_LIBADD) $(LIBS)
627
628 mostlyclean-compile:
629 -rm -f *.$(OBJEXT)
630
631 distclean-compile:
632 -rm -f *.tab.c
633
634 .cc.o:
635 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
636
637 .cc.obj:
638 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
639
640 .cc.lo:
641 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
642
643 mostlyclean-libtool:
644 -rm -f *.lo
645
646 clean-libtool:
647 -rm -rf .libs _libs
648
649 ID: $(am__tagged_files)
650 $(am__define_uniq_tagged_files); mkid -fID $$unique
651 tags: tags-am
652 TAGS: tags
653
654 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
655 set x; \
656 here=`pwd`; \
657 $(am__define_uniq_tagged_files); \
658 shift; \
659 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
660 test -n "$$unique" || unique=$$empty_fix; \
661 if test $$# -gt 0; then \
662 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
663 "$$@" $$unique; \
664 else \
665 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
666 $$unique; \
667 fi; \
668 fi
669 ctags: ctags-am
670
671 CTAGS: ctags
672 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
673 $(am__define_uniq_tagged_files); \
674 test -z "$(CTAGS_ARGS)$$unique" \
675 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
676 $$unique
677
678 GTAGS:
679 here=`$(am__cd) $(top_builddir) && pwd` \
680 && $(am__cd) $(top_srcdir) \
681 && gtags -i $(GTAGS_ARGS) "$$here"
682 cscopelist: cscopelist-am
683
684 cscopelist-am: $(am__tagged_files)
685 list='$(am__tagged_files)'; \
686 case "$(srcdir)" in \
687 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
688 *) sdir=$(subdir)/$(srcdir) ;; \
689 esac; \
690 for i in $$list; do \
691 if test -f "$$i"; then \
692 echo "$(subdir)/$$i"; \
693 else \
694 echo "$$sdir/$$i"; \
695 fi; \
696 done >> $(top_builddir)/cscope.files
697
698 distclean-tags:
699 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
700 check-am: all-am
701 check: check-am
702 all-am: Makefile $(LTLIBRARIES)
703 installdirs:
704 install: install-am
705 install-exec: install-exec-am
706 install-data: install-data-am
707 uninstall: uninstall-am
708
709 install-am: all-am
710 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
711
712 installcheck: installcheck-am
713 install-strip:
714 if test -z '$(STRIP)'; then \
715 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717 install; \
718 else \
719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
722 fi
723 mostlyclean-generic:
724
725 clean-generic:
726
727 distclean-generic:
728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730
731 maintainer-clean-generic:
732 @echo "This command is intended for maintainers to use"
733 @echo "it deletes files that may require special tools to rebuild."
734 clean: clean-am
735
736 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
737 mostlyclean-am
738
739 distclean: distclean-am
740 -rm -f Makefile
741 distclean-am: clean-am distclean-compile distclean-generic \
742 distclean-tags
743
744 dvi: dvi-am
745
746 dvi-am:
747
748 html: html-am
749
750 html-am:
751
752 info: info-am
753
754 info-am:
755
756 install-data-am:
757
758 install-dvi: install-dvi-am
759
760 install-dvi-am:
761
762 install-exec-am:
763
764 install-html: install-html-am
765
766 install-html-am:
767
768 install-info: install-info-am
769
770 install-info-am:
771
772 install-man:
773
774 install-pdf: install-pdf-am
775
776 install-pdf-am:
777
778 install-ps: install-ps-am
779
780 install-ps-am:
781
782 installcheck-am:
783
784 maintainer-clean: maintainer-clean-am
785 -rm -f Makefile
786 maintainer-clean-am: distclean-am maintainer-clean-generic
787
788 mostlyclean: mostlyclean-am
789
790 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
791 mostlyclean-libtool
792
793 pdf: pdf-am
794
795 pdf-am:
796
797 ps: ps-am
798
799 ps-am:
800
801 uninstall-am:
802
803 .MAKE: install-am install-strip
804
805 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
806 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
807 ctags-am distclean distclean-compile distclean-generic \
808 distclean-libtool distclean-tags dvi dvi-am html html-am info \
809 info-am install install-am install-data install-data-am \
810 install-dvi install-dvi-am install-exec install-exec-am \
811 install-html install-html-am install-info install-info-am \
812 install-man install-pdf install-pdf-am install-ps \
813 install-ps-am install-strip installcheck installcheck-am \
814 installdirs maintainer-clean maintainer-clean-generic \
815 mostlyclean mostlyclean-compile mostlyclean-generic \
816 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
817 uninstall-am
818
819 .PRECIOUS: Makefile
820
821
822 ctype_configure_char.cc: ${glibcxx_srcdir}/$(OS_INC_SRCDIR)/ctype_configure_char.cc
823 $(LN_S) ${glibcxx_srcdir}/$(OS_INC_SRCDIR)/ctype_configure_char.cc . || true
824
825 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
826 $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
827
828 vpath % $(top_srcdir)/src/c++11
829
830 # Use special rules for the hashtable.cc file so that all
831 # the generated template functions are also instantiated.
832 hashtable_c++0x.lo: hashtable_c++0x.cc
833 $(LTCXXCOMPILE) -fimplicit-templates -c $<
834 hashtable_c++0x.o: hashtable_c++0x.cc
835 $(CXXCOMPILE) -fimplicit-templates -c $<
836
837 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
838 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) -S $< -o tmp-cxx11-ios_failure-lt.s
839 @ENABLE_DUAL_ABI_TRUE@ -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
840 @ENABLE_DUAL_ABI_TRUE@ $(rewrite_ios_failure_typeinfo) tmp-$@ > $@
841 @ENABLE_DUAL_ABI_TRUE@ -rm -f tmp-$@
842 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.s: cxx11-ios_failure.cc
843 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) -S $< -o tmp-$@
844 @ENABLE_DUAL_ABI_TRUE@ $(rewrite_ios_failure_typeinfo) tmp-$@ > $@
845 @ENABLE_DUAL_ABI_TRUE@ -rm -f tmp-$@
846
847 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
848 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) -g0 -c $< -o $@
849 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.o: cxx11-ios_failure.s
850 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) -g0 -c $<
851
852 # Tell versions [3.59,3.63) of GNU make to not export all variables.
853 # Otherwise a system limit (for SysV at least) may be exceeded.
854 .NOEXPORT: