1# Makefile.in generated by automake 1.11.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6# Foundation, Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18VPATH = @srcdir@ 19am__make_dryrun = \ 20 { \ 21 am__dry=no; \ 22 case $$MAKEFLAGS in \ 23 *\\[\ \ ]*) \ 24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 26 *) \ 27 for am__flg in $$MAKEFLAGS; do \ 28 case $$am__flg in \ 29 *=*|--*) ;; \ 30 *n*) am__dry=yes; break;; \ 31 esac; \ 32 done;; \ 33 esac; \ 34 test $$am__dry = yes; \ 35 } 36pkgdatadir = $(datadir)/@PACKAGE@ 37pkgincludedir = $(includedir)/@PACKAGE@ 38pkglibdir = $(libdir)/@PACKAGE@ 39pkglibexecdir = $(libexecdir)/@PACKAGE@ 40am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 41install_sh_DATA = $(install_sh) -c -m 644 42install_sh_PROGRAM = $(install_sh) -c 43install_sh_SCRIPT = $(install_sh) -c 44INSTALL_HEADER = $(INSTALL_DATA) 45transform = $(program_transform_name) 46NORMAL_INSTALL = : 47PRE_INSTALL = : 48POST_INSTALL = : 49NORMAL_UNINSTALL = : 50PRE_UNINSTALL = : 51POST_UNINSTALL = : 52build_triplet = @build@ 53host_triplet = @host@ 54target_triplet = @target@ 55@SANITIZER_SUPPORTED_TRUE@am__append_1 = include/sanitizer/common_interface_defs.h \ 56@SANITIZER_SUPPORTED_TRUE@ include/sanitizer/lsan_interface.h \ 57@SANITIZER_SUPPORTED_TRUE@ include/sanitizer/asan_interface.h 58@SANITIZER_SUPPORTED_TRUE@@USING_MAC_INTERPOSE_FALSE@am__append_2 = interception 59@LIBBACKTRACE_SUPPORTED_TRUE@@SANITIZER_SUPPORTED_TRUE@am__append_3 = libbacktrace 60@SANITIZER_SUPPORTED_TRUE@@TSAN_SUPPORTED_TRUE@am__append_4 = tsan 61subdir = . 62DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 63 $(top_srcdir)/configure $(am__configure_deps) \ 64 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \ 65 $(srcdir)/libsanitizer.spec.in 66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 67am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 68 $(top_srcdir)/../config/depstand.m4 \ 69 $(top_srcdir)/../config/lead-dot.m4 \ 70 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \ 71 $(top_srcdir)/../config/multi.m4 \ 72 $(top_srcdir)/../config/override.m4 \ 73 $(top_srcdir)/../config/stdint.m4 \ 74 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ 75 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ 76 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \ 77 $(top_srcdir)/configure.ac 78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 79 $(ACLOCAL_M4) 80am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 81 configure.lineno config.status.lineno 82mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 83CONFIG_HEADER = config.h 84CONFIG_CLEAN_FILES = libsanitizer.spec 85CONFIG_CLEAN_VPATH_FILES = 86SOURCES = 87MULTISRCTOP = 88MULTIBUILDTOP = 89MULTIDIRS = 90MULTISUBDIR = 91MULTIDO = true 92MULTICLEAN = true 93RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 94 html-recursive info-recursive install-data-recursive \ 95 install-dvi-recursive install-exec-recursive \ 96 install-html-recursive install-info-recursive \ 97 install-pdf-recursive install-ps-recursive install-recursive \ 98 installcheck-recursive installdirs-recursive pdf-recursive \ 99 ps-recursive uninstall-recursive 100am__can_run_installinfo = \ 101 case $$AM_UPDATE_INFO_DIR in \ 102 n|no|NO) false;; \ 103 *) (install-info --version) >/dev/null 2>&1;; \ 104 esac 105am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 106am__vpath_adj = case $$p in \ 107 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 108 *) f=$$p;; \ 109 esac; 110am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 111am__install_max = 40 112am__nobase_strip_setup = \ 113 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 114am__nobase_strip = \ 115 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 116am__nobase_list = $(am__nobase_strip_setup); \ 117 for p in $$list; do echo "$$p $$p"; done | \ 118 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 119 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 120 if (++n[$$2] == $(am__install_max)) \ 121 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 122 END { for (dir in files) print dir, files[dir] }' 123am__base_list = \ 124 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 125 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 126am__uninstall_files_from_dir = { \ 127 test -z "$$files" \ 128 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 129 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 130 $(am__cd) "$$dir" && rm -f $$files; }; \ 131 } 132am__installdirs = "$(DESTDIR)$(sanincludedir)" \ 133 "$(DESTDIR)$(toolexeclibdir)" 134HEADERS = $(nodist_saninclude_HEADERS) $(nodist_toolexeclib_HEADERS) 135RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 136 distclean-recursive maintainer-clean-recursive 137AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 138 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 139ETAGS = etags 140CTAGS = ctags 141DIST_SUBDIRS = sanitizer_common interception libbacktrace lsan asan \ 142 ubsan tsan 143ACLOCAL = @ACLOCAL@ 144ALLOC_FILE = @ALLOC_FILE@ 145AMTAR = @AMTAR@ 146AR = @AR@ 147AUTOCONF = @AUTOCONF@ 148AUTOHEADER = @AUTOHEADER@ 149AUTOMAKE = @AUTOMAKE@ 150AWK = @AWK@ 151BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@ 152BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@ 153BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@ 154CC = @CC@ 155CCAS = @CCAS@ 156CCASDEPMODE = @CCASDEPMODE@ 157CCASFLAGS = @CCASFLAGS@ 158CCDEPMODE = @CCDEPMODE@ 159CFLAGS = @CFLAGS@ 160CPP = @CPP@ 161CPPFLAGS = @CPPFLAGS@ 162CXX = @CXX@ 163CXXCPP = @CXXCPP@ 164CXXDEPMODE = @CXXDEPMODE@ 165CXXFLAGS = @CXXFLAGS@ 166CYGPATH_W = @CYGPATH_W@ 167DEFS = @DEFS@ 168DEPDIR = @DEPDIR@ 169DSYMUTIL = @DSYMUTIL@ 170DUMPBIN = @DUMPBIN@ 171ECHO_C = @ECHO_C@ 172ECHO_N = @ECHO_N@ 173ECHO_T = @ECHO_T@ 174EGREP = @EGREP@ 175EXEEXT = @EXEEXT@ 176FGREP = @FGREP@ 177FORMAT_FILE = @FORMAT_FILE@ 178GREP = @GREP@ 179INSTALL = @INSTALL@ 180INSTALL_DATA = @INSTALL_DATA@ 181INSTALL_PROGRAM = @INSTALL_PROGRAM@ 182INSTALL_SCRIPT = @INSTALL_SCRIPT@ 183INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 184LD = @LD@ 185LDFLAGS = @LDFLAGS@ 186LIBOBJS = @LIBOBJS@ 187LIBS = @LIBS@ 188LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@ 189LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@ 190LIBTOOL = @LIBTOOL@ 191LIPO = @LIPO@ 192LN_S = @LN_S@ 193LTLIBOBJS = @LTLIBOBJS@ 194MAINT = @MAINT@ 195MAKEINFO = @MAKEINFO@ 196MKDIR_P = @MKDIR_P@ 197NM = @NM@ 198NMEDIT = @NMEDIT@ 199OBJDUMP = @OBJDUMP@ 200OBJEXT = @OBJEXT@ 201OBSTACK_DEFS = @OBSTACK_DEFS@ 202OTOOL = @OTOOL@ 203OTOOL64 = @OTOOL64@ 204PACKAGE = @PACKAGE@ 205PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 206PACKAGE_NAME = @PACKAGE_NAME@ 207PACKAGE_STRING = @PACKAGE_STRING@ 208PACKAGE_TARNAME = @PACKAGE_TARNAME@ 209PACKAGE_URL = @PACKAGE_URL@ 210PACKAGE_VERSION = @PACKAGE_VERSION@ 211PATH_SEPARATOR = @PATH_SEPARATOR@ 212RANLIB = @RANLIB@ 213RPC_DEFS = @RPC_DEFS@ 214SED = @SED@ 215SET_MAKE = @SET_MAKE@ 216SHELL = @SHELL@ 217STRIP = @STRIP@ 218TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@ 219VERSION = @VERSION@ 220VIEW_FILE = @VIEW_FILE@ 221abs_builddir = @abs_builddir@ 222abs_srcdir = @abs_srcdir@ 223abs_top_builddir = @abs_top_builddir@ 224abs_top_srcdir = @abs_top_srcdir@ 225ac_ct_CC = @ac_ct_CC@ 226ac_ct_CXX = @ac_ct_CXX@ 227ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 228am__include = @am__include@ 229am__leading_dot = @am__leading_dot@ 230am__quote = @am__quote@ 231am__tar = @am__tar@ 232am__untar = @am__untar@ 233bindir = @bindir@ 234build = @build@ 235build_alias = @build_alias@ 236build_cpu = @build_cpu@ 237build_os = @build_os@ 238build_vendor = @build_vendor@ 239builddir = @builddir@ 240datadir = @datadir@ 241datarootdir = @datarootdir@ 242docdir = @docdir@ 243dvidir = @dvidir@ 244enable_shared = @enable_shared@ 245enable_static = @enable_static@ 246exec_prefix = @exec_prefix@ 247host = @host@ 248host_alias = @host_alias@ 249host_cpu = @host_cpu@ 250host_os = @host_os@ 251host_vendor = @host_vendor@ 252htmldir = @htmldir@ 253includedir = @includedir@ 254infodir = @infodir@ 255install_sh = @install_sh@ 256libdir = @libdir@ 257libexecdir = @libexecdir@ 258link_libasan = @link_libasan@ 259link_liblsan = @link_liblsan@ 260link_libtsan = @link_libtsan@ 261link_libubsan = @link_libubsan@ 262localedir = @localedir@ 263localstatedir = @localstatedir@ 264mandir = @mandir@ 265mkdir_p = @mkdir_p@ 266multi_basedir = @multi_basedir@ 267oldincludedir = @oldincludedir@ 268pdfdir = @pdfdir@ 269prefix = @prefix@ 270program_transform_name = @program_transform_name@ 271psdir = @psdir@ 272sbindir = @sbindir@ 273sharedstatedir = @sharedstatedir@ 274srcdir = @srcdir@ 275sysconfdir = @sysconfdir@ 276target = @target@ 277target_alias = @target_alias@ 278target_cpu = @target_cpu@ 279target_noncanonical = @target_noncanonical@ 280target_os = @target_os@ 281target_vendor = @target_vendor@ 282toolexecdir = @toolexecdir@ 283toolexeclibdir = @toolexeclibdir@ 284top_build_prefix = @top_build_prefix@ 285top_builddir = @top_builddir@ 286top_srcdir = @top_srcdir@ 287ACLOCAL_AMFLAGS = -I .. -I ../config 288sanincludedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include/sanitizer 289nodist_saninclude_HEADERS = $(am__append_1) 290@SANITIZER_SUPPORTED_TRUE@SUBDIRS = sanitizer_common $(am__append_2) \ 291@SANITIZER_SUPPORTED_TRUE@ $(am__append_3) lsan asan ubsan \ 292@SANITIZER_SUPPORTED_TRUE@ $(am__append_4) 293gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) 294 295# Work around what appears to be a GNU make bug handling MAKEFLAGS 296# values defined in terms of make variables, as is the case for CC and 297# friends when we are called from the top level Makefile. 298AM_MAKEFLAGS = \ 299 "AR_FLAGS=$(AR_FLAGS)" \ 300 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ 301 "CFLAGS=$(CFLAGS)" \ 302 "CXXFLAGS=$(CXXFLAGS)" \ 303 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ 304 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \ 305 "INSTALL=$(INSTALL)" \ 306 "INSTALL_DATA=$(INSTALL_DATA)" \ 307 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ 308 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ 309 "JC1FLAGS=$(JC1FLAGS)" \ 310 "LDFLAGS=$(LDFLAGS)" \ 311 "LIBCFLAGS=$(LIBCFLAGS)" \ 312 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ 313 "MAKE=$(MAKE)" \ 314 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ 315 "PICFLAG=$(PICFLAG)" \ 316 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ 317 "SHELL=$(SHELL)" \ 318 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \ 319 "exec_prefix=$(exec_prefix)" \ 320 "infodir=$(infodir)" \ 321 "libdir=$(libdir)" \ 322 "prefix=$(prefix)" \ 323 "includedir=$(includedir)" \ 324 "AR=$(AR)" \ 325 "AS=$(AS)" \ 326 "LD=$(LD)" \ 327 "LIBCFLAGS=$(LIBCFLAGS)" \ 328 "NM=$(NM)" \ 329 "PICFLAG=$(PICFLAG)" \ 330 "RANLIB=$(RANLIB)" \ 331 "DESTDIR=$(DESTDIR)" 332 333MAKEOVERRIDES = 334nodist_toolexeclib_HEADERS = libsanitizer.spec 335all: config.h 336 $(MAKE) $(AM_MAKEFLAGS) all-recursive 337 338.SUFFIXES: 339am--refresh: Makefile 340 @: 341$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 342 @for dep in $?; do \ 343 case '$(am__configure_deps)' in \ 344 *$$dep*) \ 345 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 346 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 347 && exit 0; \ 348 exit 1;; \ 349 esac; \ 350 done; \ 351 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 352 $(am__cd) $(top_srcdir) && \ 353 $(AUTOMAKE) --foreign Makefile 354.PRECIOUS: Makefile 355Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 356 @case '$?' in \ 357 *config.status*) \ 358 echo ' $(SHELL) ./config.status'; \ 359 $(SHELL) ./config.status;; \ 360 *) \ 361 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 362 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 363 esac; 364 365$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 366 $(SHELL) ./config.status --recheck 367 368$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 369 $(am__cd) $(srcdir) && $(AUTOCONF) 370$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 371 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 372$(am__aclocal_m4_deps): 373 374config.h: stamp-h1 375 @if test ! -f $@; then rm -f stamp-h1; else :; fi 376 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 377 378stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 379 @rm -f stamp-h1 380 cd $(top_builddir) && $(SHELL) ./config.status config.h 381$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 382 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 383 rm -f stamp-h1 384 touch $@ 385 386distclean-hdr: 387 -rm -f config.h stamp-h1 388libsanitizer.spec: $(top_builddir)/config.status $(srcdir)/libsanitizer.spec.in 389 cd $(top_builddir) && $(SHELL) ./config.status $@ 390 391mostlyclean-libtool: 392 -rm -f *.lo 393 394clean-libtool: 395 -rm -rf .libs _libs 396 397distclean-libtool: 398 -rm -f libtool config.lt 399 400# GNU Make needs to see an explicit $(MAKE) variable in the command it 401# runs to enable its job server during parallel builds. Hence the 402# comments below. 403all-multi: 404 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE) 405install-multi: 406 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE) 407 408mostlyclean-multi: 409 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE) 410clean-multi: 411 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) 412distclean-multi: 413 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) 414maintainer-clean-multi: 415 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) 416install-nodist_sanincludeHEADERS: $(nodist_saninclude_HEADERS) 417 @$(NORMAL_INSTALL) 418 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \ 419 if test -n "$$list"; then \ 420 echo " $(MKDIR_P) '$(DESTDIR)$(sanincludedir)'"; \ 421 $(MKDIR_P) "$(DESTDIR)$(sanincludedir)" || exit 1; \ 422 fi; \ 423 for p in $$list; do \ 424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 425 echo "$$d$$p"; \ 426 done | $(am__base_list) | \ 427 while read files; do \ 428 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(sanincludedir)'"; \ 429 $(INSTALL_HEADER) $$files "$(DESTDIR)$(sanincludedir)" || exit $$?; \ 430 done 431 432uninstall-nodist_sanincludeHEADERS: 433 @$(NORMAL_UNINSTALL) 434 @list='$(nodist_saninclude_HEADERS)'; test -n "$(sanincludedir)" || list=; \ 435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 436 dir='$(DESTDIR)$(sanincludedir)'; $(am__uninstall_files_from_dir) 437install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS) 438 @$(NORMAL_INSTALL) 439 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \ 440 if test -n "$$list"; then \ 441 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \ 442 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \ 443 fi; \ 444 for p in $$list; do \ 445 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 446 echo "$$d$$p"; \ 447 done | $(am__base_list) | \ 448 while read files; do \ 449 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \ 450 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \ 451 done 452 453uninstall-nodist_toolexeclibHEADERS: 454 @$(NORMAL_UNINSTALL) 455 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \ 456 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 457 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir) 458 459# This directory's subdirectories are mostly independent; you can cd 460# into them and run `make' without going through this Makefile. 461# To change the values of `make' variables: instead of editing Makefiles, 462# (1) if the variable is set in `config.status', edit `config.status' 463# (which will cause the Makefiles to be regenerated when you run `make'); 464# (2) otherwise, pass the desired values on the `make' command line. 465$(RECURSIVE_TARGETS): 466 @fail= failcom='exit 1'; \ 467 for f in x $$MAKEFLAGS; do \ 468 case $$f in \ 469 *=* | --[!k]*);; \ 470 *k*) failcom='fail=yes';; \ 471 esac; \ 472 done; \ 473 dot_seen=no; \ 474 target=`echo $@ | sed s/-recursive//`; \ 475 list='$(SUBDIRS)'; for subdir in $$list; do \ 476 echo "Making $$target in $$subdir"; \ 477 if test "$$subdir" = "."; then \ 478 dot_seen=yes; \ 479 local_target="$$target-am"; \ 480 else \ 481 local_target="$$target"; \ 482 fi; \ 483 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 484 || eval $$failcom; \ 485 done; \ 486 if test "$$dot_seen" = "no"; then \ 487 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 488 fi; test -z "$$fail" 489 490$(RECURSIVE_CLEAN_TARGETS): 491 @fail= failcom='exit 1'; \ 492 for f in x $$MAKEFLAGS; do \ 493 case $$f in \ 494 *=* | --[!k]*);; \ 495 *k*) failcom='fail=yes';; \ 496 esac; \ 497 done; \ 498 dot_seen=no; \ 499 case "$@" in \ 500 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 501 *) list='$(SUBDIRS)' ;; \ 502 esac; \ 503 rev=''; for subdir in $$list; do \ 504 if test "$$subdir" = "."; then :; else \ 505 rev="$$subdir $$rev"; \ 506 fi; \ 507 done; \ 508 rev="$$rev ."; \ 509 target=`echo $@ | sed s/-recursive//`; \ 510 for subdir in $$rev; do \ 511 echo "Making $$target in $$subdir"; \ 512 if test "$$subdir" = "."; then \ 513 local_target="$$target-am"; \ 514 else \ 515 local_target="$$target"; \ 516 fi; \ 517 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 518 || eval $$failcom; \ 519 done && test -z "$$fail" 520tags-recursive: 521 list='$(SUBDIRS)'; for subdir in $$list; do \ 522 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 523 done 524ctags-recursive: 525 list='$(SUBDIRS)'; for subdir in $$list; do \ 526 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 527 done 528 529ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 530 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 531 unique=`for i in $$list; do \ 532 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 533 done | \ 534 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 535 END { if (nonempty) { for (i in files) print i; }; }'`; \ 536 mkid -fID $$unique 537tags: TAGS 538 539TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 540 $(TAGS_FILES) $(LISP) 541 set x; \ 542 here=`pwd`; \ 543 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 544 include_option=--etags-include; \ 545 empty_fix=.; \ 546 else \ 547 include_option=--include; \ 548 empty_fix=; \ 549 fi; \ 550 list='$(SUBDIRS)'; for subdir in $$list; do \ 551 if test "$$subdir" = .; then :; else \ 552 test ! -f $$subdir/TAGS || \ 553 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 554 fi; \ 555 done; \ 556 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 557 unique=`for i in $$list; do \ 558 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 559 done | \ 560 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 561 END { if (nonempty) { for (i in files) print i; }; }'`; \ 562 shift; \ 563 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 564 test -n "$$unique" || unique=$$empty_fix; \ 565 if test $$# -gt 0; then \ 566 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 567 "$$@" $$unique; \ 568 else \ 569 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 570 $$unique; \ 571 fi; \ 572 fi 573ctags: CTAGS 574CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 575 $(TAGS_FILES) $(LISP) 576 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 577 unique=`for i in $$list; do \ 578 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 579 done | \ 580 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 581 END { if (nonempty) { for (i in files) print i; }; }'`; \ 582 test -z "$(CTAGS_ARGS)$$unique" \ 583 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 584 $$unique 585 586GTAGS: 587 here=`$(am__cd) $(top_builddir) && pwd` \ 588 && $(am__cd) $(top_srcdir) \ 589 && gtags -i $(GTAGS_ARGS) "$$here" 590 591distclean-tags: 592 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 593check-am: all-am 594check: check-recursive 595all-am: Makefile all-multi $(HEADERS) config.h 596installdirs: installdirs-recursive 597installdirs-am: 598 for dir in "$(DESTDIR)$(sanincludedir)" "$(DESTDIR)$(toolexeclibdir)"; do \ 599 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 600 done 601install: install-recursive 602install-exec: install-exec-recursive 603install-data: install-data-recursive 604uninstall: uninstall-recursive 605 606install-am: all-am 607 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 608 609installcheck: installcheck-recursive 610install-strip: 611 if test -z '$(STRIP)'; then \ 612 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 613 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 614 install; \ 615 else \ 616 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 617 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 618 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 619 fi 620mostlyclean-generic: 621 622clean-generic: 623 624distclean-generic: 625 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 626 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 627 628maintainer-clean-generic: 629 @echo "This command is intended for maintainers to use" 630 @echo "it deletes files that may require special tools to rebuild." 631clean: clean-multi clean-recursive 632 633clean-am: clean-generic clean-libtool mostlyclean-am 634 635distclean: distclean-multi distclean-recursive 636 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 637 -rm -f Makefile 638distclean-am: clean-am distclean-generic distclean-hdr \ 639 distclean-libtool distclean-tags 640 641dvi: dvi-recursive 642 643dvi-am: 644 645html: html-recursive 646 647html-am: 648 649info: info-recursive 650 651info-am: 652 653install-data-am: install-nodist_sanincludeHEADERS 654 655install-dvi: install-dvi-recursive 656 657install-dvi-am: 658 659install-exec-am: install-multi install-nodist_toolexeclibHEADERS 660 661install-html: install-html-recursive 662 663install-html-am: 664 665install-info: install-info-recursive 666 667install-info-am: 668 669install-man: 670 671install-pdf: install-pdf-recursive 672 673install-pdf-am: 674 675install-ps: install-ps-recursive 676 677install-ps-am: 678 679installcheck-am: 680 681maintainer-clean: maintainer-clean-multi maintainer-clean-recursive 682 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 683 -rm -rf $(top_srcdir)/autom4te.cache 684 -rm -f Makefile 685maintainer-clean-am: distclean-am maintainer-clean-generic 686 687mostlyclean: mostlyclean-multi mostlyclean-recursive 688 689mostlyclean-am: mostlyclean-generic mostlyclean-libtool 690 691pdf: pdf-recursive 692 693pdf-am: 694 695ps: ps-recursive 696 697ps-am: 698 699uninstall-am: uninstall-nodist_sanincludeHEADERS \ 700 uninstall-nodist_toolexeclibHEADERS 701 702.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \ 703 clean-multi ctags-recursive distclean-multi install-am \ 704 install-multi install-strip maintainer-clean-multi \ 705 mostlyclean-multi tags-recursive 706 707.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 708 all all-am all-multi am--refresh check check-am clean \ 709 clean-generic clean-libtool clean-multi ctags ctags-recursive \ 710 distclean distclean-generic distclean-hdr distclean-libtool \ 711 distclean-multi distclean-tags dvi dvi-am html html-am info \ 712 info-am install install-am install-data install-data-am \ 713 install-dvi install-dvi-am install-exec install-exec-am \ 714 install-html install-html-am install-info install-info-am \ 715 install-man install-multi install-nodist_sanincludeHEADERS \ 716 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \ 717 install-ps install-ps-am install-strip installcheck \ 718 installcheck-am installdirs installdirs-am maintainer-clean \ 719 maintainer-clean-generic maintainer-clean-multi mostlyclean \ 720 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \ 721 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 722 uninstall-nodist_sanincludeHEADERS \ 723 uninstall-nodist_toolexeclibHEADERS 724 725 726# Tell versions [3.59,3.63) of GNU make to not export all variables. 727# Otherwise a system limit (for SysV at least) may be exceeded. 728.NOEXPORT: 729