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