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