xfail all scan-tree-dump-times checks on hppa*64*-*-* in sra-17.c and sra-18.c
[official-gcc.git] / libstdc++-v3 / src / c++11 / Makefile.in
blob4be021e802590a0a7981e04ef57c8282cb71ace4
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 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.
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.
15 @SET_MAKE@
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; \
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/toolexeclibdir.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 am__objects_1 = limits.lo placeholders.lo
125 @ENABLE_DUAL_ABI_TRUE@am__objects_2 = cow-locale_init.lo \
126 @ENABLE_DUAL_ABI_TRUE@ cow-shim_facets.lo cxx11-hash_tr1.lo \
127 @ENABLE_DUAL_ABI_TRUE@ cxx11-ios_failure.lo \
128 @ENABLE_DUAL_ABI_TRUE@ cxx11-shim_facets.lo cxx11-stdexcept.lo
129 am__objects_3 = ctype_configure_char.lo ctype_members.lo
130 am__objects_4 = basic_file.lo
131 am__objects_5 = assert_fail.lo chrono.lo codecvt.lo \
132 condition_variable.lo cow-stdexcept.lo ctype.lo debug.lo \
133 functexcept.lo functional.lo futex.lo future.lo hash_c++0x.lo \
134 hashtable_c++0x.lo ios.lo ios_errcat.lo locale_init.lo \
135 localename.lo mutex.lo random.lo regex.lo shared_ptr.lo \
136 snprintf_lite.lo system_error.lo thread.lo $(am__objects_2) \
137 $(am__objects_3) $(am__objects_4)
138 @ENABLE_DUAL_ABI_TRUE@am__objects_6 = cow-fstream-inst.lo \
139 @ENABLE_DUAL_ABI_TRUE@ cow-sstream-inst.lo cow-string-inst.lo \
140 @ENABLE_DUAL_ABI_TRUE@ cow-string-io-inst.lo \
141 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-inst.lo \
142 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-io-inst.lo \
143 @ENABLE_DUAL_ABI_TRUE@ cxx11-locale-inst.lo \
144 @ENABLE_DUAL_ABI_TRUE@ cxx11-wlocale-inst.lo sso_string.lo
145 @ENABLE_EXTERN_TEMPLATE_TRUE@am__objects_7 = $(am__objects_6) \
146 @ENABLE_EXTERN_TEMPLATE_TRUE@ ext11-inst.lo fstream-inst.lo \
147 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.lo iostream-inst.lo \
148 @ENABLE_EXTERN_TEMPLATE_TRUE@ istream-inst.lo locale-inst.lo \
149 @ENABLE_EXTERN_TEMPLATE_TRUE@ ostream-inst.lo sstream-inst.lo \
150 @ENABLE_EXTERN_TEMPLATE_TRUE@ streambuf-inst.lo string-inst.lo \
151 @ENABLE_EXTERN_TEMPLATE_TRUE@ string-io-inst.lo wlocale-inst.lo \
152 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-inst.lo \
153 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-io-inst.lo
154 @GLIBCXX_HOSTED_FALSE@am_libc__11convenience_la_OBJECTS = \
155 @GLIBCXX_HOSTED_FALSE@ $(am__objects_1)
156 @GLIBCXX_HOSTED_TRUE@am_libc__11convenience_la_OBJECTS = \
157 @GLIBCXX_HOSTED_TRUE@ $(am__objects_1) $(am__objects_5) \
158 @GLIBCXX_HOSTED_TRUE@ $(am__objects_7)
159 libc__11convenience_la_OBJECTS = $(am_libc__11convenience_la_OBJECTS)
160 AM_V_lt = $(am__v_lt_@AM_V@)
161 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
162 am__v_lt_0 = --silent
163 am__v_lt_1 =
164 AM_V_P = $(am__v_P_@AM_V@)
165 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
166 am__v_P_0 = false
167 am__v_P_1 = :
168 AM_V_GEN = $(am__v_GEN_@AM_V@)
169 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
170 am__v_GEN_0 = @echo " GEN " $@;
171 am__v_GEN_1 =
172 AM_V_at = $(am__v_at_@AM_V@)
173 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
174 am__v_at_0 = @
175 am__v_at_1 =
176 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
177 depcomp =
178 am__depfiles_maybe =
179 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
180 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
181 AM_V_CXX = $(am__v_CXX_@AM_V@)
182 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
183 am__v_CXX_0 = @echo " CXX " $@;
184 am__v_CXX_1 =
185 CXXLD = $(CXX)
186 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
187 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
188 am__v_CXXLD_0 = @echo " CXXLD " $@;
189 am__v_CXXLD_1 =
190 SOURCES = $(libc__11convenience_la_SOURCES)
191 am__can_run_installinfo = \
192 case $$AM_UPDATE_INFO_DIR in \
193 n|no|NO) false;; \
194 *) (install-info --version) >/dev/null 2>&1;; \
195 esac
196 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197 # Read a list of newline-separated strings from the standard input,
198 # and print each of them once, without duplicates. Input order is
199 # *not* preserved.
200 am__uniquify_input = $(AWK) '\
201 BEGIN { nonempty = 0; } \
202 { items[$$0] = 1; nonempty = 1; } \
203 END { if (nonempty) { for (i in items) print i; }; } \
205 # Make sure the list of sources is unique. This is necessary because,
206 # e.g., the same source file might be shared among _SOURCES variables
207 # for different programs/libraries.
208 am__define_uniq_tagged_files = \
209 list='$(am__tagged_files)'; \
210 unique=`for i in $$list; do \
211 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212 done | $(am__uniquify_input)`
213 ETAGS = etags
214 CTAGS = ctags
215 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
216 ACLOCAL = @ACLOCAL@
217 ALLOCATOR_H = @ALLOCATOR_H@
218 ALLOCATOR_NAME = @ALLOCATOR_NAME@
219 ALLOC_FILE = @ALLOC_FILE@
220 AMTAR = @AMTAR@
221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222 AR = @AR@
223 AS = @AS@
224 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
225 ATOMIC_FLAGS = @ATOMIC_FLAGS@
226 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
227 AUTOCONF = @AUTOCONF@
228 AUTOHEADER = @AUTOHEADER@
229 AUTOMAKE = @AUTOMAKE@
230 AWK = @AWK@
231 BACKTRACE_CPPFLAGS = @BACKTRACE_CPPFLAGS@
232 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
233 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
234 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
235 BASIC_FILE_CC = @BASIC_FILE_CC@
236 BASIC_FILE_H = @BASIC_FILE_H@
237 CC = @CC@
238 CCODECVT_CC = @CCODECVT_CC@
239 CCOLLATE_CC = @CCOLLATE_CC@
240 CCTYPE_CC = @CCTYPE_CC@
241 CFLAGS = @CFLAGS@
242 CLOCALE_CC = @CLOCALE_CC@
243 CLOCALE_H = @CLOCALE_H@
244 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
245 CMESSAGES_CC = @CMESSAGES_CC@
246 CMESSAGES_H = @CMESSAGES_H@
247 CMONEY_CC = @CMONEY_CC@
248 CNUMERIC_CC = @CNUMERIC_CC@
249 CPP = @CPP@
250 CPPFLAGS = @CPPFLAGS@
251 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
252 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
253 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
254 CSTDIO_H = @CSTDIO_H@
255 CTIME_CC = @CTIME_CC@
256 CTIME_H = @CTIME_H@
257 CXX = @CXX@
258 CXXCPP = @CXXCPP@
259 CXXFILT = @CXXFILT@
260 CXXFLAGS = @CXXFLAGS@
261 CYGPATH_W = @CYGPATH_W@
262 C_INCLUDE_DIR = @C_INCLUDE_DIR@
263 DBLATEX = @DBLATEX@
264 DEBUG_FLAGS = @DEBUG_FLAGS@
265 DEFS = @DEFS@
266 DOT = @DOT@
267 DOXYGEN = @DOXYGEN@
268 DSYMUTIL = @DSYMUTIL@
269 DUMPBIN = @DUMPBIN@
270 ECHO_C = @ECHO_C@
271 ECHO_N = @ECHO_N@
272 ECHO_T = @ECHO_T@
273 EGREP = @EGREP@
274 EH_POOL_FLAGS = @EH_POOL_FLAGS@
275 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
276 EXEEXT = @EXEEXT@
277 EXTRA_CFLAGS = @EXTRA_CFLAGS@
278 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
279 FGREP = @FGREP@
280 FORMAT_FILE = @FORMAT_FILE@
281 FREESTANDING_FLAGS = @FREESTANDING_FLAGS@
282 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
283 GLIBCXX_LIBS = @GLIBCXX_LIBS@
284 GREP = @GREP@
285 HWCAP_CFLAGS = @HWCAP_CFLAGS@
286 INSTALL = @INSTALL@
287 INSTALL_DATA = @INSTALL_DATA@
288 INSTALL_PROGRAM = @INSTALL_PROGRAM@
289 INSTALL_SCRIPT = @INSTALL_SCRIPT@
290 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
291 LD = @LD@
292 LDFLAGS = @LDFLAGS@
293 LIBICONV = @LIBICONV@
294 LIBOBJS = @LIBOBJS@
295 LIBS = @LIBS@
296 LIBTOOL = @LIBTOOL@
297 LIPO = @LIPO@
298 LN_S = @LN_S@
299 LONG_DOUBLE_128_FLAGS = @LONG_DOUBLE_128_FLAGS@
300 LONG_DOUBLE_ALT128_COMPAT_FLAGS = @LONG_DOUBLE_ALT128_COMPAT_FLAGS@
301 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
302 LTLIBICONV = @LTLIBICONV@
303 LTLIBOBJS = @LTLIBOBJS@
304 MAINT = @MAINT@
305 MAKEINFO = @MAKEINFO@
306 MKDIR_P = @MKDIR_P@
307 NM = @NM@
308 NMEDIT = @NMEDIT@
309 OBJDUMP = @OBJDUMP@
310 OBJEXT = @OBJEXT@
311 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
312 OPT_LDFLAGS = @OPT_LDFLAGS@
313 OS_INC_SRCDIR = @OS_INC_SRCDIR@
314 OTOOL = @OTOOL@
315 OTOOL64 = @OTOOL64@
316 PACKAGE = @PACKAGE@
317 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
318 PACKAGE_NAME = @PACKAGE_NAME@
319 PACKAGE_STRING = @PACKAGE_STRING@
320 PACKAGE_TARNAME = @PACKAGE_TARNAME@
321 PACKAGE_URL = @PACKAGE_URL@
322 PACKAGE_VERSION = @PACKAGE_VERSION@
323 PATH_SEPARATOR = @PATH_SEPARATOR@
324 PDFLATEX = @PDFLATEX@
325 RANLIB = @RANLIB@
326 SECTION_FLAGS = @SECTION_FLAGS@
327 SECTION_LDFLAGS = @SECTION_LDFLAGS@
328 SED = @SED@
329 SET_MAKE = @SET_MAKE@
330 SHELL = @SHELL@
331 STRIP = @STRIP@
332 SYMVER_FILE = @SYMVER_FILE@
333 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
334 USE_NLS = @USE_NLS@
335 VERSION = @VERSION@
336 VIEW_FILE = @VIEW_FILE@
337 VTV_CXXFLAGS = @VTV_CXXFLAGS@
338 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
339 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
340 WARN_FLAGS = @WARN_FLAGS@
341 XMLCATALOG = @XMLCATALOG@
342 XMLLINT = @XMLLINT@
343 XSLTPROC = @XSLTPROC@
344 XSL_STYLE_DIR = @XSL_STYLE_DIR@
345 abs_builddir = @abs_builddir@
346 abs_srcdir = @abs_srcdir@
347 abs_top_builddir = @abs_top_builddir@
348 abs_top_srcdir = @abs_top_srcdir@
349 ac_ct_CC = @ac_ct_CC@
350 ac_ct_CXX = @ac_ct_CXX@
351 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
352 am__leading_dot = @am__leading_dot@
353 am__tar = @am__tar@
354 am__untar = @am__untar@
355 baseline_dir = @baseline_dir@
356 baseline_subdir_switch = @baseline_subdir_switch@
357 bindir = @bindir@
358 build = @build@
359 build_alias = @build_alias@
360 build_cpu = @build_cpu@
361 build_os = @build_os@
362 build_vendor = @build_vendor@
363 builddir = @builddir@
364 check_msgfmt = @check_msgfmt@
365 datadir = @datadir@
366 datarootdir = @datarootdir@
367 docdir = @docdir@
368 dvidir = @dvidir@
369 enable_shared = @enable_shared@
370 enable_static = @enable_static@
371 exec_prefix = @exec_prefix@
372 get_gcc_base_ver = @get_gcc_base_ver@
373 glibcxx_MOFILES = @glibcxx_MOFILES@
374 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
375 glibcxx_POFILES = @glibcxx_POFILES@
376 glibcxx_builddir = @glibcxx_builddir@
377 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
378 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
379 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
380 glibcxx_localedir = @glibcxx_localedir@
381 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
382 glibcxx_prefixdir = @glibcxx_prefixdir@
383 glibcxx_srcdir = @glibcxx_srcdir@
384 glibcxx_toolexecdir = @glibcxx_toolexecdir@
385 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
386 gxx_include_dir = @gxx_include_dir@
387 host = @host@
388 host_alias = @host_alias@
389 host_cpu = @host_cpu@
390 host_os = @host_os@
391 host_vendor = @host_vendor@
392 htmldir = @htmldir@
393 includedir = @includedir@
394 infodir = @infodir@
395 install_sh = @install_sh@
396 libdir = @libdir@
397 libexecdir = @libexecdir@
398 libtool_VERSION = @libtool_VERSION@
399 localedir = @localedir@
400 localstatedir = @localstatedir@
401 lt_host_flags = @lt_host_flags@
402 mandir = @mandir@
403 mkdir_p = @mkdir_p@
404 multi_basedir = @multi_basedir@
405 oldincludedir = @oldincludedir@
406 pdfdir = @pdfdir@
407 port_specific_symbol_files = @port_specific_symbol_files@
408 prefix = @prefix@
409 program_transform_name = @program_transform_name@
410 psdir = @psdir@
411 python_mod_dir = @python_mod_dir@
412 sbindir = @sbindir@
413 sharedstatedir = @sharedstatedir@
414 srcdir = @srcdir@
415 sysconfdir = @sysconfdir@
416 target = @target@
417 target_alias = @target_alias@
418 target_cpu = @target_cpu@
419 target_os = @target_os@
420 target_vendor = @target_vendor@
421 thread_header = @thread_header@
422 tmake_file = @tmake_file@
423 top_build_prefix = @top_build_prefix@
424 top_builddir = @top_builddir@
425 top_srcdir = @top_srcdir@
426 toplevel_builddir = @toplevel_builddir@
427 toplevel_srcdir = @toplevel_srcdir@
429 # May be used by various substitution variables.
430 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
431 MAINT_CHARSET = latin1
432 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
433 PWD_COMMAND = $${PWDCMD-pwd}
434 STAMP = echo timestamp >
435 toolexecdir = $(glibcxx_toolexecdir)
436 toolexeclibdir = $(glibcxx_toolexeclibdir)
437 @ENABLE_WERROR_FALSE@WERROR_FLAG =
438 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
439 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
440 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
441 @GLIBCXX_LDBL_ALT128_COMPAT_FALSE@LDBL_128_FLAGS =
442 @GLIBCXX_LDBL_ALT128_COMPAT_TRUE@LDBL_128_FLAGS = $(LONG_DOUBLE_128_FLAGS)
444 # These bits are all figured out from configure. Look in acinclude.m4
445 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
446 CONFIG_CXXFLAGS = \
447 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@ $(LDBL_128_FLAGS)
449 WARN_CXXFLAGS = \
450 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
453 # -I/-D flags to pass when compiling.
454 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
456 # Convenience library for C++11 runtime.
457 noinst_LTLIBRARIES = libc++11convenience.la
458 headers =
460 # Source files linked in via configuration/make substitution for a
461 # particular host.
462 host_sources = \
463 ctype_configure_char.cc \
464 ctype_members.cc
467 # Source files linked in via configuration/make substitution for a
468 # particular host, but with ad hoc naming rules.
469 host_sources_extra = \
470 basic_file.cc
472 @ENABLE_DUAL_ABI_FALSE@cxx11_abi_sources =
473 @ENABLE_DUAL_ABI_TRUE@cxx11_abi_sources = \
474 @ENABLE_DUAL_ABI_TRUE@ cow-locale_init.cc \
475 @ENABLE_DUAL_ABI_TRUE@ cow-shim_facets.cc \
476 @ENABLE_DUAL_ABI_TRUE@ cxx11-hash_tr1.cc \
477 @ENABLE_DUAL_ABI_TRUE@ cxx11-ios_failure.cc \
478 @ENABLE_DUAL_ABI_TRUE@ cxx11-shim_facets.cc \
479 @ENABLE_DUAL_ABI_TRUE@ cxx11-stdexcept.cc
481 sources_freestanding = \
482 limits.cc \
483 placeholders.cc
485 sources = \
486 assert_fail.cc \
487 chrono.cc \
488 codecvt.cc \
489 condition_variable.cc \
490 cow-stdexcept.cc \
491 ctype.cc \
492 debug.cc \
493 functexcept.cc \
494 functional.cc \
495 futex.cc \
496 future.cc \
497 hash_c++0x.cc \
498 hashtable_c++0x.cc \
499 ios.cc \
500 ios_errcat.cc \
501 locale_init.cc \
502 localename.cc \
503 mutex.cc \
504 random.cc \
505 regex.cc \
506 shared_ptr.cc \
507 snprintf_lite.cc \
508 system_error.cc \
509 thread.cc \
510 ${cxx11_abi_sources} \
511 ${host_sources} \
512 ${host_sources_extra}
514 @ENABLE_DUAL_ABI_FALSE@extra_string_inst_sources =
515 @ENABLE_DUAL_ABI_TRUE@extra_string_inst_sources = \
516 @ENABLE_DUAL_ABI_TRUE@ cow-fstream-inst.cc \
517 @ENABLE_DUAL_ABI_TRUE@ cow-sstream-inst.cc \
518 @ENABLE_DUAL_ABI_TRUE@ cow-string-inst.cc \
519 @ENABLE_DUAL_ABI_TRUE@ cow-string-io-inst.cc \
520 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-inst.cc \
521 @ENABLE_DUAL_ABI_TRUE@ cow-wstring-io-inst.cc \
522 @ENABLE_DUAL_ABI_TRUE@ cxx11-locale-inst.cc \
523 @ENABLE_DUAL_ABI_TRUE@ cxx11-wlocale-inst.cc \
524 @ENABLE_DUAL_ABI_TRUE@ sso_string.cc
526 # XTEMPLATE_FLAGS =
527 @ENABLE_EXTERN_TEMPLATE_FALSE@inst_sources =
529 # XTEMPLATE_FLAGS = -fno-implicit-templates
530 @ENABLE_EXTERN_TEMPLATE_TRUE@inst_sources = \
531 @ENABLE_EXTERN_TEMPLATE_TRUE@ $(extra_string_inst_sources) \
532 @ENABLE_EXTERN_TEMPLATE_TRUE@ ext11-inst.cc \
533 @ENABLE_EXTERN_TEMPLATE_TRUE@ fstream-inst.cc \
534 @ENABLE_EXTERN_TEMPLATE_TRUE@ ios-inst.cc \
535 @ENABLE_EXTERN_TEMPLATE_TRUE@ iostream-inst.cc \
536 @ENABLE_EXTERN_TEMPLATE_TRUE@ istream-inst.cc \
537 @ENABLE_EXTERN_TEMPLATE_TRUE@ locale-inst.cc \
538 @ENABLE_EXTERN_TEMPLATE_TRUE@ ostream-inst.cc \
539 @ENABLE_EXTERN_TEMPLATE_TRUE@ sstream-inst.cc \
540 @ENABLE_EXTERN_TEMPLATE_TRUE@ streambuf-inst.cc \
541 @ENABLE_EXTERN_TEMPLATE_TRUE@ string-inst.cc \
542 @ENABLE_EXTERN_TEMPLATE_TRUE@ string-io-inst.cc \
543 @ENABLE_EXTERN_TEMPLATE_TRUE@ wlocale-inst.cc \
544 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-inst.cc \
545 @ENABLE_EXTERN_TEMPLATE_TRUE@ wstring-io-inst.cc
547 @GLIBCXX_HOSTED_FALSE@libc__11convenience_la_SOURCES = $(sources_freestanding)
548 @GLIBCXX_HOSTED_TRUE@libc__11convenience_la_SOURCES = \
549 @GLIBCXX_HOSTED_TRUE@ $(sources_freestanding) \
550 @GLIBCXX_HOSTED_TRUE@ $(sources) \
551 @GLIBCXX_HOSTED_TRUE@ $(inst_sources)
554 # Rewrite the type info for __ios_failure.
555 @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/'
557 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
558 # modified in a per-library or per-sub-library way. Need to manually
559 # set this option because CONFIG_CXXFLAGS has to be after
560 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
561 # as the occasion calls for it.
562 AM_CXXFLAGS = \
563 -std=gnu++11 \
564 $(glibcxx_lt_pic_flag) $(glibcxx_compiler_shared_flag) \
565 $(XTEMPLATE_FLAGS) $(VTV_CXXFLAGS) \
566 $(WARN_CXXFLAGS) $(OPTIMIZE_CXXFLAGS) $(CONFIG_CXXFLAGS)
568 AM_MAKEFLAGS = \
569 "gxx_include_dir=$(gxx_include_dir)"
572 # Libtool notes
574 # 1) In general, libtool expects an argument such as `--tag=CXX' when
575 # using the C++ compiler, because that will enable the settings
576 # detected when C++ support was being configured. However, when no
577 # such flag is given in the command line, libtool attempts to figure
578 # it out by matching the compiler name in each configuration section
579 # against a prefix of the command line. The problem is that, if the
580 # compiler name and its initial flags stored in the libtool
581 # configuration file don't match those in the command line, libtool
582 # can't decide which configuration to use, and it gives up. The
583 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
584 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
585 # attempt to infer which configuration to use.
587 # The second tag argument, `--tag disable-shared` means that libtool
588 # only compiles each source once, for static objects. In actuality,
589 # glibcxx_lt_pic_flag and glibcxx_compiler_shared_flag are added to
590 # the libtool command that is used create the object, which is
591 # suitable for shared libraries. The `--tag disable-shared` must be
592 # placed after --tag CXX lest things CXX undo the affect of
593 # disable-shared.
595 # 2) Need to explicitly set LTCXXCOMPILE so that EXTRA_CXX_FLAGS is
596 # last. (That way, things like -O2 passed down from the toplevel can
597 # be overridden by --enable-debug.)
598 LTCXXCOMPILE = \
599 $(LIBTOOL) --tag CXX --tag disable-shared \
600 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
601 --mode=compile $(CXX) $(TOPLEVEL_INCLUDES) \
602 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(EXTRA_CXX_FLAGS)
604 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
606 # 3) We'd have a problem when building the shared libstdc++ object if
607 # the rules automake generates would be used. We cannot allow g++ to
608 # be used since this would add -lstdc++ to the link line which of
609 # course is problematic at this point. So, we get the top-level
610 # directory to configure libstdc++-v3 to use gcc as the C++
611 # compilation driver.
612 CXXLINK = \
613 $(LIBTOOL) --tag CXX --tag disable-shared \
614 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
615 --mode=link $(CXX) \
616 $(VTV_CXXLINKFLAGS) \
617 $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
619 all: all-am
621 .SUFFIXES:
622 .SUFFIXES: .cc .lo .o .obj
623 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
624 @for dep in $?; do \
625 case '$(am__configure_deps)' in \
626 *$$dep*) \
627 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
628 && { if test -f $@; then exit 0; else break; fi; }; \
629 exit 1;; \
630 esac; \
631 done; \
632 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile'; \
633 $(am__cd) $(top_srcdir) && \
634 $(AUTOMAKE) --foreign --ignore-deps src/c++11/Makefile
635 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
636 @case '$?' in \
637 *config.status*) \
638 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
639 *) \
640 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
641 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
642 esac;
643 $(top_srcdir)/fragment.am $(am__empty):
645 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
646 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
648 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
649 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
650 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
651 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
652 $(am__aclocal_m4_deps):
654 clean-noinstLTLIBRARIES:
655 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
656 @list='$(noinst_LTLIBRARIES)'; \
657 locs=`for p in $$list; do echo $$p; done | \
658 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
659 sort -u`; \
660 test -z "$$locs" || { \
661 echo rm -f $${locs}; \
662 rm -f $${locs}; \
665 libc++11convenience.la: $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_DEPENDENCIES) $(EXTRA_libc__11convenience_la_DEPENDENCIES)
666 $(AM_V_CXXLD)$(CXXLINK) $(libc__11convenience_la_OBJECTS) $(libc__11convenience_la_LIBADD) $(LIBS)
668 mostlyclean-compile:
669 -rm -f *.$(OBJEXT)
671 distclean-compile:
672 -rm -f *.tab.c
674 .cc.o:
675 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<
677 .cc.obj:
678 $(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
680 .cc.lo:
681 $(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<
683 mostlyclean-libtool:
684 -rm -f *.lo
686 clean-libtool:
687 -rm -rf .libs _libs
689 ID: $(am__tagged_files)
690 $(am__define_uniq_tagged_files); mkid -fID $$unique
691 tags: tags-am
692 TAGS: tags
694 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
695 set x; \
696 here=`pwd`; \
697 $(am__define_uniq_tagged_files); \
698 shift; \
699 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
700 test -n "$$unique" || unique=$$empty_fix; \
701 if test $$# -gt 0; then \
702 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
703 "$$@" $$unique; \
704 else \
705 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
706 $$unique; \
707 fi; \
709 ctags: ctags-am
711 CTAGS: ctags
712 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
713 $(am__define_uniq_tagged_files); \
714 test -z "$(CTAGS_ARGS)$$unique" \
715 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
716 $$unique
718 GTAGS:
719 here=`$(am__cd) $(top_builddir) && pwd` \
720 && $(am__cd) $(top_srcdir) \
721 && gtags -i $(GTAGS_ARGS) "$$here"
722 cscopelist: cscopelist-am
724 cscopelist-am: $(am__tagged_files)
725 list='$(am__tagged_files)'; \
726 case "$(srcdir)" in \
727 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
728 *) sdir=$(subdir)/$(srcdir) ;; \
729 esac; \
730 for i in $$list; do \
731 if test -f "$$i"; then \
732 echo "$(subdir)/$$i"; \
733 else \
734 echo "$$sdir/$$i"; \
735 fi; \
736 done >> $(top_builddir)/cscope.files
738 distclean-tags:
739 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
740 check-am: all-am
741 check: check-am
742 all-am: Makefile $(LTLIBRARIES)
743 installdirs:
744 install: install-am
745 install-exec: install-exec-am
746 install-data: install-data-am
747 uninstall: uninstall-am
749 install-am: all-am
750 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
752 installcheck: installcheck-am
753 install-strip:
754 if test -z '$(STRIP)'; then \
755 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757 install; \
758 else \
759 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
760 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
761 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
763 mostlyclean-generic:
765 clean-generic:
767 distclean-generic:
768 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
769 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
771 maintainer-clean-generic:
772 @echo "This command is intended for maintainers to use"
773 @echo "it deletes files that may require special tools to rebuild."
774 clean: clean-am
776 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
777 mostlyclean-am
779 distclean: distclean-am
780 -rm -f Makefile
781 distclean-am: clean-am distclean-compile distclean-generic \
782 distclean-tags
784 dvi: dvi-am
786 dvi-am:
788 html: html-am
790 html-am:
792 info: info-am
794 info-am:
796 install-data-am:
798 install-dvi: install-dvi-am
800 install-dvi-am:
802 install-exec-am:
804 install-html: install-html-am
806 install-html-am:
808 install-info: install-info-am
810 install-info-am:
812 install-man:
814 install-pdf: install-pdf-am
816 install-pdf-am:
818 install-ps: install-ps-am
820 install-ps-am:
822 installcheck-am:
824 maintainer-clean: maintainer-clean-am
825 -rm -f Makefile
826 maintainer-clean-am: distclean-am maintainer-clean-generic
828 mostlyclean: mostlyclean-am
830 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
831 mostlyclean-libtool
833 pdf: pdf-am
835 pdf-am:
837 ps: ps-am
839 ps-am:
841 uninstall-am:
843 .MAKE: install-am install-strip
845 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
846 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
847 ctags-am distclean distclean-compile distclean-generic \
848 distclean-libtool distclean-tags dvi dvi-am html html-am info \
849 info-am install install-am install-data install-data-am \
850 install-dvi install-dvi-am install-exec install-exec-am \
851 install-html install-html-am install-info install-info-am \
852 install-man install-pdf install-pdf-am install-ps \
853 install-ps-am install-strip installcheck installcheck-am \
854 installdirs maintainer-clean maintainer-clean-generic \
855 mostlyclean mostlyclean-compile mostlyclean-generic \
856 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
857 uninstall-am
859 .PRECIOUS: Makefile
862 ctype_configure_char.cc: ${glibcxx_srcdir}/$(OS_INC_SRCDIR)/ctype_configure_char.cc
863 $(LN_S) ${glibcxx_srcdir}/$(OS_INC_SRCDIR)/ctype_configure_char.cc . || true
865 ctype_members.cc: ${glibcxx_srcdir}/$(CCTYPE_CC)
866 $(LN_S) ${glibcxx_srcdir}/$(CCTYPE_CC) . || true
868 basic_file.cc: ${glibcxx_srcdir}/$(BASIC_FILE_CC)
869 $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_CC) ./$@ || true
871 vpath % $(top_srcdir)/src/c++11
873 # Use special rules for the hashtable.cc file so that all
874 # the generated template functions are also instantiated.
875 hashtable_c++0x.lo: hashtable_c++0x.cc
876 $(LTCXXCOMPILE) -fimplicit-templates -c $<
877 hashtable_c++0x.o: hashtable_c++0x.cc
878 $(CXXCOMPILE) -fimplicit-templates -c $<
880 # Use special rules for source files that require -fchar8_t.
881 codecvt.lo: codecvt.cc
882 $(LTCXXCOMPILE) -fchar8_t -c $<
883 codecvt.o: codecvt.cc
884 $(CXXCOMPILE) -fchar8_t -c $<
885 limits.lo: limits.cc
886 $(LTCXXCOMPILE) -fchar8_t -c $<
887 limits.o: limits.cc
888 $(CXXCOMPILE) -fchar8_t -c $<
889 locale_init.lo: locale_init.cc
890 $(LTCXXCOMPILE) -fchar8_t -c $<
891 locale_init.o: locale_init.cc
892 $(CXXCOMPILE) -fchar8_t -c $<
893 localename.lo: localename.cc
894 $(LTCXXCOMPILE) -fchar8_t -c $<
895 localename.o: localename.cc
896 $(CXXCOMPILE) -fchar8_t -c $<
898 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
899 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) -gno-as-loc-support -S $< -o tmp-cxx11-ios_failure-lt.s
900 @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
901 @ENABLE_DUAL_ABI_TRUE@ $(rewrite_ios_failure_typeinfo) tmp-$@ > $@
902 @ENABLE_DUAL_ABI_TRUE@ -rm -f tmp-$@
903 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.s: cxx11-ios_failure.cc
904 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) -gno-as-loc-support -S $< -o tmp-$@
905 @ENABLE_DUAL_ABI_TRUE@ $(rewrite_ios_failure_typeinfo) tmp-$@ > $@
906 @ENABLE_DUAL_ABI_TRUE@ -rm -f tmp-$@
908 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
909 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) -g0 -c $< -o $@
910 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.o: cxx11-ios_failure.s
911 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) -g0 -c $<
913 # Tell versions [3.59,3.63) of GNU make to not export all variables.
914 # Otherwise a system limit (for SysV at least) may be exceeded.
915 .NOEXPORT: