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 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
= dwarf.lo fileline.lo posix.lo
print.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 \
255 -I ..
/libgcc
-I ..
/gcc
/include -I
$(MULTIBUILDTOP
)..
/..
/gcc
/include
257 AM_CFLAGS
= $(EXTRA_FLAGS
) $(WARN_FLAGS
) $(PIC_FLAG
)
258 noinst_LTLIBRARIES
= libbacktrace.la
259 libbacktrace_la_SOURCES
= \
285 EXTRA_libbacktrace_la_SOURCES
= \
291 libbacktrace_la_LIBADD
= \
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
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.
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
316 $(MAKE
) $(AM_MAKEFLAGS
) all-am
319 .SUFFIXES
: .c .lo .o .obj
322 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
324 case
'$(am__configure_deps)' in \
326 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
327 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign
--ignore-deps \
332 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
333 $(am__cd
) $(top_srcdir
) && \
334 $(AUTOMAKE
) --foreign
--ignore-deps Makefile
336 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
339 echo
' $(SHELL) ./config.status'; \
340 $(SHELL
) .
/config.status
;; \
342 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
343 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
346 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
347 $(SHELL
) .
/config.status
--recheck
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
):
356 @if
test ! -f
$@
; then \
358 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
361 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
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
))
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
$@
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"; \
382 libbacktrace.la
: $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_DEPENDENCIES
)
383 $(LINK
) $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_LIBADD
) $(LIBS
)
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; \
393 btest
$(EXEEXT
): $(btest_OBJECTS
) $(btest_DEPENDENCIES
)
394 @
rm -f btest
$(EXEEXT
)
395 $(btest_LINK
) $(btest_OBJECTS
) $(btest_LDADD
) $(LIBS
)
407 $(COMPILE
) -c
`$(CYGPATH_W) '$<'`
410 $(LTCOMPILE
) -c
-o
$@
$<
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
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`
425 -rm -f libtool config.lt
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
431 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
433 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
436 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
438 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
440 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
441 maintainer-clean-multi
:
442 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
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; \
449 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450 END { if (nonempty) { for (i in files) print i; }; }'`; \
454 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
455 $(TAGS_FILES
) $(LISP
)
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; \
462 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
) \
471 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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; \
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
) \
489 here
=`$(am__cd) $(top_builddir) && pwd` \
490 && $(am__cd
) $(top_srcdir
) \
491 && gtags
-i
$(GTAGS_ARGS
) "$$here"
494 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
496 check-TESTS
: $(TESTS
)
497 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
498 srcdir=$(srcdir); export srcdir; \
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
; \
515 col
=$$grn; res
=PASS
; \
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
; \
526 failed
=`expr $$failed + 1`; \
527 col
=$$red; res
=FAIL
; \
531 skip
=`expr $$skip + 1`; \
532 col
=$$blu; res
=SKIP
; \
534 echo
"$${col}$$res$${std}: $$tst"; \
536 if
test "$$all" -eq
1; then \
543 if
test "$$failed" -eq
0; then \
544 if
test "$$xfail" -eq
0; then \
545 banner
="$$All$$all $$tests passed"; \
547 if
test "$$xfail" -eq
1; then failures
=failure
; else failures
=failures
; fi
; \
548 banner
="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
551 if
test "$$xpass" -eq
0; then \
552 banner
="$$failed of $$all $$tests failed"; \
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)"; \
560 if
test "$$skip" -ne
0; then \
561 if
test "$$skip" -eq
1; then \
562 skipped
="($$skip test was not run)"; \
564 skipped
="($$skip tests were not run)"; \
566 test `echo "$$skipped" | wc -c` -le
`echo "$$banner" | wc -c` || \
567 dashes
="$$skipped"; \
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` || \
575 dashes
=`echo "$$dashes" | sed s/./=/g`; \
576 if
test "$$failed" -eq
0; then \
577 echo
"$$grn$$dashes"; \
579 echo
"$$red$$dashes"; \
582 test -z
"$$skipped" || echo
"$$skipped"; \
583 test -z
"$$report" || echo
"$$report"; \
584 echo
"$$dashes$$std"; \
585 test "$$failed" -eq
0; \
588 $(MAKE
) $(AM_MAKEFLAGS
) $(check_PROGRAMS
)
589 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
591 all-am
: Makefile
$(LTLIBRARIES
) all-multi config.h
594 install-exec
: install-exec-am
595 install-data
: install-data-am
596 uninstall: uninstall-am
599 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
601 installcheck: installcheck-am
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
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
)
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
620 clean-am
: clean-checkPROGRAMS clean-generic clean-libtool \
621 clean-noinstLTLIBRARIES mostlyclean-am
623 distclean: distclean-am distclean-multi
624 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
626 distclean-am
: clean-am distclean-compile distclean-generic \
627 distclean-hdr distclean-libtool distclean-tags
643 install-dvi
: install-dvi-am
647 install-exec-am
: install-multi
649 install-html
: install-html-am
653 install-info
: install-info-am
659 install-pdf
: install-pdf-am
663 install-ps
: install-ps-am
669 maintainer-clean
: maintainer-clean-am maintainer-clean-multi
670 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
671 -rm -rf
$(top_srcdir
)/autom4te.cache
673 maintainer-clean-am
: distclean-am maintainer-clean-generic
675 mostlyclean: mostlyclean-am mostlyclean-multi
677 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
690 .MAKE
: all all-multi check-am clean-multi distclean-multi install-am \
691 install-multi install-strip maintainer-clean-multi \
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 \
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
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.