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