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