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 18# Makefile.am -- Backtrace Makefile. 19# Copyright (C) 2012-2017 Free Software Foundation, Inc. 20 21# Redistribution and use in source and binary forms, with or without 22# modification, are permitted provided that the following conditions are 23# met: 24 25# (1) Redistributions of source code must retain the above copyright 26# notice, this list of conditions and the following disclaimer. 27 28# (2) Redistributions in binary form must reproduce the above copyright 29# notice, this list of conditions and the following disclaimer in 30# the documentation and/or other materials provided with the 31# distribution. 32 33# (3) The name of the author may not be used to 34# endorse or promote products derived from this software without 35# specific prior written permission. 36 37# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 38# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 39# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 40# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, 41# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 42# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 43# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 44# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 45# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 46# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 47# POSSIBILITY OF SUCH DAMAGE. 48 49VPATH = @srcdir@ 50am__make_dryrun = \ 51 { \ 52 am__dry=no; \ 53 case $$MAKEFLAGS in \ 54 *\\[\ \ ]*) \ 55 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 56 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 57 *) \ 58 for am__flg in $$MAKEFLAGS; do \ 59 case $$am__flg in \ 60 *=*|--*) ;; \ 61 *n*) am__dry=yes; break;; \ 62 esac; \ 63 done;; \ 64 esac; \ 65 test $$am__dry = yes; \ 66 } 67pkgdatadir = $(datadir)/@PACKAGE@ 68pkgincludedir = $(includedir)/@PACKAGE@ 69pkglibdir = $(libdir)/@PACKAGE@ 70pkglibexecdir = $(libexecdir)/@PACKAGE@ 71am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 72install_sh_DATA = $(install_sh) -c -m 644 73install_sh_PROGRAM = $(install_sh) -c 74install_sh_SCRIPT = $(install_sh) -c 75INSTALL_HEADER = $(INSTALL_DATA) 76transform = $(program_transform_name) 77NORMAL_INSTALL = : 78PRE_INSTALL = : 79POST_INSTALL = : 80NORMAL_UNINSTALL = : 81PRE_UNINSTALL = : 82POST_UNINSTALL = : 83build_triplet = @build@ 84host_triplet = @host@ 85target_triplet = @target@ 86check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) 87@NATIVE_TRUE@am__append_1 = btest stest ztest edtest 88@HAVE_ZLIB_TRUE@@NATIVE_TRUE@am__append_2 = -lz 89@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__append_3 = ttest 90@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__append_4 = dtest 91@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__append_5 = ctestg ctesta 92subdir = . 93DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \ 94 $(srcdir)/Makefile.am $(top_srcdir)/configure \ 95 $(am__configure_deps) $(srcdir)/config.h.in \ 96 $(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in 97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 98am__aclocal_m4_deps = $(top_srcdir)/../config/cet.m4 \ 99 $(top_srcdir)/../config/enable.m4 \ 100 $(top_srcdir)/../config/lead-dot.m4 \ 101 $(top_srcdir)/../config/multi.m4 \ 102 $(top_srcdir)/../config/override.m4 \ 103 $(top_srcdir)/../config/stdint.m4 \ 104 $(top_srcdir)/../config/unwind_ipinfo.m4 \ 105 $(top_srcdir)/../config/warnings.m4 \ 106 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 107 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 108 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac 109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 110 $(ACLOCAL_M4) 111am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 112 configure.lineno config.status.lineno 113mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 114CONFIG_HEADER = config.h 115CONFIG_CLEAN_FILES = backtrace-supported.h 116CONFIG_CLEAN_VPATH_FILES = 117LTLIBRARIES = $(noinst_LTLIBRARIES) 118am__DEPENDENCIES_1 = 119am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \ 120 print.lo sort.lo state.lo 121libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS) 122@NATIVE_TRUE@am__EXEEXT_1 = btest$(EXEEXT) stest$(EXEEXT) \ 123@NATIVE_TRUE@ ztest$(EXEEXT) edtest$(EXEEXT) 124@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = ttest$(EXEEXT) 125@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = \ 126@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg$(EXEEXT) \ 127@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta$(EXEEXT) 128@NATIVE_TRUE@am_btest_OBJECTS = btest-btest.$(OBJEXT) \ 129@NATIVE_TRUE@ btest-testlib.$(OBJEXT) 130btest_OBJECTS = $(am_btest_OBJECTS) 131@NATIVE_TRUE@btest_DEPENDENCIES = libbacktrace.la 132btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 133 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 134 $(LDFLAGS) -o $@ 135@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctesta_OBJECTS = ctesta-btest.$(OBJEXT) \ 136@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta-testlib.$(OBJEXT) 137ctesta_OBJECTS = $(am_ctesta_OBJECTS) 138@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_DEPENDENCIES = \ 139@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la 140ctesta_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 141 --mode=link $(CCLD) $(ctesta_CFLAGS) $(CFLAGS) \ 142 $(ctesta_LDFLAGS) $(LDFLAGS) -o $@ 143@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctestg_OBJECTS = ctestg-btest.$(OBJEXT) \ 144@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg-testlib.$(OBJEXT) 145ctestg_OBJECTS = $(am_ctestg_OBJECTS) 146@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_DEPENDENCIES = \ 147@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la 148ctestg_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 149 --mode=link $(CCLD) $(ctestg_CFLAGS) $(CFLAGS) \ 150 $(ctestg_LDFLAGS) $(LDFLAGS) -o $@ 151@NATIVE_TRUE@am_edtest_OBJECTS = edtest.$(OBJEXT) \ 152@NATIVE_TRUE@ edtest2_build.$(OBJEXT) testlib.$(OBJEXT) 153edtest_OBJECTS = $(am_edtest_OBJECTS) 154@NATIVE_TRUE@edtest_DEPENDENCIES = libbacktrace.la 155@NATIVE_TRUE@am_stest_OBJECTS = stest.$(OBJEXT) 156stest_OBJECTS = $(am_stest_OBJECTS) 157@NATIVE_TRUE@stest_DEPENDENCIES = libbacktrace.la 158@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am_ttest_OBJECTS = \ 159@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-ttest.$(OBJEXT) \ 160@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-testlib.$(OBJEXT) 161ttest_OBJECTS = $(am_ttest_OBJECTS) 162@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_DEPENDENCIES = libbacktrace.la 163ttest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 164 --mode=link $(CCLD) $(ttest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 165 $(LDFLAGS) -o $@ 166@NATIVE_TRUE@am_ztest_OBJECTS = ztest-ztest.$(OBJEXT) \ 167@NATIVE_TRUE@ ztest-testlib.$(OBJEXT) 168ztest_OBJECTS = $(am_ztest_OBJECTS) 169@NATIVE_TRUE@ztest_DEPENDENCIES = libbacktrace.la \ 170@NATIVE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 171ztest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 172 --mode=link $(CCLD) $(ztest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 173 $(LDFLAGS) -o $@ 174DEFAULT_INCLUDES = -I.@am__isrc@ 175depcomp = 176am__depfiles_maybe = 177COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 179LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 180 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 181 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 182CCLD = $(CC) 183LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 184 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 185 $(LDFLAGS) -o $@ 186SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \ 187 $(btest_SOURCES) $(ctesta_SOURCES) $(ctestg_SOURCES) \ 188 $(edtest_SOURCES) $(stest_SOURCES) $(ttest_SOURCES) \ 189 $(ztest_SOURCES) 190MULTISRCTOP = 191MULTIBUILDTOP = 192MULTIDIRS = 193MULTISUBDIR = 194MULTIDO = true 195MULTICLEAN = true 196am__can_run_installinfo = \ 197 case $$AM_UPDATE_INFO_DIR in \ 198 n|no|NO) false;; \ 199 *) (install-info --version) >/dev/null 2>&1;; \ 200 esac 201ETAGS = etags 202CTAGS = ctags 203am__tty_colors = \ 204red=; grn=; lgn=; blu=; std= 205ACLOCAL = @ACLOCAL@ 206ALLOC_FILE = @ALLOC_FILE@ 207AMTAR = @AMTAR@ 208AR = @AR@ 209AUTOCONF = @AUTOCONF@ 210AUTOHEADER = @AUTOHEADER@ 211AUTOMAKE = @AUTOMAKE@ 212AWK = @AWK@ 213BACKTRACE_FILE = @BACKTRACE_FILE@ 214BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@ 215BACKTRACE_SUPPORTS_DATA = @BACKTRACE_SUPPORTS_DATA@ 216BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@ 217BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@ 218CC = @CC@ 219CFLAGS = @CFLAGS@ 220CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@ 221CPP = @CPP@ 222CPPFLAGS = @CPPFLAGS@ 223CYGPATH_W = @CYGPATH_W@ 224DEFS = @DEFS@ 225DSYMUTIL = @DSYMUTIL@ 226DUMPBIN = @DUMPBIN@ 227ECHO_C = @ECHO_C@ 228ECHO_N = @ECHO_N@ 229ECHO_T = @ECHO_T@ 230EGREP = @EGREP@ 231EXEEXT = @EXEEXT@ 232EXTRA_FLAGS = @EXTRA_FLAGS@ 233FGREP = @FGREP@ 234FORMAT_FILE = @FORMAT_FILE@ 235GREP = @GREP@ 236INSTALL = @INSTALL@ 237INSTALL_DATA = @INSTALL_DATA@ 238INSTALL_PROGRAM = @INSTALL_PROGRAM@ 239INSTALL_SCRIPT = @INSTALL_SCRIPT@ 240INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 241LD = @LD@ 242LDFLAGS = @LDFLAGS@ 243LIBOBJS = @LIBOBJS@ 244LIBS = @LIBS@ 245LIBTOOL = @LIBTOOL@ 246LIPO = @LIPO@ 247LN_S = @LN_S@ 248LTLIBOBJS = @LTLIBOBJS@ 249MAINT = @MAINT@ 250MAKEINFO = @MAKEINFO@ 251MKDIR_P = @MKDIR_P@ 252NM = @NM@ 253NMEDIT = @NMEDIT@ 254OBJCOPY = @OBJCOPY@ 255OBJDUMP = @OBJDUMP@ 256OBJEXT = @OBJEXT@ 257OTOOL = @OTOOL@ 258OTOOL64 = @OTOOL64@ 259PACKAGE = @PACKAGE@ 260PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 261PACKAGE_NAME = @PACKAGE_NAME@ 262PACKAGE_STRING = @PACKAGE_STRING@ 263PACKAGE_TARNAME = @PACKAGE_TARNAME@ 264PACKAGE_URL = @PACKAGE_URL@ 265PACKAGE_VERSION = @PACKAGE_VERSION@ 266PATH_SEPARATOR = @PATH_SEPARATOR@ 267PIC_FLAG = @PIC_FLAG@ 268PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 269RANLIB = @RANLIB@ 270SED = @SED@ 271SET_MAKE = @SET_MAKE@ 272SHELL = @SHELL@ 273STRIP = @STRIP@ 274VERSION = @VERSION@ 275VIEW_FILE = @VIEW_FILE@ 276WARN_FLAGS = @WARN_FLAGS@ 277abs_builddir = @abs_builddir@ 278abs_srcdir = @abs_srcdir@ 279abs_top_builddir = @abs_top_builddir@ 280abs_top_srcdir = @abs_top_srcdir@ 281ac_ct_CC = @ac_ct_CC@ 282ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 283am__leading_dot = @am__leading_dot@ 284am__tar = @am__tar@ 285am__untar = @am__untar@ 286bindir = @bindir@ 287build = @build@ 288build_alias = @build_alias@ 289build_cpu = @build_cpu@ 290build_os = @build_os@ 291build_vendor = @build_vendor@ 292builddir = @builddir@ 293datadir = @datadir@ 294datarootdir = @datarootdir@ 295docdir = @docdir@ 296dvidir = @dvidir@ 297exec_prefix = @exec_prefix@ 298host = @host@ 299host_alias = @host_alias@ 300host_cpu = @host_cpu@ 301host_os = @host_os@ 302host_vendor = @host_vendor@ 303htmldir = @htmldir@ 304includedir = @includedir@ 305infodir = @infodir@ 306install_sh = @install_sh@ 307libdir = @libdir@ 308libexecdir = @libexecdir@ 309libtool_VERSION = @libtool_VERSION@ 310localedir = @localedir@ 311localstatedir = @localstatedir@ 312mandir = @mandir@ 313mkdir_p = @mkdir_p@ 314multi_basedir = @multi_basedir@ 315oldincludedir = @oldincludedir@ 316pdfdir = @pdfdir@ 317prefix = @prefix@ 318program_transform_name = @program_transform_name@ 319psdir = @psdir@ 320sbindir = @sbindir@ 321sharedstatedir = @sharedstatedir@ 322srcdir = @srcdir@ 323sysconfdir = @sysconfdir@ 324target = @target@ 325target_alias = @target_alias@ 326target_cpu = @target_cpu@ 327target_os = @target_os@ 328target_vendor = @target_vendor@ 329top_build_prefix = @top_build_prefix@ 330top_builddir = @top_builddir@ 331top_srcdir = @top_srcdir@ 332ACLOCAL_AMFLAGS = -I .. -I ../config 333AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \ 334 -I ../libgcc 335 336AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG) 337noinst_LTLIBRARIES = libbacktrace.la 338libbacktrace_la_SOURCES = \ 339 backtrace.h \ 340 atomic.c \ 341 dwarf.c \ 342 fileline.c \ 343 internal.h \ 344 posix.c \ 345 print.c \ 346 sort.c \ 347 state.c 348 349BACKTRACE_FILES = \ 350 backtrace.c \ 351 simple.c \ 352 nounwind.c 353 354FORMAT_FILES = \ 355 elf.c \ 356 pecoff.c \ 357 unknown.c \ 358 xcoff.c 359 360VIEW_FILES = \ 361 read.c \ 362 mmapio.c 363 364ALLOC_FILES = \ 365 alloc.c \ 366 mmap.c 367 368EXTRA_libbacktrace_la_SOURCES = \ 369 $(BACKTRACE_FILES) \ 370 $(FORMAT_FILES) \ 371 $(VIEW_FILES) \ 372 $(ALLOC_FILES) 373 374libbacktrace_la_LIBADD = \ 375 $(BACKTRACE_FILE) \ 376 $(FORMAT_FILE) \ 377 $(VIEW_FILE) \ 378 $(ALLOC_FILE) 379 380libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD) 381TESTS = $(check_PROGRAMS) $(am__append_4) 382@NATIVE_TRUE@btest_SOURCES = btest.c testlib.c 383@NATIVE_TRUE@btest_CFLAGS = $(AM_CFLAGS) -g -O 384@NATIVE_TRUE@btest_LDADD = libbacktrace.la 385@NATIVE_TRUE@stest_SOURCES = stest.c 386@NATIVE_TRUE@stest_LDADD = libbacktrace.la 387@NATIVE_TRUE@ztest_SOURCES = ztest.c testlib.c 388@NATIVE_TRUE@ztest_CFLAGS = -DSRCDIR=\"$(srcdir)\" 389@NATIVE_TRUE@ztest_LDADD = libbacktrace.la $(am__append_2) \ 390@NATIVE_TRUE@ $(CLOCK_GETTIME_LINK) 391@NATIVE_TRUE@edtest_SOURCES = edtest.c edtest2_build.c testlib.c 392@NATIVE_TRUE@edtest_LDADD = libbacktrace.la 393@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES = ttest.c testlib.c 394@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = $(AM_CFLAGS) -pthread 395@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD = libbacktrace.la 396@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_SOURCES = btest.c testlib.c 397@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_CFLAGS = $(AM_CFLAGS) -g 398@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDFLAGS = -Wl,--compress-debug-sections=zlib-gnu 399@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDADD = libbacktrace.la 400@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_SOURCES = btest.c testlib.c 401@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_CFLAGS = $(AM_CFLAGS) -g 402@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDFLAGS = -Wl,--compress-debug-sections=zlib-gabi 403@HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDADD = libbacktrace.la 404 405# We can't use automake's automatic dependency tracking, because it 406# breaks when using bootstrap-lean. Automatic dependency tracking 407# with GCC bootstrap will cause some of the objects to depend on 408# header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When 409# using bootstrap-lean, prev-gcc is removed after each stage. When 410# running "make install", those header files will be gone, causing the 411# library to be rebuilt at install time. That may not succeed. 412 413# These manual dependencies do not include dependencies on unwind.h, 414# even though that is part of GCC, because where to find it depends on 415# whether we are being built as a host library or a target library. 416INCDIR = $(top_srcdir)/../include 417all: config.h 418 $(MAKE) $(AM_MAKEFLAGS) all-am 419 420.SUFFIXES: 421.SUFFIXES: .c .lo .o .obj 422am--refresh: Makefile 423 @: 424$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 425 @for dep in $?; do \ 426 case '$(am__configure_deps)' in \ 427 *$$dep*) \ 428 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \ 429 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \ 430 && exit 0; \ 431 exit 1;; \ 432 esac; \ 433 done; \ 434 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \ 435 $(am__cd) $(top_srcdir) && \ 436 $(AUTOMAKE) --foreign --ignore-deps Makefile 437.PRECIOUS: Makefile 438Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 439 @case '$?' in \ 440 *config.status*) \ 441 echo ' $(SHELL) ./config.status'; \ 442 $(SHELL) ./config.status;; \ 443 *) \ 444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 445 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 446 esac; 447 448$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 449 $(SHELL) ./config.status --recheck 450 451$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 452 $(am__cd) $(srcdir) && $(AUTOCONF) 453$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 454 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 455$(am__aclocal_m4_deps): 456 457config.h: stamp-h1 458 @if test ! -f $@; then rm -f stamp-h1; else :; fi 459 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 460 461stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 462 @rm -f stamp-h1 463 cd $(top_builddir) && $(SHELL) ./config.status config.h 464$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 465 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 466 rm -f stamp-h1 467 touch $@ 468 469distclean-hdr: 470 -rm -f config.h stamp-h1 471backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in 472 cd $(top_builddir) && $(SHELL) ./config.status $@ 473 474clean-noinstLTLIBRARIES: 475 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 476 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 477 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 478 test "$$dir" != "$$p" || dir=.; \ 479 echo "rm -f \"$${dir}/so_locations\""; \ 480 rm -f "$${dir}/so_locations"; \ 481 done 482libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES) $(EXTRA_libbacktrace_la_DEPENDENCIES) 483 $(LINK) $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS) 484 485clean-checkPROGRAMS: 486 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 487 echo " rm -f" $$list; \ 488 rm -f $$list || exit $$?; \ 489 test -n "$(EXEEXT)" || exit 0; \ 490 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 491 echo " rm -f" $$list; \ 492 rm -f $$list 493btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES) $(EXTRA_btest_DEPENDENCIES) 494 @rm -f btest$(EXEEXT) 495 $(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS) 496ctesta$(EXEEXT): $(ctesta_OBJECTS) $(ctesta_DEPENDENCIES) $(EXTRA_ctesta_DEPENDENCIES) 497 @rm -f ctesta$(EXEEXT) 498 $(ctesta_LINK) $(ctesta_OBJECTS) $(ctesta_LDADD) $(LIBS) 499ctestg$(EXEEXT): $(ctestg_OBJECTS) $(ctestg_DEPENDENCIES) $(EXTRA_ctestg_DEPENDENCIES) 500 @rm -f ctestg$(EXEEXT) 501 $(ctestg_LINK) $(ctestg_OBJECTS) $(ctestg_LDADD) $(LIBS) 502edtest$(EXEEXT): $(edtest_OBJECTS) $(edtest_DEPENDENCIES) $(EXTRA_edtest_DEPENDENCIES) 503 @rm -f edtest$(EXEEXT) 504 $(LINK) $(edtest_OBJECTS) $(edtest_LDADD) $(LIBS) 505stest$(EXEEXT): $(stest_OBJECTS) $(stest_DEPENDENCIES) $(EXTRA_stest_DEPENDENCIES) 506 @rm -f stest$(EXEEXT) 507 $(LINK) $(stest_OBJECTS) $(stest_LDADD) $(LIBS) 508ttest$(EXEEXT): $(ttest_OBJECTS) $(ttest_DEPENDENCIES) $(EXTRA_ttest_DEPENDENCIES) 509 @rm -f ttest$(EXEEXT) 510 $(ttest_LINK) $(ttest_OBJECTS) $(ttest_LDADD) $(LIBS) 511ztest$(EXEEXT): $(ztest_OBJECTS) $(ztest_DEPENDENCIES) $(EXTRA_ztest_DEPENDENCIES) 512 @rm -f ztest$(EXEEXT) 513 $(ztest_LINK) $(ztest_OBJECTS) $(ztest_LDADD) $(LIBS) 514 515mostlyclean-compile: 516 -rm -f *.$(OBJEXT) 517 518distclean-compile: 519 -rm -f *.tab.c 520 521.c.o: 522 $(COMPILE) -c $< 523 524.c.obj: 525 $(COMPILE) -c `$(CYGPATH_W) '$<'` 526 527.c.lo: 528 $(LTCOMPILE) -c -o $@ $< 529 530btest-btest.o: btest.c 531 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c 532 533btest-btest.obj: btest.c 534 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.obj `if test -f 'btest.c'; then $(CYGPATH_W) 'btest.c'; else $(CYGPATH_W) '$(srcdir)/btest.c'; fi` 535 536btest-testlib.o: testlib.c 537 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c 538 539btest-testlib.obj: testlib.c 540 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi` 541 542ctesta-btest.o: btest.c 543 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c 544 545ctesta-btest.obj: btest.c 546 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-btest.obj `if test -f 'btest.c'; then $(CYGPATH_W) 'btest.c'; else $(CYGPATH_W) '$(srcdir)/btest.c'; fi` 547 548ctesta-testlib.o: testlib.c 549 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c 550 551ctesta-testlib.obj: testlib.c 552 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi` 553 554ctestg-btest.o: btest.c 555 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c 556 557ctestg-btest.obj: btest.c 558 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-btest.obj `if test -f 'btest.c'; then $(CYGPATH_W) 'btest.c'; else $(CYGPATH_W) '$(srcdir)/btest.c'; fi` 559 560ctestg-testlib.o: testlib.c 561 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c 562 563ctestg-testlib.obj: testlib.c 564 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi` 565 566ttest-ttest.o: ttest.c 567 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-ttest.o `test -f 'ttest.c' || echo '$(srcdir)/'`ttest.c 568 569ttest-ttest.obj: ttest.c 570 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-ttest.obj `if test -f 'ttest.c'; then $(CYGPATH_W) 'ttest.c'; else $(CYGPATH_W) '$(srcdir)/ttest.c'; fi` 571 572ttest-testlib.o: testlib.c 573 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c 574 575ttest-testlib.obj: testlib.c 576 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi` 577 578ztest-ztest.o: ztest.c 579 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-ztest.o `test -f 'ztest.c' || echo '$(srcdir)/'`ztest.c 580 581ztest-ztest.obj: ztest.c 582 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-ztest.obj `if test -f 'ztest.c'; then $(CYGPATH_W) 'ztest.c'; else $(CYGPATH_W) '$(srcdir)/ztest.c'; fi` 583 584ztest-testlib.o: testlib.c 585 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c 586 587ztest-testlib.obj: testlib.c 588 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi` 589 590mostlyclean-libtool: 591 -rm -f *.lo 592 593clean-libtool: 594 -rm -rf .libs _libs 595 596distclean-libtool: 597 -rm -f libtool config.lt 598 599# GNU Make needs to see an explicit $(MAKE) variable in the command it 600# runs to enable its job server during parallel builds. Hence the 601# comments below. 602all-multi: 603 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE) 604install-multi: 605 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE) 606 607mostlyclean-multi: 608 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE) 609clean-multi: 610 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE) 611distclean-multi: 612 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE) 613maintainer-clean-multi: 614 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE) 615 616ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 617 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 618 unique=`for i in $$list; do \ 619 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 620 done | \ 621 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 622 END { if (nonempty) { for (i in files) print i; }; }'`; \ 623 mkid -fID $$unique 624tags: TAGS 625 626TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 627 $(TAGS_FILES) $(LISP) 628 set x; \ 629 here=`pwd`; \ 630 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 631 unique=`for i in $$list; do \ 632 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 633 done | \ 634 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 635 END { if (nonempty) { for (i in files) print i; }; }'`; \ 636 shift; \ 637 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 638 test -n "$$unique" || unique=$$empty_fix; \ 639 if test $$# -gt 0; then \ 640 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 641 "$$@" $$unique; \ 642 else \ 643 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 644 $$unique; \ 645 fi; \ 646 fi 647ctags: CTAGS 648CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 649 $(TAGS_FILES) $(LISP) 650 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 651 unique=`for i in $$list; do \ 652 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 653 done | \ 654 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 655 END { if (nonempty) { for (i in files) print i; }; }'`; \ 656 test -z "$(CTAGS_ARGS)$$unique" \ 657 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 658 $$unique 659 660GTAGS: 661 here=`$(am__cd) $(top_builddir) && pwd` \ 662 && $(am__cd) $(top_srcdir) \ 663 && gtags -i $(GTAGS_ARGS) "$$here" 664 665distclean-tags: 666 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 667 668check-TESTS: $(TESTS) 669 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 670 srcdir=$(srcdir); export srcdir; \ 671 list=' $(TESTS) '; \ 672 $(am__tty_colors); \ 673 if test -n "$$list"; then \ 674 for tst in $$list; do \ 675 if test -f ./$$tst; then dir=./; \ 676 elif test -f $$tst; then dir=; \ 677 else dir="$(srcdir)/"; fi; \ 678 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 679 all=`expr $$all + 1`; \ 680 case " $(XFAIL_TESTS) " in \ 681 *[\ \ ]$$tst[\ \ ]*) \ 682 xpass=`expr $$xpass + 1`; \ 683 failed=`expr $$failed + 1`; \ 684 col=$$red; res=XPASS; \ 685 ;; \ 686 *) \ 687 col=$$grn; res=PASS; \ 688 ;; \ 689 esac; \ 690 elif test $$? -ne 77; then \ 691 all=`expr $$all + 1`; \ 692 case " $(XFAIL_TESTS) " in \ 693 *[\ \ ]$$tst[\ \ ]*) \ 694 xfail=`expr $$xfail + 1`; \ 695 col=$$lgn; res=XFAIL; \ 696 ;; \ 697 *) \ 698 failed=`expr $$failed + 1`; \ 699 col=$$red; res=FAIL; \ 700 ;; \ 701 esac; \ 702 else \ 703 skip=`expr $$skip + 1`; \ 704 col=$$blu; res=SKIP; \ 705 fi; \ 706 echo "$${col}$$res$${std}: $$tst"; \ 707 done; \ 708 if test "$$all" -eq 1; then \ 709 tests="test"; \ 710 All=""; \ 711 else \ 712 tests="tests"; \ 713 All="All "; \ 714 fi; \ 715 if test "$$failed" -eq 0; then \ 716 if test "$$xfail" -eq 0; then \ 717 banner="$$All$$all $$tests passed"; \ 718 else \ 719 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ 720 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ 721 fi; \ 722 else \ 723 if test "$$xpass" -eq 0; then \ 724 banner="$$failed of $$all $$tests failed"; \ 725 else \ 726 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ 727 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ 728 fi; \ 729 fi; \ 730 dashes="$$banner"; \ 731 skipped=""; \ 732 if test "$$skip" -ne 0; then \ 733 if test "$$skip" -eq 1; then \ 734 skipped="($$skip test was not run)"; \ 735 else \ 736 skipped="($$skip tests were not run)"; \ 737 fi; \ 738 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 739 dashes="$$skipped"; \ 740 fi; \ 741 report=""; \ 742 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 743 report="Please report to $(PACKAGE_BUGREPORT)"; \ 744 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 745 dashes="$$report"; \ 746 fi; \ 747 dashes=`echo "$$dashes" | sed s/./=/g`; \ 748 if test "$$failed" -eq 0; then \ 749 col="$$grn"; \ 750 else \ 751 col="$$red"; \ 752 fi; \ 753 echo "$${col}$$dashes$${std}"; \ 754 echo "$${col}$$banner$${std}"; \ 755 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ 756 test -z "$$report" || echo "$${col}$$report$${std}"; \ 757 echo "$${col}$$dashes$${std}"; \ 758 test "$$failed" -eq 0; \ 759 else :; fi 760check-am: all-am 761 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 762 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 763check: check-am 764all-am: Makefile $(LTLIBRARIES) all-multi config.h 765installdirs: 766install: install-am 767install-exec: install-exec-am 768install-data: install-data-am 769uninstall: uninstall-am 770 771install-am: all-am 772 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 773 774installcheck: installcheck-am 775install-strip: 776 if test -z '$(STRIP)'; then \ 777 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 778 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 779 install; \ 780 else \ 781 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 782 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 783 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 784 fi 785mostlyclean-generic: 786 787clean-generic: 788 789distclean-generic: 790 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 791 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 792 793maintainer-clean-generic: 794 @echo "This command is intended for maintainers to use" 795 @echo "it deletes files that may require special tools to rebuild." 796clean: clean-am clean-multi 797 798clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 799 clean-noinstLTLIBRARIES mostlyclean-am 800 801distclean: distclean-am distclean-multi 802 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 803 -rm -f Makefile 804distclean-am: clean-am distclean-compile distclean-generic \ 805 distclean-hdr distclean-libtool distclean-tags 806 807dvi: dvi-am 808 809dvi-am: 810 811html: html-am 812 813html-am: 814 815info: info-am 816 817info-am: 818 819install-data-am: 820 821install-dvi: install-dvi-am 822 823install-dvi-am: 824 825install-exec-am: install-multi 826 827install-html: install-html-am 828 829install-html-am: 830 831install-info: install-info-am 832 833install-info-am: 834 835install-man: 836 837install-pdf: install-pdf-am 838 839install-pdf-am: 840 841install-ps: install-ps-am 842 843install-ps-am: 844 845installcheck-am: 846 847maintainer-clean: maintainer-clean-am maintainer-clean-multi 848 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 849 -rm -rf $(top_srcdir)/autom4te.cache 850 -rm -f Makefile 851maintainer-clean-am: distclean-am maintainer-clean-generic 852 853mostlyclean: mostlyclean-am mostlyclean-multi 854 855mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 856 mostlyclean-libtool 857 858pdf: pdf-am 859 860pdf-am: 861 862ps: ps-am 863 864ps-am: 865 866uninstall-am: 867 868.MAKE: all all-multi check-am clean-multi distclean-multi install-am \ 869 install-multi install-strip maintainer-clean-multi \ 870 mostlyclean-multi 871 872.PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \ 873 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ 874 clean-multi clean-noinstLTLIBRARIES ctags distclean \ 875 distclean-compile distclean-generic distclean-hdr \ 876 distclean-libtool distclean-multi distclean-tags dvi dvi-am \ 877 html html-am info info-am install install-am install-data \ 878 install-data-am install-dvi install-dvi-am install-exec \ 879 install-exec-am install-html install-html-am install-info \ 880 install-info-am install-man install-multi install-pdf \ 881 install-pdf-am install-ps install-ps-am install-strip \ 882 installcheck installcheck-am installdirs maintainer-clean \ 883 maintainer-clean-generic maintainer-clean-multi mostlyclean \ 884 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 885 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \ 886 uninstall-am 887 888 889@NATIVE_TRUE@edtest2_build.c: gen_edtest2_build; @true 890@NATIVE_TRUE@gen_edtest2_build: $(srcdir)/edtest2.c 891@NATIVE_TRUE@ cat $(srcdir)/edtest2.c > tmp-edtest2_build.c 892@NATIVE_TRUE@ $(SHELL) $(srcdir)/../move-if-change tmp-edtest2_build.c edtest2_build.c 893@NATIVE_TRUE@ echo timestamp > $@ 894 895@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@dtest: btest 896@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(OBJCOPY) --only-keep-debug btest btest.debug 897@HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(OBJCOPY) --strip-debug --add-gnu-debuglink=btest.debug btest dtest 898alloc.lo: config.h backtrace.h internal.h 899backtrace.lo: config.h backtrace.h internal.h 900btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h 901dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \ 902 $(INCDIR)/filenames.h backtrace.h internal.h 903elf.lo: config.h backtrace.h internal.h 904fileline.lo: config.h backtrace.h internal.h 905mmap.lo: config.h backtrace.h internal.h 906mmapio.lo: config.h backtrace.h internal.h 907nounwind.lo: config.h internal.h 908pecoff.lo: config.h backtrace.h internal.h 909posix.lo: config.h backtrace.h internal.h 910print.lo: config.h backtrace.h internal.h 911read.lo: config.h backtrace.h internal.h 912simple.lo: config.h backtrace.h internal.h 913sort.lo: config.h backtrace.h internal.h 914stest.lo: config.h backtrace.h internal.h 915state.lo: config.h backtrace.h backtrace-supported.h internal.h 916unknown.lo: config.h backtrace.h internal.h 917xcoff.lo: config.h backtrace.h internal.h 918 919# Tell versions [3.59,3.63) of GNU make to not export all variables. 920# Otherwise a system limit (for SysV at least) may be exceeded. 921.NOEXPORT: 922