]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/Makefile.in
c++: remove lookup_template_class's entering_scope flag
[thirdparty/gcc.git] / libstdc++-v3 / Makefile.in
CommitLineData
22e05272 1# Makefile.in generated by automake 1.15.1 from Makefile.am.
ff66d28f 2# @configure_input@
b2dad0e3 3
22e05272
JM
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
b2dad0e3
BK
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@
b2dad0e3 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))
b2dad0e3 72pkgdatadir = $(datadir)/@PACKAGE@
b2dad0e3 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)
b2dad0e3
BK
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
b2dad0e3 88build_triplet = @build@
b2dad0e3 89host_triplet = @host@
b2dad0e3 90target_triplet = @target@
7eaf73d7
KC
91subdir = .
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 \
e8e66971 106 $(top_srcdir)/../config/toolexeclibdir.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
JM
117DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
118 $(am__configure_deps)
7eaf73d7 119am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
5213506e 120 configure.lineno config.status.lineno
7eaf73d7 121CONFIG_HEADER = config.h
8d24c975
BK
122CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers \
123 doc/xsl/customization.xsl
5213506e 124CONFIG_CLEAN_VPATH_FILES =
22e05272
JM
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo " GEN " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
7eaf73d7
KC
137depcomp =
138am__depfiles_maybe =
139SOURCES =
22e05272
JM
140RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
141 ctags-recursive dvi-recursive html-recursive info-recursive \
142 install-data-recursive install-dvi-recursive \
143 install-exec-recursive install-html-recursive \
144 install-info-recursive install-pdf-recursive \
145 install-ps-recursive install-recursive installcheck-recursive \
146 installdirs-recursive pdf-recursive ps-recursive \
147 tags-recursive uninstall-recursive
6ef93676
MH
148am__can_run_installinfo = \
149 case $$AM_UPDATE_INFO_DIR in \
150 n|no|NO) false;; \
151 *) (install-info --version) >/dev/null 2>&1;; \
152 esac
5213506e
RW
153RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
154 distclean-recursive maintainer-clean-recursive
22e05272
JM
155am__recursive_targets = \
156 $(RECURSIVE_TARGETS) \
157 $(RECURSIVE_CLEAN_TARGETS) \
158 $(am__extra_recursive_targets)
159AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
160 cscope
161am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
162 $(LISP)config.h.in
163# Read a list of newline-separated strings from the standard input,
164# and print each of them once, without duplicates. Input order is
165# *not* preserved.
166am__uniquify_input = $(AWK) '\
167 BEGIN { nonempty = 0; } \
168 { items[$$0] = 1; nonempty = 1; } \
169 END { if (nonempty) { for (i in items) print i; }; } \
170'
171# Make sure the list of sources is unique. This is necessary because,
172# e.g., the same source file might be shared among _SOURCES variables
173# for different programs/libraries.
174am__define_uniq_tagged_files = \
175 list='$(am__tagged_files)'; \
176 unique=`for i in $$list; do \
177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178 done | $(am__uniquify_input)`
7eaf73d7
KC
179ETAGS = etags
180CTAGS = ctags
22e05272 181CSCOPE = cscope
8bae34da 182DIST_SUBDIRS = include libsupc++ src doc po testsuite python
1568430f 183ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
ff66d28f 184ACLOCAL = @ACLOCAL@
8b0d6051
BK
185ALLOCATOR_H = @ALLOCATOR_H@
186ALLOCATOR_NAME = @ALLOCATOR_NAME@
3acb929c 187ALLOC_FILE = @ALLOC_FILE@
ff66d28f 188AMTAR = @AMTAR@
22e05272 189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
b2dad0e3
BK
190AR = @AR@
191AS = @AS@
ec2075e9 192ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
c2ba9709 193ATOMIC_FLAGS = @ATOMIC_FLAGS@
ec2075e9 194ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
ff66d28f
PE
195AUTOCONF = @AUTOCONF@
196AUTOHEADER = @AUTOHEADER@
197AUTOMAKE = @AUTOMAKE@
ab3bc736 198AWK = @AWK@
3acb929c
JW
199BACKTRACE_CPPFLAGS = @BACKTRACE_CPPFLAGS@
200BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
201BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
202BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
6aa43d99 203BASIC_FILE_CC = @BASIC_FILE_CC@
4a9d5109 204BASIC_FILE_H = @BASIC_FILE_H@
b2dad0e3 205CC = @CC@
6aa43d99 206CCODECVT_CC = @CCODECVT_CC@
6aa43d99
BK
207CCOLLATE_CC = @CCOLLATE_CC@
208CCTYPE_CC = @CCTYPE_CC@
ff66d28f 209CFLAGS = @CFLAGS@
6aa43d99 210CLOCALE_CC = @CLOCALE_CC@
4a9d5109 211CLOCALE_H = @CLOCALE_H@
6aa43d99
BK
212CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
213CMESSAGES_CC = @CMESSAGES_CC@
33590f13 214CMESSAGES_H = @CMESSAGES_H@
6aa43d99
BK
215CMONEY_CC = @CMONEY_CC@
216CNUMERIC_CC = @CNUMERIC_CC@
b2dad0e3 217CPP = @CPP@
ff66d28f 218CPPFLAGS = @CPPFLAGS@
4b90c838 219CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
48c7b524 220CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@
9bf714c2 221CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@
4a9d5109 222CSTDIO_H = @CSTDIO_H@
6aa43d99 223CTIME_CC = @CTIME_CC@
1c26d8fd 224CTIME_H = @CTIME_H@
b2dad0e3
BK
225CXX = @CXX@
226CXXCPP = @CXXCPP@
c18dc5cc 227CXXFILT = @CXXFILT@
ff66d28f
PE
228CXXFLAGS = @CXXFLAGS@
229CYGPATH_W = @CYGPATH_W@
e466dc8a 230C_INCLUDE_DIR = @C_INCLUDE_DIR@
b25e6b79 231DBLATEX = @DBLATEX@
c470c17d 232DEBUG_FLAGS = @DEBUG_FLAGS@
ff66d28f 233DEFS = @DEFS@
b25e6b79
BK
234DOT = @DOT@
235DOXYGEN = @DOXYGEN@
25e5de9a 236DSYMUTIL = @DSYMUTIL@
1cf3d07d 237DUMPBIN = @DUMPBIN@
ff66d28f
PE
238ECHO_C = @ECHO_C@
239ECHO_N = @ECHO_N@
240ECHO_T = @ECHO_T@
241EGREP = @EGREP@
637e3668 242EH_POOL_FLAGS = @EH_POOL_FLAGS@
9adfc73c 243ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
b2dad0e3 244EXEEXT = @EXEEXT@
36101de9 245EXTRA_CFLAGS = @EXTRA_CFLAGS@
7b267e3e 246EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
1cf3d07d 247FGREP = @FGREP@
3acb929c 248FORMAT_FILE = @FORMAT_FILE@
68c2e9e9 249FREESTANDING_FLAGS = @FREESTANDING_FLAGS@
3d7c150e 250GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
ec6fa56a 251GLIBCXX_LIBS = @GLIBCXX_LIBS@
1cf3d07d 252GREP = @GREP@
1ec62aa9 253HWCAP_CFLAGS = @HWCAP_CFLAGS@
5213506e 254INSTALL = @INSTALL@
ff66d28f
PE
255INSTALL_DATA = @INSTALL_DATA@
256INSTALL_PROGRAM = @INSTALL_PROGRAM@
257INSTALL_SCRIPT = @INSTALL_SCRIPT@
258INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1cf3d07d
SE
259LD = @LD@
260LDFLAGS = @LDFLAGS@
d54bc1d8 261LIBICONV = @LIBICONV@
ff66d28f
PE
262LIBOBJS = @LIBOBJS@
263LIBS = @LIBS@
b2dad0e3 264LIBTOOL = @LIBTOOL@
25e5de9a 265LIPO = @LIPO@
b2dad0e3 266LN_S = @LN_S@
7c1e7eed
JW
267LONG_DOUBLE_128_FLAGS = @LONG_DOUBLE_128_FLAGS@
268LONG_DOUBLE_ALT128_COMPAT_FLAGS = @LONG_DOUBLE_ALT128_COMPAT_FLAGS@
6d49b790 269LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@
4ffe6e87 270LTLIBICONV = @LTLIBICONV@
ff66d28f 271LTLIBOBJS = @LTLIBOBJS@
b2dad0e3
BK
272MAINT = @MAINT@
273MAKEINFO = @MAKEINFO@
5213506e 274MKDIR_P = @MKDIR_P@
1cf3d07d 275NM = @NM@
25e5de9a
PG
276NMEDIT = @NMEDIT@
277OBJDUMP = @OBJDUMP@
3df64633 278OBJEXT = @OBJEXT@
e466dc8a 279OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
421173e6 280OPT_LDFLAGS = @OPT_LDFLAGS@
4a9d5109 281OS_INC_SRCDIR = @OS_INC_SRCDIR@
25e5de9a
PG
282OTOOL = @OTOOL@
283OTOOL64 = @OTOOL64@
b2dad0e3 284PACKAGE = @PACKAGE@
ff66d28f
PE
285PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286PACKAGE_NAME = @PACKAGE_NAME@
287PACKAGE_STRING = @PACKAGE_STRING@
288PACKAGE_TARNAME = @PACKAGE_TARNAME@
5213506e 289PACKAGE_URL = @PACKAGE_URL@
ff66d28f
PE
290PACKAGE_VERSION = @PACKAGE_VERSION@
291PATH_SEPARATOR = @PATH_SEPARATOR@
b25e6b79 292PDFLATEX = @PDFLATEX@
b2dad0e3 293RANLIB = @RANLIB@
c470c17d
BK
294SECTION_FLAGS = @SECTION_FLAGS@
295SECTION_LDFLAGS = @SECTION_LDFLAGS@
1cf3d07d 296SED = @SED@
ff66d28f
PE
297SET_MAKE = @SET_MAKE@
298SHELL = @SHELL@
3df64633 299STRIP = @STRIP@
fb5c309d 300SYMVER_FILE = @SYMVER_FILE@
e466dc8a 301TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
33590f13 302USE_NLS = @USE_NLS@
b2dad0e3 303VERSION = @VERSION@
3acb929c 304VIEW_FILE = @VIEW_FILE@
2077db1b
CT
305VTV_CXXFLAGS = @VTV_CXXFLAGS@
306VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@
307VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@
e466dc8a 308WARN_FLAGS = @WARN_FLAGS@
a4395a84 309XMLCATALOG = @XMLCATALOG@
b25e6b79
BK
310XMLLINT = @XMLLINT@
311XSLTPROC = @XSLTPROC@
b329dd10 312XSL_STYLE_DIR = @XSL_STYLE_DIR@
5213506e
RW
313abs_builddir = @abs_builddir@
314abs_srcdir = @abs_srcdir@
315abs_top_builddir = @abs_top_builddir@
316abs_top_srcdir = @abs_top_srcdir@
ff66d28f
PE
317ac_ct_CC = @ac_ct_CC@
318ac_ct_CXX = @ac_ct_CXX@
1cf3d07d 319ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ff66d28f 320am__leading_dot = @am__leading_dot@
a60945f8
PC
321am__tar = @am__tar@
322am__untar = @am__untar@
a1af4623 323baseline_dir = @baseline_dir@
00fc1bf6 324baseline_subdir_switch = @baseline_subdir_switch@
ff66d28f
PE
325bindir = @bindir@
326build = @build@
327build_alias = @build_alias@
328build_cpu = @build_cpu@
329build_os = @build_os@
330build_vendor = @build_vendor@
5213506e 331builddir = @builddir@
501e321e 332check_msgfmt = @check_msgfmt@
ff66d28f 333datadir = @datadir@
5213506e
RW
334datarootdir = @datarootdir@
335docdir = @docdir@
336dvidir = @dvidir@
34791641
PE
337enable_shared = @enable_shared@
338enable_static = @enable_static@
ff66d28f 339exec_prefix = @exec_prefix@
3c36aa6b 340get_gcc_base_ver = @get_gcc_base_ver@
3d7c150e
BK
341glibcxx_MOFILES = @glibcxx_MOFILES@
342glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
343glibcxx_POFILES = @glibcxx_POFILES@
3d7c150e 344glibcxx_builddir = @glibcxx_builddir@
ac6d1200
BK
345glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@
346glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@
34a2b755 347glibcxx_cxx98_abi = @glibcxx_cxx98_abi@
3d7c150e 348glibcxx_localedir = @glibcxx_localedir@
ac6d1200 349glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@
3d7c150e
BK
350glibcxx_prefixdir = @glibcxx_prefixdir@
351glibcxx_srcdir = @glibcxx_srcdir@
3d7c150e
BK
352glibcxx_toolexecdir = @glibcxx_toolexecdir@
353glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
1fd2f510 354gxx_include_dir = @gxx_include_dir@
ff66d28f
PE
355host = @host@
356host_alias = @host_alias@
357host_cpu = @host_cpu@
358host_os = @host_os@
359host_vendor = @host_vendor@
5213506e 360htmldir = @htmldir@
ff66d28f
PE
361includedir = @includedir@
362infodir = @infodir@
363install_sh = @install_sh@
364libdir = @libdir@
365libexecdir = @libexecdir@
4e10943d 366libtool_VERSION = @libtool_VERSION@
5213506e 367localedir = @localedir@
ff66d28f 368localstatedir = @localstatedir@
7de6ba7a 369lt_host_flags = @lt_host_flags@
ff66d28f 370mandir = @mandir@
7eaf73d7 371mkdir_p = @mkdir_p@
ff66d28f
PE
372multi_basedir = @multi_basedir@
373oldincludedir = @oldincludedir@
5213506e 374pdfdir = @pdfdir@
ff66d28f
PE
375port_specific_symbol_files = @port_specific_symbol_files@
376prefix = @prefix@
377program_transform_name = @program_transform_name@
5213506e 378psdir = @psdir@
2a5d011c 379python_mod_dir = @python_mod_dir@
ff66d28f
PE
380sbindir = @sbindir@
381sharedstatedir = @sharedstatedir@
5213506e 382srcdir = @srcdir@
ff66d28f
PE
383sysconfdir = @sysconfdir@
384target = @target@
385target_alias = @target_alias@
386target_cpu = @target_cpu@
387target_os = @target_os@
388target_vendor = @target_vendor@
1183dc2c 389thread_header = @thread_header@
47ddb895 390tmake_file = @tmake_file@
5213506e
RW
391top_build_prefix = @top_build_prefix@
392top_builddir = @top_builddir@
393top_srcdir = @top_srcdir@
5d1c8e77 394toplevel_builddir = @toplevel_builddir@
e2c20fae 395toplevel_srcdir = @toplevel_srcdir@
47194af4
ZW
396
397# May be used by various substitution variables.
3c36aa6b 398gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
b2dad0e3 399MAINT_CHARSET = latin1
ae9dc931 400mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
8c90b13a 401PWD_COMMAND = $${PWDCMD-pwd}
82ba99d5 402STAMP = echo timestamp >
0df3f383
PE
403toolexecdir = $(glibcxx_toolexecdir)
404toolexeclibdir = $(glibcxx_toolexeclibdir)
b124c5c4 405@ENABLE_WERROR_FALSE@WERROR_FLAG =
c3be340e 406@ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror
2077db1b
CT
407@ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS =
408@ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates
7c1e7eed
JW
409@GLIBCXX_LDBL_ALT128_COMPAT_FALSE@LDBL_128_FLAGS =
410@GLIBCXX_LDBL_ALT128_COMPAT_TRUE@LDBL_128_FLAGS = $(LONG_DOUBLE_128_FLAGS)
0df3f383
PE
411
412# These bits are all figured out from configure. Look in acinclude.m4
413# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
414CONFIG_CXXFLAGS = \
7c1e7eed 415 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@ $(LDBL_128_FLAGS)
0df3f383
PE
416
417WARN_CXXFLAGS = \
b124c5c4 418 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
0df3f383
PE
419
420
421# -I/-D flags to pass when compiling.
74b7ec8c 422AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)
abdea447
AA
423@GLIBCXX_HOSTED_TRUE@hosted_source = doc po testsuite python
424SUBDIRS = include libsupc++ src $(hosted_source)
c41f82b2 425ACLOCAL_AMFLAGS = -I . -I .. -I ../config
b25e6b79
BK
426@BUILD_XML_FALSE@STAMP_XML =
427
428# Documentation conditionals for output.
429@BUILD_XML_TRUE@STAMP_XML = doc-xml
430@BUILD_XML_FALSE@STAMP_INSTALL_XML =
431@BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
432@BUILD_HTML_FALSE@STAMP_HTML =
433@BUILD_HTML_TRUE@STAMP_HTML = doc-html
434@BUILD_HTML_FALSE@STAMP_INSTALL_HTML =
435@BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
436@BUILD_MAN_FALSE@STAMP_MAN =
437@BUILD_MAN_TRUE@STAMP_MAN = doc-man
438@BUILD_MAN_FALSE@STAMP_INSTALL_MAN =
439@BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
440@BUILD_PDF_FALSE@STAMP_PDF =
441@BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
442@BUILD_PDF_FALSE@STAMP_INSTALL_PDF =
443@BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
444@BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
445@BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
446@BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
447@BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
0df3f383 448
b2dad0e3
BK
449# Multilib support.
450MAKEOVERRIDES =
451
b2dad0e3
BK
452# Work around what appears to be a GNU make bug handling MAKEFLAGS
453# values defined in terms of make variables, as is the case for CC and
454# friends when we are called from the top level Makefile.
58ac1d7f
BK
455AM_MAKEFLAGS = \
456 "AR_FLAGS=$(AR_FLAGS)" \
457 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
458 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
459 "CFLAGS=$(CFLAGS)" \
460 "CXXFLAGS=$(CXXFLAGS)" \
461 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
462 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
05d353b7 463 "EXPECT=$(EXPECT)" \
58ac1d7f
BK
464 "INSTALL=$(INSTALL)" \
465 "INSTALL_DATA=$(INSTALL_DATA)" \
466 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
467 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
468 "LDFLAGS=$(LDFLAGS)" \
469 "LIBCFLAGS=$(LIBCFLAGS)" \
470 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
471 "MAKE=$(MAKE)" \
472 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
58ac1d7f
BK
473 "SHELL=$(SHELL)" \
474 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
475 "exec_prefix=$(exec_prefix)" \
476 "infodir=$(infodir)" \
477 "libdir=$(libdir)" \
478 "includedir=$(includedir)" \
479 "prefix=$(prefix)" \
480 "tooldir=$(tooldir)" \
481 "gxx_include_dir=$(gxx_include_dir)" \
482 "AR=$(AR)" \
483 "AS=$(AS)" \
484 "LD=$(LD)" \
58ac1d7f
BK
485 "RANLIB=$(RANLIB)" \
486 "NM=$(NM)" \
487 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
488 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
489 "DESTDIR=$(DESTDIR)" \
ca618b60 490 "WERROR=$(WERROR)"
b2dad0e3 491
93b85586 492
8ddfd7e5
DJ
493# Subdir rules rely on $(FLAGS_TO_PASS)
494FLAGS_TO_PASS = $(AM_MAKEFLAGS)
22e05272
JM
495MULTISRCTOP =
496MULTIBUILDTOP =
497MULTIDIRS =
498MULTISUBDIR =
499MULTIDO = true
500MULTICLEAN = true
ff66d28f
PE
501all: config.h
502 $(MAKE) $(AM_MAKEFLAGS) all-recursive
b2dad0e3 503
b2dad0e3 504.SUFFIXES:
6ef93676 505am--refresh: Makefile
7eaf73d7 506 @:
22e05272 507$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__configure_deps)
7eaf73d7
KC
508 @for dep in $?; do \
509 case '$(am__configure_deps)' in \
510 *$$dep*) \
5213506e
RW
511 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
512 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
7eaf73d7
KC
513 && exit 0; \
514 exit 1;; \
515 esac; \
516 done; \
5213506e
RW
517 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
518 $(am__cd) $(top_srcdir) && \
519 $(AUTOMAKE) --foreign --ignore-deps Makefile
7eaf73d7
KC
520Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
521 @case '$?' in \
522 *config.status*) \
523 echo ' $(SHELL) ./config.status'; \
524 $(SHELL) ./config.status;; \
525 *) \
526 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
527 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
528 esac;
22e05272 529$(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__empty):
7eaf73d7
KC
530
531$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
4c24b21a 532 $(SHELL) ./config.status --recheck
4c24b21a 533
7eaf73d7 534$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
5213506e 535 $(am__cd) $(srcdir) && $(AUTOCONF)
7eaf73d7 536$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
5213506e
RW
537 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
538$(am__aclocal_m4_deps):
ff66d28f
PE
539
540config.h: stamp-h1
22e05272
JM
541 @test -f $@ || rm -f stamp-h1
542 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
b2dad0e3 543
ff66d28f
PE
544stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
545 @rm -f stamp-h1
546 cd $(top_builddir) && $(SHELL) ./config.status config.h
0cb7f060 547$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
5213506e 548 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
7eaf73d7
KC
549 rm -f stamp-h1
550 touch $@
b2dad0e3
BK
551
552distclean-hdr:
ff66d28f 553 -rm -f config.h stamp-h1
ff66d28f
PE
554scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
555 cd $(top_builddir) && $(SHELL) ./config.status $@
e1208a57
RO
556scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in
557 cd $(top_builddir) && $(SHELL) ./config.status $@
8d24c975
BK
558doc/xsl/customization.xsl: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/customization.xsl.in
559 cd $(top_builddir) && $(SHELL) ./config.status $@
ff66d28f
PE
560
561mostlyclean-libtool:
562 -rm -f *.lo
563
564clean-libtool:
565 -rm -rf .libs _libs
b2dad0e3 566
ff66d28f 567distclean-libtool:
5213506e 568 -rm -f libtool config.lt
076e5443 569
b2dad0e3 570# This directory's subdirectories are mostly independent; you can cd
22e05272
JM
571# into them and run 'make' without going through this Makefile.
572# To change the values of 'make' variables: instead of editing Makefiles,
573# (1) if the variable is set in 'config.status', edit 'config.status'
574# (which will cause the Makefiles to be regenerated when you run 'make');
575# (2) otherwise, pass the desired values on the 'make' command line.
576$(am__recursive_targets):
577 @fail=; \
578 if $(am__make_keepgoing); then \
579 failcom='fail=yes'; \
580 else \
581 failcom='exit 1'; \
582 fi; \
b2dad0e3
BK
583 dot_seen=no; \
584 target=`echo $@ | sed s/-recursive//`; \
22e05272
JM
585 case "$@" in \
586 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
587 *) list='$(SUBDIRS)' ;; \
588 esac; \
589 for subdir in $$list; do \
b2dad0e3
BK
590 echo "Making $$target in $$subdir"; \
591 if test "$$subdir" = "."; then \
592 dot_seen=yes; \
593 local_target="$$target-am"; \
594 else \
595 local_target="$$target"; \
596 fi; \
5213506e 597 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
a9fdd472 598 || eval $$failcom; \
b2dad0e3
BK
599 done; \
600 if test "$$dot_seen" = "no"; then \
601 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
602 fi; test -z "$$fail"
603
22e05272
JM
604ID: $(am__tagged_files)
605 $(am__define_uniq_tagged_files); mkid -fID $$unique
606tags: tags-recursive
607
608tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
609 set x; \
610 here=`pwd`; \
611 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
612 include_option=--etags-include; \
613 empty_fix=.; \
614 else \
615 include_option=--include; \
616 empty_fix=; \
617 fi; \
618 list='$(SUBDIRS)'; for subdir in $$list; do \
619 if test "$$subdir" = .; then :; else \
620 test ! -f $$subdir/TAGS || \
621 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
ff66d28f 622 fi; \
b2dad0e3 623 done; \
22e05272
JM
624 $(am__define_uniq_tagged_files); \
625 shift; \
626 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
627 test -n "$$unique" || unique=$$empty_fix; \
628 if test $$# -gt 0; then \
629 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
630 "$$@" $$unique; \
b2dad0e3 631 else \
22e05272
JM
632 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
633 $$unique; \
b2dad0e3 634 fi; \
22e05272
JM
635 fi
636ctags: ctags-recursive
637
638CTAGS: ctags
639ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
640 $(am__define_uniq_tagged_files); \
5213506e 641 test -z "$(CTAGS_ARGS)$$unique" \
ff66d28f 642 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5213506e 643 $$unique
b2dad0e3 644
ff66d28f
PE
645GTAGS:
646 here=`$(am__cd) $(top_builddir) && pwd` \
5213506e
RW
647 && $(am__cd) $(top_srcdir) \
648 && gtags -i $(GTAGS_ARGS) "$$here"
22e05272
JM
649cscope: cscope.files
650 test ! -s cscope.files \
651 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
652clean-cscope:
653 -rm -f cscope.files
654cscope.files: clean-cscope cscopelist
655cscopelist: cscopelist-recursive
656
657cscopelist-am: $(am__tagged_files)
658 list='$(am__tagged_files)'; \
659 case "$(srcdir)" in \
660 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
661 *) sdir=$(subdir)/$(srcdir) ;; \
662 esac; \
663 for i in $$list; do \
664 if test -f "$$i"; then \
665 echo "$(subdir)/$$i"; \
666 else \
667 echo "$$sdir/$$i"; \
668 fi; \
669 done >> $(top_builddir)/cscope.files
b2dad0e3
BK
670
671distclean-tags:
ff66d28f 672 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
22e05272 673 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
ff66d28f 674check-am: all-am
b2dad0e3 675check: check-recursive
22e05272 676all-am: Makefile config.h all-local
ff66d28f
PE
677installdirs: installdirs-recursive
678installdirs-am:
ff66d28f 679install: install-recursive
b2dad0e3 680install-exec: install-exec-recursive
b2dad0e3 681install-data: install-data-recursive
ff66d28f 682uninstall: uninstall-recursive
b2dad0e3
BK
683
684install-am: all-am
685 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
b2dad0e3 686
ff66d28f
PE
687installcheck: installcheck-recursive
688install-strip:
6ef93676
MH
689 if test -z '$(STRIP)'; then \
690 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
691 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
692 install; \
693 else \
694 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
695 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
696 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
697 fi
b2dad0e3
BK
698mostlyclean-generic:
699
700clean-generic:
701
702distclean-generic:
a60945f8 703 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
5213506e 704 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b2dad0e3
BK
705
706maintainer-clean-generic:
ff66d28f
PE
707 @echo "This command is intended for maintainers to use"
708 @echo "it deletes files that may require special tools to rebuild."
22e05272 709clean: clean-recursive
b2dad0e3 710
22e05272 711clean-am: clean-generic clean-libtool clean-local mostlyclean-am
b2dad0e3 712
22e05272 713distclean: distclean-recursive
ff66d28f 714 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
82fa4538 715 -rm -f Makefile
7eaf73d7 716distclean-am: clean-am distclean-generic distclean-hdr \
22e05272 717 distclean-libtool distclean-local distclean-tags
b2dad0e3 718
ff66d28f 719dvi-am:
b2dad0e3 720
5213506e
RW
721html-am:
722
ff66d28f
PE
723info-am:
724
725install-data-am:
726
5213506e
RW
727install-dvi-am:
728
22e05272 729install-exec-am: install-exec-local
ff66d28f 730
5213506e
RW
731install-html-am:
732
5213506e
RW
733install-info-am:
734
5213506e
RW
735install-pdf-am:
736
5213506e
RW
737install-ps-am:
738
ff66d28f 739installcheck-am:
b2dad0e3 740
22e05272 741maintainer-clean: maintainer-clean-recursive
ff66d28f 742 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2b1be54b 743 -rm -rf $(top_srcdir)/autom4te.cache
82fa4538 744 -rm -f Makefile
22e05272
JM
745maintainer-clean-am: distclean-am maintainer-clean-generic \
746 maintainer-clean-local
ff66d28f 747
22e05272 748mostlyclean: mostlyclean-recursive
ff66d28f 749
22e05272
JM
750mostlyclean-am: mostlyclean-generic mostlyclean-libtool \
751 mostlyclean-local
ff66d28f 752
ff66d28f
PE
753pdf-am:
754
ff66d28f
PE
755ps-am:
756
5213506e
RW
757uninstall-am:
758
22e05272 759.MAKE: $(am__recursive_targets) all install-am install-strip
5213506e 760
22e05272
JM
761.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
762 am--refresh check check-am clean clean-cscope clean-generic \
763 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
13917ae3 764 distclean distclean-generic distclean-hdr distclean-libtool \
22e05272 765 distclean-local distclean-tags dvi dvi-am html html-am info \
13917ae3
RW
766 info-am install install-am install-data install-data-am \
767 install-dvi install-dvi-am install-exec install-exec-am \
22e05272
JM
768 install-exec-local install-html install-html-am install-info \
769 install-info-am install-man install-pdf install-pdf-am \
13917ae3
RW
770 install-ps install-ps-am install-strip installcheck \
771 installcheck-am installdirs installdirs-am maintainer-clean \
22e05272
JM
772 maintainer-clean-generic maintainer-clean-local mostlyclean \
773 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
774 pdf-am ps ps-am tags tags-am uninstall uninstall-am
775
776.PRECIOUS: Makefile
4312e020 777
e03f70b3 778
b25e6b79 779# Testsuite/check forwarding targets.
2d52e9e3
PE
780check-%:
781 cd testsuite && $(MAKE) $@
782
b25e6b79 783# Documentation forwarding targets.
4312e020
BK
784doc-%:
785 cd doc && $(MAKE) $@
786
b25e6b79
BK
787# Documentation primary rules.
788#
789# xml:
790# html:
791# pdf:
792# man:
793# info:
794# ps:
795# dvi:
796# epub:
797# install-xml:
798# install-html:
799# install-pdf:
800# install-man:
801# install-info:
802# install-ps:
803# install-dvi:
804# install-epub:
805
806xml: $(STAMP_XML)
807install-xml: $(STAMP_INSTALL_XML)
808
809html: $(STAMP_HTML)
810install-html: $(STAMP_INSTALL_HTML)
811
812man: $(STAMP_MAN)
813install-man: $(STAMP_INSTALL_MAN)
814
815pdf: $(STAMP_PDF)
816install-pdf: $(STAMP_INSTALL_PDF)
817
818epub: $(STAMP_EPUB)
819install-epub: $(STAMP_INSTALL_EPUB)
820
821info:
822install-info:
823
824ps:
825install-ps:
826
827dvi:
828install-dvi:
829
d94611f1 830# All the machinations with string instantiations messes up the
bf93f43b 831# automake-generated TAGS rule. Make a simple one here.
d94611f1 832TAGS: tags-recursive $(LISP)
c4e82de9 833
47ddb895 834# target overrides
0164e598 835-include $(tmake_file)
47ddb895 836
22e05272
JM
837# GNU Make needs to see an explicit $(MAKE) variable in the command it
838# runs to enable its job server during parallel builds. Hence the
839# comments below.
840all-multi:
841 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
842install-multi:
843 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
844mostlyclean-multi:
845 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
846clean-multi:
847 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
848distclean-multi:
849 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
850maintainer-clean-multi:
851 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
852
853.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \
854 install-multi maintainer-clean-multi mostlyclean-multi
855
856install-exec-local: install-multi
857
858all-local: all-multi
859mostlyclean-local: mostlyclean-multi
860clean-local: clean-multi
861distclean-local: distclean-multi
862maintainer-clean-local: maintainer-clean-multi
863
b2dad0e3
BK
864# Tell versions [3.59,3.63) of GNU make to not export all variables.
865# Otherwise a system limit (for SysV at least) may be exceeded.
866.NOEXPORT: