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