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