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