Fix handling of large arguments passed by value.
[official-gcc.git] / libstdc++-v3 / include / Makefile.in
blob0ff875b280bea1c02eb29aafabad3d050c3844c1
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@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = include
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
94 $(top_srcdir)/../config/enable.m4 \
95 $(top_srcdir)/../config/futex.m4 \
96 $(top_srcdir)/../config/hwcaps.m4 \
97 $(top_srcdir)/../config/iconv.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/lib-ld.m4 \
100 $(top_srcdir)/../config/lib-link.m4 \
101 $(top_srcdir)/../config/lib-prefix.m4 \
102 $(top_srcdir)/../config/lthostflags.m4 \
103 $(top_srcdir)/../config/multi.m4 \
104 $(top_srcdir)/../config/no-executables.m4 \
105 $(top_srcdir)/../config/override.m4 \
106 $(top_srcdir)/../config/toolexeclibdir.m4 \
107 $(top_srcdir)/../config/unwind_ipinfo.m4 \
108 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
109 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
110 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
111 $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
112 $(top_srcdir)/../config/gc++filt.m4 \
113 $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../config/gthr.m4 \
114 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117 DIST_COMMON = $(srcdir)/Makefile.am
118 CONFIG_HEADER = $(top_builddir)/config.h
119 CONFIG_CLEAN_FILES =
120 CONFIG_CLEAN_VPATH_FILES =
121 AM_V_P = $(am__v_P_@AM_V@)
122 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123 am__v_P_0 = false
124 am__v_P_1 = :
125 AM_V_GEN = $(am__v_GEN_@AM_V@)
126 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127 am__v_GEN_0 = @echo " GEN " $@;
128 am__v_GEN_1 =
129 AM_V_at = $(am__v_at_@AM_V@)
130 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131 am__v_at_0 = @
132 am__v_at_1 =
133 depcomp =
134 am__depfiles_maybe =
135 SOURCES =
136 am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
143 ACLOCAL = @ACLOCAL@
144 ALLOCATOR_H = @ALLOCATOR_H@
145 ALLOCATOR_NAME = @ALLOCATOR_NAME@
146 ALLOC_FILE = @ALLOC_FILE@
147 AMTAR = @AMTAR@
148 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
149 AR = @AR@
150 AS = @AS@
151 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
152 ATOMIC_FLAGS = @ATOMIC_FLAGS@
153 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
154 AUTOCONF = @AUTOCONF@
155 AUTOHEADER = @AUTOHEADER@
156 AUTOMAKE = @AUTOMAKE@
157 AWK = @AWK@
158 BACKTRACE_CPPFLAGS = @BACKTRACE_CPPFLAGS@
159 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
160 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
161 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
162 BASIC_FILE_CC = @BASIC_FILE_CC@
163 BASIC_FILE_H = @BASIC_FILE_H@
164 CC = @CC@
165 CCODECVT_CC = @CCODECVT_CC@
166 CCOLLATE_CC = @CCOLLATE_CC@
167 CCTYPE_CC = @CCTYPE_CC@
168 CFLAGS = @CFLAGS@
169 CLOCALE_CC = @CLOCALE_CC@
170 CLOCALE_H = @CLOCALE_H@
171 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
172 CMESSAGES_CC = @CMESSAGES_CC@
173 CMESSAGES_H = @CMESSAGES_H@
174 CMONEY_CC = @CMONEY_CC@
175 CNUMERIC_CC = @CNUMERIC_CC@
176 CPP = @CPP@
177 CPPFLAGS = @CPPFLAGS@
178 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
179 CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
180 CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
181 CSTDIO_H = @CSTDIO_H@
182 CTIME_CC = @CTIME_CC@
183 CTIME_H = @CTIME_H@
184 CXX = @CXX@
185 CXXCPP = @CXXCPP@
186 CXXFILT = @CXXFILT@
187 CXXFLAGS = @CXXFLAGS@
188 CYGPATH_W = @CYGPATH_W@
189 C_INCLUDE_DIR = @C_INCLUDE_DIR@
190 DBLATEX = @DBLATEX@
191 DEBUG_FLAGS = @DEBUG_FLAGS@
192 DEFS = @DEFS@
193 DOT = @DOT@
194 DOXYGEN = @DOXYGEN@
195 DSYMUTIL = @DSYMUTIL@
196 DUMPBIN = @DUMPBIN@
197 ECHO_C = @ECHO_C@
198 ECHO_N = @ECHO_N@
199 ECHO_T = @ECHO_T@
200 EGREP = @EGREP@
201 EH_POOL_FLAGS = @EH_POOL_FLAGS@
202 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
203 EXEEXT = @EXEEXT@
204 EXTRA_CFLAGS = @EXTRA_CFLAGS@
205 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
206 FGREP = @FGREP@
207 FORMAT_FILE = @FORMAT_FILE@
208 FREESTANDING_FLAGS = @FREESTANDING_FLAGS@
209 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
210 GLIBCXX_LIBS = @GLIBCXX_LIBS@
211 GREP = @GREP@
212 HWCAP_CFLAGS = @HWCAP_CFLAGS@
213 INSTALL = @INSTALL@
214 INSTALL_DATA = @INSTALL_DATA@
215 INSTALL_PROGRAM = @INSTALL_PROGRAM@
216 INSTALL_SCRIPT = @INSTALL_SCRIPT@
217 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
218 LD = @LD@
219 LDFLAGS = @LDFLAGS@
220 LIBICONV = @LIBICONV@
221 LIBOBJS = @LIBOBJS@
222 LIBS = @LIBS@
223 LIBTOOL = @LIBTOOL@
224 LIPO = @LIPO@
225 LN_S = @LN_S@
226 LONG_DOUBLE_128_FLAGS = @LONG_DOUBLE_128_FLAGS@
227 LONG_DOUBLE_ALT128_COMPAT_FLAGS = @LONG_DOUBLE_ALT128_COMPAT_FLAGS@
228 LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
229 LTLIBICONV = @LTLIBICONV@
230 LTLIBOBJS = @LTLIBOBJS@
231 MAINT = @MAINT@
232 MAKEINFO = @MAKEINFO@
233 MKDIR_P = @MKDIR_P@
234 NM = @NM@
235 NMEDIT = @NMEDIT@
236 OBJDUMP = @OBJDUMP@
237 OBJEXT = @OBJEXT@
238 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
239 OPT_LDFLAGS = @OPT_LDFLAGS@
240 OS_INC_SRCDIR = @OS_INC_SRCDIR@
241 OTOOL = @OTOOL@
242 OTOOL64 = @OTOOL64@
243 PACKAGE = @PACKAGE@
244 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245 PACKAGE_NAME = @PACKAGE_NAME@
246 PACKAGE_STRING = @PACKAGE_STRING@
247 PACKAGE_TARNAME = @PACKAGE_TARNAME@
248 PACKAGE_URL = @PACKAGE_URL@
249 PACKAGE_VERSION = @PACKAGE_VERSION@
250 PATH_SEPARATOR = @PATH_SEPARATOR@
251 PDFLATEX = @PDFLATEX@
252 RANLIB = @RANLIB@
253 SECTION_FLAGS = @SECTION_FLAGS@
254 SECTION_LDFLAGS = @SECTION_LDFLAGS@
255 SED = @SED@
256 SET_MAKE = @SET_MAKE@
257 SHELL = @SHELL@
258 STRIP = @STRIP@
259 SYMVER_FILE = @SYMVER_FILE@
260 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
261 USE_NLS = @USE_NLS@
262 VERSION = @VERSION@
263 VIEW_FILE = @VIEW_FILE@
264 VTV_CXXFLAGS = @VTV_CXXFLAGS@
265 VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
266 VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
267 WARN_FLAGS = @WARN_FLAGS@
268 XMLCATALOG = @XMLCATALOG@
269 XMLLINT = @XMLLINT@
270 XSLTPROC = @XSLTPROC@
271 XSL_STYLE_DIR = @XSL_STYLE_DIR@
272 abs_builddir = @abs_builddir@
273 abs_srcdir = @abs_srcdir@
274 abs_top_builddir = @abs_top_builddir@
275 abs_top_srcdir = @abs_top_srcdir@
276 ac_ct_CC = @ac_ct_CC@
277 ac_ct_CXX = @ac_ct_CXX@
278 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279 am__leading_dot = @am__leading_dot@
280 am__tar = @am__tar@
281 am__untar = @am__untar@
282 baseline_dir = @baseline_dir@
283 baseline_subdir_switch = @baseline_subdir_switch@
284 bindir = @bindir@
285 build = @build@
286 build_alias = @build_alias@
287 build_cpu = @build_cpu@
288 build_os = @build_os@
289 build_vendor = @build_vendor@
290 builddir = @builddir@
291 check_msgfmt = @check_msgfmt@
292 datadir = @datadir@
293 datarootdir = @datarootdir@
294 docdir = @docdir@
295 dvidir = @dvidir@
296 enable_shared = @enable_shared@
297 enable_static = @enable_static@
298 exec_prefix = @exec_prefix@
299 get_gcc_base_ver = @get_gcc_base_ver@
300 glibcxx_MOFILES = @glibcxx_MOFILES@
301 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
302 glibcxx_POFILES = @glibcxx_POFILES@
303 glibcxx_builddir = @glibcxx_builddir@
304 glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
305 glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
306 glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
307 glibcxx_localedir = @glibcxx_localedir@
308 glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
309 glibcxx_prefixdir = @glibcxx_prefixdir@
310 glibcxx_srcdir = @glibcxx_srcdir@
311 glibcxx_toolexecdir = @glibcxx_toolexecdir@
312 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
313 gxx_include_dir = @gxx_include_dir@
314 host = @host@
315 host_alias = @host_alias@
316 host_cpu = @host_cpu@
317 host_os = @host_os@
318 host_vendor = @host_vendor@
319 htmldir = @htmldir@
320 includedir = @includedir@
321 infodir = @infodir@
322 install_sh = @install_sh@
323 libdir = @libdir@
324 libexecdir = @libexecdir@
325 libtool_VERSION = @libtool_VERSION@
326 localedir = @localedir@
327 localstatedir = @localstatedir@
328 lt_host_flags = @lt_host_flags@
329 mandir = @mandir@
330 mkdir_p = @mkdir_p@
331 multi_basedir = @multi_basedir@
332 oldincludedir = @oldincludedir@
333 pdfdir = @pdfdir@
334 port_specific_symbol_files = @port_specific_symbol_files@
335 prefix = @prefix@
336 program_transform_name = @program_transform_name@
337 psdir = @psdir@
338 python_mod_dir = @python_mod_dir@
339 sbindir = @sbindir@
340 sharedstatedir = @sharedstatedir@
341 srcdir = @srcdir@
342 sysconfdir = @sysconfdir@
343 target = @target@
344 target_alias = @target_alias@
345 target_cpu = @target_cpu@
346 target_os = @target_os@
347 target_vendor = @target_vendor@
348 thread_header = @thread_header@
349 tmake_file = @tmake_file@
350 top_build_prefix = @top_build_prefix@
351 top_builddir = @top_builddir@
352 top_srcdir = @top_srcdir@
353 toplevel_builddir = @toplevel_builddir@
354 toplevel_srcdir = @toplevel_srcdir@
356 # May be used by various substitution variables.
357 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
358 MAINT_CHARSET = latin1
359 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
360 PWD_COMMAND = $${PWDCMD-pwd}
361 STAMP = echo timestamp >
362 toolexecdir = $(glibcxx_toolexecdir)
363 toolexeclibdir = $(glibcxx_toolexeclibdir)
364 @ENABLE_WERROR_FALSE@WERROR_FLAG =
365 @ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
366 @ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
367 @ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
368 @GLIBCXX_LDBL_ALT128_COMPAT_FALSE@LDBL_128_FLAGS =
369 @GLIBCXX_LDBL_ALT128_COMPAT_TRUE@LDBL_128_FLAGS = $(LONG_DOUBLE_128_FLAGS)
371 # These bits are all figured out from configure. Look in acinclude.m4
372 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
373 CONFIG_CXXFLAGS = \
374 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@ $(LDBL_128_FLAGS)
376 WARN_CXXFLAGS = \
377 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
380 # -I/-D flags to pass when compiling.
381 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
383 # Standard C++ includes.
384 std_srcdir = ${glibcxx_srcdir}/include/std
385 std_builddir = .
386 std_freestanding = \
387 ${std_srcdir}/algorithm \
388 ${std_srcdir}/array \
389 ${std_srcdir}/atomic \
390 ${std_srcdir}/bit \
391 ${std_srcdir}/bitset \
392 ${std_srcdir}/concepts \
393 ${std_srcdir}/coroutine \
394 ${std_srcdir}/expected \
395 ${std_srcdir}/functional \
396 ${std_srcdir}/iterator \
397 ${std_srcdir}/limits \
398 ${std_srcdir}/memory \
399 ${std_srcdir}/numbers \
400 ${std_srcdir}/numeric \
401 ${std_srcdir}/optional \
402 ${std_srcdir}/ranges \
403 ${std_srcdir}/ratio \
404 ${std_srcdir}/scoped_allocator \
405 ${std_srcdir}/source_location \
406 ${std_srcdir}/span \
407 ${std_srcdir}/string_view \
408 ${std_srcdir}/tuple \
409 ${std_srcdir}/type_traits \
410 ${std_srcdir}/typeindex \
411 ${std_srcdir}/utility \
412 ${std_srcdir}/variant \
413 ${std_srcdir}/version
415 @GLIBCXX_HOSTED_FALSE@std_headers = ${std_freestanding}
416 @GLIBCXX_HOSTED_TRUE@std_headers = \
417 @GLIBCXX_HOSTED_TRUE@ ${std_freestanding} \
418 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/any \
419 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/barrier \
420 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/charconv \
421 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/chrono \
422 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/codecvt \
423 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/complex \
424 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/condition_variable \
425 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/deque \
426 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/execution \
427 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/filesystem \
428 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/format \
429 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/forward_list \
430 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/fstream \
431 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/future \
432 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/iomanip \
433 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/ios \
434 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/iosfwd \
435 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/iostream \
436 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/istream \
437 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/latch \
438 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/list \
439 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/locale \
440 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/map \
441 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/memory_resource \
442 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/mutex \
443 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/ostream \
444 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/queue \
445 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/random \
446 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/regex \
447 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/semaphore \
448 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/set \
449 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/shared_mutex \
450 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/spanstream \
451 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/sstream \
452 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/syncstream \
453 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/stack \
454 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/stacktrace \
455 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/stdexcept \
456 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/stdfloat \
457 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/stop_token \
458 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/streambuf \
459 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/string \
460 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/system_error \
461 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/thread \
462 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/unordered_map \
463 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/unordered_set \
464 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/valarray \
465 @GLIBCXX_HOSTED_TRUE@ ${std_srcdir}/vector
467 bits_srcdir = ${glibcxx_srcdir}/include/bits
468 bits_builddir = ./bits
469 bits_freestanding = \
470 ${bits_srcdir}/algorithmfwd.h \
471 ${bits_srcdir}/align.h \
472 ${bits_srcdir}/allocator.h \
473 ${bits_srcdir}/alloc_traits.h \
474 ${bits_srcdir}/atomic_base.h \
475 ${bits_srcdir}/c++0x_warning.h \
476 ${bits_srcdir}/boost_concept_check.h \
477 ${bits_srcdir}/concept_check.h \
478 ${bits_srcdir}/char_traits.h \
479 ${bits_srcdir}/cpp_type_traits.h \
480 ${bits_srcdir}/enable_special_members.h \
481 ${bits_srcdir}/functexcept.h \
482 ${bits_srcdir}/functional_hash.h \
483 ${bits_srcdir}/invoke.h \
484 ${bits_srcdir}/iterator_concepts.h \
485 ${bits_srcdir}/max_size_type.h \
486 ${bits_srcdir}/memoryfwd.h \
487 ${bits_srcdir}/move.h \
488 ${bits_srcdir}/predefined_ops.h \
489 ${bits_srcdir}/parse_numbers.h \
490 ${bits_srcdir}/ptr_traits.h \
491 ${bits_srcdir}/range_access.h \
492 ${bits_srcdir}/ranges_algo.h \
493 ${bits_srcdir}/ranges_algobase.h \
494 ${bits_srcdir}/ranges_base.h \
495 ${bits_srcdir}/ranges_cmp.h \
496 ${bits_srcdir}/ranges_uninitialized.h \
497 ${bits_srcdir}/ranges_util.h \
498 ${bits_srcdir}/refwrap.h \
499 ${bits_srcdir}/stl_algo.h \
500 ${bits_srcdir}/stl_algobase.h \
501 ${bits_srcdir}/stl_construct.h \
502 ${bits_srcdir}/stl_function.h \
503 ${bits_srcdir}/stl_iterator.h \
504 ${bits_srcdir}/stl_iterator_base_funcs.h \
505 ${bits_srcdir}/stl_iterator_base_types.h \
506 ${bits_srcdir}/stl_numeric.h \
507 ${bits_srcdir}/stl_heap.h \
508 ${bits_srcdir}/stl_pair.h \
509 ${bits_srcdir}/stl_raw_storage_iter.h \
510 ${bits_srcdir}/stl_relops.h \
511 ${bits_srcdir}/stl_uninitialized.h \
512 ${bits_srcdir}/string_view.tcc \
513 ${bits_srcdir}/uniform_int_dist.h \
514 ${bits_srcdir}/unique_ptr.h \
515 ${bits_srcdir}/uses_allocator.h \
516 ${bits_srcdir}/uses_allocator_args.h \
517 ${bits_srcdir}/utility.h
519 @GLIBCXX_HOSTED_FALSE@bits_headers = ${bits_freestanding}
520 @GLIBCXX_HOSTED_TRUE@bits_headers = \
521 @GLIBCXX_HOSTED_TRUE@ ${bits_freestanding} \
522 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/allocated_ptr.h \
523 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/atomic_futex.h \
524 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/atomic_timed_wait.h \
525 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/atomic_wait.h \
526 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_ios.h \
527 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_ios.tcc \
528 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_string.h \
529 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_string.tcc \
530 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/charconv.h \
531 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/chrono.h \
532 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/chrono_io.h \
533 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/codecvt.h \
534 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/cow_string.h \
535 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/deque.tcc \
536 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/erase_if.h \
537 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/forward_list.h \
538 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/forward_list.tcc \
539 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/fs_dir.h \
540 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/fs_fwd.h \
541 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/fs_ops.h \
542 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/fs_path.h \
543 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/fstream.tcc \
544 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/gslice.h \
545 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/gslice_array.h \
546 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/hashtable.h \
547 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/hashtable_policy.h \
548 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/indirect_array.h \
549 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/ios_base.h \
550 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/istream.tcc \
551 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/list.tcc \
552 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/locale_classes.h \
553 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/locale_classes.tcc \
554 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/locale_conv.h \
555 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/locale_facets.h \
556 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/locale_facets.tcc \
557 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/locale_facets_nonio.h \
558 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/locale_facets_nonio.tcc \
559 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/localefwd.h \
560 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/mask_array.h \
561 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/memory_resource.h \
562 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/mofunc_impl.h \
563 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/move_only_function.h \
564 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/new_allocator.h \
565 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/node_handle.h \
566 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/ostream.tcc \
567 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/ostream_insert.h \
568 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/postypes.h \
569 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/quoted_string.h \
570 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/random.h \
571 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/random.tcc \
572 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex.h \
573 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex.tcc \
574 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_constants.h \
575 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_error.h \
576 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_scanner.h \
577 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_scanner.tcc \
578 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_automaton.h \
579 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_automaton.tcc \
580 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_compiler.h \
581 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_compiler.tcc \
582 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_executor.h \
583 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/regex_executor.tcc \
584 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/requires_hosted.h \
585 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/semaphore_base.h \
586 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/shared_ptr.h \
587 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/shared_ptr_atomic.h \
588 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/shared_ptr_base.h \
589 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/slice_array.h \
590 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/specfun.h \
591 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/sstream.tcc \
592 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/std_abs.h \
593 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/std_function.h \
594 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/std_mutex.h \
595 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/std_thread.h \
596 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_bvector.h \
597 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_deque.h \
598 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_list.h \
599 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_map.h \
600 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_multimap.h \
601 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_multiset.h \
602 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_queue.h \
603 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_relops.h \
604 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_set.h \
605 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_stack.h \
606 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_tempbuf.h \
607 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_tree.h \
608 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stl_vector.h \
609 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stream_iterator.h \
610 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/streambuf_iterator.h \
611 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/streambuf.tcc \
612 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/stringfwd.h \
613 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/this_thread_sleep.h \
614 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/unique_lock.h \
615 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/unordered_map.h \
616 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/unordered_set.h \
617 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/valarray_array.h \
618 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/valarray_array.tcc \
619 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/valarray_before.h \
620 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/valarray_after.h \
621 @GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/vector.tcc
623 bits_host_headers = \
624 ${glibcxx_srcdir}/${CPU_OPT_BITS_RANDOM}
626 bits_sup_srcdir = ${glibcxx_srcdir}/libsupc++
627 bits_sup_headers = \
628 ${bits_sup_srcdir}/atomic_lockfree_defines.h \
629 ${bits_sup_srcdir}/cxxabi_forced.h \
630 ${bits_sup_srcdir}/cxxabi_init_exception.h \
631 ${bits_sup_srcdir}/exception.h \
632 ${bits_sup_srcdir}/exception_defines.h \
633 ${bits_sup_srcdir}/exception_ptr.h \
634 ${bits_sup_srcdir}/hash_bytes.h \
635 ${bits_sup_srcdir}/nested_exception.h
638 # C++17 Parallel Algorithm Includes.
639 pstl_srcdir = ${glibcxx_srcdir}/include/pstl
640 pstl_builddir = ./pstl
641 pstl_headers = \
642 ${pstl_srcdir}/algorithm_fwd.h \
643 ${pstl_srcdir}/algorithm_impl.h \
644 ${pstl_srcdir}/execution_defs.h \
645 ${pstl_srcdir}/execution_impl.h \
646 ${pstl_srcdir}/glue_algorithm_defs.h \
647 ${pstl_srcdir}/glue_algorithm_impl.h \
648 ${pstl_srcdir}/glue_execution_defs.h \
649 ${pstl_srcdir}/glue_memory_defs.h \
650 ${pstl_srcdir}/glue_memory_impl.h \
651 ${pstl_srcdir}/glue_numeric_defs.h \
652 ${pstl_srcdir}/glue_numeric_impl.h \
653 ${pstl_srcdir}/memory_impl.h \
654 ${pstl_srcdir}/numeric_fwd.h \
655 ${pstl_srcdir}/numeric_impl.h \
656 ${pstl_srcdir}/parallel_backend.h \
657 ${pstl_srcdir}/parallel_backend_tbb.h \
658 ${pstl_srcdir}/parallel_backend_serial.h \
659 ${pstl_srcdir}/parallel_backend_utils.h \
660 ${pstl_srcdir}/parallel_impl.h \
661 ${pstl_srcdir}/pstl_config.h \
662 ${pstl_srcdir}/unseq_backend_simd.h \
663 ${pstl_srcdir}/utils.h
665 backward_srcdir = ${glibcxx_srcdir}/include/backward
666 backward_builddir = ./backward
667 backward_freestanding = \
668 ${backward_srcdir}/auto_ptr.h \
669 ${backward_srcdir}/binders.h
671 @GLIBCXX_HOSTED_FALSE@backward_headers = ${backward_freestanding}
672 @GLIBCXX_HOSTED_TRUE@backward_headers = \
673 @GLIBCXX_HOSTED_TRUE@ ${backward_freestanding} \
674 @GLIBCXX_HOSTED_TRUE@ ${backward_srcdir}/backward_warning.h \
675 @GLIBCXX_HOSTED_TRUE@ ${backward_srcdir}/hash_map \
676 @GLIBCXX_HOSTED_TRUE@ ${backward_srcdir}/hash_set \
677 @GLIBCXX_HOSTED_TRUE@ ${backward_srcdir}/hash_fun.h \
678 @GLIBCXX_HOSTED_TRUE@ ${backward_srcdir}/hashtable.h \
679 @GLIBCXX_HOSTED_TRUE@ ${backward_srcdir}/strstream
681 pb_srcdir = ${glibcxx_srcdir}/include/ext/pb_ds
682 pb_builddir = ./ext/pb_ds
683 pb_subdirs = \
684 ${pb_builddir}/detail \
685 ${pb_builddir}/detail/pairing_heap_ \
686 ${pb_builddir}/detail/splay_tree_ \
687 ${pb_builddir}/detail/list_update_map_ \
688 ${pb_builddir}/detail/branch_policy \
689 ${pb_builddir}/detail/trie_policy \
690 ${pb_builddir}/detail/gp_hash_table_map_ \
691 ${pb_builddir}/detail/tree_policy \
692 ${pb_builddir}/detail/binomial_heap_base_ \
693 ${pb_builddir}/detail/resize_policy \
694 ${pb_builddir}/detail/bin_search_tree_ \
695 ${pb_builddir}/detail/binomial_heap_ \
696 ${pb_builddir}/detail/thin_heap_ \
697 ${pb_builddir}/detail/pat_trie_ \
698 ${pb_builddir}/detail/cc_hash_table_map_ \
699 ${pb_builddir}/detail/rc_binomial_heap_ \
700 ${pb_builddir}/detail/left_child_next_sibling_heap_ \
701 ${pb_builddir}/detail/unordered_iterator \
702 ${pb_builddir}/detail/binary_heap_ \
703 ${pb_builddir}/detail/ov_tree_map_ \
704 ${pb_builddir}/detail/hash_fn \
705 ${pb_builddir}/detail/eq_fn \
706 ${pb_builddir}/detail/rb_tree_map_ \
707 ${pb_builddir}/detail/list_update_policy
710 # The ability for make and the underlying host to deal with this
711 # unwieldy list as one entire entity is not a sure thing, and may
712 # cause build errors. Thus, split one list into many smaller
713 # mini-lists, with the maximum size per mini-list of no more than 42.
714 pb_headers1 = \
715 ${pb_srcdir}/assoc_container.hpp \
716 ${pb_srcdir}/exception.hpp \
717 ${pb_srcdir}/hash_policy.hpp \
718 ${pb_srcdir}/list_update_policy.hpp \
719 ${pb_srcdir}/priority_queue.hpp \
720 ${pb_srcdir}/tag_and_trait.hpp \
721 ${pb_srcdir}/tree_policy.hpp \
722 ${pb_srcdir}/trie_policy.hpp \
723 ${pb_srcdir}/detail/branch_policy/branch_policy.hpp \
724 ${pb_srcdir}/detail/branch_policy/null_node_metadata.hpp \
725 ${pb_srcdir}/detail/branch_policy/traits.hpp \
726 ${pb_srcdir}/detail/binary_heap_/binary_heap_.hpp \
727 ${pb_srcdir}/detail/binary_heap_/const_iterator.hpp \
728 ${pb_srcdir}/detail/binary_heap_/point_const_iterator.hpp \
729 ${pb_srcdir}/detail/binary_heap_/constructors_destructor_fn_imps.hpp \
730 ${pb_srcdir}/detail/binary_heap_/debug_fn_imps.hpp \
731 ${pb_srcdir}/detail/binary_heap_/entry_cmp.hpp \
732 ${pb_srcdir}/detail/binary_heap_/entry_pred.hpp \
733 ${pb_srcdir}/detail/binary_heap_/erase_fn_imps.hpp \
734 ${pb_srcdir}/detail/binary_heap_/find_fn_imps.hpp \
735 ${pb_srcdir}/detail/binary_heap_/info_fn_imps.hpp \
736 ${pb_srcdir}/detail/binary_heap_/insert_fn_imps.hpp \
737 ${pb_srcdir}/detail/binary_heap_/iterators_fn_imps.hpp \
738 ${pb_srcdir}/detail/binary_heap_/policy_access_fn_imps.hpp \
739 ${pb_srcdir}/detail/binary_heap_/resize_policy.hpp \
740 ${pb_srcdir}/detail/binary_heap_/split_join_fn_imps.hpp \
741 ${pb_srcdir}/detail/binary_heap_/trace_fn_imps.hpp \
742 ${pb_srcdir}/detail/binomial_heap_base_/binomial_heap_base_.hpp \
743 ${pb_srcdir}/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp \
744 ${pb_srcdir}/detail/binomial_heap_base_/debug_fn_imps.hpp \
745 ${pb_srcdir}/detail/binomial_heap_base_/erase_fn_imps.hpp \
746 ${pb_srcdir}/detail/binomial_heap_base_/find_fn_imps.hpp \
747 ${pb_srcdir}/detail/binomial_heap_base_/insert_fn_imps.hpp \
748 ${pb_srcdir}/detail/binomial_heap_base_/split_join_fn_imps.hpp \
749 ${pb_srcdir}/detail/binomial_heap_/binomial_heap_.hpp \
750 ${pb_srcdir}/detail/binomial_heap_/constructors_destructor_fn_imps.hpp \
751 ${pb_srcdir}/detail/binomial_heap_/debug_fn_imps.hpp \
752 ${pb_srcdir}/detail/bin_search_tree_/bin_search_tree_.hpp
754 pb_headers2 = \
755 ${pb_srcdir}/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp \
756 ${pb_srcdir}/detail/bin_search_tree_/debug_fn_imps.hpp \
757 ${pb_srcdir}/detail/bin_search_tree_/erase_fn_imps.hpp \
758 ${pb_srcdir}/detail/bin_search_tree_/find_fn_imps.hpp \
759 ${pb_srcdir}/detail/bin_search_tree_/info_fn_imps.hpp \
760 ${pb_srcdir}/detail/bin_search_tree_/insert_fn_imps.hpp \
761 ${pb_srcdir}/detail/bin_search_tree_/iterators_fn_imps.hpp \
762 ${pb_srcdir}/detail/bin_search_tree_/node_iterators.hpp \
763 ${pb_srcdir}/detail/bin_search_tree_/point_iterators.hpp \
764 ${pb_srcdir}/detail/bin_search_tree_/policy_access_fn_imps.hpp \
765 ${pb_srcdir}/detail/bin_search_tree_/r_erase_fn_imps.hpp \
766 ${pb_srcdir}/detail/bin_search_tree_/rotate_fn_imps.hpp \
767 ${pb_srcdir}/detail/bin_search_tree_/split_join_fn_imps.hpp \
768 ${pb_srcdir}/detail/bin_search_tree_/traits.hpp \
769 ${pb_srcdir}/detail/cc_hash_table_map_/cc_ht_map_.hpp \
770 ${pb_srcdir}/detail/cc_hash_table_map_/cmp_fn_imps.hpp \
771 ${pb_srcdir}/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp \
772 ${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp \
773 ${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
774 ${pb_srcdir}/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
775 ${pb_srcdir}/detail/cc_hash_table_map_/debug_fn_imps.hpp \
776 ${pb_srcdir}/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
777 ${pb_srcdir}/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp \
778 ${pb_srcdir}/detail/cc_hash_table_map_/entry_list_fn_imps.hpp \
779 ${pb_srcdir}/detail/cc_hash_table_map_/erase_fn_imps.hpp \
780 ${pb_srcdir}/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
781 ${pb_srcdir}/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp \
782 ${pb_srcdir}/detail/cc_hash_table_map_/find_fn_imps.hpp \
783 ${pb_srcdir}/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp \
784 ${pb_srcdir}/detail/cc_hash_table_map_/info_fn_imps.hpp \
785 ${pb_srcdir}/detail/cc_hash_table_map_/insert_fn_imps.hpp \
786 ${pb_srcdir}/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
787 ${pb_srcdir}/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp \
788 ${pb_srcdir}/detail/cc_hash_table_map_/iterators_fn_imps.hpp \
789 ${pb_srcdir}/detail/cc_hash_table_map_/policy_access_fn_imps.hpp \
790 ${pb_srcdir}/detail/cc_hash_table_map_/resize_fn_imps.hpp \
791 ${pb_srcdir}/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
792 ${pb_srcdir}/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp \
793 ${pb_srcdir}/detail/cc_hash_table_map_/size_fn_imps.hpp
795 pb_headers3 = \
796 ${pb_srcdir}/detail/cc_hash_table_map_/trace_fn_imps.hpp \
797 ${pb_srcdir}/detail/cond_dealtor.hpp \
798 ${pb_srcdir}/detail/container_base_dispatch.hpp \
799 ${pb_srcdir}/detail/eq_fn/eq_by_less.hpp \
800 ${pb_srcdir}/detail/eq_fn/hash_eq_fn.hpp \
801 ${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp \
802 ${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp \
803 ${pb_srcdir}/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp \
804 ${pb_srcdir}/detail/gp_hash_table_map_/debug_fn_imps.hpp \
805 ${pb_srcdir}/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp \
806 ${pb_srcdir}/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp \
807 ${pb_srcdir}/detail/gp_hash_table_map_/erase_fn_imps.hpp \
808 ${pb_srcdir}/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp \
809 ${pb_srcdir}/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp \
810 ${pb_srcdir}/detail/gp_hash_table_map_/find_fn_imps.hpp \
811 ${pb_srcdir}/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp \
812 ${pb_srcdir}/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp \
813 ${pb_srcdir}/detail/gp_hash_table_map_/gp_ht_map_.hpp \
814 ${pb_srcdir}/detail/gp_hash_table_map_/info_fn_imps.hpp \
815 ${pb_srcdir}/detail/gp_hash_table_map_/insert_fn_imps.hpp \
816 ${pb_srcdir}/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp \
817 ${pb_srcdir}/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp \
818 ${pb_srcdir}/detail/gp_hash_table_map_/iterator_fn_imps.hpp \
819 ${pb_srcdir}/detail/gp_hash_table_map_/policy_access_fn_imps.hpp \
820 ${pb_srcdir}/detail/gp_hash_table_map_/resize_fn_imps.hpp \
821 ${pb_srcdir}/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp \
822 ${pb_srcdir}/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp \
823 ${pb_srcdir}/detail/gp_hash_table_map_/trace_fn_imps.hpp \
824 ${pb_srcdir}/detail/hash_fn/direct_mask_range_hashing_imp.hpp \
825 ${pb_srcdir}/detail/hash_fn/direct_mod_range_hashing_imp.hpp \
826 ${pb_srcdir}/detail/hash_fn/linear_probe_fn_imp.hpp \
827 ${pb_srcdir}/detail/hash_fn/mask_based_range_hashing.hpp \
828 ${pb_srcdir}/detail/hash_fn/mod_based_range_hashing.hpp \
829 ${pb_srcdir}/detail/hash_fn/probe_fn_base.hpp \
830 ${pb_srcdir}/detail/hash_fn/quadratic_probe_fn_imp.hpp \
831 ${pb_srcdir}/detail/hash_fn/ranged_hash_fn.hpp \
832 ${pb_srcdir}/detail/hash_fn/ranged_probe_fn.hpp
834 pb_headers4 = \
835 ${pb_srcdir}/detail/hash_fn/sample_probe_fn.hpp \
836 ${pb_srcdir}/detail/hash_fn/sample_ranged_hash_fn.hpp \
837 ${pb_srcdir}/detail/hash_fn/sample_ranged_probe_fn.hpp \
838 ${pb_srcdir}/detail/hash_fn/sample_range_hashing.hpp \
839 ${pb_srcdir}/detail/left_child_next_sibling_heap_/const_iterator.hpp \
840 ${pb_srcdir}/detail/left_child_next_sibling_heap_/point_const_iterator.hpp \
841 ${pb_srcdir}/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp \
842 ${pb_srcdir}/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp \
843 ${pb_srcdir}/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp \
844 ${pb_srcdir}/detail/left_child_next_sibling_heap_/info_fn_imps.hpp \
845 ${pb_srcdir}/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp \
846 ${pb_srcdir}/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp \
847 ${pb_srcdir}/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp \
848 ${pb_srcdir}/detail/left_child_next_sibling_heap_/node.hpp \
849 ${pb_srcdir}/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp \
850 ${pb_srcdir}/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp \
851 ${pb_srcdir}/detail/list_update_map_/constructor_destructor_fn_imps.hpp \
852 ${pb_srcdir}/detail/list_update_map_/debug_fn_imps.hpp \
853 ${pb_srcdir}/detail/list_update_map_/entry_metadata_base.hpp \
854 ${pb_srcdir}/detail/list_update_map_/erase_fn_imps.hpp \
855 ${pb_srcdir}/detail/list_update_map_/find_fn_imps.hpp \
856 ${pb_srcdir}/detail/list_update_map_/info_fn_imps.hpp \
857 ${pb_srcdir}/detail/list_update_map_/insert_fn_imps.hpp \
858 ${pb_srcdir}/detail/list_update_map_/iterators_fn_imps.hpp \
859 ${pb_srcdir}/detail/list_update_map_/lu_map_.hpp \
860 ${pb_srcdir}/detail/list_update_map_/trace_fn_imps.hpp \
861 ${pb_srcdir}/detail/list_update_policy/lu_counter_metadata.hpp \
862 ${pb_srcdir}/detail/list_update_policy/sample_update_policy.hpp \
863 ${pb_srcdir}/detail/debug_map_base.hpp \
864 ${pb_srcdir}/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp \
865 ${pb_srcdir}/detail/ov_tree_map_/debug_fn_imps.hpp \
866 ${pb_srcdir}/detail/ov_tree_map_/erase_fn_imps.hpp \
867 ${pb_srcdir}/detail/ov_tree_map_/info_fn_imps.hpp \
868 ${pb_srcdir}/detail/ov_tree_map_/insert_fn_imps.hpp \
869 ${pb_srcdir}/detail/ov_tree_map_/iterators_fn_imps.hpp \
870 ${pb_srcdir}/detail/ov_tree_map_/node_iterators.hpp \
871 ${pb_srcdir}/detail/ov_tree_map_/ov_tree_map_.hpp
873 pb_headers5 = \
874 ${pb_srcdir}/detail/ov_tree_map_/policy_access_fn_imps.hpp \
875 ${pb_srcdir}/detail/ov_tree_map_/split_join_fn_imps.hpp \
876 ${pb_srcdir}/detail/ov_tree_map_/traits.hpp \
877 ${pb_srcdir}/detail/pairing_heap_/constructors_destructor_fn_imps.hpp \
878 ${pb_srcdir}/detail/pairing_heap_/debug_fn_imps.hpp \
879 ${pb_srcdir}/detail/pairing_heap_/erase_fn_imps.hpp \
880 ${pb_srcdir}/detail/pairing_heap_/find_fn_imps.hpp \
881 ${pb_srcdir}/detail/pairing_heap_/insert_fn_imps.hpp \
882 ${pb_srcdir}/detail/pairing_heap_/pairing_heap_.hpp \
883 ${pb_srcdir}/detail/pairing_heap_/split_join_fn_imps.hpp \
884 ${pb_srcdir}/detail/pat_trie_/constructors_destructor_fn_imps.hpp \
885 ${pb_srcdir}/detail/pat_trie_/debug_fn_imps.hpp \
886 ${pb_srcdir}/detail/pat_trie_/erase_fn_imps.hpp \
887 ${pb_srcdir}/detail/pat_trie_/find_fn_imps.hpp \
888 ${pb_srcdir}/detail/pat_trie_/info_fn_imps.hpp \
889 ${pb_srcdir}/detail/pat_trie_/insert_join_fn_imps.hpp \
890 ${pb_srcdir}/detail/pat_trie_/iterators_fn_imps.hpp \
891 ${pb_srcdir}/detail/pat_trie_/pat_trie_.hpp \
892 ${pb_srcdir}/detail/pat_trie_/pat_trie_base.hpp \
893 ${pb_srcdir}/detail/pat_trie_/policy_access_fn_imps.hpp \
894 ${pb_srcdir}/detail/pat_trie_/r_erase_fn_imps.hpp \
895 ${pb_srcdir}/detail/pat_trie_/rotate_fn_imps.hpp \
896 ${pb_srcdir}/detail/pat_trie_/split_fn_imps.hpp \
897 ${pb_srcdir}/detail/pat_trie_/synth_access_traits.hpp \
898 ${pb_srcdir}/detail/pat_trie_/trace_fn_imps.hpp \
899 ${pb_srcdir}/detail/pat_trie_/traits.hpp \
900 ${pb_srcdir}/detail/pat_trie_/update_fn_imps.hpp \
901 ${pb_srcdir}/detail/priority_queue_base_dispatch.hpp \
902 ${pb_srcdir}/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp \
903 ${pb_srcdir}/detail/rb_tree_map_/debug_fn_imps.hpp
905 pb_headers6 = \
906 ${pb_srcdir}/detail/rb_tree_map_/erase_fn_imps.hpp \
907 ${pb_srcdir}/detail/rb_tree_map_/find_fn_imps.hpp \
908 ${pb_srcdir}/detail/rb_tree_map_/info_fn_imps.hpp \
909 ${pb_srcdir}/detail/rb_tree_map_/insert_fn_imps.hpp \
910 ${pb_srcdir}/detail/rb_tree_map_/node.hpp \
911 ${pb_srcdir}/detail/rb_tree_map_/rb_tree_.hpp \
912 ${pb_srcdir}/detail/rb_tree_map_/split_join_fn_imps.hpp \
913 ${pb_srcdir}/detail/rb_tree_map_/traits.hpp \
914 ${pb_srcdir}/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp \
915 ${pb_srcdir}/detail/rc_binomial_heap_/debug_fn_imps.hpp \
916 ${pb_srcdir}/detail/rc_binomial_heap_/erase_fn_imps.hpp \
917 ${pb_srcdir}/detail/rc_binomial_heap_/insert_fn_imps.hpp \
918 ${pb_srcdir}/detail/rc_binomial_heap_/rc_binomial_heap_.hpp \
919 ${pb_srcdir}/detail/rc_binomial_heap_/rc.hpp \
920 ${pb_srcdir}/detail/rc_binomial_heap_/split_join_fn_imps.hpp \
921 ${pb_srcdir}/detail/rc_binomial_heap_/trace_fn_imps.hpp \
922 ${pb_srcdir}/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp \
923 ${pb_srcdir}/detail/resize_policy/hash_exponential_size_policy_imp.hpp \
924 ${pb_srcdir}/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp \
925 ${pb_srcdir}/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp \
926 ${pb_srcdir}/detail/resize_policy/hash_prime_size_policy_imp.hpp \
927 ${pb_srcdir}/detail/resize_policy/hash_standard_resize_policy_imp.hpp \
928 ${pb_srcdir}/detail/resize_policy/sample_resize_policy.hpp \
929 ${pb_srcdir}/detail/resize_policy/sample_resize_trigger.hpp \
930 ${pb_srcdir}/detail/resize_policy/sample_size_policy.hpp \
931 ${pb_srcdir}/detail/splay_tree_/constructors_destructor_fn_imps.hpp \
932 ${pb_srcdir}/detail/splay_tree_/debug_fn_imps.hpp \
933 ${pb_srcdir}/detail/splay_tree_/erase_fn_imps.hpp \
934 ${pb_srcdir}/detail/splay_tree_/find_fn_imps.hpp \
935 ${pb_srcdir}/detail/splay_tree_/info_fn_imps.hpp \
936 ${pb_srcdir}/detail/splay_tree_/insert_fn_imps.hpp \
937 ${pb_srcdir}/detail/splay_tree_/node.hpp \
938 ${pb_srcdir}/detail/splay_tree_/splay_fn_imps.hpp \
939 ${pb_srcdir}/detail/splay_tree_/splay_tree_.hpp \
940 ${pb_srcdir}/detail/splay_tree_/split_join_fn_imps.hpp \
941 ${pb_srcdir}/detail/splay_tree_/traits.hpp \
942 ${pb_srcdir}/detail/standard_policies.hpp \
943 ${pb_srcdir}/detail/thin_heap_/constructors_destructor_fn_imps.hpp \
944 ${pb_srcdir}/detail/thin_heap_/debug_fn_imps.hpp \
945 ${pb_srcdir}/detail/thin_heap_/erase_fn_imps.hpp
947 pb_headers7 = \
948 ${pb_srcdir}/detail/thin_heap_/find_fn_imps.hpp \
949 ${pb_srcdir}/detail/thin_heap_/insert_fn_imps.hpp \
950 ${pb_srcdir}/detail/thin_heap_/split_join_fn_imps.hpp \
951 ${pb_srcdir}/detail/thin_heap_/thin_heap_.hpp \
952 ${pb_srcdir}/detail/thin_heap_/trace_fn_imps.hpp \
953 ${pb_srcdir}/detail/tree_policy/node_metadata_selector.hpp \
954 ${pb_srcdir}/detail/tree_policy/order_statistics_imp.hpp \
955 ${pb_srcdir}/detail/tree_policy/sample_tree_node_update.hpp \
956 ${pb_srcdir}/detail/tree_trace_base.hpp \
957 ${pb_srcdir}/detail/trie_policy/node_metadata_selector.hpp \
958 ${pb_srcdir}/detail/trie_policy/order_statistics_imp.hpp \
959 ${pb_srcdir}/detail/trie_policy/prefix_search_node_update_imp.hpp \
960 ${pb_srcdir}/detail/trie_policy/sample_trie_access_traits.hpp \
961 ${pb_srcdir}/detail/trie_policy/sample_trie_node_update.hpp \
962 ${pb_srcdir}/detail/trie_policy/trie_string_access_traits_imp.hpp \
963 ${pb_srcdir}/detail/trie_policy/trie_policy_base.hpp \
964 ${pb_srcdir}/detail/types_traits.hpp \
965 ${pb_srcdir}/detail/type_utils.hpp \
966 ${pb_srcdir}/detail/unordered_iterator/const_iterator.hpp \
967 ${pb_srcdir}/detail/unordered_iterator/point_const_iterator.hpp \
968 ${pb_srcdir}/detail/unordered_iterator/iterator.hpp \
969 ${pb_srcdir}/detail/unordered_iterator/point_iterator.hpp
971 ext_srcdir = ${glibcxx_srcdir}/include/ext
972 ext_builddir = ./ext
973 ext_freestanding = \
974 ${ext_srcdir}/aligned_buffer.h \
975 ${ext_srcdir}/alloc_traits.h \
976 ${ext_srcdir}/atomicity.h \
977 ${ext_srcdir}/cast.h \
978 ${ext_srcdir}/concurrence.h \
979 ${ext_srcdir}/numeric_traits.h \
980 ${ext_srcdir}/iterator \
981 ${ext_srcdir}/pointer.h \
982 ${ext_srcdir}/type_traits.h \
983 ${ext_srcdir}/typelist.h
985 @GLIBCXX_HOSTED_FALSE@ext_headers = ${ext_freestanding}
986 @GLIBCXX_HOSTED_TRUE@ext_headers = \
987 @GLIBCXX_HOSTED_TRUE@ ${ext_freestanding} \
988 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/algorithm \
989 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/bitmap_allocator.h \
990 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/cmath \
991 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/codecvt_specializations.h \
992 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/debug_allocator.h \
993 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/enc_filebuf.h \
994 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/extptr_allocator.h \
995 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/functional \
996 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/malloc_allocator.h \
997 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/memory \
998 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/mt_allocator.h \
999 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/new_allocator.h \
1000 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/numeric \
1001 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/pod_char_traits.h \
1002 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/pool_allocator.h \
1003 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/random \
1004 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/random.tcc \
1005 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/rb_tree \
1006 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/rc_string_base.h \
1007 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/rope \
1008 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/ropeimpl.h \
1009 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/slist \
1010 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/sso_string_base.h \
1011 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/stdio_filebuf.h \
1012 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/stdio_sync_filebuf.h \
1013 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/string_conversions.h \
1014 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/throw_allocator.h \
1015 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/vstring_fwd.h \
1016 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/vstring.h \
1017 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/vstring.tcc \
1018 @GLIBCXX_HOSTED_TRUE@ ${ext_srcdir}/vstring_util.h \
1019 @GLIBCXX_HOSTED_TRUE@ ${ext_compat_headers}
1021 ext_compat_headers = \
1022 ${backward_srcdir}/hash_set \
1023 ${backward_srcdir}/hash_map
1025 ext_host_headers = \
1026 ${glibcxx_srcdir}/${CPU_OPT_EXT_RANDOM}
1028 tr1_srcdir = ${glibcxx_srcdir}/include/tr1
1029 tr1_builddir = ./tr1
1030 tr1_headers = \
1031 ${tr1_srcdir}/array \
1032 ${tr1_srcdir}/bessel_function.tcc \
1033 ${tr1_srcdir}/beta_function.tcc \
1034 ${tr1_srcdir}/ccomplex \
1035 ${tr1_srcdir}/cctype \
1036 ${tr1_srcdir}/cfenv \
1037 ${tr1_srcdir}/cfloat \
1038 ${tr1_srcdir}/cinttypes \
1039 ${tr1_srcdir}/climits \
1040 ${tr1_srcdir}/cmath \
1041 ${tr1_srcdir}/complex \
1042 ${tr1_srcdir}/complex.h \
1043 ${tr1_srcdir}/cstdarg \
1044 ${tr1_srcdir}/cstdbool \
1045 ${tr1_srcdir}/cstdint \
1046 ${tr1_srcdir}/cstdio \
1047 ${tr1_srcdir}/cstdlib \
1048 ${tr1_srcdir}/ctgmath \
1049 ${tr1_srcdir}/ctime \
1050 ${tr1_srcdir}/ctype.h \
1051 ${tr1_srcdir}/cwchar \
1052 ${tr1_srcdir}/cwctype \
1053 ${tr1_srcdir}/ell_integral.tcc \
1054 ${tr1_srcdir}/exp_integral.tcc \
1055 ${tr1_srcdir}/fenv.h \
1056 ${tr1_srcdir}/float.h \
1057 ${tr1_srcdir}/functional \
1058 ${tr1_srcdir}/functional_hash.h \
1059 ${tr1_srcdir}/gamma.tcc \
1060 ${tr1_srcdir}/hypergeometric.tcc \
1061 ${tr1_srcdir}/hashtable.h \
1062 ${tr1_srcdir}/hashtable_policy.h \
1063 ${tr1_srcdir}/inttypes.h \
1064 ${tr1_srcdir}/limits.h \
1065 ${tr1_srcdir}/math.h \
1066 ${tr1_srcdir}/memory \
1067 ${tr1_srcdir}/modified_bessel_func.tcc \
1068 ${tr1_srcdir}/poly_hermite.tcc \
1069 ${tr1_srcdir}/poly_laguerre.tcc \
1070 ${tr1_srcdir}/legendre_function.tcc \
1071 ${tr1_srcdir}/random \
1072 ${tr1_srcdir}/random.h \
1073 ${tr1_srcdir}/random.tcc \
1074 ${tr1_srcdir}/regex \
1075 ${tr1_srcdir}/riemann_zeta.tcc \
1076 ${tr1_srcdir}/shared_ptr.h \
1077 ${tr1_srcdir}/special_function_util.h \
1078 ${tr1_srcdir}/stdarg.h \
1079 ${tr1_srcdir}/stdbool.h \
1080 ${tr1_srcdir}/stdint.h \
1081 ${tr1_srcdir}/stdio.h \
1082 ${tr1_srcdir}/stdlib.h \
1083 ${tr1_srcdir}/tgmath.h \
1084 ${tr1_srcdir}/tuple \
1085 ${tr1_srcdir}/type_traits \
1086 ${tr1_srcdir}/unordered_map \
1087 ${tr1_srcdir}/unordered_map.h \
1088 ${tr1_srcdir}/unordered_set \
1089 ${tr1_srcdir}/unordered_set.h \
1090 ${tr1_srcdir}/utility \
1091 ${tr1_srcdir}/wchar.h \
1092 ${tr1_srcdir}/wctype.h
1094 tr2_srcdir = ${glibcxx_srcdir}/include/tr2
1095 tr2_builddir = ./tr2
1096 tr2_headers = \
1097 ${tr2_srcdir}/bool_set \
1098 ${tr2_srcdir}/bool_set.tcc \
1099 ${tr2_srcdir}/dynamic_bitset \
1100 ${tr2_srcdir}/dynamic_bitset.tcc \
1101 ${tr2_srcdir}/ratio \
1102 ${tr2_srcdir}/type_traits
1104 decimal_srcdir = ${glibcxx_srcdir}/include/decimal
1105 decimal_builddir = ./decimal
1106 decimal_headers = \
1107 ${decimal_srcdir}/decimal \
1108 ${decimal_srcdir}/decimal.h
1111 # Post-C++11 TS's
1112 experimental_srcdir = ${glibcxx_srcdir}/include/experimental
1113 experimental_builddir = ./experimental
1114 experimental_headers = \
1115 ${experimental_srcdir}/algorithm \
1116 ${experimental_srcdir}/any \
1117 ${experimental_srcdir}/array \
1118 ${experimental_srcdir}/buffer \
1119 ${experimental_srcdir}/chrono \
1120 ${experimental_srcdir}/contract \
1121 ${experimental_srcdir}/deque \
1122 ${experimental_srcdir}/executor \
1123 ${experimental_srcdir}/forward_list \
1124 ${experimental_srcdir}/functional \
1125 ${experimental_srcdir}/internet \
1126 ${experimental_srcdir}/io_context \
1127 ${experimental_srcdir}/iterator \
1128 ${experimental_srcdir}/list \
1129 ${experimental_srcdir}/map \
1130 ${experimental_srcdir}/memory \
1131 ${experimental_srcdir}/memory_resource \
1132 ${experimental_srcdir}/net \
1133 ${experimental_srcdir}/netfwd \
1134 ${experimental_srcdir}/numeric \
1135 ${experimental_srcdir}/optional \
1136 ${experimental_srcdir}/propagate_const \
1137 ${experimental_srcdir}/random \
1138 ${experimental_srcdir}/ratio \
1139 ${experimental_srcdir}/regex \
1140 ${experimental_srcdir}/scope \
1141 ${experimental_srcdir}/set \
1142 ${experimental_srcdir}/simd \
1143 ${experimental_srcdir}/socket \
1144 ${experimental_srcdir}/source_location \
1145 ${experimental_srcdir}/string \
1146 ${experimental_srcdir}/string_view \
1147 ${experimental_srcdir}/synchronized_value \
1148 ${experimental_srcdir}/system_error \
1149 ${experimental_srcdir}/timer \
1150 ${experimental_srcdir}/tuple \
1151 ${experimental_srcdir}/type_traits \
1152 ${experimental_srcdir}/unordered_map \
1153 ${experimental_srcdir}/unordered_set \
1154 ${experimental_srcdir}/utility \
1155 ${experimental_srcdir}/vector \
1156 ${experimental_filesystem_headers}
1158 experimental_bits_srcdir = ${glibcxx_srcdir}/include/experimental/bits
1159 experimental_bits_builddir = ./experimental/bits
1160 experimental_bits_headers = \
1161 ${experimental_bits_srcdir}/lfts_config.h \
1162 ${experimental_bits_srcdir}/net.h \
1163 ${experimental_bits_srcdir}/numeric_traits.h \
1164 ${experimental_bits_srcdir}/shared_ptr.h \
1165 ${experimental_bits_srcdir}/simd.h \
1166 ${experimental_bits_srcdir}/simd_builtin.h \
1167 ${experimental_bits_srcdir}/simd_converter.h \
1168 ${experimental_bits_srcdir}/simd_detail.h \
1169 ${experimental_bits_srcdir}/simd_fixed_size.h \
1170 ${experimental_bits_srcdir}/simd_math.h \
1171 ${experimental_bits_srcdir}/simd_neon.h \
1172 ${experimental_bits_srcdir}/simd_ppc.h \
1173 ${experimental_bits_srcdir}/simd_scalar.h \
1174 ${experimental_bits_srcdir}/simd_x86.h \
1175 ${experimental_bits_srcdir}/simd_x86_conversions.h \
1176 ${experimental_bits_srcdir}/string_view.tcc \
1177 ${experimental_bits_filesystem_headers}
1179 @ENABLE_FILESYSTEM_TS_FALSE@experimental_filesystem_headers =
1180 @ENABLE_FILESYSTEM_TS_TRUE@experimental_filesystem_headers = \
1181 @ENABLE_FILESYSTEM_TS_TRUE@ ${experimental_srcdir}/filesystem
1183 @ENABLE_FILESYSTEM_TS_FALSE@experimental_bits_filesystem_headers =
1184 @ENABLE_FILESYSTEM_TS_TRUE@experimental_bits_filesystem_headers = \
1185 @ENABLE_FILESYSTEM_TS_TRUE@ ${experimental_bits_srcdir}/fs_dir.h \
1186 @ENABLE_FILESYSTEM_TS_TRUE@ ${experimental_bits_srcdir}/fs_fwd.h \
1187 @ENABLE_FILESYSTEM_TS_TRUE@ ${experimental_bits_srcdir}/fs_ops.h \
1188 @ENABLE_FILESYSTEM_TS_TRUE@ ${experimental_bits_srcdir}/fs_path.h
1191 # This is the common subset of C++ files that all three "C" header models use.
1192 c_base_srcdir = $(C_INCLUDE_DIR)
1193 c_base_builddir = .
1194 c_base_freestanding = \
1195 ${c_base_srcdir}/cfloat \
1196 ${c_base_srcdir}/climits \
1197 ${c_base_srcdir}/cstddef \
1198 ${c_base_srcdir}/cstdint \
1199 ${c_base_srcdir}/cstdlib
1201 @GLIBCXX_HOSTED_FALSE@c_base_headers = ${c_base_freestanding}
1202 @GLIBCXX_HOSTED_TRUE@c_base_headers = \
1203 @GLIBCXX_HOSTED_TRUE@ ${c_base_freestanding} \
1204 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cassert \
1205 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/ccomplex \
1206 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cctype \
1207 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cerrno \
1208 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cfenv \
1209 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cinttypes \
1210 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/ciso646 \
1211 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/clocale \
1212 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cmath \
1213 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/csetjmp \
1214 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/csignal \
1215 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cstdalign \
1216 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cstdarg \
1217 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cstdbool \
1218 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cstdio \
1219 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cstring \
1220 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/ctgmath \
1221 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/ctime \
1222 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cuchar \
1223 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cwchar \
1224 @GLIBCXX_HOSTED_TRUE@ ${c_base_srcdir}/cwctype
1227 # "C" compatibility headers.
1228 c_compatibility_srcdir = ${glibcxx_srcdir}/include/c_compatibility
1229 c_compatibility_builddir = .
1230 @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@c_compatibility_headers = \
1231 @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@ ${c_compatibility_srcdir}/complex.h \
1232 @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@ ${c_compatibility_srcdir}/fenv.h \
1233 @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@ ${c_compatibility_srcdir}/tgmath.h \
1234 @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@ ${c_compatibility_srcdir}/math.h \
1235 @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@ ${c_compatibility_srcdir}/stdatomic.h \
1236 @GLIBCXX_C_HEADERS_C_GLOBAL_TRUE@ ${c_compatibility_srcdir}/stdlib.h
1238 @GLIBCXX_C_HEADERS_C_STD_TRUE@c_compatibility_headers =
1239 @GLIBCXX_C_HEADERS_C_TRUE@c_compatibility_headers = \
1240 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/assert.h \
1241 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/complex.h \
1242 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/ctype.h \
1243 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/errno.h \
1244 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/fenv.h \
1245 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/float.h \
1246 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/inttypes.h \
1247 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/iso646.h \
1248 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/limits.h \
1249 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/locale.h \
1250 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/math.h \
1251 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/setjmp.h \
1252 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/signal.h \
1253 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/stdarg.h \
1254 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/stdbool.h \
1255 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/stddef.h \
1256 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/stdint.h \
1257 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/stdio.h \
1258 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/stdlib.h \
1259 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/string.h \
1260 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/tgmath.h \
1261 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/time.h \
1262 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/uchar.h \
1263 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/wchar.h \
1264 @GLIBCXX_C_HEADERS_C_TRUE@ ${c_compatibility_srcdir}/wctype.h
1267 # Debug mode headers
1268 debug_srcdir = ${glibcxx_srcdir}/include/debug
1269 debug_builddir = ./debug
1270 debug_freestanding = \
1271 ${debug_srcdir}/assertions.h \
1272 ${debug_srcdir}/debug.h
1274 @GLIBCXX_HOSTED_FALSE@debug_headers = ${debug_freestanding}
1275 @GLIBCXX_HOSTED_TRUE@debug_headers = \
1276 @GLIBCXX_HOSTED_TRUE@ ${debug_freestanding} \
1277 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/bitset \
1278 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/deque \
1279 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/formatter.h \
1280 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/forward_list \
1281 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/functions.h \
1282 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/helper_functions.h \
1283 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/list \
1284 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/map \
1285 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/macros.h \
1286 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/map.h \
1287 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/multimap.h \
1288 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/multiset.h \
1289 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_base.h \
1290 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_container.h \
1291 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_iterator.h \
1292 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_iterator.tcc \
1293 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_local_iterator.h \
1294 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_local_iterator.tcc \
1295 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_sequence.h \
1296 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_sequence.tcc \
1297 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_unordered_base.h \
1298 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_unordered_container.h \
1299 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/safe_unordered_container.tcc \
1300 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/set \
1301 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/set.h \
1302 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/stl_iterator.h \
1303 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/string \
1304 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/unordered_map \
1305 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/unordered_set \
1306 @GLIBCXX_HOSTED_TRUE@ ${debug_srcdir}/vector
1309 # Parallel mode headers
1310 parallel_srcdir = ${glibcxx_srcdir}/include/parallel
1311 parallel_builddir = ./parallel
1312 parallel_headers = \
1313 ${parallel_srcdir}/algo.h \
1314 ${parallel_srcdir}/algobase.h \
1315 ${parallel_srcdir}/algorithm \
1316 ${parallel_srcdir}/algorithmfwd.h \
1317 ${parallel_srcdir}/balanced_quicksort.h \
1318 ${parallel_srcdir}/base.h \
1319 ${parallel_srcdir}/basic_iterator.h \
1320 ${parallel_srcdir}/checkers.h \
1321 ${parallel_srcdir}/compatibility.h \
1322 ${parallel_srcdir}/compiletime_settings.h \
1323 ${parallel_srcdir}/equally_split.h \
1324 ${parallel_srcdir}/features.h \
1325 ${parallel_srcdir}/find.h \
1326 ${parallel_srcdir}/find_selectors.h \
1327 ${parallel_srcdir}/for_each.h \
1328 ${parallel_srcdir}/for_each_selectors.h \
1329 ${parallel_srcdir}/iterator.h \
1330 ${parallel_srcdir}/list_partition.h \
1331 ${parallel_srcdir}/losertree.h \
1332 ${parallel_srcdir}/merge.h \
1333 ${parallel_srcdir}/multiseq_selection.h \
1334 ${parallel_srcdir}/multiway_merge.h \
1335 ${parallel_srcdir}/multiway_mergesort.h \
1336 ${parallel_srcdir}/numeric \
1337 ${parallel_srcdir}/numericfwd.h \
1338 ${parallel_srcdir}/omp_loop.h \
1339 ${parallel_srcdir}/omp_loop_static.h \
1340 ${parallel_srcdir}/par_loop.h \
1341 ${parallel_srcdir}/parallel.h \
1342 ${parallel_srcdir}/partial_sum.h \
1343 ${parallel_srcdir}/partition.h \
1344 ${parallel_srcdir}/queue.h \
1345 ${parallel_srcdir}/quicksort.h \
1346 ${parallel_srcdir}/random_number.h \
1347 ${parallel_srcdir}/random_shuffle.h \
1348 ${parallel_srcdir}/search.h \
1349 ${parallel_srcdir}/set_operations.h \
1350 ${parallel_srcdir}/settings.h \
1351 ${parallel_srcdir}/sort.h \
1352 ${parallel_srcdir}/tags.h \
1353 ${parallel_srcdir}/types.h \
1354 ${parallel_srcdir}/unique_copy.h \
1355 ${parallel_srcdir}/workstealing.h
1357 @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@c_compatibility_headers_extra =
1359 # Some "C" header schemes require the "C" compatibility headers.
1360 # For --enable-cheaders=c_std
1361 @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@c_compatibility_headers_extra = ${c_compatibility_headers}
1362 host_srcdir = ${glibcxx_srcdir}/$(OS_INC_SRCDIR)
1363 host_builddir = ./${host_alias}/bits
1364 host_installdir = ${gxx_include_dir}/${host_alias}$(MULTISUBDIR)/bits
1365 host_headers = \
1366 ${host_srcdir}/ctype_base.h \
1367 ${host_srcdir}/ctype_inline.h \
1368 ${host_srcdir}/os_defines.h \
1369 ${glibcxx_srcdir}/$(ATOMIC_WORD_SRCDIR)/atomic_word.h \
1370 ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
1371 ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h \
1372 ${glibcxx_srcdir}/$(ERROR_CONSTANTS_SRCDIR)/error_constants.h \
1373 ${glibcxx_srcdir}/include/precompiled/stdc++.h \
1374 ${glibcxx_srcdir}/include/precompiled/stdtr1c++.h \
1375 ${glibcxx_srcdir}/include/precompiled/extc++.h
1378 # Non-installed host_header files.
1379 COMPATIBILITY_H = config/abi/compatibility.h
1380 host_headers_noinst = \
1381 ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) \
1382 ${glibcxx_srcdir}/$(COMPATIBILITY_H)
1385 # These host_headers_extra files are all built with ad hoc naming rules.
1386 host_headers_extra = \
1387 ${host_builddir}/basic_file.h \
1388 ${host_builddir}/c++config.h \
1389 ${host_builddir}/c++allocator.h \
1390 ${host_builddir}/c++io.h \
1391 ${host_builddir}/c++locale.h \
1392 ${host_builddir}/messages_members.h \
1393 ${host_builddir}/time_members.h
1395 thread_host_headers = \
1396 ${host_builddir}/gthr.h \
1397 ${host_builddir}/gthr-single.h \
1398 ${host_builddir}/gthr-posix.h \
1399 ${host_builddir}/gthr-default.h
1401 pch1_source = ${glibcxx_srcdir}/include/precompiled/stdc++.h
1402 pch1_output_builddir = ${host_builddir}/stdc++.h.gch
1403 pch1_output_anchor = ${host_builddir}/stdc++.h
1404 pch1_output_installdir = ${host_installdir}/stdc++.h.gch
1405 pch1a_output = ${pch1_output_builddir}/O2ggnu++0x.gch
1406 pch1b_output = ${pch1_output_builddir}/O2g.gch
1407 pch1_output = ${pch1a_output} ${pch1b_output}
1408 pch2_source = ${glibcxx_srcdir}/include/precompiled/stdtr1c++.h
1409 pch2_output_builddir = ${host_builddir}/stdtr1c++.h.gch
1410 pch2_output_anchor = ${host_builddir}/stdtr1c++.h
1411 pch2_output_installdir = ${host_installdir}/stdtr1c++.h.gch
1412 pch2_output = ${pch2_output_builddir}/O2g.gch
1413 pch3_source = ${glibcxx_srcdir}/include/precompiled/extc++.h
1414 pch3_output_builddir = ${host_builddir}/extc++.h.gch
1415 pch3_output_anchor = ${host_builddir}/extc++.h
1416 pch3_output_installdir = ${host_installdir}/extc++.h.gch
1417 pch3_output = ${pch3_output_builddir}/O2g.gch
1418 pch_output = ${pch1_output} ${pch2_output} ${pch3_output}
1419 pch_output_dirs = \
1420 ${pch1_output_builddir} ${pch2_output_builddir} ${pch3_output_builddir}
1422 pch_output_anchors = \
1423 ${pch1_output_anchor} ${pch2_output_anchor} ${pch3_output_anchor}
1425 PCHFLAGS = -x c++-header -nostdinc++ $(CXXFLAGS) $(VTV_PCH_CXXFLAGS)
1426 @GLIBCXX_BUILD_PCH_FALSE@pch_build =
1427 @GLIBCXX_BUILD_PCH_TRUE@pch_build = ${pch_output}
1429 # List of all timestamp files. By keeping only one copy of this list, both
1430 # CLEANFILES and all-local are kept up-to-date.
1431 allstamped = \
1432 stamp-std stamp-bits stamp-bits-sup stamp-pstl stamp-c_base stamp-c_compatibility \
1433 stamp-backward stamp-ext stamp-pb stamp-tr1 stamp-tr2 stamp-decimal \
1434 stamp-experimental stamp-experimental-bits stamp-debug stamp-parallel \
1435 stamp-host
1438 # List of all files that are created by explicit building, editing, or
1439 # catenation.
1440 allcreated = \
1441 ${host_builddir}/c++config.h \
1442 ${host_builddir}/largefile-config.h \
1443 ${thread_host_headers} \
1444 ${pch_build}
1447 # Host includes for threads
1448 uppercase = [ABCDEFGHIJKLMNOPQRSTUVWXYZ_]
1450 # By adding these files here, automake will remove them for 'make clean'
1451 CLEANFILES = ${pch_output} ${pch_output_anchors} stamp-host
1452 all: all-am
1454 .SUFFIXES:
1455 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
1456 @for dep in $?; do \
1457 case '$(am__configure_deps)' in \
1458 *$$dep*) \
1459 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1460 && { if test -f $@; then exit 0; else break; fi; }; \
1461 exit 1;; \
1462 esac; \
1463 done; \
1464 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps include/Makefile'; \
1465 $(am__cd) $(top_srcdir) && \
1466 $(AUTOMAKE) --foreign --ignore-deps include/Makefile
1467 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1468 @case '$?' in \
1469 *config.status*) \
1470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1471 *) \
1472 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1473 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1474 esac;
1475 $(top_srcdir)/fragment.am $(am__empty):
1477 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1480 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1481 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1482 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1484 $(am__aclocal_m4_deps):
1486 mostlyclean-libtool:
1487 -rm -f *.lo
1489 clean-libtool:
1490 -rm -rf .libs _libs
1491 tags TAGS:
1493 ctags CTAGS:
1495 cscope cscopelist:
1497 check-am: all-am
1498 check: check-am
1499 all-am: Makefile all-local
1500 installdirs:
1501 install: install-am
1502 install-exec: install-exec-am
1503 install-data: install-data-am
1504 uninstall: uninstall-am
1506 install-am: all-am
1507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1509 installcheck: installcheck-am
1510 install-strip:
1511 if test -z '$(STRIP)'; then \
1512 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1513 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1514 install; \
1515 else \
1516 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1517 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1518 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1520 mostlyclean-generic:
1522 clean-generic:
1523 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1525 distclean-generic:
1526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1527 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1529 maintainer-clean-generic:
1530 @echo "This command is intended for maintainers to use"
1531 @echo "it deletes files that may require special tools to rebuild."
1532 clean: clean-am
1534 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1536 distclean: distclean-am
1537 -rm -f Makefile
1538 distclean-am: clean-am distclean-generic
1540 dvi: dvi-am
1542 dvi-am:
1544 html: html-am
1546 html-am:
1548 info: info-am
1550 info-am:
1552 install-data-am: install-data-local
1554 install-dvi: install-dvi-am
1556 install-dvi-am:
1558 install-exec-am:
1560 install-html: install-html-am
1562 install-html-am:
1564 install-info: install-info-am
1566 install-info-am:
1568 install-man:
1570 install-pdf: install-pdf-am
1572 install-pdf-am:
1574 install-ps: install-ps-am
1576 install-ps-am:
1578 installcheck-am:
1580 maintainer-clean: maintainer-clean-am
1581 -rm -f Makefile
1582 maintainer-clean-am: distclean-am maintainer-clean-generic
1584 mostlyclean: mostlyclean-am
1586 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1588 pdf: pdf-am
1590 pdf-am:
1592 ps: ps-am
1594 ps-am:
1596 uninstall-am:
1598 .MAKE: install-am install-strip
1600 .PHONY: all all-am all-local check check-am clean clean-generic \
1601 clean-libtool clean-local cscopelist-am ctags-am distclean \
1602 distclean-generic distclean-libtool dvi dvi-am html html-am \
1603 info info-am install install-am install-data install-data-am \
1604 install-data-local install-dvi install-dvi-am install-exec \
1605 install-exec-am install-html install-html-am install-info \
1606 install-info-am install-man install-pdf install-pdf-am \
1607 install-ps install-ps-am install-strip installcheck \
1608 installcheck-am installdirs maintainer-clean \
1609 maintainer-clean-generic mostlyclean mostlyclean-generic \
1610 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
1611 uninstall-am
1613 .PRECIOUS: Makefile
1616 # Here are the rules for building the headers
1617 all-local: ${allstamped} ${allcreated}
1619 # Ignore errors from 'mkdir -p' to avoid parallel make failure on
1620 # systems with broken mkdir. Call mkdir unconditionally because
1621 # it is just as cheap to avoid going through the shell.
1622 # Ignore errors from $(LN_S) because the links may already exist.
1623 stamp-std: ${std_headers}
1624 @-mkdir -p ${std_builddir}
1625 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null
1626 @$(STAMP) stamp-std
1628 stamp-bits: ${bits_headers}
1629 @-mkdir -p ${bits_builddir}
1630 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null
1631 @$(STAMP) stamp-bits
1633 stamp-bits-sup: stamp-bits ${bits_sup_headers}
1634 @-cd ${bits_builddir} && $(LN_S) ${bits_sup_headers} . 2>/dev/null
1635 @$(STAMP) stamp-bits-sup
1637 stamp-pstl: ${pstl_headers}
1638 @-mkdir -p ${pstl_builddir}
1639 @-cd ${pstl_builddir} && $(LN_S) $? . 2>/dev/null
1640 @$(STAMP) stamp-pstl
1642 stamp-c_base: ${c_base_headers}
1643 @-mkdir -p ${c_base_builddir}
1644 @-cd ${c_base_builddir} && $(LN_S) $? . 2>/dev/null
1645 @$(STAMP) stamp-c_base
1647 stamp-c_base_extra: ${c_base_headers_extra}
1648 @-mkdir -p ${bits_builddir}
1649 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null
1650 @$(STAMP) stamp-c_base_extra
1652 stamp-c_compatibility: ${c_compatibility_headers_extra}
1653 @-mkdir -p ${c_compatibility_builddir}
1654 @-if [ ! -z "${c_compatibility_headers_extra}" ]; then \
1655 cd ${c_compatibility_builddir} && $(LN_S) $? . 2>/dev/null ;\
1657 @$(STAMP) stamp-c_compatibility
1659 stamp-backward: ${backward_headers}
1660 @-mkdir -p ${backward_builddir}
1661 @-cd ${backward_builddir} && $(LN_S) $? . 2>/dev/null
1662 @$(STAMP) stamp-backward
1664 stamp-ext: ${ext_headers}
1665 @-mkdir -p ${ext_builddir}
1666 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null
1667 @$(STAMP) stamp-ext
1669 # Have to deal with nested include directories, gah! Strip off source
1670 # directory before making the link.
1671 # XXX check ${pb_headers}
1672 stamp-pb:
1673 @if [ ! -d "${pb_builddir}" ]; then \
1674 mkdir -p ${pb_subdirs} ;\
1676 @if [ ! -f stamp-pb ]; then \
1677 cd ${pb_builddir} && for h in ${pb_headers1}; do \
1678 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
1679 $(LN_S) $$h $${build_name} || true ;\
1680 done ;\
1682 @if [ ! -f stamp-pb ]; then \
1683 cd ${pb_builddir} && for h in ${pb_headers2}; do \
1684 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
1685 $(LN_S) $$h $${build_name} || true ;\
1686 done ;\
1688 @if [ ! -f stamp-pb ]; then \
1689 cd ${pb_builddir} && for h in ${pb_headers3}; do \
1690 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
1691 $(LN_S) $$h $${build_name} || true ;\
1692 done ;\
1694 @if [ ! -f stamp-pb ]; then \
1695 cd ${pb_builddir} && for h in ${pb_headers4}; do \
1696 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
1697 $(LN_S) $$h $${build_name} || true ;\
1698 done ;\
1700 @if [ ! -f stamp-pb ]; then \
1701 cd ${pb_builddir} && for h in ${pb_headers5}; do \
1702 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
1703 $(LN_S) $$h $${build_name} || true ;\
1704 done ;\
1706 @if [ ! -f stamp-pb ]; then \
1707 cd ${pb_builddir} && for h in ${pb_headers6}; do \
1708 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
1709 $(LN_S) $$h $${build_name} || true ;\
1710 done ;\
1712 @if [ ! -f stamp-pb ]; then \
1713 cd ${pb_builddir} && for h in ${pb_headers7}; do \
1714 build_name=`echo $$h | sed -e "s|${pb_srcdir}|.|g"` ;\
1715 $(LN_S) $$h $${build_name} || true ;\
1716 done ;\
1718 $(STAMP) stamp-pb
1720 stamp-tr1: ${tr1_headers}
1721 @-mkdir -p ${tr1_builddir}
1722 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null
1723 @$(STAMP) stamp-tr1
1725 stamp-tr2: ${tr2_headers}
1726 @-mkdir -p ${tr2_builddir}
1727 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null
1728 @$(STAMP) stamp-tr2
1730 stamp-decimal: ${decimal_headers}
1731 @-mkdir -p ${decimal_builddir}
1732 @-cd ${decimal_builddir} && $(LN_S) $? . 2>/dev/null
1733 @$(STAMP) stamp-decimal
1735 stamp-experimental: ${experimental_headers}
1736 @-mkdir -p ${experimental_builddir}
1737 @-cd ${experimental_builddir} && $(LN_S) $? . 2>/dev/null
1738 @$(STAMP) stamp-experimental
1740 stamp-experimental-bits: ${experimental_bits_headers}
1741 @-mkdir -p ${experimental_bits_builddir}
1742 @-cd ${experimental_bits_builddir} && $(LN_S) $? . 2>/dev/null
1743 @$(STAMP) stamp-experimental-bits
1745 stamp-debug: ${debug_headers}
1746 @-mkdir -p ${debug_builddir}
1747 @-cd ${debug_builddir} && $(LN_S) $? . 2>/dev/null
1748 @$(STAMP) stamp-debug
1750 stamp-parallel: ${parallel_headers}
1751 @-mkdir -p ${parallel_builddir}
1752 @-cd ${parallel_builddir} && $(LN_S) $? . 2>/dev/null
1753 @$(STAMP) stamp-parallel
1755 stamp-${host_alias}:
1756 @-mkdir -p ${host_builddir}
1757 @-mkdir -p ${host_builddir}/../ext
1758 @$(STAMP) stamp-${host_alias}
1760 # Host includes static.
1761 # XXX Missing dependency info for {host_headers_extra}
1762 stamp-host: ${host_headers} ${bits_host_headers} ${ext_host_headers} ${host_headers_noinst} stamp-${host_alias}
1763 @cd ${host_builddir} && {\
1764 $(LN_S) ${host_headers} ${bits_host_headers} . || true ;\
1765 $(LN_S) ${glibcxx_srcdir}/$(BASIC_FILE_H) basic_file.h || true ;\
1766 $(LN_S) ${glibcxx_srcdir}/$(ALLOCATOR_H) c++allocator.h || true ;\
1767 $(LN_S) ${glibcxx_srcdir}/$(CSTDIO_H) c++io.h || true ;\
1768 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_H) c++locale.h || true ;\
1769 $(LN_S) ${glibcxx_srcdir}/$(CLOCALE_INTERNAL_H) . || true ;\
1770 $(LN_S) ${glibcxx_srcdir}/$(COMPATIBILITY_H) . || true ;\
1771 $(LN_S) ${glibcxx_srcdir}/$(CMESSAGES_H) messages_members.h || true ;\
1772 $(LN_S) ${glibcxx_srcdir}/$(CTIME_H) time_members.h || true;\
1773 } 2>/dev/null
1774 @cd ${host_builddir}/../ext && {\
1775 $(LN_S) ${ext_host_headers} . || true ;\
1776 } 2>/dev/null
1777 $(STAMP) stamp-host
1779 # Host includes dynamic.
1780 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@stamp-namespace-version:
1781 @ENABLE_SYMVERS_GNU_NAMESPACE_TRUE@ echo 1 > stamp-namespace-version
1782 @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@stamp-namespace-version:
1783 @ENABLE_SYMVERS_GNU_NAMESPACE_FALSE@ echo 0 > stamp-namespace-version
1785 @ENABLE_EXTERN_TEMPLATE_TRUE@stamp-extern-template:
1786 @ENABLE_EXTERN_TEMPLATE_TRUE@ echo 1 > stamp-extern-template
1787 @ENABLE_EXTERN_TEMPLATE_FALSE@stamp-extern-template:
1788 @ENABLE_EXTERN_TEMPLATE_FALSE@ echo 0 > stamp-extern-template
1790 @ENABLE_VISIBILITY_TRUE@stamp-visibility:
1791 @ENABLE_VISIBILITY_TRUE@ echo 1 > stamp-visibility
1792 @ENABLE_VISIBILITY_FALSE@stamp-visibility:
1793 @ENABLE_VISIBILITY_FALSE@ echo 0 > stamp-visibility
1795 @ENABLE_DUAL_ABI_TRUE@stamp-dual-abi:
1796 @ENABLE_DUAL_ABI_TRUE@ echo 1 > stamp-dual-abi
1797 @ENABLE_DUAL_ABI_FALSE@stamp-dual-abi:
1798 @ENABLE_DUAL_ABI_FALSE@ echo 0 > stamp-dual-abi
1800 @ENABLE_CXX11_ABI_TRUE@stamp-cxx11-abi:
1801 @ENABLE_CXX11_ABI_TRUE@ echo 1 > stamp-cxx11-abi
1802 @ENABLE_CXX11_ABI_FALSE@stamp-cxx11-abi:
1803 @ENABLE_CXX11_ABI_FALSE@ echo 0 > stamp-cxx11-abi
1805 @ENABLE_ALLOCATOR_NEW_TRUE@stamp-allocator-new:
1806 @ENABLE_ALLOCATOR_NEW_TRUE@ echo 1 > stamp-allocator-new
1807 @ENABLE_ALLOCATOR_NEW_FALSE@stamp-allocator-new:
1808 @ENABLE_ALLOCATOR_NEW_FALSE@ echo 0 > stamp-allocator-new
1810 @ENABLE_FLOAT128_TRUE@stamp-float128:
1811 @ENABLE_FLOAT128_TRUE@ echo 'define _GLIBCXX_USE_FLOAT128 1' > stamp-float128
1812 @ENABLE_FLOAT128_FALSE@stamp-float128:
1813 @ENABLE_FLOAT128_FALSE@ echo 'undef _GLIBCXX_USE_FLOAT128' > stamp-float128
1815 # This header is not installed, it's only used to build libstdc++ itself.
1816 ${host_builddir}/largefile-config.h: ${CONFIG_HEADER} stamp-${host_alias}
1817 @rm -f $@.tmp
1818 @-grep 'define _DARWIN_USE_64_BIT_INODE' ${CONFIG_HEADER} >> $@.tmp
1819 @-grep 'define _FILE_OFFSET_BITS' ${CONFIG_HEADER} >> $@.tmp
1820 @-grep 'define _LARGE_FILES' ${CONFIG_HEADER} >> $@.tmp
1821 @mv $@.tmp $@
1823 # NB: The non-empty default ldbl_compat works around an AIX sed
1824 # oddity, see libstdc++/31957 for details.
1825 ${host_builddir}/c++config.h: ${CONFIG_HEADER} \
1826 ${glibcxx_srcdir}/include/bits/c++config \
1827 ${host_builddir}/largefile-config.h \
1828 stamp-${host_alias} \
1829 ${toplevel_srcdir}/gcc/DATESTAMP \
1830 stamp-namespace-version \
1831 stamp-visibility \
1832 stamp-extern-template \
1833 stamp-dual-abi \
1834 stamp-cxx11-abi \
1835 stamp-allocator-new \
1836 stamp-float128
1837 @date=`cat ${toplevel_srcdir}/gcc/DATESTAMP` ;\
1838 release=`sed 's/^\([0-9]*\).*$$/\1/' ${toplevel_srcdir}/gcc/BASE-VER` ;\
1839 ns_version=`cat stamp-namespace-version` ;\
1840 visibility=`cat stamp-visibility` ;\
1841 externtemplate=`cat stamp-extern-template` ;\
1842 dualabi=`cat stamp-dual-abi` ;\
1843 cxx11abi=`cat stamp-cxx11-abi` ;\
1844 allocatornew=`cat stamp-allocator-new` ;\
1845 float128=`cat stamp-float128` ;\
1846 ldbl_compat='s,g,g,' ;\
1847 grep "^[ ]*#[ ]*define[ ][ ]*_GLIBCXX_LONG_DOUBLE_COMPAT[ ][ ]*1[ ]*$$" \
1848 ${CONFIG_HEADER} > /dev/null 2>&1 \
1849 && ldbl_compat='s,^#undef _GLIBCXX_LONG_DOUBLE_COMPAT$$,#define _GLIBCXX_LONG_DOUBLE_COMPAT 1,' ;\
1850 ldbl_alt128_compat='s,g,g,' ;\
1851 grep "^[ ]*#[ ]*define[ ][ ]*_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT[ ][ ]*1[ ]*$$" \
1852 ${CONFIG_HEADER} > /dev/null 2>&1 \
1853 && ldbl_alt128_compat='s,^#undef _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT$$,#define _GLIBCXX_LONG_DOUBLE_ALT128_COMPAT 1,' ;\
1854 verbose_assert='s,g,g,' ; \
1855 grep "^[ ]*#[ ]*define[ ][ ]*_GLIBCXX_HOSTED[ ][ ]*__STDC_HOSTED__[ ]*$$" \
1856 ${CONFIG_HEADER} > /dev/null 2>&1 \
1857 && grep "^[ ]*#[ ]*define[ ][ ]*_GLIBCXX_VERBOSE[ ][ ]*1[ ]*$$" \
1858 ${CONFIG_HEADER} > /dev/null 2>&1 \
1859 && verbose_assert='s,^#undef _GLIBCXX_VERBOSE_ASSERT$$,#define _GLIBCXX_VERBOSE_ASSERT 1,' ;\
1860 sed -e "s,define __GLIBCXX__,define __GLIBCXX__ $$date," \
1861 -e "s,define _GLIBCXX_RELEASE,define _GLIBCXX_RELEASE $$release," \
1862 -e "s,define _GLIBCXX_INLINE_VERSION, define _GLIBCXX_INLINE_VERSION $$ns_version," \
1863 -e "s,define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY, define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY $$visibility," \
1864 -e "s,define _GLIBCXX_EXTERN_TEMPLATE$$, define _GLIBCXX_EXTERN_TEMPLATE $$externtemplate," \
1865 -e "s,define _GLIBCXX_USE_DUAL_ABI, define _GLIBCXX_USE_DUAL_ABI $$dualabi," \
1866 -e "s,define _GLIBCXX_USE_CXX11_ABI, define _GLIBCXX_USE_CXX11_ABI $$cxx11abi," \
1867 -e "s,define _GLIBCXX_USE_ALLOCATOR_NEW, define _GLIBCXX_USE_ALLOCATOR_NEW $$allocatornew," \
1868 -e "s,define _GLIBCXX_USE_FLOAT128,$$float128," \
1869 -e "$$ldbl_compat" \
1870 -e "$$ldbl_alt128_compat" \
1871 -e "$$verbose_assert" \
1872 < ${glibcxx_srcdir}/include/bits/c++config > $@ ;\
1873 sed -e 's/HAVE_/_GLIBCXX_HAVE_/g' \
1874 -e 's/PACKAGE/_GLIBCXX_PACKAGE/g' \
1875 -e 's/VERSION/_GLIBCXX_VERSION/g' \
1876 -e 's/WORDS_/_GLIBCXX_WORDS_/g' \
1877 -e 's/LT_OBJDIR/_GLIBCXX_LT_OBJDIR/g' \
1878 -e 's/STDC_HEADERS/_GLIBCXX_STDC_HEADERS/g' \
1879 -e 's/_DARWIN_USE_64_BIT_INODE/_GLIBCXX_DARWIN_USE_64_BIT_INODE/g' \
1880 -e 's/_FILE_OFFSET_BITS/_GLIBCXX_FILE_OFFSET_BITS/g' \
1881 -e 's/_LARGE_FILES/_GLIBCXX_LARGE_FILES/g' \
1882 -e 's/ICONV_CONST/_GLIBCXX_ICONV_CONST/g' \
1883 -e '/[ ]_GLIBCXX_LONG_DOUBLE_COMPAT[ ]/d' \
1884 -e '/[ ]_GLIBCXX_LONG_DOUBLE_ALT128_COMPAT[ ]/d' \
1885 < ${CONFIG_HEADER} >> $@ ;\
1886 echo "" >> $@ ;\
1887 echo "#endif // _GLIBCXX_CXX_CONFIG_H" >> $@
1889 ${host_builddir}/gthr.h: ${toplevel_srcdir}/libgcc/gthr.h stamp-${host_alias}
1890 sed -e '/^#pragma/b' \
1891 -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCXX_\1/g' \
1892 -e 's/_GLIBCXX_SUPPORTS_WEAK/__GXX_WEAK__/g' \
1893 -e 's/_GLIBCXX___MINGW32_GLIBCXX___/__MINGW32__/g' \
1894 -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
1895 < $< > $@
1897 ${host_builddir}/gthr-single.h: ${toplevel_srcdir}/libgcc/gthr-single.h \
1898 stamp-${host_alias}
1899 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
1900 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1901 < $< > $@
1903 ${host_builddir}/gthr-posix.h: ${toplevel_srcdir}/libgcc/gthr-posix.h \
1904 stamp-${host_alias}
1905 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
1906 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1907 -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
1908 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1909 < $< > $@
1911 ${host_builddir}/gthr-default.h: ${toplevel_srcdir}/libgcc/${thread_header} \
1912 stamp-${host_alias}
1913 sed -e 's/\(UNUSED\)/_GLIBCXX_\1/g' \
1914 -e 's/\(GCC${uppercase}*_H\)/_GLIBCXX_\1/g' \
1915 -e 's/SUPPORTS_WEAK/__GXX_WEAK__/g' \
1916 -e 's/\(${uppercase}*USE_WEAK\)/_GLIBCXX_\1/g' \
1917 -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
1918 < $< > $@
1920 # Build two precompiled C++ includes, stdc++.h.gch/*.gch
1921 ${pch1a_output}: ${allstamped} ${host_builddir}/c++config.h ${pch1_source}
1922 -mkdir -p ${pch1_output_builddir}
1923 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g -std=gnu++0x ${pch1_source} \
1924 -o $@
1926 ${pch1b_output}: ${allstamped} ${host_builddir}/c++config.h ${pch1_source}
1927 -mkdir -p ${pch1_output_builddir}
1928 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch1_source} -o $@
1930 # Build a precompiled TR1 include, stdtr1c++.h.gch/O2.gch
1931 ${pch2_output}: ${pch2_source} ${pch1_output}
1932 -mkdir -p ${pch2_output_builddir}
1933 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch2_source} -o $@
1935 # Build a precompiled extension include, extc++.h.gch/O2.gch
1936 ${pch3_output}: ${pch3_source} ${pch2_output}
1937 -mkdir -p ${pch3_output_builddir}
1938 $(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch3_source} -o $@
1940 # The real deal.
1941 install-data-local: install-headers
1942 install-headers:
1943 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
1944 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${bits_builddir}
1945 for file in ${bits_headers}; do \
1946 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${bits_builddir}; done
1947 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${backward_builddir}
1948 for file in ${backward_headers}; do \
1949 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${backward_builddir}; done
1950 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
1951 for file in ${std_headers}; do \
1952 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${std_builddir}; done
1953 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${debug_builddir}
1954 for file in ${debug_headers}; do \
1955 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${debug_builddir}; done
1956 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${pb_builddir}
1957 $(mkinstalldirs) $(DESTDIR)${host_installdir}
1958 for file in ${host_headers} ${bits_host_headers} ${host_headers_extra} \
1959 ${thread_host_headers}; do \
1960 $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
1961 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${c_base_builddir}
1962 for file in ${c_base_headers}; do \
1963 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${c_base_builddir}; done
1964 $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${ext_builddir}
1965 for file in ${ext_headers}; do \
1966 $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${ext_builddir}; done
1967 @GLIBCXX_HOSTED_TRUE@ for dir in ${pb_subdirs}; do \
1968 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/$${dir} ; done
1969 @GLIBCXX_HOSTED_TRUE@ for file in ${pb_headers1}; do \
1970 @GLIBCXX_HOSTED_TRUE@ install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1971 @GLIBCXX_HOSTED_TRUE@ relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1972 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1973 @GLIBCXX_HOSTED_TRUE@ for file in ${pb_headers2}; do \
1974 @GLIBCXX_HOSTED_TRUE@ install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1975 @GLIBCXX_HOSTED_TRUE@ relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1976 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1977 @GLIBCXX_HOSTED_TRUE@ for file in ${pb_headers3}; do \
1978 @GLIBCXX_HOSTED_TRUE@ install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1979 @GLIBCXX_HOSTED_TRUE@ relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1980 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1981 @GLIBCXX_HOSTED_TRUE@ for file in ${pb_headers4}; do \
1982 @GLIBCXX_HOSTED_TRUE@ install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1983 @GLIBCXX_HOSTED_TRUE@ relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1984 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1985 @GLIBCXX_HOSTED_TRUE@ for file in ${pb_headers5}; do \
1986 @GLIBCXX_HOSTED_TRUE@ install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1987 @GLIBCXX_HOSTED_TRUE@ relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1988 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1989 @GLIBCXX_HOSTED_TRUE@ for file in ${pb_headers6}; do \
1990 @GLIBCXX_HOSTED_TRUE@ install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1991 @GLIBCXX_HOSTED_TRUE@ relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1992 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1993 @GLIBCXX_HOSTED_TRUE@ for file in ${pb_headers7}; do \
1994 @GLIBCXX_HOSTED_TRUE@ install_base=$(DESTDIR)${gxx_include_dir}/${pb_builddir} ; \
1995 @GLIBCXX_HOSTED_TRUE@ relative_name=`echo $$file | sed -e "s|${pb_srcdir}|.|g"` ;\
1996 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $${install_base}/$${relative_name} ; done
1997 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${tr1_builddir}
1998 @GLIBCXX_HOSTED_TRUE@ for file in ${tr1_headers}; do \
1999 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${tr1_builddir}; done
2000 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${tr2_builddir}
2001 @GLIBCXX_HOSTED_TRUE@ for file in ${tr2_headers}; do \
2002 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${tr2_builddir}; done
2003 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${decimal_builddir}
2004 @GLIBCXX_HOSTED_TRUE@ for file in ${decimal_headers}; do \
2005 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${decimal_builddir}; done
2006 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${experimental_builddir}
2007 @GLIBCXX_HOSTED_TRUE@ for file in ${experimental_headers}; do \
2008 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${experimental_builddir}; done
2009 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${experimental_bits_builddir}
2010 @GLIBCXX_HOSTED_TRUE@ for file in ${experimental_bits_headers}; do \
2011 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${experimental_bits_builddir}; done
2012 @GLIBCXX_HOSTED_TRUE@ c_base_headers_extra_install='$(c_base_headers_extra)';\
2013 @GLIBCXX_HOSTED_TRUE@ for file in $$c_base_headers_extra_install; do \
2014 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $$file $(DESTDIR)${gxx_include_dir}/${bits_builddir}; done
2015 @GLIBCXX_HOSTED_TRUE@ c_compatibility_headers_install='$(c_compatibility_headers_extra)';\
2016 @GLIBCXX_HOSTED_TRUE@ for file in $$c_compatibility_headers_install; do \
2017 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $$file $(DESTDIR)${gxx_include_dir}; done
2018 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${parallel_builddir}
2019 @GLIBCXX_HOSTED_TRUE@ for file in ${parallel_headers}; do \
2020 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${parallel_builddir}; done
2021 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${host_installdir}/../ext
2022 @GLIBCXX_HOSTED_TRUE@ for file in ${ext_host_headers}; do \
2023 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}/../ext; done
2024 @GLIBCXX_HOSTED_TRUE@ $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${pstl_builddir}
2025 @GLIBCXX_HOSTED_TRUE@ for file in ${pstl_headers}; do \
2026 @GLIBCXX_HOSTED_TRUE@ $(INSTALL_DATA) $${file} $(DESTDIR)${gxx_include_dir}/${pstl_builddir}; done
2028 # To remove directories.
2029 clean-local:
2030 rm -rf ${pch_output_dirs}
2032 # Stop implicit '.o' make rules from ever stomping on extensionless
2033 # headers, in the improbable case where some foolish, crack-addled
2034 # developer tries to create them via make in the include build
2035 # directory. (This is more of an example of how this kind of rule can
2036 # be made.)
2037 .PRECIOUS: $(std_headers) $(c_base_headers) $(tr1_headers) $(tr2_headers)
2038 $(decimal_headers) $(ext_headers) $(experimental_headers)
2039 $(experimental_bits_headers)
2040 $(std_headers): ; @:
2041 $(c_base_headers): ; @:
2042 $(tr1_headers): ; @:
2043 $(decimal_headers): ; @:
2044 $(ext_headers): ; @:
2045 $(experimental_headers): ; @:
2046 $(experimental_bits_headers): ; @:
2048 # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81797
2049 @INCLUDE_DIR_NOTPARALLEL_TRUE@.NOTPARALLEL:
2051 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2052 # Otherwise a system limit (for SysV at least) may be exceeded.
2053 .NOEXPORT: