1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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.
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
18 # Makefile.am -- Backtrace Makefile.
19 # Copyright (C) 2012-2014 Free Software Foundation, Inc.
21 # Redistribution and use in source and binary forms, with or without
22 # modification, are permitted provided that the following conditions are
25 # (1) Redistributions of source code must retain the above copyright
26 # notice, this list of conditions and the following disclaimer.
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
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.
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.
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
)
66 build_triplet
= @build@
68 target_triplet
= @target@
69 check_PROGRAMS
= $(am__EXEEXT_1
)
70 @NATIVE_TRUE@am__append_1
= btest stest
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
) \
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
)
96 am_libbacktrace_la_OBJECTS
= atomic.lo dwarf.lo fileline.lo posix.lo \
97 print.lo
sort.lo state.lo
98 libbacktrace_la_OBJECTS
= $(am_libbacktrace_la_OBJECTS
)
99 @NATIVE_TRUE@am__EXEEXT_1
= btest
$(EXEEXT
) stest
$(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
) \
106 @NATIVE_TRUE@am_stest_OBJECTS
= stest.
$(OBJEXT
)
107 stest_OBJECTS
= $(am_stest_OBJECTS
)
108 @NATIVE_TRUE@stest_DEPENDENCIES
= libbacktrace.la
109 DEFAULT_INCLUDES
= -I.@am__isrc@
112 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
113 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
114 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
115 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
116 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
118 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
119 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
121 SOURCES
= $(libbacktrace_la_SOURCES
) $(EXTRA_libbacktrace_la_SOURCES
) \
122 $(btest_SOURCES
) $(stest_SOURCES
)
132 red
=; grn
=; lgn
=; blu
=; std
=
134 ALLOC_FILE
= @ALLOC_FILE@
137 AUTOCONF
= @AUTOCONF@
138 AUTOHEADER
= @AUTOHEADER@
139 AUTOMAKE
= @AUTOMAKE@
141 BACKTRACE_FILE
= @BACKTRACE_FILE@
142 BACKTRACE_SUPPORTED
= @BACKTRACE_SUPPORTED@
143 BACKTRACE_SUPPORTS_THREADS
= @BACKTRACE_SUPPORTS_THREADS@
144 BACKTRACE_USES_MALLOC
= @BACKTRACE_USES_MALLOC@
148 CPPFLAGS
= @CPPFLAGS@
149 CYGPATH_W
= @CYGPATH_W@
151 DSYMUTIL
= @DSYMUTIL@
158 EXTRA_FLAGS
= @EXTRA_FLAGS@
160 FORMAT_FILE
= @FORMAT_FILE@
163 INSTALL_DATA
= @INSTALL_DATA@
164 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
165 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
166 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
174 LTLIBOBJS
= @LTLIBOBJS@
176 MAKEINFO
= @MAKEINFO@
185 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
186 PACKAGE_NAME
= @PACKAGE_NAME@
187 PACKAGE_STRING
= @PACKAGE_STRING@
188 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
189 PACKAGE_URL
= @PACKAGE_URL@
190 PACKAGE_VERSION
= @PACKAGE_VERSION@
191 PATH_SEPARATOR
= @PATH_SEPARATOR@
192 PIC_FLAG
= @PIC_FLAG@
195 SET_MAKE
= @SET_MAKE@
199 VIEW_FILE
= @VIEW_FILE@
200 WARN_FLAGS
= @WARN_FLAGS@
201 abs_builddir
= @abs_builddir@
202 abs_srcdir
= @abs_srcdir@
203 abs_top_builddir
= @abs_top_builddir@
204 abs_top_srcdir
= @abs_top_srcdir@
205 ac_ct_CC
= @ac_ct_CC@
206 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
207 am__leading_dot
= @am__leading_dot@
209 am__untar
= @am__untar@
212 build_alias
= @build_alias@
213 build_cpu
= @build_cpu@
214 build_os
= @build_os@
215 build_vendor
= @build_vendor@
216 builddir
= @builddir@
218 datarootdir
= @datarootdir@
221 exec_prefix = @
exec_prefix@
223 host_alias
= @host_alias@
224 host_cpu
= @host_cpu@
226 host_vendor
= @host_vendor@
228 includedir = @
includedir@
230 install_sh
= @install_sh@
232 libexecdir
= @libexecdir@
233 libtool_VERSION
= @libtool_VERSION@
234 localedir
= @localedir@
235 localstatedir
= @localstatedir@
238 multi_basedir
= @multi_basedir@
239 oldincludedir = @
oldincludedir@
242 program_transform_name
= @program_transform_name@
245 sharedstatedir
= @sharedstatedir@
247 sysconfdir
= @sysconfdir@
249 target_alias
= @target_alias@
250 target_cpu
= @target_cpu@
251 target_os
= @target_os@
252 target_vendor
= @target_vendor@
253 top_build_prefix
= @top_build_prefix@
254 top_builddir
= @top_builddir@
255 top_srcdir
= @top_srcdir@
256 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
257 AM_CPPFLAGS
= -I
$(top_srcdir
)/..
/include -I
$(top_srcdir
)/..
/libgcc \
260 AM_CFLAGS
= $(EXTRA_FLAGS
) $(WARN_FLAGS
) $(PIC_FLAG
)
261 noinst_LTLIBRARIES
= libbacktrace.la
262 libbacktrace_la_SOURCES
= \
290 EXTRA_libbacktrace_la_SOURCES
= \
296 libbacktrace_la_LIBADD
= \
302 libbacktrace_la_DEPENDENCIES
= $(libbacktrace_la_LIBADD
)
303 TESTS
= $(check_PROGRAMS
)
304 @NATIVE_TRUE@btest_SOURCES
= btest.c
305 @NATIVE_TRUE@btest_CFLAGS
= $(AM_CFLAGS
) -g
-O
306 @NATIVE_TRUE@btest_LDADD
= libbacktrace.la
307 @NATIVE_TRUE@stest_SOURCES
= stest.c
308 @NATIVE_TRUE@stest_LDADD
= libbacktrace.la
310 # We can't use automake's automatic dependency tracking, because it
311 # breaks when using bootstrap-lean. Automatic dependency tracking
312 # with GCC bootstrap will cause some of the objects to depend on
313 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When
314 # using bootstrap-lean, prev-gcc is removed after each stage. When
315 # running "make install", those header files will be gone, causing the
316 # library to be rebuilt at install time. That may not succeed.
318 # These manual dependencies do not include dependencies on unwind.h,
319 # even though that is part of GCC, because where to find it depends on
320 # whether we are being built as a host library or a target library.
321 INCDIR
= $(top_srcdir
)/..
/include
323 $(MAKE
) $(AM_MAKEFLAGS
) all-am
326 .SUFFIXES
: .c .lo .o .obj
329 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
331 case
'$(am__configure_deps)' in \
333 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
334 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign
--ignore-deps \
339 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
340 $(am__cd
) $(top_srcdir
) && \
341 $(AUTOMAKE
) --foreign
--ignore-deps Makefile
343 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
346 echo
' $(SHELL) ./config.status'; \
347 $(SHELL
) .
/config.status
;; \
349 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
350 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
353 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
354 $(SHELL
) .
/config.status
--recheck
356 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
357 $(am__cd
) $(srcdir) && $(AUTOCONF
)
358 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
359 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
360 $(am__aclocal_m4_deps
):
363 @if
test ! -f
$@
; then \
365 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
368 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
370 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
371 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
372 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
377 -rm -f config.h stamp-h1
378 backtrace-supported.h
: $(top_builddir
)/config.status
$(srcdir)/backtrace-supported.h.in
379 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
381 clean-noinstLTLIBRARIES
:
382 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
383 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
384 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
385 test "$$dir" != "$$p" ||
dir=.
; \
386 echo
"rm -f \"$${dir}/so_locations\""; \
387 rm -f
"$${dir}/so_locations"; \
389 libbacktrace.la
: $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_DEPENDENCIES
)
390 $(LINK
) $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_LIBADD
) $(LIBS
)
393 @list
='$(check_PROGRAMS)'; test -n
"$$list" || exit
0; \
394 echo
" rm -f" $$list; \
395 rm -f
$$list || exit
$$?
; \
396 test -n
"$(EXEEXT)" || exit
0; \
397 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
398 echo
" rm -f" $$list; \
400 btest
$(EXEEXT
): $(btest_OBJECTS
) $(btest_DEPENDENCIES
)
401 @
rm -f btest
$(EXEEXT
)
402 $(btest_LINK
) $(btest_OBJECTS
) $(btest_LDADD
) $(LIBS
)
403 stest
$(EXEEXT
): $(stest_OBJECTS
) $(stest_DEPENDENCIES
)
404 @
rm -f stest
$(EXEEXT
)
405 $(LINK
) $(stest_OBJECTS
) $(stest_LDADD
) $(LIBS
)
417 $(COMPILE
) -c
`$(CYGPATH_W) '$<'`
420 $(LTCOMPILE
) -c
-o
$@
$<
422 btest-btest.o
: btest.c
423 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(btest_CFLAGS
) $(CFLAGS
) -c
-o btest-btest.o
`test -f 'btest.c' || echo '$(srcdir)/'`btest.c
425 btest-btest.obj
: btest.c
426 $(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`
435 -rm -f libtool config.lt
437 # GNU Make needs to see an explicit $(MAKE) variable in the command it
438 # runs to enable its job server during parallel builds. Hence the
441 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
443 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
446 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
448 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
450 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
451 maintainer-clean-multi
:
452 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
454 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
455 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
456 unique
=`for i in $$list; do \
457 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460 END { if (nonempty) { for (i in files) print i; }; }'`; \
464 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
465 $(TAGS_FILES
) $(LISP
)
468 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
469 unique
=`for i in $$list; do \
470 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473 END { if (nonempty) { for (i in files) print i; }; }'`; \
475 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
476 test -n
"$$unique" || unique
=$$empty_fix; \
477 if
test $$# -gt 0; then \
478 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
481 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
486 CTAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
487 $(TAGS_FILES
) $(LISP
)
488 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
489 unique
=`for i in $$list; do \
490 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493 END { if (nonempty) { for (i in files) print i; }; }'`; \
494 test -z
"$(CTAGS_ARGS)$$unique" \
495 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
499 here
=`$(am__cd) $(top_builddir) && pwd` \
500 && $(am__cd
) $(top_srcdir
) \
501 && gtags
-i
$(GTAGS_ARGS
) "$$here"
504 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
506 check-TESTS
: $(TESTS
)
507 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
508 srcdir=$(srcdir); export srcdir; \
511 if
test -n
"$$list"; then \
512 for tst in
$$list; do \
513 if
test -f .
/$$tst; then
dir=.
/; \
514 elif
test -f
$$tst; then
dir=; \
515 else dir="$(srcdir)/"; fi
; \
516 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
517 all=`expr $$all + 1`; \
518 case
" $(XFAIL_TESTS) " in \
519 *[\ \
]$$tst[\ \
]*) \
520 xpass
=`expr $$xpass + 1`; \
521 failed
=`expr $$failed + 1`; \
522 col
=$$red; res
=XPASS
; \
525 col
=$$grn; res
=PASS
; \
528 elif
test $$?
-ne
77; then \
529 all=`expr $$all + 1`; \
530 case
" $(XFAIL_TESTS) " in \
531 *[\ \
]$$tst[\ \
]*) \
532 xfail
=`expr $$xfail + 1`; \
533 col
=$$lgn; res
=XFAIL
; \
536 failed
=`expr $$failed + 1`; \
537 col
=$$red; res
=FAIL
; \
541 skip
=`expr $$skip + 1`; \
542 col
=$$blu; res
=SKIP
; \
544 echo
"$${col}$$res$${std}: $$tst"; \
546 if
test "$$all" -eq
1; then \
553 if
test "$$failed" -eq
0; then \
554 if
test "$$xfail" -eq
0; then \
555 banner
="$$All$$all $$tests passed"; \
557 if
test "$$xfail" -eq
1; then failures
=failure
; else failures
=failures
; fi
; \
558 banner
="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
561 if
test "$$xpass" -eq
0; then \
562 banner
="$$failed of $$all $$tests failed"; \
564 if
test "$$xpass" -eq
1; then passes
=pass
; else passes
=passes
; fi
; \
565 banner
="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
570 if
test "$$skip" -ne
0; then \
571 if
test "$$skip" -eq
1; then \
572 skipped
="($$skip test was not run)"; \
574 skipped
="($$skip tests were not run)"; \
576 test `echo "$$skipped" | wc -c` -le
`echo "$$banner" | wc -c` || \
577 dashes
="$$skipped"; \
580 if
test "$$failed" -ne
0 && test -n
"$(PACKAGE_BUGREPORT)"; then \
581 report
="Please report to $(PACKAGE_BUGREPORT)"; \
582 test `echo "$$report" | wc -c` -le
`echo "$$banner" | wc -c` || \
585 dashes
=`echo "$$dashes" | sed s/./=/g`; \
586 if
test "$$failed" -eq
0; then \
587 echo
"$$grn$$dashes"; \
589 echo
"$$red$$dashes"; \
592 test -z
"$$skipped" || echo
"$$skipped"; \
593 test -z
"$$report" || echo
"$$report"; \
594 echo
"$$dashes$$std"; \
595 test "$$failed" -eq
0; \
598 $(MAKE
) $(AM_MAKEFLAGS
) $(check_PROGRAMS
)
599 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
601 all-am
: Makefile
$(LTLIBRARIES
) all-multi config.h
604 install-exec
: install-exec-am
605 install-data
: install-data-am
606 uninstall: uninstall-am
609 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
611 installcheck: installcheck-am
613 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
614 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
615 `test -z '$(STRIP)' || \
616 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
622 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
623 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
625 maintainer-clean-generic
:
626 @echo
"This command is intended for maintainers to use"
627 @echo
"it deletes files that may require special tools to rebuild."
628 clean: clean-am clean-multi
630 clean-am
: clean-checkPROGRAMS clean-generic clean-libtool \
631 clean-noinstLTLIBRARIES mostlyclean-am
633 distclean: distclean-am distclean-multi
634 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
636 distclean-am
: clean-am distclean-compile distclean-generic \
637 distclean-hdr distclean-libtool distclean-tags
653 install-dvi
: install-dvi-am
657 install-exec-am
: install-multi
659 install-html
: install-html-am
663 install-info
: install-info-am
669 install-pdf
: install-pdf-am
673 install-ps
: install-ps-am
679 maintainer-clean
: maintainer-clean-am maintainer-clean-multi
680 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
681 -rm -rf
$(top_srcdir
)/autom4te.cache
683 maintainer-clean-am
: distclean-am maintainer-clean-generic
685 mostlyclean: mostlyclean-am mostlyclean-multi
687 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
700 .MAKE
: all all-multi check-am clean-multi distclean-multi install-am \
701 install-multi install-strip maintainer-clean-multi \
704 .PHONY
: CTAGS GTAGS
all all-am all-multi am--refresh
check check-TESTS \
705 check-am
clean clean-checkPROGRAMS clean-generic clean-libtool \
706 clean-multi clean-noinstLTLIBRARIES ctags
distclean \
707 distclean-compile distclean-generic distclean-hdr \
708 distclean-libtool distclean-multi distclean-tags
dvi dvi-am \
709 html html-am
info info-am
install install-am install-data \
710 install-data-am install-dvi install-dvi-am install-exec \
711 install-exec-am install-html install-html-am install-info \
712 install-info-am install-man install-multi install-pdf \
713 install-pdf-am install-ps install-ps-am install-strip \
714 installcheck installcheck-am
installdirs maintainer-clean \
715 maintainer-clean-generic maintainer-clean-multi
mostlyclean \
716 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
717 mostlyclean-multi pdf pdf-am ps ps-am
tags uninstall \
720 alloc.lo
: config.h backtrace.h internal.h
721 backtrace.lo
: config.h backtrace.h
722 btest.lo
: (INCDIR
)/filenames.h backtrace.h backtrace-supported.h
723 dwarf.lo
: config.h
$(INCDIR
)/dwarf2.h
$(INCDIR
)/dwarf2.def \
724 $(INCDIR
)/filenames.h backtrace.h internal.h
725 elf.lo
: config.h backtrace.h internal.h
726 fileline.lo
: config.h backtrace.h internal.h
727 mmap.lo
: config.h backtrace.h internal.h
728 mmapio.lo
: config.h backtrace.h internal.h
729 nounwind.lo
: config.h internal.h
730 posix.lo
: config.h backtrace.h internal.h
731 print.lo
: config.h backtrace.h internal.h
732 read.lo
: config.h backtrace.h internal.h
733 simple.lo
: config.h backtrace.h internal.h
734 state.lo
: config.h backtrace.h backtrace-supported.h internal.h
735 unknown.lo
: config.h backtrace.h internal.h
737 # Tell versions [3.59,3.63) of GNU make to not export all variables.
738 # Otherwise a system limit (for SysV at least) may be exceeded.