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@ 188AMTAR = @AMTAR@ 189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 190AR = @AR@ 191AS = @AS@ 192ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@ 193ATOMIC_FLAGS = @ATOMIC_FLAGS@ 194ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@ 195AUTOCONF = @AUTOCONF@ 196AUTOHEADER = @AUTOHEADER@ 197AUTOMAKE = @AUTOMAKE@ 198AWK = @AWK@ 199BASIC_FILE_CC = @BASIC_FILE_CC@ 200BASIC_FILE_H = @BASIC_FILE_H@ 201CC = @CC@ 202CCODECVT_CC = @CCODECVT_CC@ 203CCOLLATE_CC = @CCOLLATE_CC@ 204CCTYPE_CC = @CCTYPE_CC@ 205CFLAGS = @CFLAGS@ 206CLOCALE_CC = @CLOCALE_CC@ 207CLOCALE_H = @CLOCALE_H@ 208CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@ 209CMESSAGES_CC = @CMESSAGES_CC@ 210CMESSAGES_H = @CMESSAGES_H@ 211CMONEY_CC = @CMONEY_CC@ 212CNUMERIC_CC = @CNUMERIC_CC@ 213CPP = @CPP@ 214CPPFLAGS = @CPPFLAGS@ 215CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@ 216CPU_OPT_BITS_RANDOM = @CPU_OPT_BITS_RANDOM@ 217CPU_OPT_EXT_RANDOM = @CPU_OPT_EXT_RANDOM@ 218CSTDIO_H = @CSTDIO_H@ 219CTIME_CC = @CTIME_CC@ 220CTIME_H = @CTIME_H@ 221CXX = @CXX@ 222CXXCPP = @CXXCPP@ 223CXXFILT = @CXXFILT@ 224CXXFLAGS = @CXXFLAGS@ 225CYGPATH_W = @CYGPATH_W@ 226C_INCLUDE_DIR = @C_INCLUDE_DIR@ 227DBLATEX = @DBLATEX@ 228DEBUG_FLAGS = @DEBUG_FLAGS@ 229DEFS = @DEFS@ 230DOT = @DOT@ 231DOXYGEN = @DOXYGEN@ 232DSYMUTIL = @DSYMUTIL@ 233DUMPBIN = @DUMPBIN@ 234ECHO_C = @ECHO_C@ 235ECHO_N = @ECHO_N@ 236ECHO_T = @ECHO_T@ 237EGREP = @EGREP@ 238ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@ 239EXEEXT = @EXEEXT@ 240EXTRA_CFLAGS = @EXTRA_CFLAGS@ 241EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@ 242FGREP = @FGREP@ 243GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@ 244GLIBCXX_LIBS = @GLIBCXX_LIBS@ 245GREP = @GREP@ 246HWCAP_CFLAGS = @HWCAP_CFLAGS@ 247INSTALL = @INSTALL@ 248INSTALL_DATA = @INSTALL_DATA@ 249INSTALL_PROGRAM = @INSTALL_PROGRAM@ 250INSTALL_SCRIPT = @INSTALL_SCRIPT@ 251INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 252LD = @LD@ 253LDFLAGS = @LDFLAGS@ 254LIBICONV = @LIBICONV@ 255LIBOBJS = @LIBOBJS@ 256LIBS = @LIBS@ 257LIBTOOL = @LIBTOOL@ 258LIPO = @LIPO@ 259LN_S = @LN_S@ 260LONG_DOUBLE_COMPAT_FLAGS = @LONG_DOUBLE_COMPAT_FLAGS@ 261LTLIBICONV = @LTLIBICONV@ 262LTLIBOBJS = @LTLIBOBJS@ 263MAINT = @MAINT@ 264MAKEINFO = @MAKEINFO@ 265MKDIR_P = @MKDIR_P@ 266NM = @NM@ 267NMEDIT = @NMEDIT@ 268OBJDUMP = @OBJDUMP@ 269OBJEXT = @OBJEXT@ 270OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@ 271OPT_LDFLAGS = @OPT_LDFLAGS@ 272OS_INC_SRCDIR = @OS_INC_SRCDIR@ 273OTOOL = @OTOOL@ 274OTOOL64 = @OTOOL64@ 275PACKAGE = @PACKAGE@ 276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 277PACKAGE_NAME = @PACKAGE_NAME@ 278PACKAGE_STRING = @PACKAGE_STRING@ 279PACKAGE_TARNAME = @PACKAGE_TARNAME@ 280PACKAGE_URL = @PACKAGE_URL@ 281PACKAGE_VERSION = @PACKAGE_VERSION@ 282PATH_SEPARATOR = @PATH_SEPARATOR@ 283PDFLATEX = @PDFLATEX@ 284RANLIB = @RANLIB@ 285SECTION_FLAGS = @SECTION_FLAGS@ 286SECTION_LDFLAGS = @SECTION_LDFLAGS@ 287SED = @SED@ 288SET_MAKE = @SET_MAKE@ 289SHELL = @SHELL@ 290STRIP = @STRIP@ 291SYMVER_FILE = @SYMVER_FILE@ 292TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@ 293USE_NLS = @USE_NLS@ 294VERSION = @VERSION@ 295VTV_CXXFLAGS = @VTV_CXXFLAGS@ 296VTV_CXXLINKFLAGS = @VTV_CXXLINKFLAGS@ 297VTV_PCH_CXXFLAGS = @VTV_PCH_CXXFLAGS@ 298WARN_FLAGS = @WARN_FLAGS@ 299XMLCATALOG = @XMLCATALOG@ 300XMLLINT = @XMLLINT@ 301XSLTPROC = @XSLTPROC@ 302XSL_STYLE_DIR = @XSL_STYLE_DIR@ 303abs_builddir = @abs_builddir@ 304abs_srcdir = @abs_srcdir@ 305abs_top_builddir = @abs_top_builddir@ 306abs_top_srcdir = @abs_top_srcdir@ 307ac_ct_CC = @ac_ct_CC@ 308ac_ct_CXX = @ac_ct_CXX@ 309ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 310am__leading_dot = @am__leading_dot@ 311am__tar = @am__tar@ 312am__untar = @am__untar@ 313baseline_dir = @baseline_dir@ 314baseline_subdir_switch = @baseline_subdir_switch@ 315bindir = @bindir@ 316build = @build@ 317build_alias = @build_alias@ 318build_cpu = @build_cpu@ 319build_os = @build_os@ 320build_vendor = @build_vendor@ 321builddir = @builddir@ 322check_msgfmt = @check_msgfmt@ 323datadir = @datadir@ 324datarootdir = @datarootdir@ 325docdir = @docdir@ 326dvidir = @dvidir@ 327enable_shared = @enable_shared@ 328enable_static = @enable_static@ 329exec_prefix = @exec_prefix@ 330get_gcc_base_ver = @get_gcc_base_ver@ 331glibcxx_MOFILES = @glibcxx_MOFILES@ 332glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@ 333glibcxx_POFILES = @glibcxx_POFILES@ 334glibcxx_builddir = @glibcxx_builddir@ 335glibcxx_compiler_pic_flag = @glibcxx_compiler_pic_flag@ 336glibcxx_compiler_shared_flag = @glibcxx_compiler_shared_flag@ 337glibcxx_cxx98_abi = @glibcxx_cxx98_abi@ 338glibcxx_localedir = @glibcxx_localedir@ 339glibcxx_lt_pic_flag = @glibcxx_lt_pic_flag@ 340glibcxx_prefixdir = @glibcxx_prefixdir@ 341glibcxx_srcdir = @glibcxx_srcdir@ 342glibcxx_toolexecdir = @glibcxx_toolexecdir@ 343glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@ 344gxx_include_dir = @gxx_include_dir@ 345host = @host@ 346host_alias = @host_alias@ 347host_cpu = @host_cpu@ 348host_os = @host_os@ 349host_vendor = @host_vendor@ 350htmldir = @htmldir@ 351includedir = @includedir@ 352infodir = @infodir@ 353install_sh = @install_sh@ 354libdir = @libdir@ 355libexecdir = @libexecdir@ 356libtool_VERSION = @libtool_VERSION@ 357localedir = @localedir@ 358localstatedir = @localstatedir@ 359lt_host_flags = @lt_host_flags@ 360mandir = @mandir@ 361mkdir_p = @mkdir_p@ 362multi_basedir = @multi_basedir@ 363oldincludedir = @oldincludedir@ 364pdfdir = @pdfdir@ 365port_specific_symbol_files = @port_specific_symbol_files@ 366prefix = @prefix@ 367program_transform_name = @program_transform_name@ 368psdir = @psdir@ 369python_mod_dir = @python_mod_dir@ 370sbindir = @sbindir@ 371sharedstatedir = @sharedstatedir@ 372srcdir = @srcdir@ 373sysconfdir = @sysconfdir@ 374target = @target@ 375target_alias = @target_alias@ 376target_cpu = @target_cpu@ 377target_os = @target_os@ 378target_vendor = @target_vendor@ 379thread_header = @thread_header@ 380top_build_prefix = @top_build_prefix@ 381top_builddir = @top_builddir@ 382top_srcdir = @top_srcdir@ 383toplevel_builddir = @toplevel_builddir@ 384toplevel_srcdir = @toplevel_srcdir@ 385 386# May be used by various substitution variables. 387gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER) 388MAINT_CHARSET = latin1 389mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs 390PWD_COMMAND = $${PWDCMD-pwd} 391STAMP = echo timestamp > 392toolexecdir = $(glibcxx_toolexecdir) 393toolexeclibdir = $(glibcxx_toolexeclibdir) 394@ENABLE_WERROR_FALSE@WERROR_FLAG = 395@ENABLE_WERROR_TRUE@WERROR_FLAG = -Werror 396@ENABLE_EXTERN_TEMPLATE_FALSE@XTEMPLATE_FLAGS = 397@ENABLE_EXTERN_TEMPLATE_TRUE@XTEMPLATE_FLAGS = -fno-implicit-templates 398 399# These bits are all figured out from configure. Look in acinclude.m4 400# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS. 401CONFIG_CXXFLAGS = \ 402 $(SECTION_FLAGS) $(HWCAP_CFLAGS) -frandom-seed=$@ 403 404WARN_CXXFLAGS = \ 405 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once 406 407 408# -I/-D flags to pass when compiling. 409AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS) 410@GLIBCXX_HOSTED_TRUE@hosted_source = src doc po python 411SUBDIRS = include libsupc++ $(hosted_source) 412ACLOCAL_AMFLAGS = -I . -I .. -I ../config 413@BUILD_XML_FALSE@STAMP_XML = 414 415# Documentation conditionals for output. 416@BUILD_XML_TRUE@STAMP_XML = doc-xml 417@BUILD_XML_FALSE@STAMP_INSTALL_XML = 418@BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml 419@BUILD_HTML_FALSE@STAMP_HTML = 420@BUILD_HTML_TRUE@STAMP_HTML = doc-html 421@BUILD_HTML_FALSE@STAMP_INSTALL_HTML = 422@BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html 423@BUILD_MAN_FALSE@STAMP_MAN = 424@BUILD_MAN_TRUE@STAMP_MAN = doc-man 425@BUILD_MAN_FALSE@STAMP_INSTALL_MAN = 426@BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man 427@BUILD_PDF_FALSE@STAMP_PDF = 428@BUILD_PDF_TRUE@STAMP_PDF = doc-pdf 429@BUILD_PDF_FALSE@STAMP_INSTALL_PDF = 430@BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf 431@BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub 432@BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub 433@BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub 434@BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub 435 436# Multilib support. 437MAKEOVERRIDES = 438 439# Work around what appears to be a GNU make bug handling MAKEFLAGS 440# values defined in terms of make variables, as is the case for CC and 441# friends when we are called from the top level Makefile. 442AM_MAKEFLAGS = \ 443 "AR_FLAGS=$(AR_FLAGS)" \ 444 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ 445 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ 446 "CFLAGS=$(CFLAGS)" \ 447 "CXXFLAGS=$(CXXFLAGS)" \ 448 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ 449 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \ 450 "INSTALL=$(INSTALL)" \ 451 "INSTALL_DATA=$(INSTALL_DATA)" \ 452 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ 453 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ 454 "LDFLAGS=$(LDFLAGS)" \ 455 "LIBCFLAGS=$(LIBCFLAGS)" \ 456 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ 457 "MAKE=$(MAKE)" \ 458 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ 459 "SHELL=$(SHELL)" \ 460 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ 461 "exec_prefix=$(exec_prefix)" \ 462 "infodir=$(infodir)" \ 463 "libdir=$(libdir)" \ 464 "includedir=$(includedir)" \ 465 "prefix=$(prefix)" \ 466 "tooldir=$(tooldir)" \ 467 "gxx_include_dir=$(gxx_include_dir)" \ 468 "AR=$(AR)" \ 469 "AS=$(AS)" \ 470 "LD=$(LD)" \ 471 "RANLIB=$(RANLIB)" \ 472 "NM=$(NM)" \ 473 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \ 474 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ 475 "DESTDIR=$(DESTDIR)" \ 476 "WERROR=$(WERROR)" 477 478 479# Subdir rules rely on $(FLAGS_TO_PASS) 480FLAGS_TO_PASS = $(AM_MAKEFLAGS) 481MULTISRCTOP = 482MULTIBUILDTOP = 483MULTIDIRS = 484MULTISUBDIR = 485MULTIDO = true 486MULTICLEAN = true 487all: config.h 488 $(MAKE) $(AM_MAKEFLAGS) all-recursive 489 490.SUFFIXES: 491am--refresh: Makefile 492 @: 493$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__configure_deps) 494 @for dep in $?; do \ 495 case '$(am__configure_deps)' in \ 496 *$$dep*) \ 497 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \ 498 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \ 499 && exit 0; \ 500 exit 1;; \ 501 esac; \ 502 done; \ 503 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \ 504 $(am__cd) $(top_srcdir) && \ 505 $(AUTOMAKE) --foreign --ignore-deps Makefile 506Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 507 @case '$?' in \ 508 *config.status*) \ 509 echo ' $(SHELL) ./config.status'; \ 510 $(SHELL) ./config.status;; \ 511 *) \ 512 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 513 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 514 esac; 515$(top_srcdir)/fragment.am $(top_srcdir)/../multilib.am $(am__empty): 516 517$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 518 $(SHELL) ./config.status --recheck 519 520$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 521 $(am__cd) $(srcdir) && $(AUTOCONF) 522$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 523 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 524$(am__aclocal_m4_deps): 525 526config.h: stamp-h1 527 @test -f $@ || rm -f stamp-h1 528 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 529 530stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 531 @rm -f stamp-h1 532 cd $(top_builddir) && $(SHELL) ./config.status config.h 533$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 534 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 535 rm -f stamp-h1 536 touch $@ 537 538distclean-hdr: 539 -rm -f config.h stamp-h1 540scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in 541 cd $(top_builddir) && $(SHELL) ./config.status $@ 542scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in 543 cd $(top_builddir) && $(SHELL) ./config.status $@ 544doc/xsl/customization.xsl: $(top_builddir)/config.status $(top_srcdir)/doc/xsl/customization.xsl.in 545 cd $(top_builddir) && $(SHELL) ./config.status $@ 546 547mostlyclean-libtool: 548 -rm -f *.lo 549 550clean-libtool: 551 -rm -rf .libs _libs 552 553distclean-libtool: 554 -rm -f libtool config.lt 555 556# This directory's subdirectories are mostly independent; you can cd 557# into them and run 'make' without going through this Makefile. 558# To change the values of 'make' variables: instead of editing Makefiles, 559# (1) if the variable is set in 'config.status', edit 'config.status' 560# (which will cause the Makefiles to be regenerated when you run 'make'); 561# (2) otherwise, pass the desired values on the 'make' command line. 562$(am__recursive_targets): 563 @fail=; \ 564 if $(am__make_keepgoing); then \ 565 failcom='fail=yes'; \ 566 else \ 567 failcom='exit 1'; \ 568 fi; \ 569 dot_seen=no; \ 570 target=`echo $@ | sed s/-recursive//`; \ 571 case "$@" in \ 572 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 573 *) list='$(SUBDIRS)' ;; \ 574 esac; \ 575 for subdir in $$list; do \ 576 echo "Making $$target in $$subdir"; \ 577 if test "$$subdir" = "."; then \ 578 dot_seen=yes; \ 579 local_target="$$target-am"; \ 580 else \ 581 local_target="$$target"; \ 582 fi; \ 583 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 584 || eval $$failcom; \ 585 done; \ 586 if test "$$dot_seen" = "no"; then \ 587 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 588 fi; test -z "$$fail" 589 590ID: $(am__tagged_files) 591 $(am__define_uniq_tagged_files); mkid -fID $$unique 592tags: tags-recursive 593 594tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 595 set x; \ 596 here=`pwd`; \ 597 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 598 include_option=--etags-include; \ 599 empty_fix=.; \ 600 else \ 601 include_option=--include; \ 602 empty_fix=; \ 603 fi; \ 604 list='$(SUBDIRS)'; for subdir in $$list; do \ 605 if test "$$subdir" = .; then :; else \ 606 test ! -f $$subdir/TAGS || \ 607 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 608 fi; \ 609 done; \ 610 $(am__define_uniq_tagged_files); \ 611 shift; \ 612 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 613 test -n "$$unique" || unique=$$empty_fix; \ 614 if test $$# -gt 0; then \ 615 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 616 "$$@" $$unique; \ 617 else \ 618 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 619 $$unique; \ 620 fi; \ 621 fi 622ctags: ctags-recursive 623 624CTAGS: ctags 625ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 626 $(am__define_uniq_tagged_files); \ 627 test -z "$(CTAGS_ARGS)$$unique" \ 628 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 629 $$unique 630 631GTAGS: 632 here=`$(am__cd) $(top_builddir) && pwd` \ 633 && $(am__cd) $(top_srcdir) \ 634 && gtags -i $(GTAGS_ARGS) "$$here" 635cscope: cscope.files 636 test ! -s cscope.files \ 637 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 638clean-cscope: 639 -rm -f cscope.files 640cscope.files: clean-cscope cscopelist 641cscopelist: cscopelist-recursive 642 643cscopelist-am: $(am__tagged_files) 644 list='$(am__tagged_files)'; \ 645 case "$(srcdir)" in \ 646 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 647 *) sdir=$(subdir)/$(srcdir) ;; \ 648 esac; \ 649 for i in $$list; do \ 650 if test -f "$$i"; then \ 651 echo "$(subdir)/$$i"; \ 652 else \ 653 echo "$$sdir/$$i"; \ 654 fi; \ 655 done >> $(top_builddir)/cscope.files 656 657distclean-tags: 658 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 659 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 660check-am: all-am 661check: check-recursive 662all-am: Makefile config.h all-local 663installdirs: installdirs-recursive 664installdirs-am: 665install: install-recursive 666install-exec: install-exec-recursive 667install-data: install-data-recursive 668uninstall: uninstall-recursive 669 670install-am: all-am 671 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 672 673installcheck: installcheck-recursive 674install-strip: 675 if test -z '$(STRIP)'; then \ 676 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 677 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 678 install; \ 679 else \ 680 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 681 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 682 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 683 fi 684mostlyclean-generic: 685 686clean-generic: 687 688distclean-generic: 689 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 690 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 691 692maintainer-clean-generic: 693 @echo "This command is intended for maintainers to use" 694 @echo "it deletes files that may require special tools to rebuild." 695clean: clean-recursive 696 697clean-am: clean-generic clean-libtool clean-local mostlyclean-am 698 699distclean: distclean-recursive 700 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 701 -rm -f Makefile 702distclean-am: clean-am distclean-generic distclean-hdr \ 703 distclean-libtool distclean-local distclean-tags 704 705dvi-am: 706 707html-am: 708 709info-am: 710 711install-data-am: 712 713install-dvi-am: 714 715install-exec-am: install-exec-local 716 717install-html-am: 718 719install-info-am: 720 721install-pdf-am: 722 723install-ps-am: 724 725installcheck-am: 726 727maintainer-clean: maintainer-clean-recursive 728 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 729 -rm -rf $(top_srcdir)/autom4te.cache 730 -rm -f Makefile 731maintainer-clean-am: distclean-am maintainer-clean-generic \ 732 maintainer-clean-local 733 734mostlyclean: mostlyclean-recursive 735 736mostlyclean-am: mostlyclean-generic mostlyclean-libtool \ 737 mostlyclean-local 738 739pdf-am: 740 741ps-am: 742 743uninstall-am: 744 745.MAKE: $(am__recursive_targets) all install-am install-strip 746 747.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ 748 am--refresh check check-am clean clean-cscope clean-generic \ 749 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ 750 distclean distclean-generic distclean-hdr distclean-libtool \ 751 distclean-local distclean-tags dvi dvi-am html html-am info \ 752 info-am install install-am install-data install-data-am \ 753 install-dvi install-dvi-am install-exec install-exec-am \ 754 install-exec-local install-html install-html-am install-info \ 755 install-info-am install-man install-pdf install-pdf-am \ 756 install-ps install-ps-am install-strip installcheck \ 757 installcheck-am installdirs installdirs-am maintainer-clean \ 758 maintainer-clean-generic maintainer-clean-local mostlyclean \ 759 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \ 760 pdf-am ps ps-am tags tags-am uninstall uninstall-am 761 762.PRECIOUS: Makefile 763 764 765# Testsuite/check forwarding targets. 766#check-%: 767# cd testsuite && $(MAKE) $@ 768 769# Documentation forwarding targets. 770doc-%: 771 cd doc && $(MAKE) $@ 772 773# Documentation primary rules. 774# 775# xml: 776# html: 777# pdf: 778# man: 779# info: 780# ps: 781# dvi: 782# epub: 783# install-xml: 784# install-html: 785# install-pdf: 786# install-man: 787# install-info: 788# install-ps: 789# install-dvi: 790# install-epub: 791 792xml: $(STAMP_XML) 793install-xml: $(STAMP_INSTALL_XML) 794 795html: $(STAMP_HTML) 796install-html: $(STAMP_INSTALL_HTML) 797 798man: $(STAMP_MAN) 799install-man: $(STAMP_INSTALL_MAN) 800 801pdf: $(STAMP_PDF) 802install-pdf: $(STAMP_INSTALL_PDF) 803 804epub: $(STAMP_EPUB) 805install-epub: $(STAMP_INSTALL_EPUB) 806 807info: 808install-info: 809 810ps: 811install-ps: 812 813dvi: 814install-dvi: 815 816# All the machinations with string instantiations messes up the 817# automake-generated TAGS rule. Make a simple one here. 818TAGS: tags-recursive $(LISP) 819 820# GNU Make needs to see an explicit $(MAKE) variable in the command it 821# runs to enable its job server during parallel builds. Hence the 822# comments below. 823all-multi: 824 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE) 825install-multi: 826 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE) 827mostlyclean-multi: 828 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE) 829clean-multi: 830 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) 831distclean-multi: 832 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) 833maintainer-clean-multi: 834 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) 835 836.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \ 837 install-multi maintainer-clean-multi mostlyclean-multi 838 839install-exec-local: install-multi 840 841all-local: all-multi 842mostlyclean-local: mostlyclean-multi 843clean-local: clean-multi 844distclean-local: distclean-multi 845maintainer-clean-local: maintainer-clean-multi 846 847# Tell versions [3.59,3.63) of GNU make to not export all variables. 848# Otherwise a system limit (for SysV at least) may be exceeded. 849.NOEXPORT: 850