Daily bump.
[official-gcc.git] / libbacktrace / Makefile.in
blobf7f849bdeaf2da4e440f86b75d1d82c2f5a54713
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, 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.
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.
16 @SET_MAKE@
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
23 # met:
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
31 # distribution.
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.
49 VPATH = @srcdir@
50 am__make_dryrun = \
51 { \
52 am__dry=no; \
53 case $$MAKEFLAGS in \
54 *\\[\ \ ]*) \
55 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
56 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
57 *) \
58 for am__flg in $$MAKEFLAGS; do \
59 case $$am__flg in \
60 *=*|--*) ;; \
61 *n*) am__dry=yes; break;; \
62 esac; \
63 done;; \
64 esac; \
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)
77 NORMAL_INSTALL = :
78 PRE_INSTALL = :
79 POST_INSTALL = :
80 NORMAL_UNINSTALL = :
81 PRE_UNINSTALL = :
82 POST_UNINSTALL = :
83 build_triplet = @build@
84 host_triplet = @host@
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
92 subdir = .
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/cet.m4 \
99 $(top_srcdir)/../config/enable.m4 \
100 $(top_srcdir)/../config/lead-dot.m4 \
101 $(top_srcdir)/../config/multi.m4 \
102 $(top_srcdir)/../config/override.m4 \
103 $(top_srcdir)/../config/stdint.m4 \
104 $(top_srcdir)/../config/unwind_ipinfo.m4 \
105 $(top_srcdir)/../config/warnings.m4 \
106 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
107 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
108 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
112 configure.lineno config.status.lineno
113 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
114 CONFIG_HEADER = config.h
115 CONFIG_CLEAN_FILES = backtrace-supported.h
116 CONFIG_CLEAN_VPATH_FILES =
117 LTLIBRARIES = $(noinst_LTLIBRARIES)
118 am__DEPENDENCIES_1 =
119 am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \
120 print.lo sort.lo state.lo
121 libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS)
122 @NATIVE_TRUE@am__EXEEXT_1 = btest$(EXEEXT) stest$(EXEEXT) \
123 @NATIVE_TRUE@ ztest$(EXEEXT) edtest$(EXEEXT)
124 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = ttest$(EXEEXT)
125 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = \
126 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg$(EXEEXT) \
127 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta$(EXEEXT)
128 @NATIVE_TRUE@am_btest_OBJECTS = btest-btest.$(OBJEXT) \
129 @NATIVE_TRUE@ btest-testlib.$(OBJEXT)
130 btest_OBJECTS = $(am_btest_OBJECTS)
131 @NATIVE_TRUE@btest_DEPENDENCIES = libbacktrace.la
132 btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
133 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
134 $(LDFLAGS) -o $@
135 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctesta_OBJECTS = ctesta-btest.$(OBJEXT) \
136 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta-testlib.$(OBJEXT)
137 ctesta_OBJECTS = $(am_ctesta_OBJECTS)
138 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_DEPENDENCIES = \
139 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la
140 ctesta_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
141 --mode=link $(CCLD) $(ctesta_CFLAGS) $(CFLAGS) \
142 $(ctesta_LDFLAGS) $(LDFLAGS) -o $@
143 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctestg_OBJECTS = ctestg-btest.$(OBJEXT) \
144 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg-testlib.$(OBJEXT)
145 ctestg_OBJECTS = $(am_ctestg_OBJECTS)
146 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_DEPENDENCIES = \
147 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la
148 ctestg_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
149 --mode=link $(CCLD) $(ctestg_CFLAGS) $(CFLAGS) \
150 $(ctestg_LDFLAGS) $(LDFLAGS) -o $@
151 @NATIVE_TRUE@am_edtest_OBJECTS = edtest.$(OBJEXT) \
152 @NATIVE_TRUE@ edtest2_build.$(OBJEXT) testlib.$(OBJEXT)
153 edtest_OBJECTS = $(am_edtest_OBJECTS)
154 @NATIVE_TRUE@edtest_DEPENDENCIES = libbacktrace.la
155 @NATIVE_TRUE@am_stest_OBJECTS = stest.$(OBJEXT)
156 stest_OBJECTS = $(am_stest_OBJECTS)
157 @NATIVE_TRUE@stest_DEPENDENCIES = libbacktrace.la
158 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am_ttest_OBJECTS = \
159 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-ttest.$(OBJEXT) \
160 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-testlib.$(OBJEXT)
161 ttest_OBJECTS = $(am_ttest_OBJECTS)
162 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_DEPENDENCIES = libbacktrace.la
163 ttest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
164 --mode=link $(CCLD) $(ttest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
165 $(LDFLAGS) -o $@
166 @NATIVE_TRUE@am_ztest_OBJECTS = ztest-ztest.$(OBJEXT) \
167 @NATIVE_TRUE@ ztest-testlib.$(OBJEXT)
168 ztest_OBJECTS = $(am_ztest_OBJECTS)
169 @NATIVE_TRUE@ztest_DEPENDENCIES = libbacktrace.la \
170 @NATIVE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
171 ztest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
172 --mode=link $(CCLD) $(ztest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
173 $(LDFLAGS) -o $@
174 DEFAULT_INCLUDES = -I.@am__isrc@
175 depcomp =
176 am__depfiles_maybe =
177 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
178 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
180 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
181 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182 CCLD = $(CC)
183 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
184 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
185 $(LDFLAGS) -o $@
186 SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \
187 $(btest_SOURCES) $(ctesta_SOURCES) $(ctestg_SOURCES) \
188 $(edtest_SOURCES) $(stest_SOURCES) $(ttest_SOURCES) \
189 $(ztest_SOURCES)
190 MULTISRCTOP =
191 MULTIBUILDTOP =
192 MULTIDIRS =
193 MULTISUBDIR =
194 MULTIDO = true
195 MULTICLEAN = true
196 am__can_run_installinfo = \
197 case $$AM_UPDATE_INFO_DIR in \
198 n|no|NO) false;; \
199 *) (install-info --version) >/dev/null 2>&1;; \
200 esac
201 ETAGS = etags
202 CTAGS = ctags
203 am__tty_colors = \
204 red=; grn=; lgn=; blu=; std=
205 ACLOCAL = @ACLOCAL@
206 ALLOC_FILE = @ALLOC_FILE@
207 AMTAR = @AMTAR@
208 AR = @AR@
209 AUTOCONF = @AUTOCONF@
210 AUTOHEADER = @AUTOHEADER@
211 AUTOMAKE = @AUTOMAKE@
212 AWK = @AWK@
213 BACKTRACE_FILE = @BACKTRACE_FILE@
214 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
215 BACKTRACE_SUPPORTS_DATA = @BACKTRACE_SUPPORTS_DATA@
216 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
217 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
218 CC = @CC@
219 CFLAGS = @CFLAGS@
220 CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@
221 CPP = @CPP@
222 CPPFLAGS = @CPPFLAGS@
223 CYGPATH_W = @CYGPATH_W@
224 DEFS = @DEFS@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EXEEXT = @EXEEXT@
232 EXTRA_FLAGS = @EXTRA_FLAGS@
233 FGREP = @FGREP@
234 FORMAT_FILE = @FORMAT_FILE@
235 GREP = @GREP@
236 INSTALL = @INSTALL@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 LD = @LD@
242 LDFLAGS = @LDFLAGS@
243 LIBOBJS = @LIBOBJS@
244 LIBS = @LIBS@
245 LIBTOOL = @LIBTOOL@
246 LIPO = @LIPO@
247 LN_S = @LN_S@
248 LTLIBOBJS = @LTLIBOBJS@
249 MAINT = @MAINT@
250 MAKEINFO = @MAKEINFO@
251 MKDIR_P = @MKDIR_P@
252 NM = @NM@
253 NMEDIT = @NMEDIT@
254 OBJCOPY = @OBJCOPY@
255 OBJDUMP = @OBJDUMP@
256 OBJEXT = @OBJEXT@
257 OTOOL = @OTOOL@
258 OTOOL64 = @OTOOL64@
259 PACKAGE = @PACKAGE@
260 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
261 PACKAGE_NAME = @PACKAGE_NAME@
262 PACKAGE_STRING = @PACKAGE_STRING@
263 PACKAGE_TARNAME = @PACKAGE_TARNAME@
264 PACKAGE_URL = @PACKAGE_URL@
265 PACKAGE_VERSION = @PACKAGE_VERSION@
266 PATH_SEPARATOR = @PATH_SEPARATOR@
267 PIC_FLAG = @PIC_FLAG@
268 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
269 RANLIB = @RANLIB@
270 SED = @SED@
271 SET_MAKE = @SET_MAKE@
272 SHELL = @SHELL@
273 STRIP = @STRIP@
274 VERSION = @VERSION@
275 VIEW_FILE = @VIEW_FILE@
276 WARN_FLAGS = @WARN_FLAGS@
277 abs_builddir = @abs_builddir@
278 abs_srcdir = @abs_srcdir@
279 abs_top_builddir = @abs_top_builddir@
280 abs_top_srcdir = @abs_top_srcdir@
281 ac_ct_CC = @ac_ct_CC@
282 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
283 am__leading_dot = @am__leading_dot@
284 am__tar = @am__tar@
285 am__untar = @am__untar@
286 bindir = @bindir@
287 build = @build@
288 build_alias = @build_alias@
289 build_cpu = @build_cpu@
290 build_os = @build_os@
291 build_vendor = @build_vendor@
292 builddir = @builddir@
293 datadir = @datadir@
294 datarootdir = @datarootdir@
295 docdir = @docdir@
296 dvidir = @dvidir@
297 exec_prefix = @exec_prefix@
298 host = @host@
299 host_alias = @host_alias@
300 host_cpu = @host_cpu@
301 host_os = @host_os@
302 host_vendor = @host_vendor@
303 htmldir = @htmldir@
304 includedir = @includedir@
305 infodir = @infodir@
306 install_sh = @install_sh@
307 libdir = @libdir@
308 libexecdir = @libexecdir@
309 libtool_VERSION = @libtool_VERSION@
310 localedir = @localedir@
311 localstatedir = @localstatedir@
312 mandir = @mandir@
313 mkdir_p = @mkdir_p@
314 multi_basedir = @multi_basedir@
315 oldincludedir = @oldincludedir@
316 pdfdir = @pdfdir@
317 prefix = @prefix@
318 program_transform_name = @program_transform_name@
319 psdir = @psdir@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 srcdir = @srcdir@
323 sysconfdir = @sysconfdir@
324 target = @target@
325 target_alias = @target_alias@
326 target_cpu = @target_cpu@
327 target_os = @target_os@
328 target_vendor = @target_vendor@
329 top_build_prefix = @top_build_prefix@
330 top_builddir = @top_builddir@
331 top_srcdir = @top_srcdir@
332 ACLOCAL_AMFLAGS = -I .. -I ../config
333 AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
334 -I ../libgcc
336 AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
337 noinst_LTLIBRARIES = libbacktrace.la
338 libbacktrace_la_SOURCES = \
339 backtrace.h \
340 atomic.c \
341 dwarf.c \
342 fileline.c \
343 internal.h \
344 posix.c \
345 print.c \
346 sort.c \
347 state.c
349 BACKTRACE_FILES = \
350 backtrace.c \
351 simple.c \
352 nounwind.c
354 FORMAT_FILES = \
355 elf.c \
356 pecoff.c \
357 unknown.c \
358 xcoff.c
360 VIEW_FILES = \
361 read.c \
362 mmapio.c
364 ALLOC_FILES = \
365 alloc.c \
366 mmap.c
368 EXTRA_libbacktrace_la_SOURCES = \
369 $(BACKTRACE_FILES) \
370 $(FORMAT_FILES) \
371 $(VIEW_FILES) \
372 $(ALLOC_FILES)
374 libbacktrace_la_LIBADD = \
375 $(BACKTRACE_FILE) \
376 $(FORMAT_FILE) \
377 $(VIEW_FILE) \
378 $(ALLOC_FILE)
380 libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
381 TESTS = $(check_PROGRAMS) $(am__append_4)
382 @NATIVE_TRUE@btest_SOURCES = btest.c testlib.c
383 @NATIVE_TRUE@btest_CFLAGS = $(AM_CFLAGS) -g -O
384 @NATIVE_TRUE@btest_LDADD = libbacktrace.la
385 @NATIVE_TRUE@stest_SOURCES = stest.c
386 @NATIVE_TRUE@stest_LDADD = libbacktrace.la
387 @NATIVE_TRUE@ztest_SOURCES = ztest.c testlib.c
388 @NATIVE_TRUE@ztest_CFLAGS = -DSRCDIR=\"$(srcdir)\"
389 @NATIVE_TRUE@ztest_LDADD = libbacktrace.la $(am__append_2) \
390 @NATIVE_TRUE@ $(CLOCK_GETTIME_LINK)
391 @NATIVE_TRUE@edtest_SOURCES = edtest.c edtest2_build.c testlib.c
392 @NATIVE_TRUE@edtest_LDADD = libbacktrace.la
393 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES = ttest.c testlib.c
394 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = $(AM_CFLAGS) -pthread
395 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD = libbacktrace.la
396 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_SOURCES = btest.c testlib.c
397 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_CFLAGS = $(AM_CFLAGS) -g
398 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDFLAGS = -Wl,--compress-debug-sections=zlib-gnu
399 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDADD = libbacktrace.la
400 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_SOURCES = btest.c testlib.c
401 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_CFLAGS = $(AM_CFLAGS) -g
402 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDFLAGS = -Wl,--compress-debug-sections=zlib-gabi
403 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDADD = libbacktrace.la
405 # We can't use automake's automatic dependency tracking, because it
406 # breaks when using bootstrap-lean. Automatic dependency tracking
407 # with GCC bootstrap will cause some of the objects to depend on
408 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When
409 # using bootstrap-lean, prev-gcc is removed after each stage. When
410 # running "make install", those header files will be gone, causing the
411 # library to be rebuilt at install time. That may not succeed.
413 # These manual dependencies do not include dependencies on unwind.h,
414 # even though that is part of GCC, because where to find it depends on
415 # whether we are being built as a host library or a target library.
416 INCDIR = $(top_srcdir)/../include
417 all: config.h
418 $(MAKE) $(AM_MAKEFLAGS) all-am
420 .SUFFIXES:
421 .SUFFIXES: .c .lo .o .obj
422 am--refresh: Makefile
424 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
425 @for dep in $?; do \
426 case '$(am__configure_deps)' in \
427 *$$dep*) \
428 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
429 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
430 && exit 0; \
431 exit 1;; \
432 esac; \
433 done; \
434 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
435 $(am__cd) $(top_srcdir) && \
436 $(AUTOMAKE) --foreign --ignore-deps Makefile
437 .PRECIOUS: Makefile
438 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439 @case '$?' in \
440 *config.status*) \
441 echo ' $(SHELL) ./config.status'; \
442 $(SHELL) ./config.status;; \
443 *) \
444 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
445 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
446 esac;
448 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
449 $(SHELL) ./config.status --recheck
451 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
452 $(am__cd) $(srcdir) && $(AUTOCONF)
453 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
454 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
455 $(am__aclocal_m4_deps):
457 config.h: stamp-h1
458 @if test ! -f $@; then rm -f stamp-h1; else :; fi
459 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
461 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
462 @rm -f stamp-h1
463 cd $(top_builddir) && $(SHELL) ./config.status config.h
464 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
465 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
466 rm -f stamp-h1
467 touch $@
469 distclean-hdr:
470 -rm -f config.h stamp-h1
471 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
472 cd $(top_builddir) && $(SHELL) ./config.status $@
474 clean-noinstLTLIBRARIES:
475 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
476 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
477 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
478 test "$$dir" != "$$p" || dir=.; \
479 echo "rm -f \"$${dir}/so_locations\""; \
480 rm -f "$${dir}/so_locations"; \
481 done
482 libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES) $(EXTRA_libbacktrace_la_DEPENDENCIES)
483 $(LINK) $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
485 clean-checkPROGRAMS:
486 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
487 echo " rm -f" $$list; \
488 rm -f $$list || exit $$?; \
489 test -n "$(EXEEXT)" || exit 0; \
490 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
491 echo " rm -f" $$list; \
492 rm -f $$list
493 btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES) $(EXTRA_btest_DEPENDENCIES)
494 @rm -f btest$(EXEEXT)
495 $(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
496 ctesta$(EXEEXT): $(ctesta_OBJECTS) $(ctesta_DEPENDENCIES) $(EXTRA_ctesta_DEPENDENCIES)
497 @rm -f ctesta$(EXEEXT)
498 $(ctesta_LINK) $(ctesta_OBJECTS) $(ctesta_LDADD) $(LIBS)
499 ctestg$(EXEEXT): $(ctestg_OBJECTS) $(ctestg_DEPENDENCIES) $(EXTRA_ctestg_DEPENDENCIES)
500 @rm -f ctestg$(EXEEXT)
501 $(ctestg_LINK) $(ctestg_OBJECTS) $(ctestg_LDADD) $(LIBS)
502 edtest$(EXEEXT): $(edtest_OBJECTS) $(edtest_DEPENDENCIES) $(EXTRA_edtest_DEPENDENCIES)
503 @rm -f edtest$(EXEEXT)
504 $(LINK) $(edtest_OBJECTS) $(edtest_LDADD) $(LIBS)
505 stest$(EXEEXT): $(stest_OBJECTS) $(stest_DEPENDENCIES) $(EXTRA_stest_DEPENDENCIES)
506 @rm -f stest$(EXEEXT)
507 $(LINK) $(stest_OBJECTS) $(stest_LDADD) $(LIBS)
508 ttest$(EXEEXT): $(ttest_OBJECTS) $(ttest_DEPENDENCIES) $(EXTRA_ttest_DEPENDENCIES)
509 @rm -f ttest$(EXEEXT)
510 $(ttest_LINK) $(ttest_OBJECTS) $(ttest_LDADD) $(LIBS)
511 ztest$(EXEEXT): $(ztest_OBJECTS) $(ztest_DEPENDENCIES) $(EXTRA_ztest_DEPENDENCIES)
512 @rm -f ztest$(EXEEXT)
513 $(ztest_LINK) $(ztest_OBJECTS) $(ztest_LDADD) $(LIBS)
515 mostlyclean-compile:
516 -rm -f *.$(OBJEXT)
518 distclean-compile:
519 -rm -f *.tab.c
521 .c.o:
522 $(COMPILE) -c $<
524 .c.obj:
525 $(COMPILE) -c `$(CYGPATH_W) '$<'`
527 .c.lo:
528 $(LTCOMPILE) -c -o $@ $<
530 btest-btest.o: btest.c
531 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
533 btest-btest.obj: btest.c
534 $(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`
536 btest-testlib.o: testlib.c
537 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
539 btest-testlib.obj: testlib.c
540 $(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`
542 ctesta-btest.o: btest.c
543 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
545 ctesta-btest.obj: btest.c
546 $(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`
548 ctesta-testlib.o: testlib.c
549 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
551 ctesta-testlib.obj: testlib.c
552 $(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`
554 ctestg-btest.o: btest.c
555 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
557 ctestg-btest.obj: btest.c
558 $(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`
560 ctestg-testlib.o: testlib.c
561 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
563 ctestg-testlib.obj: testlib.c
564 $(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`
566 ttest-ttest.o: ttest.c
567 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-ttest.o `test -f 'ttest.c' || echo '$(srcdir)/'`ttest.c
569 ttest-ttest.obj: ttest.c
570 $(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`
572 ttest-testlib.o: testlib.c
573 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
575 ttest-testlib.obj: testlib.c
576 $(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`
578 ztest-ztest.o: ztest.c
579 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-ztest.o `test -f 'ztest.c' || echo '$(srcdir)/'`ztest.c
581 ztest-ztest.obj: ztest.c
582 $(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`
584 ztest-testlib.o: testlib.c
585 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
587 ztest-testlib.obj: testlib.c
588 $(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`
590 mostlyclean-libtool:
591 -rm -f *.lo
593 clean-libtool:
594 -rm -rf .libs _libs
596 distclean-libtool:
597 -rm -f libtool config.lt
599 # GNU Make needs to see an explicit $(MAKE) variable in the command it
600 # runs to enable its job server during parallel builds. Hence the
601 # comments below.
602 all-multi:
603 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
604 install-multi:
605 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
607 mostlyclean-multi:
608 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
609 clean-multi:
610 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
611 distclean-multi:
612 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
613 maintainer-clean-multi:
614 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
616 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
617 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
618 unique=`for i in $$list; do \
619 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
620 done | \
621 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
622 END { if (nonempty) { for (i in files) print i; }; }'`; \
623 mkid -fID $$unique
624 tags: TAGS
626 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
627 $(TAGS_FILES) $(LISP)
628 set x; \
629 here=`pwd`; \
630 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
631 unique=`for i in $$list; do \
632 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
633 done | \
634 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
635 END { if (nonempty) { for (i in files) print i; }; }'`; \
636 shift; \
637 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
638 test -n "$$unique" || unique=$$empty_fix; \
639 if test $$# -gt 0; then \
640 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
641 "$$@" $$unique; \
642 else \
643 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
644 $$unique; \
645 fi; \
647 ctags: CTAGS
648 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
649 $(TAGS_FILES) $(LISP)
650 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
651 unique=`for i in $$list; do \
652 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
653 done | \
654 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
655 END { if (nonempty) { for (i in files) print i; }; }'`; \
656 test -z "$(CTAGS_ARGS)$$unique" \
657 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
658 $$unique
660 GTAGS:
661 here=`$(am__cd) $(top_builddir) && pwd` \
662 && $(am__cd) $(top_srcdir) \
663 && gtags -i $(GTAGS_ARGS) "$$here"
665 distclean-tags:
666 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
668 check-TESTS: $(TESTS)
669 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
670 srcdir=$(srcdir); export srcdir; \
671 list=' $(TESTS) '; \
672 $(am__tty_colors); \
673 if test -n "$$list"; then \
674 for tst in $$list; do \
675 if test -f ./$$tst; then dir=./; \
676 elif test -f $$tst; then dir=; \
677 else dir="$(srcdir)/"; fi; \
678 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
679 all=`expr $$all + 1`; \
680 case " $(XFAIL_TESTS) " in \
681 *[\ \ ]$$tst[\ \ ]*) \
682 xpass=`expr $$xpass + 1`; \
683 failed=`expr $$failed + 1`; \
684 col=$$red; res=XPASS; \
685 ;; \
686 *) \
687 col=$$grn; res=PASS; \
688 ;; \
689 esac; \
690 elif test $$? -ne 77; then \
691 all=`expr $$all + 1`; \
692 case " $(XFAIL_TESTS) " in \
693 *[\ \ ]$$tst[\ \ ]*) \
694 xfail=`expr $$xfail + 1`; \
695 col=$$lgn; res=XFAIL; \
696 ;; \
697 *) \
698 failed=`expr $$failed + 1`; \
699 col=$$red; res=FAIL; \
700 ;; \
701 esac; \
702 else \
703 skip=`expr $$skip + 1`; \
704 col=$$blu; res=SKIP; \
705 fi; \
706 echo "$${col}$$res$${std}: $$tst"; \
707 done; \
708 if test "$$all" -eq 1; then \
709 tests="test"; \
710 All=""; \
711 else \
712 tests="tests"; \
713 All="All "; \
714 fi; \
715 if test "$$failed" -eq 0; then \
716 if test "$$xfail" -eq 0; then \
717 banner="$$All$$all $$tests passed"; \
718 else \
719 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
720 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
721 fi; \
722 else \
723 if test "$$xpass" -eq 0; then \
724 banner="$$failed of $$all $$tests failed"; \
725 else \
726 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
727 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
728 fi; \
729 fi; \
730 dashes="$$banner"; \
731 skipped=""; \
732 if test "$$skip" -ne 0; then \
733 if test "$$skip" -eq 1; then \
734 skipped="($$skip test was not run)"; \
735 else \
736 skipped="($$skip tests were not run)"; \
737 fi; \
738 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
739 dashes="$$skipped"; \
740 fi; \
741 report=""; \
742 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
743 report="Please report to $(PACKAGE_BUGREPORT)"; \
744 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
745 dashes="$$report"; \
746 fi; \
747 dashes=`echo "$$dashes" | sed s/./=/g`; \
748 if test "$$failed" -eq 0; then \
749 col="$$grn"; \
750 else \
751 col="$$red"; \
752 fi; \
753 echo "$${col}$$dashes$${std}"; \
754 echo "$${col}$$banner$${std}"; \
755 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
756 test -z "$$report" || echo "$${col}$$report$${std}"; \
757 echo "$${col}$$dashes$${std}"; \
758 test "$$failed" -eq 0; \
759 else :; fi
760 check-am: all-am
761 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
762 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
763 check: check-am
764 all-am: Makefile $(LTLIBRARIES) all-multi config.h
765 installdirs:
766 install: install-am
767 install-exec: install-exec-am
768 install-data: install-data-am
769 uninstall: uninstall-am
771 install-am: all-am
772 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
774 installcheck: installcheck-am
775 install-strip:
776 if test -z '$(STRIP)'; then \
777 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
778 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
779 install; \
780 else \
781 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
782 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
783 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
785 mostlyclean-generic:
787 clean-generic:
789 distclean-generic:
790 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
791 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
793 maintainer-clean-generic:
794 @echo "This command is intended for maintainers to use"
795 @echo "it deletes files that may require special tools to rebuild."
796 clean: clean-am clean-multi
798 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
799 clean-noinstLTLIBRARIES mostlyclean-am
801 distclean: distclean-am distclean-multi
802 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
803 -rm -f Makefile
804 distclean-am: clean-am distclean-compile distclean-generic \
805 distclean-hdr distclean-libtool distclean-tags
807 dvi: dvi-am
809 dvi-am:
811 html: html-am
813 html-am:
815 info: info-am
817 info-am:
819 install-data-am:
821 install-dvi: install-dvi-am
823 install-dvi-am:
825 install-exec-am: install-multi
827 install-html: install-html-am
829 install-html-am:
831 install-info: install-info-am
833 install-info-am:
835 install-man:
837 install-pdf: install-pdf-am
839 install-pdf-am:
841 install-ps: install-ps-am
843 install-ps-am:
845 installcheck-am:
847 maintainer-clean: maintainer-clean-am maintainer-clean-multi
848 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
849 -rm -rf $(top_srcdir)/autom4te.cache
850 -rm -f Makefile
851 maintainer-clean-am: distclean-am maintainer-clean-generic
853 mostlyclean: mostlyclean-am mostlyclean-multi
855 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
856 mostlyclean-libtool
858 pdf: pdf-am
860 pdf-am:
862 ps: ps-am
864 ps-am:
866 uninstall-am:
868 .MAKE: all all-multi check-am clean-multi distclean-multi install-am \
869 install-multi install-strip maintainer-clean-multi \
870 mostlyclean-multi
872 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \
873 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
874 clean-multi clean-noinstLTLIBRARIES ctags distclean \
875 distclean-compile distclean-generic distclean-hdr \
876 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
877 html html-am info info-am install install-am install-data \
878 install-data-am install-dvi install-dvi-am install-exec \
879 install-exec-am install-html install-html-am install-info \
880 install-info-am install-man install-multi install-pdf \
881 install-pdf-am install-ps install-ps-am install-strip \
882 installcheck installcheck-am installdirs maintainer-clean \
883 maintainer-clean-generic maintainer-clean-multi mostlyclean \
884 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
885 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
886 uninstall-am
889 @NATIVE_TRUE@edtest2_build.c: gen_edtest2_build; @true
890 @NATIVE_TRUE@gen_edtest2_build: $(srcdir)/edtest2.c
891 @NATIVE_TRUE@ cat $(srcdir)/edtest2.c > tmp-edtest2_build.c
892 @NATIVE_TRUE@ $(SHELL) $(srcdir)/../move-if-change tmp-edtest2_build.c edtest2_build.c
893 @NATIVE_TRUE@ echo timestamp > $@
895 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@dtest: btest
896 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(OBJCOPY) --only-keep-debug btest btest.debug
897 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(OBJCOPY) --strip-debug --add-gnu-debuglink=btest.debug btest dtest
898 alloc.lo: config.h backtrace.h internal.h
899 backtrace.lo: config.h backtrace.h internal.h
900 btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h
901 dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \
902 $(INCDIR)/filenames.h backtrace.h internal.h
903 elf.lo: config.h backtrace.h internal.h
904 fileline.lo: config.h backtrace.h internal.h
905 mmap.lo: config.h backtrace.h internal.h
906 mmapio.lo: config.h backtrace.h internal.h
907 nounwind.lo: config.h internal.h
908 pecoff.lo: config.h backtrace.h internal.h
909 posix.lo: config.h backtrace.h internal.h
910 print.lo: config.h backtrace.h internal.h
911 read.lo: config.h backtrace.h internal.h
912 simple.lo: config.h backtrace.h internal.h
913 sort.lo: config.h backtrace.h internal.h
914 stest.lo: config.h backtrace.h internal.h
915 state.lo: config.h backtrace.h backtrace-supported.h internal.h
916 unknown.lo: config.h backtrace.h internal.h
917 xcoff.lo: config.h backtrace.h internal.h
919 # Tell versions [3.59,3.63) of GNU make to not export all variables.
920 # Otherwise a system limit (for SysV at least) may be exceeded.
921 .NOEXPORT: