2017-06-13 Tamar Christina <tamar.christina@arm.com>
[official-gcc.git] / libbacktrace / Makefile.in
bloba57dc235b33d8c57cf5af834890e0d30343c2216
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)
87 @NATIVE_TRUE@am__append_1 = btest stest edtest
88 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__append_2 = ttest
89 subdir = .
90 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
91 $(srcdir)/Makefile.am $(top_srcdir)/configure \
92 $(am__configure_deps) $(srcdir)/config.h.in \
93 $(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
96 $(top_srcdir)/../config/multi.m4 \
97 $(top_srcdir)/../config/override.m4 \
98 $(top_srcdir)/../config/stdint.m4 \
99 $(top_srcdir)/../config/unwind_ipinfo.m4 \
100 $(top_srcdir)/../config/warnings.m4 \
101 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
102 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
103 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105 $(ACLOCAL_M4)
106 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
109 CONFIG_HEADER = config.h
110 CONFIG_CLEAN_FILES = backtrace-supported.h
111 CONFIG_CLEAN_VPATH_FILES =
112 LTLIBRARIES = $(noinst_LTLIBRARIES)
113 am__DEPENDENCIES_1 =
114 am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \
115 print.lo sort.lo state.lo
116 libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS)
117 @NATIVE_TRUE@am__EXEEXT_1 = btest$(EXEEXT) stest$(EXEEXT) \
118 @NATIVE_TRUE@ edtest$(EXEEXT)
119 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = ttest$(EXEEXT)
120 @NATIVE_TRUE@am_btest_OBJECTS = btest-btest.$(OBJEXT) \
121 @NATIVE_TRUE@ btest-testlib.$(OBJEXT)
122 btest_OBJECTS = $(am_btest_OBJECTS)
123 @NATIVE_TRUE@btest_DEPENDENCIES = libbacktrace.la
124 btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
125 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
126 $(LDFLAGS) -o $@
127 @NATIVE_TRUE@am_edtest_OBJECTS = edtest.$(OBJEXT) \
128 @NATIVE_TRUE@ edtest2_build.$(OBJEXT) testlib.$(OBJEXT)
129 edtest_OBJECTS = $(am_edtest_OBJECTS)
130 @NATIVE_TRUE@edtest_DEPENDENCIES = libbacktrace.la
131 @NATIVE_TRUE@am_stest_OBJECTS = stest.$(OBJEXT)
132 stest_OBJECTS = $(am_stest_OBJECTS)
133 @NATIVE_TRUE@stest_DEPENDENCIES = libbacktrace.la
134 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am_ttest_OBJECTS = \
135 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-ttest.$(OBJEXT) \
136 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-testlib.$(OBJEXT)
137 ttest_OBJECTS = $(am_ttest_OBJECTS)
138 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_DEPENDENCIES = libbacktrace.la
139 ttest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
140 --mode=link $(CCLD) $(ttest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
141 $(LDFLAGS) -o $@
142 DEFAULT_INCLUDES = -I.@am__isrc@
143 depcomp =
144 am__depfiles_maybe =
145 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
148 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
149 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 CCLD = $(CC)
151 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
153 $(LDFLAGS) -o $@
154 SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \
155 $(btest_SOURCES) $(edtest_SOURCES) $(stest_SOURCES) \
156 $(ttest_SOURCES)
157 MULTISRCTOP =
158 MULTIBUILDTOP =
159 MULTIDIRS =
160 MULTISUBDIR =
161 MULTIDO = true
162 MULTICLEAN = true
163 am__can_run_installinfo = \
164 case $$AM_UPDATE_INFO_DIR in \
165 n|no|NO) false;; \
166 *) (install-info --version) >/dev/null 2>&1;; \
167 esac
168 ETAGS = etags
169 CTAGS = ctags
170 am__tty_colors = \
171 red=; grn=; lgn=; blu=; std=
172 ACLOCAL = @ACLOCAL@
173 ALLOC_FILE = @ALLOC_FILE@
174 AMTAR = @AMTAR@
175 AR = @AR@
176 AUTOCONF = @AUTOCONF@
177 AUTOHEADER = @AUTOHEADER@
178 AUTOMAKE = @AUTOMAKE@
179 AWK = @AWK@
180 BACKTRACE_FILE = @BACKTRACE_FILE@
181 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
182 BACKTRACE_SUPPORTS_DATA = @BACKTRACE_SUPPORTS_DATA@
183 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
184 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
185 CC = @CC@
186 CFLAGS = @CFLAGS@
187 CPP = @CPP@
188 CPPFLAGS = @CPPFLAGS@
189 CYGPATH_W = @CYGPATH_W@
190 DEFS = @DEFS@
191 DSYMUTIL = @DSYMUTIL@
192 DUMPBIN = @DUMPBIN@
193 ECHO_C = @ECHO_C@
194 ECHO_N = @ECHO_N@
195 ECHO_T = @ECHO_T@
196 EGREP = @EGREP@
197 EXEEXT = @EXEEXT@
198 EXTRA_FLAGS = @EXTRA_FLAGS@
199 FGREP = @FGREP@
200 FORMAT_FILE = @FORMAT_FILE@
201 GREP = @GREP@
202 INSTALL = @INSTALL@
203 INSTALL_DATA = @INSTALL_DATA@
204 INSTALL_PROGRAM = @INSTALL_PROGRAM@
205 INSTALL_SCRIPT = @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207 LD = @LD@
208 LDFLAGS = @LDFLAGS@
209 LIBOBJS = @LIBOBJS@
210 LIBS = @LIBS@
211 LIBTOOL = @LIBTOOL@
212 LIPO = @LIPO@
213 LN_S = @LN_S@
214 LTLIBOBJS = @LTLIBOBJS@
215 MAINT = @MAINT@
216 MAKEINFO = @MAKEINFO@
217 MKDIR_P = @MKDIR_P@
218 NM = @NM@
219 NMEDIT = @NMEDIT@
220 OBJDUMP = @OBJDUMP@
221 OBJEXT = @OBJEXT@
222 OTOOL = @OTOOL@
223 OTOOL64 = @OTOOL64@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_URL = @PACKAGE_URL@
230 PACKAGE_VERSION = @PACKAGE_VERSION@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 PIC_FLAG = @PIC_FLAG@
233 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
234 RANLIB = @RANLIB@
235 SED = @SED@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 STRIP = @STRIP@
239 VERSION = @VERSION@
240 VIEW_FILE = @VIEW_FILE@
241 WARN_FLAGS = @WARN_FLAGS@
242 abs_builddir = @abs_builddir@
243 abs_srcdir = @abs_srcdir@
244 abs_top_builddir = @abs_top_builddir@
245 abs_top_srcdir = @abs_top_srcdir@
246 ac_ct_CC = @ac_ct_CC@
247 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248 am__leading_dot = @am__leading_dot@
249 am__tar = @am__tar@
250 am__untar = @am__untar@
251 bindir = @bindir@
252 build = @build@
253 build_alias = @build_alias@
254 build_cpu = @build_cpu@
255 build_os = @build_os@
256 build_vendor = @build_vendor@
257 builddir = @builddir@
258 datadir = @datadir@
259 datarootdir = @datarootdir@
260 docdir = @docdir@
261 dvidir = @dvidir@
262 exec_prefix = @exec_prefix@
263 host = @host@
264 host_alias = @host_alias@
265 host_cpu = @host_cpu@
266 host_os = @host_os@
267 host_vendor = @host_vendor@
268 htmldir = @htmldir@
269 includedir = @includedir@
270 infodir = @infodir@
271 install_sh = @install_sh@
272 libdir = @libdir@
273 libexecdir = @libexecdir@
274 libtool_VERSION = @libtool_VERSION@
275 localedir = @localedir@
276 localstatedir = @localstatedir@
277 mandir = @mandir@
278 mkdir_p = @mkdir_p@
279 multi_basedir = @multi_basedir@
280 oldincludedir = @oldincludedir@
281 pdfdir = @pdfdir@
282 prefix = @prefix@
283 program_transform_name = @program_transform_name@
284 psdir = @psdir@
285 sbindir = @sbindir@
286 sharedstatedir = @sharedstatedir@
287 srcdir = @srcdir@
288 sysconfdir = @sysconfdir@
289 target = @target@
290 target_alias = @target_alias@
291 target_cpu = @target_cpu@
292 target_os = @target_os@
293 target_vendor = @target_vendor@
294 top_build_prefix = @top_build_prefix@
295 top_builddir = @top_builddir@
296 top_srcdir = @top_srcdir@
297 ACLOCAL_AMFLAGS = -I .. -I ../config
298 AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
299 -I ../libgcc
301 AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
302 noinst_LTLIBRARIES = libbacktrace.la
303 libbacktrace_la_SOURCES = \
304 backtrace.h \
305 atomic.c \
306 dwarf.c \
307 fileline.c \
308 internal.h \
309 posix.c \
310 print.c \
311 sort.c \
312 state.c
314 BACKTRACE_FILES = \
315 backtrace.c \
316 simple.c \
317 nounwind.c
319 FORMAT_FILES = \
320 elf.c \
321 pecoff.c \
322 unknown.c
324 VIEW_FILES = \
325 read.c \
326 mmapio.c
328 ALLOC_FILES = \
329 alloc.c \
330 mmap.c
332 EXTRA_libbacktrace_la_SOURCES = \
333 $(BACKTRACE_FILES) \
334 $(FORMAT_FILES) \
335 $(VIEW_FILES) \
336 $(ALLOC_FILES)
338 libbacktrace_la_LIBADD = \
339 $(BACKTRACE_FILE) \
340 $(FORMAT_FILE) \
341 $(VIEW_FILE) \
342 $(ALLOC_FILE)
344 libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
345 TESTS = $(check_PROGRAMS)
346 @NATIVE_TRUE@btest_SOURCES = btest.c testlib.c
347 @NATIVE_TRUE@btest_CFLAGS = $(AM_CFLAGS) -g -O
348 @NATIVE_TRUE@btest_LDADD = libbacktrace.la
349 @NATIVE_TRUE@stest_SOURCES = stest.c
350 @NATIVE_TRUE@stest_LDADD = libbacktrace.la
351 @NATIVE_TRUE@edtest_SOURCES = edtest.c edtest2_build.c testlib.c
352 @NATIVE_TRUE@edtest_LDADD = libbacktrace.la
353 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES = ttest.c testlib.c
354 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = -pthread
355 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD = libbacktrace.la
357 # We can't use automake's automatic dependency tracking, because it
358 # breaks when using bootstrap-lean. Automatic dependency tracking
359 # with GCC bootstrap will cause some of the objects to depend on
360 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When
361 # using bootstrap-lean, prev-gcc is removed after each stage. When
362 # running "make install", those header files will be gone, causing the
363 # library to be rebuilt at install time. That may not succeed.
365 # These manual dependencies do not include dependencies on unwind.h,
366 # even though that is part of GCC, because where to find it depends on
367 # whether we are being built as a host library or a target library.
368 INCDIR = $(top_srcdir)/../include
369 all: config.h
370 $(MAKE) $(AM_MAKEFLAGS) all-am
372 .SUFFIXES:
373 .SUFFIXES: .c .lo .o .obj
374 am--refresh: Makefile
376 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
377 @for dep in $?; do \
378 case '$(am__configure_deps)' in \
379 *$$dep*) \
380 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
381 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
382 && exit 0; \
383 exit 1;; \
384 esac; \
385 done; \
386 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
387 $(am__cd) $(top_srcdir) && \
388 $(AUTOMAKE) --foreign --ignore-deps Makefile
389 .PRECIOUS: Makefile
390 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391 @case '$?' in \
392 *config.status*) \
393 echo ' $(SHELL) ./config.status'; \
394 $(SHELL) ./config.status;; \
395 *) \
396 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
397 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
398 esac;
400 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401 $(SHELL) ./config.status --recheck
403 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
404 $(am__cd) $(srcdir) && $(AUTOCONF)
405 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
406 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
407 $(am__aclocal_m4_deps):
409 config.h: stamp-h1
410 @if test ! -f $@; then rm -f stamp-h1; else :; fi
411 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
413 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
414 @rm -f stamp-h1
415 cd $(top_builddir) && $(SHELL) ./config.status config.h
416 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
417 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
418 rm -f stamp-h1
419 touch $@
421 distclean-hdr:
422 -rm -f config.h stamp-h1
423 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
424 cd $(top_builddir) && $(SHELL) ./config.status $@
426 clean-noinstLTLIBRARIES:
427 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
428 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
429 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
430 test "$$dir" != "$$p" || dir=.; \
431 echo "rm -f \"$${dir}/so_locations\""; \
432 rm -f "$${dir}/so_locations"; \
433 done
434 libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES) $(EXTRA_libbacktrace_la_DEPENDENCIES)
435 $(LINK) $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
437 clean-checkPROGRAMS:
438 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
439 echo " rm -f" $$list; \
440 rm -f $$list || exit $$?; \
441 test -n "$(EXEEXT)" || exit 0; \
442 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
443 echo " rm -f" $$list; \
444 rm -f $$list
445 btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES) $(EXTRA_btest_DEPENDENCIES)
446 @rm -f btest$(EXEEXT)
447 $(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
448 edtest$(EXEEXT): $(edtest_OBJECTS) $(edtest_DEPENDENCIES) $(EXTRA_edtest_DEPENDENCIES)
449 @rm -f edtest$(EXEEXT)
450 $(LINK) $(edtest_OBJECTS) $(edtest_LDADD) $(LIBS)
451 stest$(EXEEXT): $(stest_OBJECTS) $(stest_DEPENDENCIES) $(EXTRA_stest_DEPENDENCIES)
452 @rm -f stest$(EXEEXT)
453 $(LINK) $(stest_OBJECTS) $(stest_LDADD) $(LIBS)
454 ttest$(EXEEXT): $(ttest_OBJECTS) $(ttest_DEPENDENCIES) $(EXTRA_ttest_DEPENDENCIES)
455 @rm -f ttest$(EXEEXT)
456 $(ttest_LINK) $(ttest_OBJECTS) $(ttest_LDADD) $(LIBS)
458 mostlyclean-compile:
459 -rm -f *.$(OBJEXT)
461 distclean-compile:
462 -rm -f *.tab.c
464 .c.o:
465 $(COMPILE) -c $<
467 .c.obj:
468 $(COMPILE) -c `$(CYGPATH_W) '$<'`
470 .c.lo:
471 $(LTCOMPILE) -c -o $@ $<
473 btest-btest.o: btest.c
474 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
476 btest-btest.obj: btest.c
477 $(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`
479 btest-testlib.o: testlib.c
480 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
482 btest-testlib.obj: testlib.c
483 $(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`
485 ttest-ttest.o: ttest.c
486 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-ttest.o `test -f 'ttest.c' || echo '$(srcdir)/'`ttest.c
488 ttest-ttest.obj: ttest.c
489 $(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`
491 ttest-testlib.o: testlib.c
492 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
494 ttest-testlib.obj: testlib.c
495 $(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`
497 mostlyclean-libtool:
498 -rm -f *.lo
500 clean-libtool:
501 -rm -rf .libs _libs
503 distclean-libtool:
504 -rm -f libtool config.lt
506 # GNU Make needs to see an explicit $(MAKE) variable in the command it
507 # runs to enable its job server during parallel builds. Hence the
508 # comments below.
509 all-multi:
510 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
511 install-multi:
512 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
514 mostlyclean-multi:
515 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
516 clean-multi:
517 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
518 distclean-multi:
519 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
520 maintainer-clean-multi:
521 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
523 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
524 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
525 unique=`for i in $$list; do \
526 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527 done | \
528 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
529 END { if (nonempty) { for (i in files) print i; }; }'`; \
530 mkid -fID $$unique
531 tags: TAGS
533 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
534 $(TAGS_FILES) $(LISP)
535 set x; \
536 here=`pwd`; \
537 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
538 unique=`for i in $$list; do \
539 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
540 done | \
541 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
542 END { if (nonempty) { for (i in files) print i; }; }'`; \
543 shift; \
544 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
545 test -n "$$unique" || unique=$$empty_fix; \
546 if test $$# -gt 0; then \
547 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548 "$$@" $$unique; \
549 else \
550 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551 $$unique; \
552 fi; \
554 ctags: CTAGS
555 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
556 $(TAGS_FILES) $(LISP)
557 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
558 unique=`for i in $$list; do \
559 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560 done | \
561 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562 END { if (nonempty) { for (i in files) print i; }; }'`; \
563 test -z "$(CTAGS_ARGS)$$unique" \
564 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
565 $$unique
567 GTAGS:
568 here=`$(am__cd) $(top_builddir) && pwd` \
569 && $(am__cd) $(top_srcdir) \
570 && gtags -i $(GTAGS_ARGS) "$$here"
572 distclean-tags:
573 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
575 check-TESTS: $(TESTS)
576 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
577 srcdir=$(srcdir); export srcdir; \
578 list=' $(TESTS) '; \
579 $(am__tty_colors); \
580 if test -n "$$list"; then \
581 for tst in $$list; do \
582 if test -f ./$$tst; then dir=./; \
583 elif test -f $$tst; then dir=; \
584 else dir="$(srcdir)/"; fi; \
585 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
586 all=`expr $$all + 1`; \
587 case " $(XFAIL_TESTS) " in \
588 *[\ \ ]$$tst[\ \ ]*) \
589 xpass=`expr $$xpass + 1`; \
590 failed=`expr $$failed + 1`; \
591 col=$$red; res=XPASS; \
592 ;; \
593 *) \
594 col=$$grn; res=PASS; \
595 ;; \
596 esac; \
597 elif test $$? -ne 77; then \
598 all=`expr $$all + 1`; \
599 case " $(XFAIL_TESTS) " in \
600 *[\ \ ]$$tst[\ \ ]*) \
601 xfail=`expr $$xfail + 1`; \
602 col=$$lgn; res=XFAIL; \
603 ;; \
604 *) \
605 failed=`expr $$failed + 1`; \
606 col=$$red; res=FAIL; \
607 ;; \
608 esac; \
609 else \
610 skip=`expr $$skip + 1`; \
611 col=$$blu; res=SKIP; \
612 fi; \
613 echo "$${col}$$res$${std}: $$tst"; \
614 done; \
615 if test "$$all" -eq 1; then \
616 tests="test"; \
617 All=""; \
618 else \
619 tests="tests"; \
620 All="All "; \
621 fi; \
622 if test "$$failed" -eq 0; then \
623 if test "$$xfail" -eq 0; then \
624 banner="$$All$$all $$tests passed"; \
625 else \
626 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
627 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
628 fi; \
629 else \
630 if test "$$xpass" -eq 0; then \
631 banner="$$failed of $$all $$tests failed"; \
632 else \
633 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
634 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
635 fi; \
636 fi; \
637 dashes="$$banner"; \
638 skipped=""; \
639 if test "$$skip" -ne 0; then \
640 if test "$$skip" -eq 1; then \
641 skipped="($$skip test was not run)"; \
642 else \
643 skipped="($$skip tests were not run)"; \
644 fi; \
645 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
646 dashes="$$skipped"; \
647 fi; \
648 report=""; \
649 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
650 report="Please report to $(PACKAGE_BUGREPORT)"; \
651 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
652 dashes="$$report"; \
653 fi; \
654 dashes=`echo "$$dashes" | sed s/./=/g`; \
655 if test "$$failed" -eq 0; then \
656 col="$$grn"; \
657 else \
658 col="$$red"; \
659 fi; \
660 echo "$${col}$$dashes$${std}"; \
661 echo "$${col}$$banner$${std}"; \
662 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
663 test -z "$$report" || echo "$${col}$$report$${std}"; \
664 echo "$${col}$$dashes$${std}"; \
665 test "$$failed" -eq 0; \
666 else :; fi
667 check-am: all-am
668 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
669 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
670 check: check-am
671 all-am: Makefile $(LTLIBRARIES) all-multi config.h
672 installdirs:
673 install: install-am
674 install-exec: install-exec-am
675 install-data: install-data-am
676 uninstall: uninstall-am
678 install-am: all-am
679 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
681 installcheck: installcheck-am
682 install-strip:
683 if test -z '$(STRIP)'; then \
684 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
685 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
686 install; \
687 else \
688 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
692 mostlyclean-generic:
694 clean-generic:
696 distclean-generic:
697 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
700 maintainer-clean-generic:
701 @echo "This command is intended for maintainers to use"
702 @echo "it deletes files that may require special tools to rebuild."
703 clean: clean-am clean-multi
705 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
706 clean-noinstLTLIBRARIES mostlyclean-am
708 distclean: distclean-am distclean-multi
709 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
710 -rm -f Makefile
711 distclean-am: clean-am distclean-compile distclean-generic \
712 distclean-hdr distclean-libtool distclean-tags
714 dvi: dvi-am
716 dvi-am:
718 html: html-am
720 html-am:
722 info: info-am
724 info-am:
726 install-data-am:
728 install-dvi: install-dvi-am
730 install-dvi-am:
732 install-exec-am: install-multi
734 install-html: install-html-am
736 install-html-am:
738 install-info: install-info-am
740 install-info-am:
742 install-man:
744 install-pdf: install-pdf-am
746 install-pdf-am:
748 install-ps: install-ps-am
750 install-ps-am:
752 installcheck-am:
754 maintainer-clean: maintainer-clean-am maintainer-clean-multi
755 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
756 -rm -rf $(top_srcdir)/autom4te.cache
757 -rm -f Makefile
758 maintainer-clean-am: distclean-am maintainer-clean-generic
760 mostlyclean: mostlyclean-am mostlyclean-multi
762 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
763 mostlyclean-libtool
765 pdf: pdf-am
767 pdf-am:
769 ps: ps-am
771 ps-am:
773 uninstall-am:
775 .MAKE: all all-multi check-am clean-multi distclean-multi install-am \
776 install-multi install-strip maintainer-clean-multi \
777 mostlyclean-multi
779 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \
780 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
781 clean-multi clean-noinstLTLIBRARIES ctags distclean \
782 distclean-compile distclean-generic distclean-hdr \
783 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
784 html html-am info info-am install install-am install-data \
785 install-data-am install-dvi install-dvi-am install-exec \
786 install-exec-am install-html install-html-am install-info \
787 install-info-am install-man install-multi install-pdf \
788 install-pdf-am install-ps install-ps-am install-strip \
789 installcheck installcheck-am installdirs maintainer-clean \
790 maintainer-clean-generic maintainer-clean-multi mostlyclean \
791 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
792 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
793 uninstall-am
796 @NATIVE_TRUE@edtest2_build.c: gen_edtest2_build; @true
797 @NATIVE_TRUE@gen_edtest2_build: $(srcdir)/edtest2.c
798 @NATIVE_TRUE@ cat $(srcdir)/edtest2.c > tmp-edtest2_build.c
799 @NATIVE_TRUE@ $(SHELL) $(srcdir)/../move-if-change tmp-edtest2_build.c edtest2_build.c
800 @NATIVE_TRUE@ echo timestamp > $@
801 alloc.lo: config.h backtrace.h internal.h
802 backtrace.lo: config.h backtrace.h internal.h
803 btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h
804 dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \
805 $(INCDIR)/filenames.h backtrace.h internal.h
806 elf.lo: config.h backtrace.h internal.h
807 fileline.lo: config.h backtrace.h internal.h
808 mmap.lo: config.h backtrace.h internal.h
809 mmapio.lo: config.h backtrace.h internal.h
810 nounwind.lo: config.h internal.h
811 pecoff.lo: config.h backtrace.h internal.h
812 posix.lo: config.h backtrace.h internal.h
813 print.lo: config.h backtrace.h internal.h
814 read.lo: config.h backtrace.h internal.h
815 simple.lo: config.h backtrace.h internal.h
816 sort.lo: config.h backtrace.h internal.h
817 stest.lo: config.h backtrace.h internal.h
818 state.lo: config.h backtrace.h backtrace-supported.h internal.h
819 unknown.lo: config.h backtrace.h internal.h
821 # Tell versions [3.59,3.63) of GNU make to not export all variables.
822 # Otherwise a system limit (for SysV at least) may be exceeded.
823 .NOEXPORT: