diagnostic-show-locus.c: remove unused field from class colorizer
[official-gcc.git] / libbacktrace / Makefile.in
blob5b2159d77ba402a4995127975652473e637a8b2a
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 \
323 xcoff.c
325 VIEW_FILES = \
326 read.c \
327 mmapio.c
329 ALLOC_FILES = \
330 alloc.c \
331 mmap.c
333 EXTRA_libbacktrace_la_SOURCES = \
334 $(BACKTRACE_FILES) \
335 $(FORMAT_FILES) \
336 $(VIEW_FILES) \
337 $(ALLOC_FILES)
339 libbacktrace_la_LIBADD = \
340 $(BACKTRACE_FILE) \
341 $(FORMAT_FILE) \
342 $(VIEW_FILE) \
343 $(ALLOC_FILE)
345 libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
346 TESTS = $(check_PROGRAMS)
347 @NATIVE_TRUE@btest_SOURCES = btest.c testlib.c
348 @NATIVE_TRUE@btest_CFLAGS = $(AM_CFLAGS) -g -O
349 @NATIVE_TRUE@btest_LDADD = libbacktrace.la
350 @NATIVE_TRUE@stest_SOURCES = stest.c
351 @NATIVE_TRUE@stest_LDADD = libbacktrace.la
352 @NATIVE_TRUE@edtest_SOURCES = edtest.c edtest2_build.c testlib.c
353 @NATIVE_TRUE@edtest_LDADD = libbacktrace.la
354 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES = ttest.c testlib.c
355 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = -pthread
356 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD = libbacktrace.la
358 # We can't use automake's automatic dependency tracking, because it
359 # breaks when using bootstrap-lean. Automatic dependency tracking
360 # with GCC bootstrap will cause some of the objects to depend on
361 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When
362 # using bootstrap-lean, prev-gcc is removed after each stage. When
363 # running "make install", those header files will be gone, causing the
364 # library to be rebuilt at install time. That may not succeed.
366 # These manual dependencies do not include dependencies on unwind.h,
367 # even though that is part of GCC, because where to find it depends on
368 # whether we are being built as a host library or a target library.
369 INCDIR = $(top_srcdir)/../include
370 all: config.h
371 $(MAKE) $(AM_MAKEFLAGS) all-am
373 .SUFFIXES:
374 .SUFFIXES: .c .lo .o .obj
375 am--refresh: Makefile
377 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
378 @for dep in $?; do \
379 case '$(am__configure_deps)' in \
380 *$$dep*) \
381 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
382 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
383 && exit 0; \
384 exit 1;; \
385 esac; \
386 done; \
387 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
388 $(am__cd) $(top_srcdir) && \
389 $(AUTOMAKE) --foreign --ignore-deps Makefile
390 .PRECIOUS: Makefile
391 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392 @case '$?' in \
393 *config.status*) \
394 echo ' $(SHELL) ./config.status'; \
395 $(SHELL) ./config.status;; \
396 *) \
397 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
398 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
399 esac;
401 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402 $(SHELL) ./config.status --recheck
404 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
405 $(am__cd) $(srcdir) && $(AUTOCONF)
406 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
407 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
408 $(am__aclocal_m4_deps):
410 config.h: stamp-h1
411 @if test ! -f $@; then rm -f stamp-h1; else :; fi
412 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
414 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
415 @rm -f stamp-h1
416 cd $(top_builddir) && $(SHELL) ./config.status config.h
417 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
418 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
419 rm -f stamp-h1
420 touch $@
422 distclean-hdr:
423 -rm -f config.h stamp-h1
424 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
425 cd $(top_builddir) && $(SHELL) ./config.status $@
427 clean-noinstLTLIBRARIES:
428 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
429 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
430 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
431 test "$$dir" != "$$p" || dir=.; \
432 echo "rm -f \"$${dir}/so_locations\""; \
433 rm -f "$${dir}/so_locations"; \
434 done
435 libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES) $(EXTRA_libbacktrace_la_DEPENDENCIES)
436 $(LINK) $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
438 clean-checkPROGRAMS:
439 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
440 echo " rm -f" $$list; \
441 rm -f $$list || exit $$?; \
442 test -n "$(EXEEXT)" || exit 0; \
443 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
444 echo " rm -f" $$list; \
445 rm -f $$list
446 btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES) $(EXTRA_btest_DEPENDENCIES)
447 @rm -f btest$(EXEEXT)
448 $(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
449 edtest$(EXEEXT): $(edtest_OBJECTS) $(edtest_DEPENDENCIES) $(EXTRA_edtest_DEPENDENCIES)
450 @rm -f edtest$(EXEEXT)
451 $(LINK) $(edtest_OBJECTS) $(edtest_LDADD) $(LIBS)
452 stest$(EXEEXT): $(stest_OBJECTS) $(stest_DEPENDENCIES) $(EXTRA_stest_DEPENDENCIES)
453 @rm -f stest$(EXEEXT)
454 $(LINK) $(stest_OBJECTS) $(stest_LDADD) $(LIBS)
455 ttest$(EXEEXT): $(ttest_OBJECTS) $(ttest_DEPENDENCIES) $(EXTRA_ttest_DEPENDENCIES)
456 @rm -f ttest$(EXEEXT)
457 $(ttest_LINK) $(ttest_OBJECTS) $(ttest_LDADD) $(LIBS)
459 mostlyclean-compile:
460 -rm -f *.$(OBJEXT)
462 distclean-compile:
463 -rm -f *.tab.c
465 .c.o:
466 $(COMPILE) -c $<
468 .c.obj:
469 $(COMPILE) -c `$(CYGPATH_W) '$<'`
471 .c.lo:
472 $(LTCOMPILE) -c -o $@ $<
474 btest-btest.o: btest.c
475 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
477 btest-btest.obj: btest.c
478 $(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`
480 btest-testlib.o: testlib.c
481 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
483 btest-testlib.obj: testlib.c
484 $(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`
486 ttest-ttest.o: ttest.c
487 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-ttest.o `test -f 'ttest.c' || echo '$(srcdir)/'`ttest.c
489 ttest-ttest.obj: ttest.c
490 $(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`
492 ttest-testlib.o: testlib.c
493 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
495 ttest-testlib.obj: testlib.c
496 $(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`
498 mostlyclean-libtool:
499 -rm -f *.lo
501 clean-libtool:
502 -rm -rf .libs _libs
504 distclean-libtool:
505 -rm -f libtool config.lt
507 # GNU Make needs to see an explicit $(MAKE) variable in the command it
508 # runs to enable its job server during parallel builds. Hence the
509 # comments below.
510 all-multi:
511 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
512 install-multi:
513 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
515 mostlyclean-multi:
516 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
517 clean-multi:
518 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
519 distclean-multi:
520 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
521 maintainer-clean-multi:
522 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
524 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
525 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
526 unique=`for i in $$list; do \
527 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528 done | \
529 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530 END { if (nonempty) { for (i in files) print i; }; }'`; \
531 mkid -fID $$unique
532 tags: TAGS
534 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
535 $(TAGS_FILES) $(LISP)
536 set x; \
537 here=`pwd`; \
538 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
539 unique=`for i in $$list; do \
540 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
541 done | \
542 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
543 END { if (nonempty) { for (i in files) print i; }; }'`; \
544 shift; \
545 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
546 test -n "$$unique" || unique=$$empty_fix; \
547 if test $$# -gt 0; then \
548 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
549 "$$@" $$unique; \
550 else \
551 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
552 $$unique; \
553 fi; \
555 ctags: CTAGS
556 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
557 $(TAGS_FILES) $(LISP)
558 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
559 unique=`for i in $$list; do \
560 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561 done | \
562 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563 END { if (nonempty) { for (i in files) print i; }; }'`; \
564 test -z "$(CTAGS_ARGS)$$unique" \
565 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
566 $$unique
568 GTAGS:
569 here=`$(am__cd) $(top_builddir) && pwd` \
570 && $(am__cd) $(top_srcdir) \
571 && gtags -i $(GTAGS_ARGS) "$$here"
573 distclean-tags:
574 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
576 check-TESTS: $(TESTS)
577 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
578 srcdir=$(srcdir); export srcdir; \
579 list=' $(TESTS) '; \
580 $(am__tty_colors); \
581 if test -n "$$list"; then \
582 for tst in $$list; do \
583 if test -f ./$$tst; then dir=./; \
584 elif test -f $$tst; then dir=; \
585 else dir="$(srcdir)/"; fi; \
586 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
587 all=`expr $$all + 1`; \
588 case " $(XFAIL_TESTS) " in \
589 *[\ \ ]$$tst[\ \ ]*) \
590 xpass=`expr $$xpass + 1`; \
591 failed=`expr $$failed + 1`; \
592 col=$$red; res=XPASS; \
593 ;; \
594 *) \
595 col=$$grn; res=PASS; \
596 ;; \
597 esac; \
598 elif test $$? -ne 77; then \
599 all=`expr $$all + 1`; \
600 case " $(XFAIL_TESTS) " in \
601 *[\ \ ]$$tst[\ \ ]*) \
602 xfail=`expr $$xfail + 1`; \
603 col=$$lgn; res=XFAIL; \
604 ;; \
605 *) \
606 failed=`expr $$failed + 1`; \
607 col=$$red; res=FAIL; \
608 ;; \
609 esac; \
610 else \
611 skip=`expr $$skip + 1`; \
612 col=$$blu; res=SKIP; \
613 fi; \
614 echo "$${col}$$res$${std}: $$tst"; \
615 done; \
616 if test "$$all" -eq 1; then \
617 tests="test"; \
618 All=""; \
619 else \
620 tests="tests"; \
621 All="All "; \
622 fi; \
623 if test "$$failed" -eq 0; then \
624 if test "$$xfail" -eq 0; then \
625 banner="$$All$$all $$tests passed"; \
626 else \
627 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
628 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
629 fi; \
630 else \
631 if test "$$xpass" -eq 0; then \
632 banner="$$failed of $$all $$tests failed"; \
633 else \
634 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
635 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
636 fi; \
637 fi; \
638 dashes="$$banner"; \
639 skipped=""; \
640 if test "$$skip" -ne 0; then \
641 if test "$$skip" -eq 1; then \
642 skipped="($$skip test was not run)"; \
643 else \
644 skipped="($$skip tests were not run)"; \
645 fi; \
646 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
647 dashes="$$skipped"; \
648 fi; \
649 report=""; \
650 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
651 report="Please report to $(PACKAGE_BUGREPORT)"; \
652 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
653 dashes="$$report"; \
654 fi; \
655 dashes=`echo "$$dashes" | sed s/./=/g`; \
656 if test "$$failed" -eq 0; then \
657 col="$$grn"; \
658 else \
659 col="$$red"; \
660 fi; \
661 echo "$${col}$$dashes$${std}"; \
662 echo "$${col}$$banner$${std}"; \
663 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
664 test -z "$$report" || echo "$${col}$$report$${std}"; \
665 echo "$${col}$$dashes$${std}"; \
666 test "$$failed" -eq 0; \
667 else :; fi
668 check-am: all-am
669 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
670 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
671 check: check-am
672 all-am: Makefile $(LTLIBRARIES) all-multi config.h
673 installdirs:
674 install: install-am
675 install-exec: install-exec-am
676 install-data: install-data-am
677 uninstall: uninstall-am
679 install-am: all-am
680 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
682 installcheck: installcheck-am
683 install-strip:
684 if test -z '$(STRIP)'; then \
685 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
686 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
687 install; \
688 else \
689 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
693 mostlyclean-generic:
695 clean-generic:
697 distclean-generic:
698 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
699 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
701 maintainer-clean-generic:
702 @echo "This command is intended for maintainers to use"
703 @echo "it deletes files that may require special tools to rebuild."
704 clean: clean-am clean-multi
706 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
707 clean-noinstLTLIBRARIES mostlyclean-am
709 distclean: distclean-am distclean-multi
710 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
711 -rm -f Makefile
712 distclean-am: clean-am distclean-compile distclean-generic \
713 distclean-hdr distclean-libtool distclean-tags
715 dvi: dvi-am
717 dvi-am:
719 html: html-am
721 html-am:
723 info: info-am
725 info-am:
727 install-data-am:
729 install-dvi: install-dvi-am
731 install-dvi-am:
733 install-exec-am: install-multi
735 install-html: install-html-am
737 install-html-am:
739 install-info: install-info-am
741 install-info-am:
743 install-man:
745 install-pdf: install-pdf-am
747 install-pdf-am:
749 install-ps: install-ps-am
751 install-ps-am:
753 installcheck-am:
755 maintainer-clean: maintainer-clean-am maintainer-clean-multi
756 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
757 -rm -rf $(top_srcdir)/autom4te.cache
758 -rm -f Makefile
759 maintainer-clean-am: distclean-am maintainer-clean-generic
761 mostlyclean: mostlyclean-am mostlyclean-multi
763 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
764 mostlyclean-libtool
766 pdf: pdf-am
768 pdf-am:
770 ps: ps-am
772 ps-am:
774 uninstall-am:
776 .MAKE: all all-multi check-am clean-multi distclean-multi install-am \
777 install-multi install-strip maintainer-clean-multi \
778 mostlyclean-multi
780 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \
781 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
782 clean-multi clean-noinstLTLIBRARIES ctags distclean \
783 distclean-compile distclean-generic distclean-hdr \
784 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
785 html html-am info info-am install install-am install-data \
786 install-data-am install-dvi install-dvi-am install-exec \
787 install-exec-am install-html install-html-am install-info \
788 install-info-am install-man install-multi install-pdf \
789 install-pdf-am install-ps install-ps-am install-strip \
790 installcheck installcheck-am installdirs maintainer-clean \
791 maintainer-clean-generic maintainer-clean-multi mostlyclean \
792 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
793 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
794 uninstall-am
797 @NATIVE_TRUE@edtest2_build.c: gen_edtest2_build; @true
798 @NATIVE_TRUE@gen_edtest2_build: $(srcdir)/edtest2.c
799 @NATIVE_TRUE@ cat $(srcdir)/edtest2.c > tmp-edtest2_build.c
800 @NATIVE_TRUE@ $(SHELL) $(srcdir)/../move-if-change tmp-edtest2_build.c edtest2_build.c
801 @NATIVE_TRUE@ echo timestamp > $@
802 alloc.lo: config.h backtrace.h internal.h
803 backtrace.lo: config.h backtrace.h internal.h
804 btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h
805 dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \
806 $(INCDIR)/filenames.h backtrace.h internal.h
807 elf.lo: config.h backtrace.h internal.h
808 fileline.lo: config.h backtrace.h internal.h
809 mmap.lo: config.h backtrace.h internal.h
810 mmapio.lo: config.h backtrace.h internal.h
811 nounwind.lo: config.h internal.h
812 pecoff.lo: config.h backtrace.h internal.h
813 posix.lo: config.h backtrace.h internal.h
814 print.lo: config.h backtrace.h internal.h
815 read.lo: config.h backtrace.h internal.h
816 simple.lo: config.h backtrace.h internal.h
817 sort.lo: config.h backtrace.h internal.h
818 stest.lo: config.h backtrace.h internal.h
819 state.lo: config.h backtrace.h backtrace-supported.h internal.h
820 unknown.lo: config.h backtrace.h internal.h
821 xcoff.lo: config.h backtrace.h internal.h
823 # Tell versions [3.59,3.63) of GNU make to not export all variables.
824 # Otherwise a system limit (for SysV at least) may be exceeded.
825 .NOEXPORT: