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