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-2013 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
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 \
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
) \
106 DEFAULT_INCLUDES
= -I.@am__isrc@
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
)
115 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
116 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
118 SOURCES
= $(libbacktrace_la_SOURCES
) $(EXTRA_libbacktrace_la_SOURCES
) \
129 red
=; grn
=; lgn
=; blu
=; std
=
131 ALLOC_FILE
= @ALLOC_FILE@
134 AUTOCONF
= @AUTOCONF@
135 AUTOHEADER
= @AUTOHEADER@
136 AUTOMAKE
= @AUTOMAKE@
138 BACKTRACE_FILE
= @BACKTRACE_FILE@
139 BACKTRACE_SUPPORTED
= @BACKTRACE_SUPPORTED@
140 BACKTRACE_SUPPORTS_THREADS
= @BACKTRACE_SUPPORTS_THREADS@
141 BACKTRACE_USES_MALLOC
= @BACKTRACE_USES_MALLOC@
145 CPPFLAGS
= @CPPFLAGS@
146 CYGPATH_W
= @CYGPATH_W@
148 DSYMUTIL
= @DSYMUTIL@
155 EXTRA_FLAGS
= @EXTRA_FLAGS@
157 FORMAT_FILE
= @FORMAT_FILE@
160 INSTALL_DATA
= @INSTALL_DATA@
161 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
162 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
163 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
171 LTLIBOBJS
= @LTLIBOBJS@
173 MAKEINFO
= @MAKEINFO@
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@
192 SET_MAKE
= @SET_MAKE@
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@
206 am__untar
= @am__untar@
209 build_alias
= @build_alias@
210 build_cpu
= @build_cpu@
211 build_os
= @build_os@
212 build_vendor
= @build_vendor@
213 builddir
= @builddir@
215 datarootdir
= @datarootdir@
218 exec_prefix = @
exec_prefix@
220 host_alias
= @host_alias@
221 host_cpu
= @host_cpu@
223 host_vendor
= @host_vendor@
225 includedir = @
includedir@
227 install_sh
= @install_sh@
229 libexecdir
= @libexecdir@
230 libtool_VERSION
= @libtool_VERSION@
231 localedir
= @localedir@
232 localstatedir
= @localstatedir@
235 multi_basedir
= @multi_basedir@
236 oldincludedir = @
oldincludedir@
239 program_transform_name
= @program_transform_name@
242 sharedstatedir
= @sharedstatedir@
244 sysconfdir
= @sysconfdir@
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 \
257 AM_CFLAGS
= $(EXTRA_FLAGS
) $(WARN_FLAGS
) $(PIC_FLAG
)
258 noinst_LTLIBRARIES
= libbacktrace.la
259 libbacktrace_la_SOURCES
= \
286 EXTRA_libbacktrace_la_SOURCES
= \
292 libbacktrace_la_LIBADD
= \
298 libbacktrace_la_DEPENDENCIES
= $(libbacktrace_la_LIBADD
)
299 TESTS
= $(check_PROGRAMS
)
300 @NATIVE_TRUE@btest_SOURCES
= btest.c
301 @NATIVE_TRUE@btest_CFLAGS
= $(AM_CFLAGS
) -g
-O
302 @NATIVE_TRUE@btest_LDADD
= libbacktrace.la
304 # We can't use automake's automatic dependency tracking, because it
305 # breaks when using bootstrap-lean. Automatic dependency tracking
306 # with GCC bootstrap will cause some of the objects to depend on
307 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When
308 # using bootstrap-lean, prev-gcc is removed after each stage. When
309 # running "make install", those header files will be gone, causing the
310 # library to be rebuilt at install time. That may not succeed.
312 # These manual dependencies do not include dependencies on unwind.h,
313 # even though that is part of GCC, because where to find it depends on
314 # whether we are being built as a host library or a target library.
315 INCDIR
= $(top_srcdir
)/..
/include
317 $(MAKE
) $(AM_MAKEFLAGS
) all-am
320 .SUFFIXES
: .c .lo .o .obj
323 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
325 case
'$(am__configure_deps)' in \
327 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
328 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign
--ignore-deps \
333 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
334 $(am__cd
) $(top_srcdir
) && \
335 $(AUTOMAKE
) --foreign
--ignore-deps Makefile
337 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
340 echo
' $(SHELL) ./config.status'; \
341 $(SHELL
) .
/config.status
;; \
343 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
344 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
347 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
348 $(SHELL
) .
/config.status
--recheck
350 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
351 $(am__cd
) $(srcdir) && $(AUTOCONF
)
352 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
353 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
354 $(am__aclocal_m4_deps
):
357 @if
test ! -f
$@
; then \
359 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
362 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
364 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
365 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
366 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
371 -rm -f config.h stamp-h1
372 backtrace-supported.h
: $(top_builddir
)/config.status
$(srcdir)/backtrace-supported.h.in
373 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
375 clean-noinstLTLIBRARIES
:
376 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
377 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
378 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
379 test "$$dir" != "$$p" ||
dir=.
; \
380 echo
"rm -f \"$${dir}/so_locations\""; \
381 rm -f
"$${dir}/so_locations"; \
383 libbacktrace.la
: $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_DEPENDENCIES
)
384 $(LINK
) $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_LIBADD
) $(LIBS
)
387 @list
='$(check_PROGRAMS)'; test -n
"$$list" || exit
0; \
388 echo
" rm -f" $$list; \
389 rm -f
$$list || exit
$$?
; \
390 test -n
"$(EXEEXT)" || exit
0; \
391 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
392 echo
" rm -f" $$list; \
394 btest
$(EXEEXT
): $(btest_OBJECTS
) $(btest_DEPENDENCIES
)
395 @
rm -f btest
$(EXEEXT
)
396 $(btest_LINK
) $(btest_OBJECTS
) $(btest_LDADD
) $(LIBS
)
408 $(COMPILE
) -c
`$(CYGPATH_W) '$<'`
411 $(LTCOMPILE
) -c
-o
$@
$<
413 btest-btest.o
: btest.c
414 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(btest_CFLAGS
) $(CFLAGS
) -c
-o btest-btest.o
`test -f 'btest.c' || echo '$(srcdir)/'`btest.c
416 btest-btest.obj
: btest.c
417 $(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`
426 -rm -f libtool config.lt
428 # GNU Make needs to see an explicit $(MAKE) variable in the command it
429 # runs to enable its job server during parallel builds. Hence the
432 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
434 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
437 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
439 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
441 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
442 maintainer-clean-multi
:
443 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
445 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
446 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
447 unique
=`for i in $$list; do \
448 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451 END { if (nonempty) { for (i in files) print i; }; }'`; \
455 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
456 $(TAGS_FILES
) $(LISP
)
459 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
460 unique
=`for i in $$list; do \
461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
467 test -n
"$$unique" || unique
=$$empty_fix; \
468 if
test $$# -gt 0; then \
469 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
472 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
477 CTAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
478 $(TAGS_FILES
) $(LISP
)
479 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
480 unique
=`for i in $$list; do \
481 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484 END { if (nonempty) { for (i in files) print i; }; }'`; \
485 test -z
"$(CTAGS_ARGS)$$unique" \
486 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
490 here
=`$(am__cd) $(top_builddir) && pwd` \
491 && $(am__cd
) $(top_srcdir
) \
492 && gtags
-i
$(GTAGS_ARGS
) "$$here"
495 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
497 check-TESTS
: $(TESTS
)
498 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
499 srcdir=$(srcdir); export srcdir; \
502 if
test -n
"$$list"; then \
503 for tst in
$$list; do \
504 if
test -f .
/$$tst; then
dir=.
/; \
505 elif
test -f
$$tst; then
dir=; \
506 else dir="$(srcdir)/"; fi
; \
507 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
508 all=`expr $$all + 1`; \
509 case
" $(XFAIL_TESTS) " in \
510 *[\ \
]$$tst[\ \
]*) \
511 xpass
=`expr $$xpass + 1`; \
512 failed
=`expr $$failed + 1`; \
513 col
=$$red; res
=XPASS
; \
516 col
=$$grn; res
=PASS
; \
519 elif
test $$?
-ne
77; then \
520 all=`expr $$all + 1`; \
521 case
" $(XFAIL_TESTS) " in \
522 *[\ \
]$$tst[\ \
]*) \
523 xfail
=`expr $$xfail + 1`; \
524 col
=$$lgn; res
=XFAIL
; \
527 failed
=`expr $$failed + 1`; \
528 col
=$$red; res
=FAIL
; \
532 skip
=`expr $$skip + 1`; \
533 col
=$$blu; res
=SKIP
; \
535 echo
"$${col}$$res$${std}: $$tst"; \
537 if
test "$$all" -eq
1; then \
544 if
test "$$failed" -eq
0; then \
545 if
test "$$xfail" -eq
0; then \
546 banner
="$$All$$all $$tests passed"; \
548 if
test "$$xfail" -eq
1; then failures
=failure
; else failures
=failures
; fi
; \
549 banner
="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
552 if
test "$$xpass" -eq
0; then \
553 banner
="$$failed of $$all $$tests failed"; \
555 if
test "$$xpass" -eq
1; then passes
=pass
; else passes
=passes
; fi
; \
556 banner
="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
561 if
test "$$skip" -ne
0; then \
562 if
test "$$skip" -eq
1; then \
563 skipped
="($$skip test was not run)"; \
565 skipped
="($$skip tests were not run)"; \
567 test `echo "$$skipped" | wc -c` -le
`echo "$$banner" | wc -c` || \
568 dashes
="$$skipped"; \
571 if
test "$$failed" -ne
0 && test -n
"$(PACKAGE_BUGREPORT)"; then \
572 report
="Please report to $(PACKAGE_BUGREPORT)"; \
573 test `echo "$$report" | wc -c` -le
`echo "$$banner" | wc -c` || \
576 dashes
=`echo "$$dashes" | sed s/./=/g`; \
577 if
test "$$failed" -eq
0; then \
578 echo
"$$grn$$dashes"; \
580 echo
"$$red$$dashes"; \
583 test -z
"$$skipped" || echo
"$$skipped"; \
584 test -z
"$$report" || echo
"$$report"; \
585 echo
"$$dashes$$std"; \
586 test "$$failed" -eq
0; \
589 $(MAKE
) $(AM_MAKEFLAGS
) $(check_PROGRAMS
)
590 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
592 all-am
: Makefile
$(LTLIBRARIES
) all-multi config.h
595 install-exec
: install-exec-am
596 install-data
: install-data-am
597 uninstall: uninstall-am
600 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
602 installcheck: installcheck-am
604 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
605 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
606 `test -z '$(STRIP)' || \
607 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
613 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
614 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
616 maintainer-clean-generic
:
617 @echo
"This command is intended for maintainers to use"
618 @echo
"it deletes files that may require special tools to rebuild."
619 clean: clean-am clean-multi
621 clean-am
: clean-checkPROGRAMS clean-generic clean-libtool \
622 clean-noinstLTLIBRARIES mostlyclean-am
624 distclean: distclean-am distclean-multi
625 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
627 distclean-am
: clean-am distclean-compile distclean-generic \
628 distclean-hdr distclean-libtool distclean-tags
644 install-dvi
: install-dvi-am
648 install-exec-am
: install-multi
650 install-html
: install-html-am
654 install-info
: install-info-am
660 install-pdf
: install-pdf-am
664 install-ps
: install-ps-am
670 maintainer-clean
: maintainer-clean-am maintainer-clean-multi
671 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
672 -rm -rf
$(top_srcdir
)/autom4te.cache
674 maintainer-clean-am
: distclean-am maintainer-clean-generic
676 mostlyclean: mostlyclean-am mostlyclean-multi
678 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
691 .MAKE
: all all-multi check-am clean-multi distclean-multi install-am \
692 install-multi install-strip maintainer-clean-multi \
695 .PHONY
: CTAGS GTAGS
all all-am all-multi am--refresh
check check-TESTS \
696 check-am
clean clean-checkPROGRAMS clean-generic clean-libtool \
697 clean-multi clean-noinstLTLIBRARIES ctags
distclean \
698 distclean-compile distclean-generic distclean-hdr \
699 distclean-libtool distclean-multi distclean-tags
dvi dvi-am \
700 html html-am
info info-am
install install-am install-data \
701 install-data-am install-dvi install-dvi-am install-exec \
702 install-exec-am install-html install-html-am install-info \
703 install-info-am install-man install-multi install-pdf \
704 install-pdf-am install-ps install-ps-am install-strip \
705 installcheck installcheck-am
installdirs maintainer-clean \
706 maintainer-clean-generic maintainer-clean-multi
mostlyclean \
707 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
708 mostlyclean-multi pdf pdf-am ps ps-am
tags uninstall \
711 alloc.lo
: config.h backtrace.h internal.h
712 backtrace.lo
: config.h backtrace.h
713 btest.lo
: (INCDIR
)/filenames.h backtrace.h backtrace-supported.h
714 dwarf.lo
: config.h
$(INCDIR
)/dwarf2.h
$(INCDIR
)/dwarf2.def \
715 $(INCDIR
)/filenames.h backtrace.h internal.h
716 elf.lo
: config.h backtrace.h internal.h
717 fileline.lo
: config.h backtrace.h internal.h
718 mmap.lo
: config.h backtrace.h internal.h
719 mmapio.lo
: config.h backtrace.h internal.h
720 nounwind.lo
: config.h internal.h
721 posix.lo
: config.h backtrace.h internal.h
722 print.lo
: config.h backtrace.h internal.h
723 read.lo
: config.h backtrace.h internal.h
724 simple.lo
: config.h backtrace.h internal.h
725 state.lo
: config.h backtrace.h backtrace-supported.h internal.h
726 unknown.lo
: config.h backtrace.h internal.h
728 # Tell versions [3.59,3.63) of GNU make to not export all variables.
729 # Otherwise a system limit (for SysV at least) may be exceeded.