1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
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-2017 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.
55 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
56 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
58 for am__flg in
$$MAKEFLAGS; do \
61 *n
*) am__dry
=yes
; break
;; \
65 test $$am__dry = yes
; \
67 pkgdatadir
= $(datadir)/@PACKAGE@
68 pkgincludedir
= $(includedir)/@PACKAGE@
69 pkglibdir
= $(libdir)/@PACKAGE@
70 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
71 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
72 install_sh_DATA
= $(install_sh
) -c
-m
644
73 install_sh_PROGRAM
= $(install_sh
) -c
74 install_sh_SCRIPT
= $(install_sh
) -c
75 INSTALL_HEADER
= $(INSTALL_DATA
)
76 transform
= $(program_transform_name
)
83 build_triplet
= @build@
85 target_triplet
= @target@
86 check_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
93 DIST_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
97 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
98 am__aclocal_m4_deps
= $(top_srcdir
)/..
/config
/lead-dot.m4 \
99 $(top_srcdir
)/..
/config
/multi.m4 \
100 $(top_srcdir
)/..
/config
/override.m4 \
101 $(top_srcdir
)/..
/config
/stdint.m4 \
102 $(top_srcdir
)/..
/config
/unwind_ipinfo.m4 \
103 $(top_srcdir
)/..
/config
/warnings.m4 \
104 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/..
/ltoptions.m4 \
105 $(top_srcdir
)/..
/ltsugar.m4
$(top_srcdir
)/..
/ltversion.m4 \
106 $(top_srcdir
)/..
/lt~obsolete.m4
$(top_srcdir
)/configure.ac
107 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
109 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
110 configure.lineno config.status.lineno
111 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
112 CONFIG_HEADER
= config.h
113 CONFIG_CLEAN_FILES
= backtrace-supported.h
114 CONFIG_CLEAN_VPATH_FILES
=
115 LTLIBRARIES
= $(noinst_LTLIBRARIES
)
117 am_libbacktrace_la_OBJECTS
= atomic.lo dwarf.lo fileline.lo posix.lo \
118 print.lo
sort.lo state.lo
119 libbacktrace_la_OBJECTS
= $(am_libbacktrace_la_OBJECTS
)
120 @NATIVE_TRUE@am__EXEEXT_1
= btest
$(EXEEXT
) stest
$(EXEEXT
) \
121 @NATIVE_TRUE@ ztest
$(EXEEXT
) edtest
$(EXEEXT
)
122 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_2
= ttest
$(EXEEXT
)
123 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_3
= \
124 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg
$(EXEEXT
) \
125 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta
$(EXEEXT
)
126 @NATIVE_TRUE@am_btest_OBJECTS
= btest-btest.
$(OBJEXT
) \
127 @NATIVE_TRUE@ btest-testlib.
$(OBJEXT
)
128 btest_OBJECTS
= $(am_btest_OBJECTS
)
129 @NATIVE_TRUE@btest_DEPENDENCIES
= libbacktrace.la
130 btest_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
131 --mode
=link
$(CCLD
) $(btest_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
133 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctesta_OBJECTS
= ctesta-btest.
$(OBJEXT
) \
134 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta-testlib.
$(OBJEXT
)
135 ctesta_OBJECTS
= $(am_ctesta_OBJECTS
)
136 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_DEPENDENCIES
= \
137 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la
138 ctesta_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
139 --mode
=link
$(CCLD
) $(ctesta_CFLAGS
) $(CFLAGS
) \
140 $(ctesta_LDFLAGS
) $(LDFLAGS
) -o
$@
141 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctestg_OBJECTS
= ctestg-btest.
$(OBJEXT
) \
142 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg-testlib.
$(OBJEXT
)
143 ctestg_OBJECTS
= $(am_ctestg_OBJECTS
)
144 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_DEPENDENCIES
= \
145 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la
146 ctestg_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
147 --mode
=link
$(CCLD
) $(ctestg_CFLAGS
) $(CFLAGS
) \
148 $(ctestg_LDFLAGS
) $(LDFLAGS
) -o
$@
149 @NATIVE_TRUE@am_edtest_OBJECTS
= edtest.
$(OBJEXT
) \
150 @NATIVE_TRUE@ edtest2_build.
$(OBJEXT
) testlib.
$(OBJEXT
)
151 edtest_OBJECTS
= $(am_edtest_OBJECTS
)
152 @NATIVE_TRUE@edtest_DEPENDENCIES
= libbacktrace.la
153 @NATIVE_TRUE@am_stest_OBJECTS
= stest.
$(OBJEXT
)
154 stest_OBJECTS
= $(am_stest_OBJECTS
)
155 @NATIVE_TRUE@stest_DEPENDENCIES
= libbacktrace.la
156 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am_ttest_OBJECTS
= \
157 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-ttest.
$(OBJEXT
) \
158 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-testlib.
$(OBJEXT
)
159 ttest_OBJECTS
= $(am_ttest_OBJECTS
)
160 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_DEPENDENCIES
= libbacktrace.la
161 ttest_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
162 --mode
=link
$(CCLD
) $(ttest_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
164 @NATIVE_TRUE@am_ztest_OBJECTS
= ztest-ztest.
$(OBJEXT
) \
165 @NATIVE_TRUE@ ztest-testlib.
$(OBJEXT
)
166 ztest_OBJECTS
= $(am_ztest_OBJECTS
)
167 @NATIVE_TRUE@ztest_DEPENDENCIES
= libbacktrace.la \
168 @NATIVE_TRUE@
$(am__DEPENDENCIES_1
) $(am__DEPENDENCIES_1
)
169 ztest_LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
170 --mode
=link
$(CCLD
) $(ztest_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
172 DEFAULT_INCLUDES
= -I.@am__isrc@
175 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
176 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
177 LTCOMPILE
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
178 --mode
=compile
$(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
179 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
181 LINK
= $(LIBTOOL
) --tag
=CC
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
182 --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) \
184 SOURCES
= $(libbacktrace_la_SOURCES
) $(EXTRA_libbacktrace_la_SOURCES
) \
185 $(btest_SOURCES
) $(ctesta_SOURCES
) $(ctestg_SOURCES
) \
186 $(edtest_SOURCES
) $(stest_SOURCES
) $(ttest_SOURCES
) \
194 am__can_run_installinfo
= \
195 case
$$AM_UPDATE_INFO_DIR in \
197 *) (install-info
--version
) >/dev
/null
2>&1;; \
202 red
=; grn
=; lgn
=; blu
=; std
=
204 ALLOC_FILE
= @ALLOC_FILE@
207 AUTOCONF
= @AUTOCONF@
208 AUTOHEADER
= @AUTOHEADER@
209 AUTOMAKE
= @AUTOMAKE@
211 BACKTRACE_FILE
= @BACKTRACE_FILE@
212 BACKTRACE_SUPPORTED
= @BACKTRACE_SUPPORTED@
213 BACKTRACE_SUPPORTS_DATA
= @BACKTRACE_SUPPORTS_DATA@
214 BACKTRACE_SUPPORTS_THREADS
= @BACKTRACE_SUPPORTS_THREADS@
215 BACKTRACE_USES_MALLOC
= @BACKTRACE_USES_MALLOC@
218 CLOCK_GETTIME_LINK
= @CLOCK_GETTIME_LINK@
220 CPPFLAGS
= @CPPFLAGS@
221 CYGPATH_W
= @CYGPATH_W@
223 DSYMUTIL
= @DSYMUTIL@
230 EXTRA_FLAGS
= @EXTRA_FLAGS@
232 FORMAT_FILE
= @FORMAT_FILE@
235 INSTALL_DATA
= @INSTALL_DATA@
236 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
237 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
238 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
246 LTLIBOBJS
= @LTLIBOBJS@
248 MAKEINFO
= @MAKEINFO@
258 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
259 PACKAGE_NAME
= @PACKAGE_NAME@
260 PACKAGE_STRING
= @PACKAGE_STRING@
261 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
262 PACKAGE_URL
= @PACKAGE_URL@
263 PACKAGE_VERSION
= @PACKAGE_VERSION@
264 PATH_SEPARATOR
= @PATH_SEPARATOR@
265 PIC_FLAG
= @PIC_FLAG@
266 PTHREAD_CFLAGS
= @PTHREAD_CFLAGS@
269 SET_MAKE
= @SET_MAKE@
273 VIEW_FILE
= @VIEW_FILE@
274 WARN_FLAGS
= @WARN_FLAGS@
275 abs_builddir
= @abs_builddir@
276 abs_srcdir
= @abs_srcdir@
277 abs_top_builddir
= @abs_top_builddir@
278 abs_top_srcdir
= @abs_top_srcdir@
279 ac_ct_CC
= @ac_ct_CC@
280 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
281 am__leading_dot
= @am__leading_dot@
283 am__untar
= @am__untar@
286 build_alias
= @build_alias@
287 build_cpu
= @build_cpu@
288 build_os
= @build_os@
289 build_vendor
= @build_vendor@
290 builddir
= @builddir@
292 datarootdir
= @datarootdir@
295 exec_prefix = @
exec_prefix@
297 host_alias
= @host_alias@
298 host_cpu
= @host_cpu@
300 host_vendor
= @host_vendor@
302 includedir = @
includedir@
304 install_sh
= @install_sh@
306 libexecdir
= @libexecdir@
307 libtool_VERSION
= @libtool_VERSION@
308 localedir
= @localedir@
309 localstatedir
= @localstatedir@
312 multi_basedir
= @multi_basedir@
313 oldincludedir = @
oldincludedir@
316 program_transform_name
= @program_transform_name@
319 sharedstatedir
= @sharedstatedir@
321 sysconfdir
= @sysconfdir@
323 target_alias
= @target_alias@
324 target_cpu
= @target_cpu@
325 target_os
= @target_os@
326 target_vendor
= @target_vendor@
327 top_build_prefix
= @top_build_prefix@
328 top_builddir
= @top_builddir@
329 top_srcdir
= @top_srcdir@
330 ACLOCAL_AMFLAGS
= -I ..
-I ..
/config
331 AM_CPPFLAGS
= -I
$(top_srcdir
)/..
/include -I
$(top_srcdir
)/..
/libgcc \
334 AM_CFLAGS
= $(EXTRA_FLAGS
) $(WARN_FLAGS
) $(PIC_FLAG
)
335 noinst_LTLIBRARIES
= libbacktrace.la
336 libbacktrace_la_SOURCES
= \
366 EXTRA_libbacktrace_la_SOURCES
= \
372 libbacktrace_la_LIBADD
= \
378 libbacktrace_la_DEPENDENCIES
= $(libbacktrace_la_LIBADD
)
379 TESTS
= $(check_PROGRAMS
) $(am__append_4
)
380 @NATIVE_TRUE@btest_SOURCES
= btest.c testlib.c
381 @NATIVE_TRUE@btest_CFLAGS
= $(AM_CFLAGS
) -g
-O
382 @NATIVE_TRUE@btest_LDADD
= libbacktrace.la
383 @NATIVE_TRUE@stest_SOURCES
= stest.c
384 @NATIVE_TRUE@stest_LDADD
= libbacktrace.la
385 @NATIVE_TRUE@ztest_SOURCES
= ztest.c testlib.c
386 @NATIVE_TRUE@ztest_CFLAGS
= -DSRCDIR
=\"$(srcdir)\"
387 @NATIVE_TRUE@ztest_LDADD
= libbacktrace.la
$(am__append_2
) \
388 @NATIVE_TRUE@
$(CLOCK_GETTIME_LINK
)
389 @NATIVE_TRUE@edtest_SOURCES
= edtest.c edtest2_build.c testlib.c
390 @NATIVE_TRUE@edtest_LDADD
= libbacktrace.la
391 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES
= ttest.c testlib.c
392 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS
= $(AM_CFLAGS
) -pthread
393 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD
= libbacktrace.la
394 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_SOURCES
= btest.c testlib.c
395 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_CFLAGS
= $(AM_CFLAGS
) -g
396 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDFLAGS
= -Wl
,--compress-debug-sections
=zlib-gnu
397 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDADD
= libbacktrace.la
398 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_SOURCES
= btest.c testlib.c
399 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_CFLAGS
= $(AM_CFLAGS
) -g
400 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDFLAGS
= -Wl
,--compress-debug-sections
=zlib-gabi
401 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDADD
= libbacktrace.la
403 # We can't use automake's automatic dependency tracking, because it
404 # breaks when using bootstrap-lean. Automatic dependency tracking
405 # with GCC bootstrap will cause some of the objects to depend on
406 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When
407 # using bootstrap-lean, prev-gcc is removed after each stage. When
408 # running "make install", those header files will be gone, causing the
409 # library to be rebuilt at install time. That may not succeed.
411 # These manual dependencies do not include dependencies on unwind.h,
412 # even though that is part of GCC, because where to find it depends on
413 # whether we are being built as a host library or a target library.
414 INCDIR
= $(top_srcdir
)/..
/include
416 $(MAKE
) $(AM_MAKEFLAGS
) all-am
419 .SUFFIXES
: .c .lo .o .obj
420 am--refresh
: Makefile
422 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
424 case
'$(am__configure_deps)' in \
426 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
427 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign
--ignore-deps \
432 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
433 $(am__cd
) $(top_srcdir
) && \
434 $(AUTOMAKE
) --foreign
--ignore-deps Makefile
436 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
439 echo
' $(SHELL) ./config.status'; \
440 $(SHELL
) .
/config.status
;; \
442 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
443 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
446 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
447 $(SHELL
) .
/config.status
--recheck
449 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
450 $(am__cd
) $(srcdir) && $(AUTOCONF
)
451 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
452 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
453 $(am__aclocal_m4_deps
):
456 @if
test ! -f
$@
; then
rm -f stamp-h1
; else :; fi
457 @if
test ! -f
$@
; then
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; else :; fi
459 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
461 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
462 $(srcdir)/config.h.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
463 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
468 -rm -f config.h stamp-h1
469 backtrace-supported.h
: $(top_builddir
)/config.status
$(srcdir)/backtrace-supported.h.in
470 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
472 clean-noinstLTLIBRARIES
:
473 -test -z
"$(noinst_LTLIBRARIES)" ||
rm -f
$(noinst_LTLIBRARIES
)
474 @list
='$(noinst_LTLIBRARIES)'; for p in
$$list; do \
475 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
476 test "$$dir" != "$$p" ||
dir=.
; \
477 echo
"rm -f \"$${dir}/so_locations\""; \
478 rm -f
"$${dir}/so_locations"; \
480 libbacktrace.la
: $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_DEPENDENCIES
) $(EXTRA_libbacktrace_la_DEPENDENCIES
)
481 $(LINK
) $(libbacktrace_la_OBJECTS
) $(libbacktrace_la_LIBADD
) $(LIBS
)
484 @list
='$(check_PROGRAMS)'; test -n
"$$list" || exit
0; \
485 echo
" rm -f" $$list; \
486 rm -f
$$list || exit
$$?
; \
487 test -n
"$(EXEEXT)" || exit
0; \
488 list
=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
489 echo
" rm -f" $$list; \
491 btest
$(EXEEXT
): $(btest_OBJECTS
) $(btest_DEPENDENCIES
) $(EXTRA_btest_DEPENDENCIES
)
492 @
rm -f btest
$(EXEEXT
)
493 $(btest_LINK
) $(btest_OBJECTS
) $(btest_LDADD
) $(LIBS
)
494 ctesta
$(EXEEXT
): $(ctesta_OBJECTS
) $(ctesta_DEPENDENCIES
) $(EXTRA_ctesta_DEPENDENCIES
)
495 @
rm -f ctesta
$(EXEEXT
)
496 $(ctesta_LINK
) $(ctesta_OBJECTS
) $(ctesta_LDADD
) $(LIBS
)
497 ctestg
$(EXEEXT
): $(ctestg_OBJECTS
) $(ctestg_DEPENDENCIES
) $(EXTRA_ctestg_DEPENDENCIES
)
498 @
rm -f ctestg
$(EXEEXT
)
499 $(ctestg_LINK
) $(ctestg_OBJECTS
) $(ctestg_LDADD
) $(LIBS
)
500 edtest
$(EXEEXT
): $(edtest_OBJECTS
) $(edtest_DEPENDENCIES
) $(EXTRA_edtest_DEPENDENCIES
)
501 @
rm -f edtest
$(EXEEXT
)
502 $(LINK
) $(edtest_OBJECTS
) $(edtest_LDADD
) $(LIBS
)
503 stest
$(EXEEXT
): $(stest_OBJECTS
) $(stest_DEPENDENCIES
) $(EXTRA_stest_DEPENDENCIES
)
504 @
rm -f stest
$(EXEEXT
)
505 $(LINK
) $(stest_OBJECTS
) $(stest_LDADD
) $(LIBS
)
506 ttest
$(EXEEXT
): $(ttest_OBJECTS
) $(ttest_DEPENDENCIES
) $(EXTRA_ttest_DEPENDENCIES
)
507 @
rm -f ttest
$(EXEEXT
)
508 $(ttest_LINK
) $(ttest_OBJECTS
) $(ttest_LDADD
) $(LIBS
)
509 ztest
$(EXEEXT
): $(ztest_OBJECTS
) $(ztest_DEPENDENCIES
) $(EXTRA_ztest_DEPENDENCIES
)
510 @
rm -f ztest
$(EXEEXT
)
511 $(ztest_LINK
) $(ztest_OBJECTS
) $(ztest_LDADD
) $(LIBS
)
523 $(COMPILE
) -c
`$(CYGPATH_W) '$<'`
526 $(LTCOMPILE
) -c
-o
$@
$<
528 btest-btest.o
: btest.c
529 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(btest_CFLAGS
) $(CFLAGS
) -c
-o btest-btest.o
`test -f 'btest.c' || echo '$(srcdir)/'`btest.c
531 btest-btest.obj
: btest.c
532 $(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`
534 btest-testlib.o
: testlib.c
535 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(btest_CFLAGS
) $(CFLAGS
) -c
-o btest-testlib.o
`test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
537 btest-testlib.obj
: testlib.c
538 $(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`
540 ctesta-btest.o
: btest.c
541 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ctesta_CFLAGS
) $(CFLAGS
) -c
-o ctesta-btest.o
`test -f 'btest.c' || echo '$(srcdir)/'`btest.c
543 ctesta-btest.obj
: btest.c
544 $(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`
546 ctesta-testlib.o
: testlib.c
547 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ctesta_CFLAGS
) $(CFLAGS
) -c
-o ctesta-testlib.o
`test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
549 ctesta-testlib.obj
: testlib.c
550 $(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`
552 ctestg-btest.o
: btest.c
553 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ctestg_CFLAGS
) $(CFLAGS
) -c
-o ctestg-btest.o
`test -f 'btest.c' || echo '$(srcdir)/'`btest.c
555 ctestg-btest.obj
: btest.c
556 $(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`
558 ctestg-testlib.o
: testlib.c
559 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ctestg_CFLAGS
) $(CFLAGS
) -c
-o ctestg-testlib.o
`test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
561 ctestg-testlib.obj
: testlib.c
562 $(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`
564 ttest-ttest.o
: ttest.c
565 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ttest_CFLAGS
) $(CFLAGS
) -c
-o ttest-ttest.o
`test -f 'ttest.c' || echo '$(srcdir)/'`ttest.c
567 ttest-ttest.obj
: ttest.c
568 $(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`
570 ttest-testlib.o
: testlib.c
571 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ttest_CFLAGS
) $(CFLAGS
) -c
-o ttest-testlib.o
`test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
573 ttest-testlib.obj
: testlib.c
574 $(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`
576 ztest-ztest.o
: ztest.c
577 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ztest_CFLAGS
) $(CFLAGS
) -c
-o ztest-ztest.o
`test -f 'ztest.c' || echo '$(srcdir)/'`ztest.c
579 ztest-ztest.obj
: ztest.c
580 $(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`
582 ztest-testlib.o
: testlib.c
583 $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(ztest_CFLAGS
) $(CFLAGS
) -c
-o ztest-testlib.o
`test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
585 ztest-testlib.obj
: testlib.c
586 $(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`
595 -rm -f libtool config.lt
597 # GNU Make needs to see an explicit $(MAKE) variable in the command it
598 # runs to enable its job server during parallel builds. Hence the
601 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=all multi-do
# $(MAKE)
603 $(MULTIDO
) $(AM_MAKEFLAGS
) DO
=install multi-do
# $(MAKE)
606 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=mostlyclean multi-clean
# $(MAKE)
608 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=clean multi-clean
# $(MAKE)
610 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=distclean multi-clean
# $(MAKE)
611 maintainer-clean-multi
:
612 $(MULTICLEAN
) $(AM_MAKEFLAGS
) DO
=maintainer-clean multi-clean
# $(MAKE)
614 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
615 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
616 unique
=`for i in $$list; do \
617 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
619 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
620 END { if (nonempty) { for (i in files) print i; }; }'`; \
624 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
625 $(TAGS_FILES
) $(LISP
)
628 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
629 unique
=`for i in $$list; do \
630 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
632 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
633 END { if (nonempty) { for (i in files) print i; }; }'`; \
635 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
636 test -n
"$$unique" || unique
=$$empty_fix; \
637 if
test $$# -gt 0; then \
638 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
641 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
646 CTAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
647 $(TAGS_FILES
) $(LISP
)
648 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
649 unique
=`for i in $$list; do \
650 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
652 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
653 END { if (nonempty) { for (i in files) print i; }; }'`; \
654 test -z
"$(CTAGS_ARGS)$$unique" \
655 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
659 here
=`$(am__cd) $(top_builddir) && pwd` \
660 && $(am__cd
) $(top_srcdir
) \
661 && gtags
-i
$(GTAGS_ARGS
) "$$here"
664 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
666 check-TESTS
: $(TESTS
)
667 @failed
=0; all=0; xfail
=0; xpass
=0; skip
=0; \
668 srcdir=$(srcdir); export srcdir; \
671 if
test -n
"$$list"; then \
672 for tst in
$$list; do \
673 if
test -f .
/$$tst; then
dir=.
/; \
674 elif
test -f
$$tst; then
dir=; \
675 else dir="$(srcdir)/"; fi
; \
676 if
$(TESTS_ENVIRONMENT
) $${dir}$$tst; then \
677 all=`expr $$all + 1`; \
678 case
" $(XFAIL_TESTS) " in \
679 *[\ \
]$$tst[\ \
]*) \
680 xpass
=`expr $$xpass + 1`; \
681 failed
=`expr $$failed + 1`; \
682 col
=$$red; res
=XPASS
; \
685 col
=$$grn; res
=PASS
; \
688 elif
test $$?
-ne
77; then \
689 all=`expr $$all + 1`; \
690 case
" $(XFAIL_TESTS) " in \
691 *[\ \
]$$tst[\ \
]*) \
692 xfail
=`expr $$xfail + 1`; \
693 col
=$$lgn; res
=XFAIL
; \
696 failed
=`expr $$failed + 1`; \
697 col
=$$red; res
=FAIL
; \
701 skip
=`expr $$skip + 1`; \
702 col
=$$blu; res
=SKIP
; \
704 echo
"$${col}$$res$${std}: $$tst"; \
706 if
test "$$all" -eq
1; then \
713 if
test "$$failed" -eq
0; then \
714 if
test "$$xfail" -eq
0; then \
715 banner
="$$All$$all $$tests passed"; \
717 if
test "$$xfail" -eq
1; then failures
=failure
; else failures
=failures
; fi
; \
718 banner
="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
721 if
test "$$xpass" -eq
0; then \
722 banner
="$$failed of $$all $$tests failed"; \
724 if
test "$$xpass" -eq
1; then passes
=pass
; else passes
=passes
; fi
; \
725 banner
="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
730 if
test "$$skip" -ne
0; then \
731 if
test "$$skip" -eq
1; then \
732 skipped
="($$skip test was not run)"; \
734 skipped
="($$skip tests were not run)"; \
736 test `echo "$$skipped" | wc -c` -le
`echo "$$banner" | wc -c` || \
737 dashes
="$$skipped"; \
740 if
test "$$failed" -ne
0 && test -n
"$(PACKAGE_BUGREPORT)"; then \
741 report
="Please report to $(PACKAGE_BUGREPORT)"; \
742 test `echo "$$report" | wc -c` -le
`echo "$$banner" | wc -c` || \
745 dashes
=`echo "$$dashes" | sed s/./=/g`; \
746 if
test "$$failed" -eq
0; then \
751 echo
"$${col}$$dashes$${std}"; \
752 echo
"$${col}$$banner$${std}"; \
753 test -z
"$$skipped" || echo
"$${col}$$skipped$${std}"; \
754 test -z
"$$report" || echo
"$${col}$$report$${std}"; \
755 echo
"$${col}$$dashes$${std}"; \
756 test "$$failed" -eq
0; \
759 $(MAKE
) $(AM_MAKEFLAGS
) $(check_PROGRAMS
)
760 $(MAKE
) $(AM_MAKEFLAGS
) check-TESTS
762 all-am
: Makefile
$(LTLIBRARIES
) all-multi config.h
765 install-exec
: install-exec-am
766 install-data
: install-data-am
767 uninstall: uninstall-am
770 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
772 installcheck: installcheck-am
774 if
test -z
'$(STRIP)'; then \
775 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
776 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
779 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
780 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
781 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
788 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
789 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
791 maintainer-clean-generic
:
792 @echo
"This command is intended for maintainers to use"
793 @echo
"it deletes files that may require special tools to rebuild."
794 clean: clean-am clean-multi
796 clean-am
: clean-checkPROGRAMS clean-generic clean-libtool \
797 clean-noinstLTLIBRARIES mostlyclean-am
799 distclean: distclean-am distclean-multi
800 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
802 distclean-am
: clean-am distclean-compile distclean-generic \
803 distclean-hdr distclean-libtool distclean-tags
819 install-dvi
: install-dvi-am
823 install-exec-am
: install-multi
825 install-html
: install-html-am
829 install-info
: install-info-am
835 install-pdf
: install-pdf-am
839 install-ps
: install-ps-am
845 maintainer-clean
: maintainer-clean-am maintainer-clean-multi
846 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
847 -rm -rf
$(top_srcdir
)/autom4te.cache
849 maintainer-clean-am
: distclean-am maintainer-clean-generic
851 mostlyclean: mostlyclean-am mostlyclean-multi
853 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
866 .MAKE
: all all-multi check-am clean-multi distclean-multi install-am \
867 install-multi install-strip maintainer-clean-multi \
870 .PHONY
: CTAGS GTAGS
all all-am all-multi am--refresh
check check-TESTS \
871 check-am
clean clean-checkPROGRAMS clean-generic clean-libtool \
872 clean-multi clean-noinstLTLIBRARIES ctags
distclean \
873 distclean-compile distclean-generic distclean-hdr \
874 distclean-libtool distclean-multi distclean-tags
dvi dvi-am \
875 html html-am
info info-am
install install-am install-data \
876 install-data-am install-dvi install-dvi-am install-exec \
877 install-exec-am install-html install-html-am install-info \
878 install-info-am install-man install-multi install-pdf \
879 install-pdf-am install-ps install-ps-am install-strip \
880 installcheck installcheck-am
installdirs maintainer-clean \
881 maintainer-clean-generic maintainer-clean-multi
mostlyclean \
882 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
883 mostlyclean-multi pdf pdf-am ps ps-am
tags uninstall \
887 @NATIVE_TRUE@edtest2_build.c
: gen_edtest2_build
; @true
888 @NATIVE_TRUE@gen_edtest2_build
: $(srcdir)/edtest2.c
889 @NATIVE_TRUE@ cat
$(srcdir)/edtest2.c
> tmp-edtest2_build.c
890 @NATIVE_TRUE@
$(SHELL
) $(srcdir)/..
/move-if-change tmp-edtest2_build.c edtest2_build.c
891 @NATIVE_TRUE@ echo timestamp
> $@
893 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@dtest
: btest
894 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@
$(OBJCOPY
) --only-keep-debug btest btest.debug
895 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@
$(OBJCOPY
) --strip-debug
--add-gnu-debuglink
=btest.debug btest dtest
896 alloc.lo
: config.h backtrace.h internal.h
897 backtrace.lo
: config.h backtrace.h internal.h
898 btest.lo
: (INCDIR
)/filenames.h backtrace.h backtrace-supported.h
899 dwarf.lo
: config.h
$(INCDIR
)/dwarf2.h
$(INCDIR
)/dwarf2.def \
900 $(INCDIR
)/filenames.h backtrace.h internal.h
901 elf.lo
: config.h backtrace.h internal.h
902 fileline.lo
: config.h backtrace.h internal.h
903 mmap.lo
: config.h backtrace.h internal.h
904 mmapio.lo
: config.h backtrace.h internal.h
905 nounwind.lo
: config.h internal.h
906 pecoff.lo
: config.h backtrace.h internal.h
907 posix.lo
: config.h backtrace.h internal.h
908 print.lo
: config.h backtrace.h internal.h
909 read.lo
: config.h backtrace.h internal.h
910 simple.lo
: config.h backtrace.h internal.h
911 sort.lo
: config.h backtrace.h internal.h
912 stest.lo
: config.h backtrace.h internal.h
913 state.lo
: config.h backtrace.h backtrace-supported.h internal.h
914 unknown.lo
: config.h backtrace.h internal.h
915 xcoff.lo
: config.h backtrace.h internal.h
917 # Tell versions [3.59,3.63) of GNU make to not export all variables.
918 # Otherwise a system limit (for SysV at least) may be exceeded.