Home | History | Annotate | Line # | Download | only in libbacktrace
Makefile.in revision 1.1
      1 # Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
      6 # 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-2013 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 
     49 VPATH = @srcdir@
     50 pkgdatadir = $(datadir)/@PACKAGE@
     51 pkgincludedir = $(includedir)/@PACKAGE@
     52 pkglibdir = $(libdir)/@PACKAGE@
     53 pkglibexecdir = $(libexecdir)/@PACKAGE@
     54 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     55 install_sh_DATA = $(install_sh) -c -m 644
     56 install_sh_PROGRAM = $(install_sh) -c
     57 install_sh_SCRIPT = $(install_sh) -c
     58 INSTALL_HEADER = $(INSTALL_DATA)
     59 transform = $(program_transform_name)
     60 NORMAL_INSTALL = :
     61 PRE_INSTALL = :
     62 POST_INSTALL = :
     63 NORMAL_UNINSTALL = :
     64 PRE_UNINSTALL = :
     65 POST_UNINSTALL = :
     66 build_triplet = @build@
     67 host_triplet = @host@
     68 target_triplet = @target@
     69 check_PROGRAMS = $(am__EXEEXT_1)
     70 @NATIVE_TRUE@am__append_1 = btest
     71 subdir = .
     72 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
     73 	$(srcdir)/Makefile.am $(top_srcdir)/configure \
     74 	$(am__configure_deps) $(srcdir)/config.h.in \
     75 	$(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in
     76 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     77 am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
     78 	$(top_srcdir)/../config/multi.m4 \
     79 	$(top_srcdir)/../config/override.m4 \
     80 	$(top_srcdir)/../config/stdint.m4 \
     81 	$(top_srcdir)/../config/unwind_ipinfo.m4 \
     82 	$(top_srcdir)/../config/warnings.m4 \
     83 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
     84 	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
     85 	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
     86 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     87 	$(ACLOCAL_M4)
     88 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     89  configure.lineno config.status.lineno
     90 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
     91 CONFIG_HEADER = config.h
     92 CONFIG_CLEAN_FILES = backtrace-supported.h
     93 CONFIG_CLEAN_VPATH_FILES =
     94 LTLIBRARIES = $(noinst_LTLIBRARIES)
     95 am__DEPENDENCIES_1 =
     96 am_libbacktrace_la_OBJECTS = dwarf.lo fileline.lo posix.lo print.lo \
     97 	state.lo
     98 libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS)
     99 @NATIVE_TRUE@am__EXEEXT_1 = btest$(EXEEXT)
    100 @NATIVE_TRUE@am_btest_OBJECTS = btest-btest.$(OBJEXT)
    101 btest_OBJECTS = $(am_btest_OBJECTS)
    102 @NATIVE_TRUE@btest_DEPENDENCIES = libbacktrace.la
    103 btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    104 	--mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
    105 	$(LDFLAGS) -o $@
    106 DEFAULT_INCLUDES = -I.@am__isrc@
    107 depcomp =
    108 am__depfiles_maybe =
    109 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    110 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    111 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    112 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    113 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    114 CCLD = $(CC)
    115 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    116 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
    117 	$(LDFLAGS) -o $@
    118 SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \
    119 	$(btest_SOURCES)
    120 MULTISRCTOP = 
    121 MULTIBUILDTOP = 
    122 MULTIDIRS = 
    123 MULTISUBDIR = 
    124 MULTIDO = true
    125 MULTICLEAN = true
    126 ETAGS = etags
    127 CTAGS = ctags
    128 am__tty_colors = \
    129 red=; grn=; lgn=; blu=; std=
    130 ACLOCAL = @ACLOCAL@
    131 ALLOC_FILE = @ALLOC_FILE@
    132 AMTAR = @AMTAR@
    133 AR = @AR@
    134 AUTOCONF = @AUTOCONF@
    135 AUTOHEADER = @AUTOHEADER@
    136 AUTOMAKE = @AUTOMAKE@
    137 AWK = @AWK@
    138 BACKTRACE_FILE = @BACKTRACE_FILE@
    139 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
    140 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
    141 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
    142 CC = @CC@
    143 CFLAGS = @CFLAGS@
    144 CPP = @CPP@
    145 CPPFLAGS = @CPPFLAGS@
    146 CYGPATH_W = @CYGPATH_W@
    147 DEFS = @DEFS@
    148 DSYMUTIL = @DSYMUTIL@
    149 DUMPBIN = @DUMPBIN@
    150 ECHO_C = @ECHO_C@
    151 ECHO_N = @ECHO_N@
    152 ECHO_T = @ECHO_T@
    153 EGREP = @EGREP@
    154 EXEEXT = @EXEEXT@
    155 EXTRA_FLAGS = @EXTRA_FLAGS@
    156 FGREP = @FGREP@
    157 FORMAT_FILE = @FORMAT_FILE@
    158 GREP = @GREP@
    159 INSTALL = @INSTALL@
    160 INSTALL_DATA = @INSTALL_DATA@
    161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    164 LD = @LD@
    165 LDFLAGS = @LDFLAGS@
    166 LIBOBJS = @LIBOBJS@
    167 LIBS = @LIBS@
    168 LIBTOOL = @LIBTOOL@
    169 LIPO = @LIPO@
    170 LN_S = @LN_S@
    171 LTLIBOBJS = @LTLIBOBJS@
    172 MAINT = @MAINT@
    173 MAKEINFO = @MAKEINFO@
    174 MKDIR_P = @MKDIR_P@
    175 NM = @NM@
    176 NMEDIT = @NMEDIT@
    177 OBJDUMP = @OBJDUMP@
    178 OBJEXT = @OBJEXT@
    179 OTOOL = @OTOOL@
    180 OTOOL64 = @OTOOL64@
    181 PACKAGE = @PACKAGE@
    182 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    183 PACKAGE_NAME = @PACKAGE_NAME@
    184 PACKAGE_STRING = @PACKAGE_STRING@
    185 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    186 PACKAGE_URL = @PACKAGE_URL@
    187 PACKAGE_VERSION = @PACKAGE_VERSION@
    188 PATH_SEPARATOR = @PATH_SEPARATOR@
    189 PIC_FLAG = @PIC_FLAG@
    190 RANLIB = @RANLIB@
    191 SED = @SED@
    192 SET_MAKE = @SET_MAKE@
    193 SHELL = @SHELL@
    194 STRIP = @STRIP@
    195 VERSION = @VERSION@
    196 VIEW_FILE = @VIEW_FILE@
    197 WARN_FLAGS = @WARN_FLAGS@
    198 abs_builddir = @abs_builddir@
    199 abs_srcdir = @abs_srcdir@
    200 abs_top_builddir = @abs_top_builddir@
    201 abs_top_srcdir = @abs_top_srcdir@
    202 ac_ct_CC = @ac_ct_CC@
    203 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    204 am__leading_dot = @am__leading_dot@
    205 am__tar = @am__tar@
    206 am__untar = @am__untar@
    207 bindir = @bindir@
    208 build = @build@
    209 build_alias = @build_alias@
    210 build_cpu = @build_cpu@
    211 build_os = @build_os@
    212 build_vendor = @build_vendor@
    213 builddir = @builddir@
    214 datadir = @datadir@
    215 datarootdir = @datarootdir@
    216 docdir = @docdir@
    217 dvidir = @dvidir@
    218 exec_prefix = @exec_prefix@
    219 host = @host@
    220 host_alias = @host_alias@
    221 host_cpu = @host_cpu@
    222 host_os = @host_os@
    223 host_vendor = @host_vendor@
    224 htmldir = @htmldir@
    225 includedir = @includedir@
    226 infodir = @infodir@
    227 install_sh = @install_sh@
    228 libdir = @libdir@
    229 libexecdir = @libexecdir@
    230 libtool_VERSION = @libtool_VERSION@
    231 localedir = @localedir@
    232 localstatedir = @localstatedir@
    233 mandir = @mandir@
    234 mkdir_p = @mkdir_p@
    235 multi_basedir = @multi_basedir@
    236 oldincludedir = @oldincludedir@
    237 pdfdir = @pdfdir@
    238 prefix = @prefix@
    239 program_transform_name = @program_transform_name@
    240 psdir = @psdir@
    241 sbindir = @sbindir@
    242 sharedstatedir = @sharedstatedir@
    243 srcdir = @srcdir@
    244 sysconfdir = @sysconfdir@
    245 target = @target@
    246 target_alias = @target_alias@
    247 target_cpu = @target_cpu@
    248 target_os = @target_os@
    249 target_vendor = @target_vendor@
    250 top_build_prefix = @top_build_prefix@
    251 top_builddir = @top_builddir@
    252 top_srcdir = @top_srcdir@
    253 ACLOCAL_AMFLAGS = -I .. -I ../config
    254 AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
    255 	-I ../libgcc
    256 
    257 AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
    258 noinst_LTLIBRARIES = libbacktrace.la
    259 libbacktrace_la_SOURCES = \
    260 	backtrace.h \
    261 	dwarf.c \
    262 	fileline.c \
    263 	internal.h \
    264 	posix.c \
    265 	print.c \
    266 	state.c
    267 
    268 BACKTRACE_FILES = \
    269 	backtrace.c \
    270 	simple.c \
    271 	nounwind.c
    272 
    273 FORMAT_FILES = \
    274 	elf.c \
    275 	unknown.c
    276 
    277 VIEW_FILES = \
    278 	read.c \
    279 	mmapio.c
    280 
    281 ALLOC_FILES = \
    282 	alloc.c \
    283 	mmap.c
    284 
    285 EXTRA_libbacktrace_la_SOURCES = \
    286 	$(BACKTRACE_FILES) \
    287 	$(FORMAT_FILES) \
    288 	$(VIEW_FILES) \
    289 	$(ALLOC_FILES)
    290 
    291 libbacktrace_la_LIBADD = \
    292 	$(BACKTRACE_FILE) \
    293 	$(FORMAT_FILE) \
    294 	$(VIEW_FILE) \
    295 	$(ALLOC_FILE)
    296 
    297 libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
    298 TESTS = $(check_PROGRAMS)
    299 @NATIVE_TRUE@btest_SOURCES = btest.c
    300 @NATIVE_TRUE@btest_CFLAGS = $(AM_CFLAGS) -g -O
    301 @NATIVE_TRUE@btest_LDADD = libbacktrace.la
    302 
    303 # We can't use automake's automatic dependency tracking, because it
    304 # breaks when using bootstrap-lean.  Automatic dependency tracking
    305 # with GCC bootstrap will cause some of the objects to depend on
    306 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h.  When
    307 # using bootstrap-lean, prev-gcc is removed after each stage.  When
    308 # running "make install", those header files will be gone, causing the
    309 # library to be rebuilt at install time.  That may not succeed.
    310 
    311 # These manual dependencies do not include dependencies on unwind.h,
    312 # even though that is part of GCC, because where to find it depends on
    313 # whether we are being built as a host library or a target library.
    314 INCDIR = $(top_srcdir)/../include
    315 all: config.h
    316 	$(MAKE) $(AM_MAKEFLAGS) all-am
    317 
    318 .SUFFIXES:
    319 .SUFFIXES: .c .lo .o .obj
    320 am--refresh:
    321 	@:
    322 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    323 	@for dep in $?; do \
    324 	  case '$(am__configure_deps)' in \
    325 	    *$$dep*) \
    326 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
    327 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
    328 		&& exit 0; \
    329 	      exit 1;; \
    330 	  esac; \
    331 	done; \
    332 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
    333 	$(am__cd) $(top_srcdir) && \
    334 	  $(AUTOMAKE) --foreign --ignore-deps Makefile
    335 .PRECIOUS: Makefile
    336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    337 	@case '$?' in \
    338 	  *config.status*) \
    339 	    echo ' $(SHELL) ./config.status'; \
    340 	    $(SHELL) ./config.status;; \
    341 	  *) \
    342 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    343 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    344 	esac;
    345 
    346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    347 	$(SHELL) ./config.status --recheck
    348 
    349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    350 	$(am__cd) $(srcdir) && $(AUTOCONF)
    351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    352 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    353 $(am__aclocal_m4_deps):
    354 
    355 config.h: stamp-h1
    356 	@if test ! -f $@; then \
    357 	  rm -f stamp-h1; \
    358 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    359 	else :; fi
    360 
    361 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    362 	@rm -f stamp-h1
    363 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    364 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
    365 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    366 	rm -f stamp-h1
    367 	touch $@
    368 
    369 distclean-hdr:
    370 	-rm -f config.h stamp-h1
    371 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
    372 	cd $(top_builddir) && $(SHELL) ./config.status $@
    373 
    374 clean-noinstLTLIBRARIES:
    375 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    376 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
    377 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    378 	  test "$$dir" != "$$p" || dir=.; \
    379 	  echo "rm -f \"$${dir}/so_locations\""; \
    380 	  rm -f "$${dir}/so_locations"; \
    381 	done
    382 libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES) 
    383 	$(LINK)  $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
    384 
    385 clean-checkPROGRAMS:
    386 	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
    387 	echo " rm -f" $$list; \
    388 	rm -f $$list || exit $$?; \
    389 	test -n "$(EXEEXT)" || exit 0; \
    390 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    391 	echo " rm -f" $$list; \
    392 	rm -f $$list
    393 btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES) 
    394 	@rm -f btest$(EXEEXT)
    395 	$(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
    396 
    397 mostlyclean-compile:
    398 	-rm -f *.$(OBJEXT)
    399 
    400 distclean-compile:
    401 	-rm -f *.tab.c
    402 
    403 .c.o:
    404 	$(COMPILE) -c $<
    405 
    406 .c.obj:
    407 	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    408 
    409 .c.lo:
    410 	$(LTCOMPILE) -c -o $@ $<
    411 
    412 btest-btest.o: btest.c
    413 	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
    414 
    415 btest-btest.obj: btest.c
    416 	$(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`
    417 
    418 mostlyclean-libtool:
    419 	-rm -f *.lo
    420 
    421 clean-libtool:
    422 	-rm -rf .libs _libs
    423 
    424 distclean-libtool:
    425 	-rm -f libtool config.lt
    426 
    427 # GNU Make needs to see an explicit $(MAKE) variable in the command it
    428 # runs to enable its job server during parallel builds.  Hence the
    429 # comments below.
    430 all-multi:
    431 	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
    432 install-multi:
    433 	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
    434 
    435 mostlyclean-multi:
    436 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
    437 clean-multi:
    438 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
    439 distclean-multi:
    440 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
    441 maintainer-clean-multi:
    442 	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
    443 
    444 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    445 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    446 	unique=`for i in $$list; do \
    447 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    448 	  done | \
    449 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    450 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    451 	mkid -fID $$unique
    452 tags: TAGS
    453 
    454 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    455 		$(TAGS_FILES) $(LISP)
    456 	set x; \
    457 	here=`pwd`; \
    458 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    459 	unique=`for i in $$list; do \
    460 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    461 	  done | \
    462 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    463 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    464 	shift; \
    465 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    466 	  test -n "$$unique" || unique=$$empty_fix; \
    467 	  if test $$# -gt 0; then \
    468 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    469 	      "$$@" $$unique; \
    470 	  else \
    471 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    472 	      $$unique; \
    473 	  fi; \
    474 	fi
    475 ctags: CTAGS
    476 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    477 		$(TAGS_FILES) $(LISP)
    478 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    479 	unique=`for i in $$list; do \
    480 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    481 	  done | \
    482 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    483 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    484 	test -z "$(CTAGS_ARGS)$$unique" \
    485 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    486 	     $$unique
    487 
    488 GTAGS:
    489 	here=`$(am__cd) $(top_builddir) && pwd` \
    490 	  && $(am__cd) $(top_srcdir) \
    491 	  && gtags -i $(GTAGS_ARGS) "$$here"
    492 
    493 distclean-tags:
    494 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    495 
    496 check-TESTS: $(TESTS)
    497 	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
    498 	srcdir=$(srcdir); export srcdir; \
    499 	list=' $(TESTS) '; \
    500 	$(am__tty_colors); \
    501 	if test -n "$$list"; then \
    502 	  for tst in $$list; do \
    503 	    if test -f ./$$tst; then dir=./; \
    504 	    elif test -f $$tst; then dir=; \
    505 	    else dir="$(srcdir)/"; fi; \
    506 	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
    507 	      all=`expr $$all + 1`; \
    508 	      case " $(XFAIL_TESTS) " in \
    509 	      *[\ \	]$$tst[\ \	]*) \
    510 		xpass=`expr $$xpass + 1`; \
    511 		failed=`expr $$failed + 1`; \
    512 		col=$$red; res=XPASS; \
    513 	      ;; \
    514 	      *) \
    515 		col=$$grn; res=PASS; \
    516 	      ;; \
    517 	      esac; \
    518 	    elif test $$? -ne 77; then \
    519 	      all=`expr $$all + 1`; \
    520 	      case " $(XFAIL_TESTS) " in \
    521 	      *[\ \	]$$tst[\ \	]*) \
    522 		xfail=`expr $$xfail + 1`; \
    523 		col=$$lgn; res=XFAIL; \
    524 	      ;; \
    525 	      *) \
    526 		failed=`expr $$failed + 1`; \
    527 		col=$$red; res=FAIL; \
    528 	      ;; \
    529 	      esac; \
    530 	    else \
    531 	      skip=`expr $$skip + 1`; \
    532 	      col=$$blu; res=SKIP; \
    533 	    fi; \
    534 	    echo "$${col}$$res$${std}: $$tst"; \
    535 	  done; \
    536 	  if test "$$all" -eq 1; then \
    537 	    tests="test"; \
    538 	    All=""; \
    539 	  else \
    540 	    tests="tests"; \
    541 	    All="All "; \
    542 	  fi; \
    543 	  if test "$$failed" -eq 0; then \
    544 	    if test "$$xfail" -eq 0; then \
    545 	      banner="$$All$$all $$tests passed"; \
    546 	    else \
    547 	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
    548 	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
    549 	    fi; \
    550 	  else \
    551 	    if test "$$xpass" -eq 0; then \
    552 	      banner="$$failed of $$all $$tests failed"; \
    553 	    else \
    554 	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
    555 	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
    556 	    fi; \
    557 	  fi; \
    558 	  dashes="$$banner"; \
    559 	  skipped=""; \
    560 	  if test "$$skip" -ne 0; then \
    561 	    if test "$$skip" -eq 1; then \
    562 	      skipped="($$skip test was not run)"; \
    563 	    else \
    564 	      skipped="($$skip tests were not run)"; \
    565 	    fi; \
    566 	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
    567 	      dashes="$$skipped"; \
    568 	  fi; \
    569 	  report=""; \
    570 	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
    571 	    report="Please report to $(PACKAGE_BUGREPORT)"; \
    572 	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
    573 	      dashes="$$report"; \
    574 	  fi; \
    575 	  dashes=`echo "$$dashes" | sed s/./=/g`; \
    576 	  if test "$$failed" -eq 0; then \
    577 	    echo "$$grn$$dashes"; \
    578 	  else \
    579 	    echo "$$red$$dashes"; \
    580 	  fi; \
    581 	  echo "$$banner"; \
    582 	  test -z "$$skipped" || echo "$$skipped"; \
    583 	  test -z "$$report" || echo "$$report"; \
    584 	  echo "$$dashes$$std"; \
    585 	  test "$$failed" -eq 0; \
    586 	else :; fi
    587 check-am: all-am
    588 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
    589 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
    590 check: check-am
    591 all-am: Makefile $(LTLIBRARIES) all-multi config.h
    592 installdirs:
    593 install: install-am
    594 install-exec: install-exec-am
    595 install-data: install-data-am
    596 uninstall: uninstall-am
    597 
    598 install-am: all-am
    599 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    600 
    601 installcheck: installcheck-am
    602 install-strip:
    603 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    604 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    605 	  `test -z '$(STRIP)' || \
    606 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    607 mostlyclean-generic:
    608 
    609 clean-generic:
    610 
    611 distclean-generic:
    612 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    613 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    614 
    615 maintainer-clean-generic:
    616 	@echo "This command is intended for maintainers to use"
    617 	@echo "it deletes files that may require special tools to rebuild."
    618 clean: clean-am clean-multi
    619 
    620 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
    621 	clean-noinstLTLIBRARIES mostlyclean-am
    622 
    623 distclean: distclean-am distclean-multi
    624 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    625 	-rm -f Makefile
    626 distclean-am: clean-am distclean-compile distclean-generic \
    627 	distclean-hdr distclean-libtool distclean-tags
    628 
    629 dvi: dvi-am
    630 
    631 dvi-am:
    632 
    633 html: html-am
    634 
    635 html-am:
    636 
    637 info: info-am
    638 
    639 info-am:
    640 
    641 install-data-am:
    642 
    643 install-dvi: install-dvi-am
    644 
    645 install-dvi-am:
    646 
    647 install-exec-am: install-multi
    648 
    649 install-html: install-html-am
    650 
    651 install-html-am:
    652 
    653 install-info: install-info-am
    654 
    655 install-info-am:
    656 
    657 install-man:
    658 
    659 install-pdf: install-pdf-am
    660 
    661 install-pdf-am:
    662 
    663 install-ps: install-ps-am
    664 
    665 install-ps-am:
    666 
    667 installcheck-am:
    668 
    669 maintainer-clean: maintainer-clean-am maintainer-clean-multi
    670 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    671 	-rm -rf $(top_srcdir)/autom4te.cache
    672 	-rm -f Makefile
    673 maintainer-clean-am: distclean-am maintainer-clean-generic
    674 
    675 mostlyclean: mostlyclean-am mostlyclean-multi
    676 
    677 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    678 	mostlyclean-libtool
    679 
    680 pdf: pdf-am
    681 
    682 pdf-am:
    683 
    684 ps: ps-am
    685 
    686 ps-am:
    687 
    688 uninstall-am:
    689 
    690 .MAKE: all all-multi check-am clean-multi distclean-multi install-am \
    691 	install-multi install-strip maintainer-clean-multi \
    692 	mostlyclean-multi
    693 
    694 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \
    695 	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
    696 	clean-multi clean-noinstLTLIBRARIES ctags distclean \
    697 	distclean-compile distclean-generic distclean-hdr \
    698 	distclean-libtool distclean-multi distclean-tags dvi dvi-am \
    699 	html html-am info info-am install install-am install-data \
    700 	install-data-am install-dvi install-dvi-am install-exec \
    701 	install-exec-am install-html install-html-am install-info \
    702 	install-info-am install-man install-multi install-pdf \
    703 	install-pdf-am install-ps install-ps-am install-strip \
    704 	installcheck installcheck-am installdirs maintainer-clean \
    705 	maintainer-clean-generic maintainer-clean-multi mostlyclean \
    706 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
    707 	mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
    708 	uninstall-am
    709 
    710 alloc.lo: config.h backtrace.h internal.h
    711 backtrace.lo: config.h backtrace.h
    712 btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h
    713 dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \
    714 	$(INCDIR)/filenames.h backtrace.h internal.h
    715 elf.lo: config.h backtrace.h internal.h
    716 fileline.lo: config.h backtrace.h internal.h
    717 mmap.lo: config.h backtrace.h internal.h
    718 mmapio.lo: config.h backtrace.h internal.h
    719 nounwind.lo: config.h internal.h
    720 posix.lo: config.h backtrace.h internal.h
    721 print.lo: config.h backtrace.h internal.h
    722 read.lo: config.h backtrace.h internal.h
    723 simple.lo: config.h backtrace.h internal.h
    724 state.lo: config.h backtrace.h backtrace-supported.h internal.h
    725 unknown.lo: config.h backtrace.h internal.h
    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