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