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