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@ 16 17# Makefile for the toplevel directory of the D Standard library. 18# Copyright (C) 2006-2020 Free Software Foundation, Inc. 19# 20# GCC is free software; you can redistribute it and/or modify 21# it under the terms of the GNU General Public License as published by 22# the Free Software Foundation; either version 3, or (at your option) 23# any later version. 24# 25# GCC is distributed in the hope that it will be useful, 26# but WITHOUT ANY WARRANTY; without even the implied warranty of 27# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28# GNU General Public License for more details. 29# 30# You should have received a copy of the GNU General Public License 31# along with GCC; see the file COPYING3. If not see 32# <http://www.gnu.org/licenses/>. 33VPATH = @srcdir@ 34am__is_gnu_make = { \ 35 if test -z '$(MAKELEVEL)'; then \ 36 false; \ 37 elif test -n '$(MAKE_HOST)'; then \ 38 true; \ 39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 40 true; \ 41 else \ 42 false; \ 43 fi; \ 44} 45am__make_running_with_option = \ 46 case $${target_option-} in \ 47 ?) ;; \ 48 *) echo "am__make_running_with_option: internal error: invalid" \ 49 "target option '$${target_option-}' specified" >&2; \ 50 exit 1;; \ 51 esac; \ 52 has_opt=no; \ 53 sane_makeflags=$$MAKEFLAGS; \ 54 if $(am__is_gnu_make); then \ 55 sane_makeflags=$$MFLAGS; \ 56 else \ 57 case $$MAKEFLAGS in \ 58 *\\[\ \ ]*) \ 59 bs=\\; \ 60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 62 esac; \ 63 fi; \ 64 skip_next=no; \ 65 strip_trailopt () \ 66 { \ 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 }; \ 69 for flg in $$sane_makeflags; do \ 70 test $$skip_next = yes && { skip_next=no; continue; }; \ 71 case $$flg in \ 72 *=*|--*) continue;; \ 73 -*I) strip_trailopt 'I'; skip_next=yes;; \ 74 -*I?*) strip_trailopt 'I';; \ 75 -*O) strip_trailopt 'O'; skip_next=yes;; \ 76 -*O?*) strip_trailopt 'O';; \ 77 -*l) strip_trailopt 'l'; skip_next=yes;; \ 78 -*l?*) strip_trailopt 'l';; \ 79 -[dEDm]) skip_next=yes;; \ 80 -[JT]) skip_next=yes;; \ 81 esac; \ 82 case $$flg in \ 83 *$$target_option*) has_opt=yes; break;; \ 84 esac; \ 85 done; \ 86 test $$has_opt = yes 87am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 88am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 89pkgdatadir = $(datadir)/@PACKAGE@ 90pkgincludedir = $(includedir)/@PACKAGE@ 91pkglibdir = $(libdir)/@PACKAGE@ 92pkglibexecdir = $(libexecdir)/@PACKAGE@ 93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 94install_sh_DATA = $(install_sh) -c -m 644 95install_sh_PROGRAM = $(install_sh) -c 96install_sh_SCRIPT = $(install_sh) -c 97INSTALL_HEADER = $(INSTALL_DATA) 98transform = $(program_transform_name) 99NORMAL_INSTALL = : 100PRE_INSTALL = : 101POST_INSTALL = : 102NORMAL_UNINSTALL = : 103PRE_UNINSTALL = : 104POST_UNINSTALL = : 105build_triplet = @build@ 106host_triplet = @host@ 107target_triplet = @target@ 108subdir = . 109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 110am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 111 $(top_srcdir)/../config/lead-dot.m4 \ 112 $(top_srcdir)/../config/multi.m4 \ 113 $(top_srcdir)/../config/override.m4 \ 114 $(top_srcdir)/../config/toolexeclibdir.m4 \ 115 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 116 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 117 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 118 $(top_srcdir)/m4/gcc_support.m4 $(top_srcdir)/m4/autoconf.m4 \ 119 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/gdc.m4 \ 120 $(top_srcdir)/m4/druntime.m4 $(top_srcdir)/m4/druntime/cpu.m4 \ 121 $(top_srcdir)/m4/druntime/os.m4 \ 122 $(top_srcdir)/m4/druntime/libraries.m4 \ 123 $(top_srcdir)/configure.ac 124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 125 $(ACLOCAL_M4) 126DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 127 $(am__configure_deps) 128am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 129 configure.lineno config.status.lineno 130mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 131CONFIG_HEADER = config.h 132CONFIG_CLEAN_FILES = libdruntime/gcc/config.d \ 133 libdruntime/gcc/libbacktrace.d 134CONFIG_CLEAN_VPATH_FILES = 135AM_V_P = $(am__v_P_@AM_V@) 136am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 137am__v_P_0 = false 138am__v_P_1 = : 139AM_V_GEN = $(am__v_GEN_@AM_V@) 140am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 141am__v_GEN_0 = @echo " GEN " $@; 142am__v_GEN_1 = 143AM_V_at = $(am__v_at_@AM_V@) 144am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 145am__v_at_0 = @ 146am__v_at_1 = 147depcomp = 148am__depfiles_maybe = 149SOURCES = 150RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 151 ctags-recursive dvi-recursive html-recursive info-recursive \ 152 install-data-recursive install-dvi-recursive \ 153 install-exec-recursive install-html-recursive \ 154 install-info-recursive install-pdf-recursive \ 155 install-ps-recursive install-recursive installcheck-recursive \ 156 installdirs-recursive pdf-recursive ps-recursive \ 157 tags-recursive uninstall-recursive 158am__can_run_installinfo = \ 159 case $$AM_UPDATE_INFO_DIR in \ 160 n|no|NO) false;; \ 161 *) (install-info --version) >/dev/null 2>&1;; \ 162 esac 163RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 164 distclean-recursive maintainer-clean-recursive 165am__recursive_targets = \ 166 $(RECURSIVE_TARGETS) \ 167 $(RECURSIVE_CLEAN_TARGETS) \ 168 $(am__extra_recursive_targets) 169AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 170 cscope 171am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 172 $(LISP)config.h.in 173# Read a list of newline-separated strings from the standard input, 174# and print each of them once, without duplicates. Input order is 175# *not* preserved. 176am__uniquify_input = $(AWK) '\ 177 BEGIN { nonempty = 0; } \ 178 { items[$$0] = 1; nonempty = 1; } \ 179 END { if (nonempty) { for (i in items) print i; }; } \ 180' 181# Make sure the list of sources is unique. This is necessary because, 182# e.g., the same source file might be shared among _SOURCES variables 183# for different programs/libraries. 184am__define_uniq_tagged_files = \ 185 list='$(am__tagged_files)'; \ 186 unique=`for i in $$list; do \ 187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 188 done | $(am__uniquify_input)` 189ETAGS = etags 190CTAGS = ctags 191CSCOPE = cscope 192DIST_SUBDIRS = libdruntime src testsuite 193ACLOCAL = @ACLOCAL@ 194AMTAR = @AMTAR@ 195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 196AR = @AR@ 197AUTOCONF = @AUTOCONF@ 198AUTOHEADER = @AUTOHEADER@ 199AUTOMAKE = @AUTOMAKE@ 200AWK = @AWK@ 201BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@ 202BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@ 203BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@ 204CC = @CC@ 205CCAS = @CCAS@ 206CCASFLAGS = @CCASFLAGS@ 207CC_FOR_BUILD = @CC_FOR_BUILD@ 208CFLAGS = @CFLAGS@ 209CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ 210CHECKING_DFLAGS = @CHECKING_DFLAGS@ 211CPP = @CPP@ 212CPPFLAGS = @CPPFLAGS@ 213CYGPATH_W = @CYGPATH_W@ 214DCFG_ARM_EABI_UNWINDER = @DCFG_ARM_EABI_UNWINDER@ 215DCFG_DLPI_TLS_MODID = @DCFG_DLPI_TLS_MODID@ 216DCFG_HAVE_64BIT_ATOMICS = @DCFG_HAVE_64BIT_ATOMICS@ 217DCFG_HAVE_ATOMIC_BUILTINS = @DCFG_HAVE_ATOMIC_BUILTINS@ 218DCFG_HAVE_LIBATOMIC = @DCFG_HAVE_LIBATOMIC@ 219DCFG_HAVE_QSORT_R = @DCFG_HAVE_QSORT_R@ 220DCFG_MINFO_BRACKETING = @DCFG_MINFO_BRACKETING@ 221DCFG_THREAD_MODEL = @DCFG_THREAD_MODEL@ 222DEFS = @DEFS@ 223DSYMUTIL = @DSYMUTIL@ 224DUMPBIN = @DUMPBIN@ 225ECHO_C = @ECHO_C@ 226ECHO_N = @ECHO_N@ 227ECHO_T = @ECHO_T@ 228EGREP = @EGREP@ 229EXEEXT = @EXEEXT@ 230FGREP = @FGREP@ 231GDC = @GDC@ 232GDCFLAGS = @GDCFLAGS@ 233GREP = @GREP@ 234INSTALL = @INSTALL@ 235INSTALL_DATA = @INSTALL_DATA@ 236INSTALL_PROGRAM = @INSTALL_PROGRAM@ 237INSTALL_SCRIPT = @INSTALL_SCRIPT@ 238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 239LD = @LD@ 240LDFLAGS = @LDFLAGS@ 241LIBATOMIC = @LIBATOMIC@ 242LIBBACKTRACE = @LIBBACKTRACE@ 243LIBOBJS = @LIBOBJS@ 244LIBS = @LIBS@ 245LIBTOOL = @LIBTOOL@ 246LIBZ = @LIBZ@ 247LIPO = @LIPO@ 248LN_S = @LN_S@ 249LTLIBOBJS = @LTLIBOBJS@ 250MAINT = @MAINT@ 251MAKEINFO = @MAKEINFO@ 252MKDIR_P = @MKDIR_P@ 253NM = @NM@ 254NMEDIT = @NMEDIT@ 255OBJDUMP = @OBJDUMP@ 256OBJEXT = @OBJEXT@ 257OS_LINK_SPEC = @OS_LINK_SPEC@ 258OTOOL = @OTOOL@ 259OTOOL64 = @OTOOL64@ 260PACKAGE = @PACKAGE@ 261PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 262PACKAGE_NAME = @PACKAGE_NAME@ 263PACKAGE_STRING = @PACKAGE_STRING@ 264PACKAGE_TARNAME = @PACKAGE_TARNAME@ 265PACKAGE_URL = @PACKAGE_URL@ 266PACKAGE_VERSION = @PACKAGE_VERSION@ 267PATH_SEPARATOR = @PATH_SEPARATOR@ 268RANLIB = @RANLIB@ 269SED = @SED@ 270SET_MAKE = @SET_MAKE@ 271SHELL = @SHELL@ 272SPEC_PHOBOS_DEPS = @SPEC_PHOBOS_DEPS@ 273STRIP = @STRIP@ 274VERSION = @VERSION@ 275WARN_DFLAGS = @WARN_DFLAGS@ 276abs_builddir = @abs_builddir@ 277abs_srcdir = @abs_srcdir@ 278abs_top_builddir = @abs_top_builddir@ 279abs_top_srcdir = @abs_top_srcdir@ 280ac_ct_CC = @ac_ct_CC@ 281ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 282am__leading_dot = @am__leading_dot@ 283am__tar = @am__tar@ 284am__untar = @am__untar@ 285bindir = @bindir@ 286build = @build@ 287build_alias = @build_alias@ 288build_cpu = @build_cpu@ 289build_os = @build_os@ 290build_vendor = @build_vendor@ 291builddir = @builddir@ 292datadir = @datadir@ 293datarootdir = @datarootdir@ 294docdir = @docdir@ 295dvidir = @dvidir@ 296exec_prefix = @exec_prefix@ 297gcc_version = @gcc_version@ 298gdc_include_dir = @gdc_include_dir@ 299get_gcc_base_ver = @get_gcc_base_ver@ 300host = @host@ 301host_alias = @host_alias@ 302host_cpu = @host_cpu@ 303host_os = @host_os@ 304host_vendor = @host_vendor@ 305htmldir = @htmldir@ 306includedir = @includedir@ 307infodir = @infodir@ 308install_sh = @install_sh@ 309libdir = @libdir@ 310libexecdir = @libexecdir@ 311libphobos_builddir = @libphobos_builddir@ 312libphobos_srcdir = @libphobos_srcdir@ 313libphobos_toolexecdir = @libphobos_toolexecdir@ 314libphobos_toolexeclibdir = @libphobos_toolexeclibdir@ 315libtool_VERSION = @libtool_VERSION@ 316localedir = @localedir@ 317localstatedir = @localstatedir@ 318mandir = @mandir@ 319mkdir_p = @mkdir_p@ 320multi_basedir = @multi_basedir@ 321oldincludedir = @oldincludedir@ 322pdfdir = @pdfdir@ 323phobos_compiler_pic_flag = @phobos_compiler_pic_flag@ 324phobos_compiler_shared_flag = @phobos_compiler_shared_flag@ 325prefix = @prefix@ 326program_transform_name = @program_transform_name@ 327psdir = @psdir@ 328sbindir = @sbindir@ 329sharedstatedir = @sharedstatedir@ 330srcdir = @srcdir@ 331sysconfdir = @sysconfdir@ 332target = @target@ 333target_alias = @target_alias@ 334target_cpu = @target_cpu@ 335target_os = @target_os@ 336target_vendor = @target_vendor@ 337top_build_prefix = @top_build_prefix@ 338top_builddir = @top_builddir@ 339top_srcdir = @top_srcdir@ 340@ENABLE_LIBPHOBOS_FALSE@SUBDIRS = 341@ENABLE_LIBPHOBOS_TRUE@SUBDIRS = libdruntime src testsuite 342ACLOCAL_AMFLAGS = -I . -I .. -I ../config 343 344# Multilib support. 345MAKEOVERRIDES = 346 347# Work around what appears to be a GNU make bug handling MAKEFLAGS 348# values defined in terms of make variables, as is the case for CC and 349# friends when we are called from the top level Makefile. 350AM_MAKEFLAGS = \ 351 "AR_FLAGS=$(AR_FLAGS)" \ 352 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ 353 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \ 354 "CCASFLAGS=$(CCASFLAGS)" \ 355 "CFLAGS=$(CFLAGS)" \ 356 "CXXFLAGS=$(CXXFLAGS)" \ 357 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ 358 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \ 359 "GDC_FOR_TARGET=$(GDC_FOR_TARGET)" \ 360 "GDC=$(GDC)" \ 361 "GDCFLAGS=$(GDCFLAGS)" \ 362 "INSTALL=$(INSTALL)" \ 363 "INSTALL_DATA=$(INSTALL_DATA)" \ 364 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ 365 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ 366 "LDFLAGS=$(LDFLAGS)" \ 367 "LIBCFLAGS=$(LIBCFLAGS)" \ 368 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ 369 "MAKE=$(MAKE)" \ 370 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ 371 "PICFLAG=$(PICFLAG)" \ 372 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ 373 "SHELL=$(SHELL)" \ 374 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ 375 "exec_prefix=$(exec_prefix)" \ 376 "infodir=$(infodir)" \ 377 "libdir=$(libdir)" \ 378 "includedir=$(includedir)" \ 379 "prefix=$(prefix)" \ 380 "tooldir=$(tooldir)" \ 381 "gdc_include_dir=$(gdc_include_dir)" \ 382 "AR=$(AR)" \ 383 "AS=$(AS)" \ 384 "LD=$(LD)" \ 385 "RANLIB=$(RANLIB)" \ 386 "NM=$(NM)" \ 387 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \ 388 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ 389 "DESTDIR=$(DESTDIR)" \ 390 "WERROR=$(WERROR)" 391 392 393# Subdir rules rely on $(FLAGS_TO_PASS) 394FLAGS_TO_PASS = $(AM_MAKEFLAGS) 395MULTISRCTOP = 396MULTIBUILDTOP = 397MULTIDIRS = 398MULTISUBDIR = 399MULTIDO = true 400MULTICLEAN = true 401all: config.h 402 $(MAKE) $(AM_MAKEFLAGS) all-recursive 403 404.SUFFIXES: 405am--refresh: Makefile 406 @: 407$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/../multilib.am $(am__configure_deps) 408 @for dep in $?; do \ 409 case '$(am__configure_deps)' in \ 410 *$$dep*) \ 411 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \ 412 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \ 413 && exit 0; \ 414 exit 1;; \ 415 esac; \ 416 done; \ 417 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \ 418 $(am__cd) $(top_srcdir) && \ 419 $(AUTOMAKE) --foreign --ignore-deps Makefile 420Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 421 @case '$?' in \ 422 *config.status*) \ 423 echo ' $(SHELL) ./config.status'; \ 424 $(SHELL) ./config.status;; \ 425 *) \ 426 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 427 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 428 esac; 429$(top_srcdir)/../multilib.am $(am__empty): 430 431$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 432 $(SHELL) ./config.status --recheck 433 434$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 435 $(am__cd) $(srcdir) && $(AUTOCONF) 436$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 437 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 438$(am__aclocal_m4_deps): 439 440config.h: stamp-h1 441 @test -f $@ || rm -f stamp-h1 442 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 443 444stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 445 @rm -f stamp-h1 446 cd $(top_builddir) && $(SHELL) ./config.status config.h 447$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 448 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 449 rm -f stamp-h1 450 touch $@ 451 452distclean-hdr: 453 -rm -f config.h stamp-h1 454libdruntime/gcc/config.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/config.d.in 455 cd $(top_builddir) && $(SHELL) ./config.status $@ 456libdruntime/gcc/libbacktrace.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/libbacktrace.d.in 457 cd $(top_builddir) && $(SHELL) ./config.status $@ 458 459mostlyclean-libtool: 460 -rm -f *.lo 461 462clean-libtool: 463 -rm -rf .libs _libs 464 465distclean-libtool: 466 -rm -f libtool config.lt 467 468# This directory's subdirectories are mostly independent; you can cd 469# into them and run 'make' without going through this Makefile. 470# To change the values of 'make' variables: instead of editing Makefiles, 471# (1) if the variable is set in 'config.status', edit 'config.status' 472# (which will cause the Makefiles to be regenerated when you run 'make'); 473# (2) otherwise, pass the desired values on the 'make' command line. 474$(am__recursive_targets): 475 @fail=; \ 476 if $(am__make_keepgoing); then \ 477 failcom='fail=yes'; \ 478 else \ 479 failcom='exit 1'; \ 480 fi; \ 481 dot_seen=no; \ 482 target=`echo $@ | sed s/-recursive//`; \ 483 case "$@" in \ 484 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 485 *) list='$(SUBDIRS)' ;; \ 486 esac; \ 487 for subdir in $$list; do \ 488 echo "Making $$target in $$subdir"; \ 489 if test "$$subdir" = "."; then \ 490 dot_seen=yes; \ 491 local_target="$$target-am"; \ 492 else \ 493 local_target="$$target"; \ 494 fi; \ 495 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 496 || eval $$failcom; \ 497 done; \ 498 if test "$$dot_seen" = "no"; then \ 499 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 500 fi; test -z "$$fail" 501 502ID: $(am__tagged_files) 503 $(am__define_uniq_tagged_files); mkid -fID $$unique 504tags: tags-recursive 505TAGS: tags 506 507tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 508 set x; \ 509 here=`pwd`; \ 510 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 511 include_option=--etags-include; \ 512 empty_fix=.; \ 513 else \ 514 include_option=--include; \ 515 empty_fix=; \ 516 fi; \ 517 list='$(SUBDIRS)'; for subdir in $$list; do \ 518 if test "$$subdir" = .; then :; else \ 519 test ! -f $$subdir/TAGS || \ 520 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 521 fi; \ 522 done; \ 523 $(am__define_uniq_tagged_files); \ 524 shift; \ 525 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 526 test -n "$$unique" || unique=$$empty_fix; \ 527 if test $$# -gt 0; then \ 528 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 529 "$$@" $$unique; \ 530 else \ 531 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 532 $$unique; \ 533 fi; \ 534 fi 535ctags: ctags-recursive 536 537CTAGS: ctags 538ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 539 $(am__define_uniq_tagged_files); \ 540 test -z "$(CTAGS_ARGS)$$unique" \ 541 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 542 $$unique 543 544GTAGS: 545 here=`$(am__cd) $(top_builddir) && pwd` \ 546 && $(am__cd) $(top_srcdir) \ 547 && gtags -i $(GTAGS_ARGS) "$$here" 548cscope: cscope.files 549 test ! -s cscope.files \ 550 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 551clean-cscope: 552 -rm -f cscope.files 553cscope.files: clean-cscope cscopelist 554cscopelist: cscopelist-recursive 555 556cscopelist-am: $(am__tagged_files) 557 list='$(am__tagged_files)'; \ 558 case "$(srcdir)" in \ 559 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 560 *) sdir=$(subdir)/$(srcdir) ;; \ 561 esac; \ 562 for i in $$list; do \ 563 if test -f "$$i"; then \ 564 echo "$(subdir)/$$i"; \ 565 else \ 566 echo "$$sdir/$$i"; \ 567 fi; \ 568 done >> $(top_builddir)/cscope.files 569 570distclean-tags: 571 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 572 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 573check-am: all-am 574check: check-recursive 575all-am: Makefile config.h all-local 576installdirs: installdirs-recursive 577installdirs-am: 578install: install-recursive 579install-exec: install-exec-recursive 580install-data: install-data-recursive 581uninstall: uninstall-recursive 582 583install-am: all-am 584 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 585 586installcheck: installcheck-recursive 587install-strip: 588 if test -z '$(STRIP)'; then \ 589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 591 install; \ 592 else \ 593 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 594 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 595 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 596 fi 597mostlyclean-generic: 598 599clean-generic: 600 601distclean-generic: 602 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 603 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 604 605maintainer-clean-generic: 606 @echo "This command is intended for maintainers to use" 607 @echo "it deletes files that may require special tools to rebuild." 608clean: clean-recursive 609 610clean-am: clean-generic clean-libtool clean-local mostlyclean-am 611 612distclean: distclean-recursive 613 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 614 -rm -f Makefile 615distclean-am: clean-am distclean-generic distclean-hdr \ 616 distclean-libtool distclean-local distclean-tags 617 618dvi: dvi-recursive 619 620dvi-am: 621 622html: html-recursive 623 624html-am: 625 626info: info-recursive 627 628info-am: 629 630install-data-am: 631 632install-dvi: install-dvi-recursive 633 634install-dvi-am: 635 636install-exec-am: install-exec-local 637 638install-html: install-html-recursive 639 640install-html-am: 641 642install-info: install-info-recursive 643 644install-info-am: 645 646install-man: 647 648install-pdf: install-pdf-recursive 649 650install-pdf-am: 651 652install-ps: install-ps-recursive 653 654install-ps-am: 655 656installcheck-am: 657 658maintainer-clean: maintainer-clean-recursive 659 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 660 -rm -rf $(top_srcdir)/autom4te.cache 661 -rm -f Makefile 662maintainer-clean-am: distclean-am maintainer-clean-generic \ 663 maintainer-clean-local 664 665mostlyclean: mostlyclean-recursive 666 667mostlyclean-am: mostlyclean-generic mostlyclean-libtool \ 668 mostlyclean-local 669 670pdf: pdf-recursive 671 672pdf-am: 673 674ps: ps-recursive 675 676ps-am: 677 678uninstall-am: 679 680.MAKE: $(am__recursive_targets) all install-am install-strip 681 682.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ 683 am--refresh check check-am clean clean-cscope clean-generic \ 684 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ 685 distclean distclean-generic distclean-hdr distclean-libtool \ 686 distclean-local distclean-tags dvi dvi-am html html-am info \ 687 info-am install install-am install-data install-data-am \ 688 install-dvi install-dvi-am install-exec install-exec-am \ 689 install-exec-local install-html install-html-am install-info \ 690 install-info-am install-man install-pdf install-pdf-am \ 691 install-ps install-ps-am install-strip installcheck \ 692 installcheck-am installdirs installdirs-am maintainer-clean \ 693 maintainer-clean-generic maintainer-clean-local mostlyclean \ 694 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \ 695 pdf-am ps ps-am tags tags-am uninstall uninstall-am 696 697.PRECIOUS: Makefile 698 699 700# GNU Make needs to see an explicit $(MAKE) variable in the command it 701# runs to enable its job server during parallel builds. Hence the 702# comments below. 703all-multi: 704 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE) 705install-multi: 706 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE) 707mostlyclean-multi: 708 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE) 709clean-multi: 710 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) 711distclean-multi: 712 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) 713maintainer-clean-multi: 714 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) 715 716.MAKE .PHONY: all-multi clean-multi distclean-multi install-am \ 717 install-multi maintainer-clean-multi mostlyclean-multi 718 719install-exec-local: install-multi 720 721all-local: all-multi 722mostlyclean-local: mostlyclean-multi 723clean-local: clean-multi 724distclean-local: distclean-multi 725maintainer-clean-local: maintainer-clean-multi 726 727# Tell versions [3.59,3.63) of GNU make to not export all variables. 728# Otherwise a system limit (for SysV at least) may be exceeded. 729.NOEXPORT: 730