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