]> git.ipfire.org Git - thirdparty/gcc.git/blame - libbacktrace/Makefile.in
libbacktrace/:
[thirdparty/gcc.git] / libbacktrace / Makefile.in
CommitLineData
eff02e4f
ILT
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# 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.
10
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.
15
16@SET_MAKE@
17
18# Makefile.am -- Backtrace Makefile.
19# Copyright (C) 2012 Free Software Foundation, Inc.
20
21# Redistribution and use in source and binary forms, with or without
22# modification, are permitted provided that the following conditions are
23# met:
24
25# (1) Redistributions of source code must retain the above copyright
26# notice, this list of conditions and the following disclaimer.
27
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.
32
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.
36
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.
48
49VPATH = @srcdir@
50pkgdatadir = $(datadir)/@PACKAGE@
51pkgincludedir = $(includedir)/@PACKAGE@
52pkglibdir = $(libdir)/@PACKAGE@
53pkglibexecdir = $(libexecdir)/@PACKAGE@
54am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
55install_sh_DATA = $(install_sh) -c -m 644
56install_sh_PROGRAM = $(install_sh) -c
57install_sh_SCRIPT = $(install_sh) -c
58INSTALL_HEADER = $(INSTALL_DATA)
59transform = $(program_transform_name)
60NORMAL_INSTALL = :
61PRE_INSTALL = :
62POST_INSTALL = :
63NORMAL_UNINSTALL = :
64PRE_UNINSTALL = :
65POST_UNINSTALL = :
66build_triplet = @build@
67host_triplet = @host@
68target_triplet = @target@
69check_PROGRAMS = $(am__EXEEXT_1)
70@NATIVE_TRUE@am__append_1 = btest
71subdir = .
72DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
73 $(srcdir)/Makefile.am $(top_srcdir)/configure \
74 $(am__configure_deps) $(srcdir)/config.h.in \
75 $(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in \
76 $(srcdir)/../depcomp
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
79 $(top_srcdir)/../config/lead-dot.m4 \
80 $(top_srcdir)/../config/multi.m4 \
81 $(top_srcdir)/../config/override.m4 \
82 $(top_srcdir)/../config/unwind_ipinfo.m4 \
83 $(top_srcdir)/../config/warnings.m4 \
84 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
85 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
86 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
87am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 $(ACLOCAL_M4)
89am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
90 configure.lineno config.status.lineno
91mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
92CONFIG_HEADER = config.h
93CONFIG_CLEAN_FILES = backtrace-supported.h
94CONFIG_CLEAN_VPATH_FILES =
95LTLIBRARIES = $(noinst_LTLIBRARIES)
96am__DEPENDENCIES_1 =
97am_libbacktrace_la_OBJECTS = dwarf.lo fileline.lo posix.lo print.lo \
98 state.lo
99libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS)
100@NATIVE_TRUE@am__EXEEXT_1 = btest$(EXEEXT)
101@NATIVE_TRUE@am_btest_OBJECTS = btest-btest.$(OBJEXT)
102btest_OBJECTS = $(am_btest_OBJECTS)
103@NATIVE_TRUE@btest_DEPENDENCIES = libbacktrace.la
104btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
106 $(LDFLAGS) -o $@
107DEFAULT_INCLUDES = -I.@am__isrc@
108depcomp = $(SHELL) $(top_srcdir)/../depcomp
109am__depfiles_maybe = depfiles
110am__mv = mv -f
111COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
115 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116CCLD = $(CC)
117LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
118 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
119 $(LDFLAGS) -o $@
120SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \
121 $(btest_SOURCES)
122MULTISRCTOP =
123MULTIBUILDTOP =
124MULTIDIRS =
125MULTISUBDIR =
126MULTIDO = true
127MULTICLEAN = true
128ETAGS = etags
129CTAGS = ctags
130am__tty_colors = \
131red=; grn=; lgn=; blu=; std=
132ACLOCAL = @ACLOCAL@
133ALLOC_FILE = @ALLOC_FILE@
134AMTAR = @AMTAR@
135AR = @AR@
136AUTOCONF = @AUTOCONF@
137AUTOHEADER = @AUTOHEADER@
138AUTOMAKE = @AUTOMAKE@
139AWK = @AWK@
140BACKTRACE_FILE = @BACKTRACE_FILE@
141BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
142BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
143BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
144CC = @CC@
145CCDEPMODE = @CCDEPMODE@
146CFLAGS = @CFLAGS@
147CPP = @CPP@
148CPPFLAGS = @CPPFLAGS@
149CYGPATH_W = @CYGPATH_W@
150DEFS = @DEFS@
151DEPDIR = @DEPDIR@
152DSYMUTIL = @DSYMUTIL@
153DUMPBIN = @DUMPBIN@
154ECHO_C = @ECHO_C@
155ECHO_N = @ECHO_N@
156ECHO_T = @ECHO_T@
157EGREP = @EGREP@
158EXEEXT = @EXEEXT@
159FGREP = @FGREP@
160FORMAT_FILE = @FORMAT_FILE@
161GREP = @GREP@
162INSTALL = @INSTALL@
163INSTALL_DATA = @INSTALL_DATA@
164INSTALL_PROGRAM = @INSTALL_PROGRAM@
165INSTALL_SCRIPT = @INSTALL_SCRIPT@
166INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167LD = @LD@
168LDFLAGS = @LDFLAGS@
169LIBOBJS = @LIBOBJS@
170LIBS = @LIBS@
171LIBTOOL = @LIBTOOL@
172LIPO = @LIPO@
173LN_S = @LN_S@
174LTLIBOBJS = @LTLIBOBJS@
175MAINT = @MAINT@
176MAKEINFO = @MAKEINFO@
177MKDIR_P = @MKDIR_P@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192PIC_FLAG = @PIC_FLAG@
193RANLIB = @RANLIB@
194SED = @SED@
195SET_MAKE = @SET_MAKE@
196SHELL = @SHELL@
197STRIP = @STRIP@
198VERSION = @VERSION@
199VIEW_FILE = @VIEW_FILE@
200WARN_FLAGS = @WARN_FLAGS@
201abs_builddir = @abs_builddir@
202abs_srcdir = @abs_srcdir@
203abs_top_builddir = @abs_top_builddir@
204abs_top_srcdir = @abs_top_srcdir@
205ac_ct_CC = @ac_ct_CC@
206ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207am__include = @am__include@
208am__leading_dot = @am__leading_dot@
209am__quote = @am__quote@
210am__tar = @am__tar@
211am__untar = @am__untar@
212bindir = @bindir@
213build = @build@
214build_alias = @build_alias@
215build_cpu = @build_cpu@
216build_os = @build_os@
217build_vendor = @build_vendor@
218builddir = @builddir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223exec_prefix = @exec_prefix@
224host = @host@
225host_alias = @host_alias@
226host_cpu = @host_cpu@
227host_os = @host_os@
228host_vendor = @host_vendor@
229htmldir = @htmldir@
230includedir = @includedir@
231infodir = @infodir@
232install_sh = @install_sh@
233libdir = @libdir@
234libexecdir = @libexecdir@
235libtool_VERSION = @libtool_VERSION@
236localedir = @localedir@
237localstatedir = @localstatedir@
238mandir = @mandir@
239mkdir_p = @mkdir_p@
240multi_basedir = @multi_basedir@
241oldincludedir = @oldincludedir@
242pdfdir = @pdfdir@
243prefix = @prefix@
244program_transform_name = @program_transform_name@
245psdir = @psdir@
246sbindir = @sbindir@
247sharedstatedir = @sharedstatedir@
248srcdir = @srcdir@
249sysconfdir = @sysconfdir@
250target = @target@
251target_alias = @target_alias@
252target_cpu = @target_cpu@
253target_os = @target_os@
254target_vendor = @target_vendor@
255top_build_prefix = @top_build_prefix@
256top_builddir = @top_builddir@
257top_srcdir = @top_srcdir@
258ACLOCAL_AMFLAGS = -I .. -I ../config
259AM_CFLAGS = $(WARN_FLAGS) $(PIC_FLAG) -I $(srcdir)/../include -I ../libgcc
260noinst_LTLIBRARIES = libbacktrace.la
261libbacktrace_la_SOURCES = \
262 backtrace.h \
263 dwarf.c \
264 fileline.c \
265 internal.h \
266 posix.c \
267 print.c \
268 state.c
269
270BACKTRACE_FILES = \
271 backtrace.c \
272 simple.c \
273 nounwind.c
274
275FORMAT_FILES = \
276 elf.c \
277 unknown.c
278
279VIEW_FILES = \
280 read.c \
281 mmapio.c
282
283ALLOC_FILES = \
284 alloc.c \
285 mmap.c
286
287EXTRA_libbacktrace_la_SOURCES = \
288 $(BACKTRACE_FILES) \
289 $(FORMAT_FILES) \
290 $(VIEW_FILES) \
291 $(ALLOC_FILES)
292
293libbacktrace_la_LIBADD = \
294 $(BACKTRACE_FILE) \
295 $(FORMAT_FILE) \
296 $(VIEW_FILE) \
297 $(ALLOC_FILE)
298
299libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
300TESTS = $(check_PROGRAMS)
301@NATIVE_TRUE@btest_SOURCES = btest.c
302@NATIVE_TRUE@btest_CFLAGS = $(AM_CFLAGS) -g -O
303@NATIVE_TRUE@btest_LDADD = libbacktrace.la
304all: config.h
305 $(MAKE) $(AM_MAKEFLAGS) all-am
306
307.SUFFIXES:
308.SUFFIXES: .c .lo .o .obj
309am--refresh:
310 @:
311$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
312 @for dep in $?; do \
313 case '$(am__configure_deps)' in \
314 *$$dep*) \
315 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
316 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
317 && exit 0; \
318 exit 1;; \
319 esac; \
320 done; \
321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
322 $(am__cd) $(top_srcdir) && \
323 $(AUTOMAKE) --foreign Makefile
324.PRECIOUS: Makefile
325Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
326 @case '$?' in \
327 *config.status*) \
328 echo ' $(SHELL) ./config.status'; \
329 $(SHELL) ./config.status;; \
330 *) \
331 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
332 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
333 esac;
334
335$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336 $(SHELL) ./config.status --recheck
337
338$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
339 $(am__cd) $(srcdir) && $(AUTOCONF)
340$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
341 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
342$(am__aclocal_m4_deps):
343
344config.h: stamp-h1
345 @if test ! -f $@; then \
346 rm -f stamp-h1; \
347 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
348 else :; fi
349
350stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
351 @rm -f stamp-h1
352 cd $(top_builddir) && $(SHELL) ./config.status config.h
353$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
354 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
355 rm -f stamp-h1
356 touch $@
357
358distclean-hdr:
359 -rm -f config.h stamp-h1
360backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
361 cd $(top_builddir) && $(SHELL) ./config.status $@
362
363clean-noinstLTLIBRARIES:
364 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
365 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
366 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
367 test "$$dir" != "$$p" || dir=.; \
368 echo "rm -f \"$${dir}/so_locations\""; \
369 rm -f "$${dir}/so_locations"; \
370 done
371libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES)
372 $(LINK) $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
373
374clean-checkPROGRAMS:
375 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
376 echo " rm -f" $$list; \
377 rm -f $$list || exit $$?; \
378 test -n "$(EXEEXT)" || exit 0; \
379 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
380 echo " rm -f" $$list; \
381 rm -f $$list
382btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES)
383 @rm -f btest$(EXEEXT)
384 $(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
385
386mostlyclean-compile:
387 -rm -f *.$(OBJEXT)
388
389distclean-compile:
390 -rm -f *.tab.c
391
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backtrace.Plo@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btest-btest.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf.Plo@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileline.Plo@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmap.Plo@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmapio.Plo@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nounwind.Plo@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix.Plo@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Plo@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Plo@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unknown.Plo@am__quote@
407
408.c.o:
409@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
410@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
411@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413@am__fastdepCC_FALSE@ $(COMPILE) -c $<
414
415.c.obj:
416@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
417@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
421
422.c.lo:
423@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
425@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
428
429btest-btest.o: btest.c
430@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -MT btest-btest.o -MD -MP -MF $(DEPDIR)/btest-btest.Tpo -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
431@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/btest-btest.Tpo $(DEPDIR)/btest-btest.Po
432@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='btest.c' object='btest-btest.o' libtool=no @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
435
436btest-btest.obj: btest.c
437@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -MT btest-btest.obj -MD -MP -MF $(DEPDIR)/btest-btest.Tpo -c -o btest-btest.obj `if test -f 'btest.c'; then $(CYGPATH_W) 'btest.c'; else $(CYGPATH_W) '$(srcdir)/btest.c'; fi`
438@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/btest-btest.Tpo $(DEPDIR)/btest-btest.Po
439@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='btest.c' object='btest-btest.obj' libtool=no @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@am__fastdepCC_FALSE@ $(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`
442
443mostlyclean-libtool:
444 -rm -f *.lo
445
446clean-libtool:
447 -rm -rf .libs _libs
448
449distclean-libtool:
450 -rm -f libtool config.lt
451
452# GNU Make needs to see an explicit $(MAKE) variable in the command it
453# runs to enable its job server during parallel builds. Hence the
454# comments below.
455all-multi:
456 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
457install-multi:
458 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
459
460mostlyclean-multi:
461 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
462clean-multi:
463 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
464distclean-multi:
465 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
466maintainer-clean-multi:
467 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
468
469ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
470 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
471 unique=`for i in $$list; do \
472 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473 done | \
474 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475 END { if (nonempty) { for (i in files) print i; }; }'`; \
476 mkid -fID $$unique
477tags: TAGS
478
479TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
480 $(TAGS_FILES) $(LISP)
481 set x; \
482 here=`pwd`; \
483 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
484 unique=`for i in $$list; do \
485 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486 done | \
487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 shift; \
490 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
491 test -n "$$unique" || unique=$$empty_fix; \
492 if test $$# -gt 0; then \
493 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494 "$$@" $$unique; \
495 else \
496 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497 $$unique; \
498 fi; \
499 fi
500ctags: CTAGS
501CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
502 $(TAGS_FILES) $(LISP)
503 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
504 unique=`for i in $$list; do \
505 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506 done | \
507 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508 END { if (nonempty) { for (i in files) print i; }; }'`; \
509 test -z "$(CTAGS_ARGS)$$unique" \
510 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
511 $$unique
512
513GTAGS:
514 here=`$(am__cd) $(top_builddir) && pwd` \
515 && $(am__cd) $(top_srcdir) \
516 && gtags -i $(GTAGS_ARGS) "$$here"
517
518distclean-tags:
519 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
520
521check-TESTS: $(TESTS)
522 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
523 srcdir=$(srcdir); export srcdir; \
524 list=' $(TESTS) '; \
525 $(am__tty_colors); \
526 if test -n "$$list"; then \
527 for tst in $$list; do \
528 if test -f ./$$tst; then dir=./; \
529 elif test -f $$tst; then dir=; \
530 else dir="$(srcdir)/"; fi; \
531 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
532 all=`expr $$all + 1`; \
533 case " $(XFAIL_TESTS) " in \
534 *[\ \ ]$$tst[\ \ ]*) \
535 xpass=`expr $$xpass + 1`; \
536 failed=`expr $$failed + 1`; \
537 col=$$red; res=XPASS; \
538 ;; \
539 *) \
540 col=$$grn; res=PASS; \
541 ;; \
542 esac; \
543 elif test $$? -ne 77; then \
544 all=`expr $$all + 1`; \
545 case " $(XFAIL_TESTS) " in \
546 *[\ \ ]$$tst[\ \ ]*) \
547 xfail=`expr $$xfail + 1`; \
548 col=$$lgn; res=XFAIL; \
549 ;; \
550 *) \
551 failed=`expr $$failed + 1`; \
552 col=$$red; res=FAIL; \
553 ;; \
554 esac; \
555 else \
556 skip=`expr $$skip + 1`; \
557 col=$$blu; res=SKIP; \
558 fi; \
559 echo "$${col}$$res$${std}: $$tst"; \
560 done; \
561 if test "$$all" -eq 1; then \
562 tests="test"; \
563 All=""; \
564 else \
565 tests="tests"; \
566 All="All "; \
567 fi; \
568 if test "$$failed" -eq 0; then \
569 if test "$$xfail" -eq 0; then \
570 banner="$$All$$all $$tests passed"; \
571 else \
572 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
573 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
574 fi; \
575 else \
576 if test "$$xpass" -eq 0; then \
577 banner="$$failed of $$all $$tests failed"; \
578 else \
579 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
580 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
581 fi; \
582 fi; \
583 dashes="$$banner"; \
584 skipped=""; \
585 if test "$$skip" -ne 0; then \
586 if test "$$skip" -eq 1; then \
587 skipped="($$skip test was not run)"; \
588 else \
589 skipped="($$skip tests were not run)"; \
590 fi; \
591 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
592 dashes="$$skipped"; \
593 fi; \
594 report=""; \
595 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
596 report="Please report to $(PACKAGE_BUGREPORT)"; \
597 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
598 dashes="$$report"; \
599 fi; \
600 dashes=`echo "$$dashes" | sed s/./=/g`; \
601 if test "$$failed" -eq 0; then \
602 echo "$$grn$$dashes"; \
603 else \
604 echo "$$red$$dashes"; \
605 fi; \
606 echo "$$banner"; \
607 test -z "$$skipped" || echo "$$skipped"; \
608 test -z "$$report" || echo "$$report"; \
609 echo "$$dashes$$std"; \
610 test "$$failed" -eq 0; \
611 else :; fi
612check-am: all-am
613 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
614 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
615check: check-am
616all-am: Makefile $(LTLIBRARIES) all-multi config.h
617installdirs:
618install: install-am
619install-exec: install-exec-am
620install-data: install-data-am
621uninstall: uninstall-am
622
623install-am: all-am
624 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
625
626installcheck: installcheck-am
627install-strip:
628 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630 `test -z '$(STRIP)' || \
631 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
632mostlyclean-generic:
633
634clean-generic:
635
636distclean-generic:
637 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
638 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
639
640maintainer-clean-generic:
641 @echo "This command is intended for maintainers to use"
642 @echo "it deletes files that may require special tools to rebuild."
643clean: clean-am clean-multi
644
645clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
646 clean-noinstLTLIBRARIES mostlyclean-am
647
648distclean: distclean-am distclean-multi
649 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
650 -rm -rf ./$(DEPDIR)
651 -rm -f Makefile
652distclean-am: clean-am distclean-compile distclean-generic \
653 distclean-hdr distclean-libtool distclean-tags
654
655dvi: dvi-am
656
657dvi-am:
658
659html: html-am
660
661html-am:
662
663info: info-am
664
665info-am:
666
667install-data-am:
668
669install-dvi: install-dvi-am
670
671install-dvi-am:
672
673install-exec-am: install-multi
674
675install-html: install-html-am
676
677install-html-am:
678
679install-info: install-info-am
680
681install-info-am:
682
683install-man:
684
685install-pdf: install-pdf-am
686
687install-pdf-am:
688
689install-ps: install-ps-am
690
691install-ps-am:
692
693installcheck-am:
694
695maintainer-clean: maintainer-clean-am maintainer-clean-multi
696 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
697 -rm -rf $(top_srcdir)/autom4te.cache
698 -rm -rf ./$(DEPDIR)
699 -rm -f Makefile
700maintainer-clean-am: distclean-am maintainer-clean-generic
701
702mostlyclean: mostlyclean-am mostlyclean-multi
703
704mostlyclean-am: mostlyclean-compile mostlyclean-generic \
705 mostlyclean-libtool
706
707pdf: pdf-am
708
709pdf-am:
710
711ps: ps-am
712
713ps-am:
714
715uninstall-am:
716
717.MAKE: all all-multi check-am clean-multi distclean-multi install-am \
718 install-multi install-strip maintainer-clean-multi \
719 mostlyclean-multi
720
721.PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \
722 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
723 clean-multi clean-noinstLTLIBRARIES ctags distclean \
724 distclean-compile distclean-generic distclean-hdr \
725 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
726 html html-am info info-am install install-am install-data \
727 install-data-am install-dvi install-dvi-am install-exec \
728 install-exec-am install-html install-html-am install-info \
729 install-info-am install-man install-multi install-pdf \
730 install-pdf-am install-ps install-ps-am install-strip \
731 installcheck installcheck-am installdirs maintainer-clean \
732 maintainer-clean-generic maintainer-clean-multi mostlyclean \
733 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
734 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
735 uninstall-am
736
737
738# Tell versions [3.59,3.63) of GNU make to not export all variables.
739# Otherwise a system limit (for SysV at least) may be exceeded.
740.NOEXPORT: