]> gcc.gnu.org Git - gcc.git/blob - libbacktrace/Makefile.in
libbacktrace/:
[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/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
87 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88 $(ACLOCAL_M4)
89 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
90 configure.lineno config.status.lineno
91 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
92 CONFIG_HEADER = config.h
93 CONFIG_CLEAN_FILES = backtrace-supported.h
94 CONFIG_CLEAN_VPATH_FILES =
95 LTLIBRARIES = $(noinst_LTLIBRARIES)
96 am__DEPENDENCIES_1 =
97 am_libbacktrace_la_OBJECTS = dwarf.lo fileline.lo posix.lo print.lo \
98 state.lo
99 libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS)
100 @NATIVE_TRUE@am__EXEEXT_1 = btest$(EXEEXT)
101 @NATIVE_TRUE@am_btest_OBJECTS = btest-btest.$(OBJEXT)
102 btest_OBJECTS = $(am_btest_OBJECTS)
103 @NATIVE_TRUE@btest_DEPENDENCIES = libbacktrace.la
104 btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
106 $(LDFLAGS) -o $@
107 DEFAULT_INCLUDES = -I.@am__isrc@
108 depcomp = $(SHELL) $(top_srcdir)/../depcomp
109 am__depfiles_maybe = depfiles
110 am__mv = mv -f
111 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
115 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116 CCLD = $(CC)
117 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
118 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
119 $(LDFLAGS) -o $@
120 SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \
121 $(btest_SOURCES)
122 MULTISRCTOP =
123 MULTIBUILDTOP =
124 MULTIDIRS =
125 MULTISUBDIR =
126 MULTIDO = true
127 MULTICLEAN = true
128 ETAGS = etags
129 CTAGS = ctags
130 am__tty_colors = \
131 red=; grn=; lgn=; blu=; std=
132 ACLOCAL = @ACLOCAL@
133 ALLOC_FILE = @ALLOC_FILE@
134 AMTAR = @AMTAR@
135 AR = @AR@
136 AUTOCONF = @AUTOCONF@
137 AUTOHEADER = @AUTOHEADER@
138 AUTOMAKE = @AUTOMAKE@
139 AWK = @AWK@
140 BACKTRACE_FILE = @BACKTRACE_FILE@
141 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
142 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
143 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
144 CC = @CC@
145 CCDEPMODE = @CCDEPMODE@
146 CFLAGS = @CFLAGS@
147 CPP = @CPP@
148 CPPFLAGS = @CPPFLAGS@
149 CYGPATH_W = @CYGPATH_W@
150 DEFS = @DEFS@
151 DEPDIR = @DEPDIR@
152 DSYMUTIL = @DSYMUTIL@
153 DUMPBIN = @DUMPBIN@
154 ECHO_C = @ECHO_C@
155 ECHO_N = @ECHO_N@
156 ECHO_T = @ECHO_T@
157 EGREP = @EGREP@
158 EXEEXT = @EXEEXT@
159 FGREP = @FGREP@
160 FORMAT_FILE = @FORMAT_FILE@
161 GREP = @GREP@
162 INSTALL = @INSTALL@
163 INSTALL_DATA = @INSTALL_DATA@
164 INSTALL_PROGRAM = @INSTALL_PROGRAM@
165 INSTALL_SCRIPT = @INSTALL_SCRIPT@
166 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167 LD = @LD@
168 LDFLAGS = @LDFLAGS@
169 LIBOBJS = @LIBOBJS@
170 LIBS = @LIBS@
171 LIBTOOL = @LIBTOOL@
172 LIPO = @LIPO@
173 LN_S = @LN_S@
174 LTLIBOBJS = @LTLIBOBJS@
175 MAINT = @MAINT@
176 MAKEINFO = @MAKEINFO@
177 MKDIR_P = @MKDIR_P@
178 NM = @NM@
179 NMEDIT = @NMEDIT@
180 OBJDUMP = @OBJDUMP@
181 OBJEXT = @OBJEXT@
182 OTOOL = @OTOOL@
183 OTOOL64 = @OTOOL64@
184 PACKAGE = @PACKAGE@
185 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186 PACKAGE_NAME = @PACKAGE_NAME@
187 PACKAGE_STRING = @PACKAGE_STRING@
188 PACKAGE_TARNAME = @PACKAGE_TARNAME@
189 PACKAGE_URL = @PACKAGE_URL@
190 PACKAGE_VERSION = @PACKAGE_VERSION@
191 PATH_SEPARATOR = @PATH_SEPARATOR@
192 PIC_FLAG = @PIC_FLAG@
193 RANLIB = @RANLIB@
194 SED = @SED@
195 SET_MAKE = @SET_MAKE@
196 SHELL = @SHELL@
197 STRIP = @STRIP@
198 VERSION = @VERSION@
199 VIEW_FILE = @VIEW_FILE@
200 WARN_FLAGS = @WARN_FLAGS@
201 abs_builddir = @abs_builddir@
202 abs_srcdir = @abs_srcdir@
203 abs_top_builddir = @abs_top_builddir@
204 abs_top_srcdir = @abs_top_srcdir@
205 ac_ct_CC = @ac_ct_CC@
206 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207 am__include = @am__include@
208 am__leading_dot = @am__leading_dot@
209 am__quote = @am__quote@
210 am__tar = @am__tar@
211 am__untar = @am__untar@
212 bindir = @bindir@
213 build = @build@
214 build_alias = @build_alias@
215 build_cpu = @build_cpu@
216 build_os = @build_os@
217 build_vendor = @build_vendor@
218 builddir = @builddir@
219 datadir = @datadir@
220 datarootdir = @datarootdir@
221 docdir = @docdir@
222 dvidir = @dvidir@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 htmldir = @htmldir@
230 includedir = @includedir@
231 infodir = @infodir@
232 install_sh = @install_sh@
233 libdir = @libdir@
234 libexecdir = @libexecdir@
235 libtool_VERSION = @libtool_VERSION@
236 localedir = @localedir@
237 localstatedir = @localstatedir@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 multi_basedir = @multi_basedir@
241 oldincludedir = @oldincludedir@
242 pdfdir = @pdfdir@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 psdir = @psdir@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 sysconfdir = @sysconfdir@
250 target = @target@
251 target_alias = @target_alias@
252 target_cpu = @target_cpu@
253 target_os = @target_os@
254 target_vendor = @target_vendor@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 ACLOCAL_AMFLAGS = -I .. -I ../config
259 AM_CFLAGS = $(WARN_FLAGS) $(PIC_FLAG) -I $(srcdir)/../include -I ../libgcc
260 noinst_LTLIBRARIES = libbacktrace.la
261 libbacktrace_la_SOURCES = \
262 backtrace.h \
263 dwarf.c \
264 fileline.c \
265 internal.h \
266 posix.c \
267 print.c \
268 state.c
269
270 BACKTRACE_FILES = \
271 backtrace.c \
272 simple.c \
273 nounwind.c
274
275 FORMAT_FILES = \
276 elf.c \
277 unknown.c
278
279 VIEW_FILES = \
280 read.c \
281 mmapio.c
282
283 ALLOC_FILES = \
284 alloc.c \
285 mmap.c
286
287 EXTRA_libbacktrace_la_SOURCES = \
288 $(BACKTRACE_FILES) \
289 $(FORMAT_FILES) \
290 $(VIEW_FILES) \
291 $(ALLOC_FILES)
292
293 libbacktrace_la_LIBADD = \
294 $(BACKTRACE_FILE) \
295 $(FORMAT_FILE) \
296 $(VIEW_FILE) \
297 $(ALLOC_FILE)
298
299 libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
300 TESTS = $(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
304 all: config.h
305 $(MAKE) $(AM_MAKEFLAGS) all-am
306
307 .SUFFIXES:
308 .SUFFIXES: .c .lo .o .obj
309 am--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
325 Makefile: $(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
344 config.h: stamp-h1
345 @if test ! -f $@; then \
346 rm -f stamp-h1; \
347 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
348 else :; fi
349
350 stamp-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
358 distclean-hdr:
359 -rm -f config.h stamp-h1
360 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
361 cd $(top_builddir) && $(SHELL) ./config.status $@
362
363 clean-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
371 libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES)
372 $(LINK) $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
373
374 clean-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
382 btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES)
383 @rm -f btest$(EXEEXT)
384 $(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
385
386 mostlyclean-compile:
387 -rm -f *.$(OBJEXT)
388
389 distclean-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
429 btest-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
436 btest-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
443 mostlyclean-libtool:
444 -rm -f *.lo
445
446 clean-libtool:
447 -rm -rf .libs _libs
448
449 distclean-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.
455 all-multi:
456 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
457 install-multi:
458 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
459
460 mostlyclean-multi:
461 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
462 clean-multi:
463 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
464 distclean-multi:
465 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
466 maintainer-clean-multi:
467 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
468
469 ID: $(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
477 tags: TAGS
478
479 TAGS: $(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
500 ctags: CTAGS
501 CTAGS: $(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
513 GTAGS:
514 here=`$(am__cd) $(top_builddir) && pwd` \
515 && $(am__cd) $(top_srcdir) \
516 && gtags -i $(GTAGS_ARGS) "$$here"
517
518 distclean-tags:
519 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
520
521 check-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
612 check-am: all-am
613 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
614 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
615 check: check-am
616 all-am: Makefile $(LTLIBRARIES) all-multi config.h
617 installdirs:
618 install: install-am
619 install-exec: install-exec-am
620 install-data: install-data-am
621 uninstall: uninstall-am
622
623 install-am: all-am
624 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
625
626 installcheck: installcheck-am
627 install-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
632 mostlyclean-generic:
633
634 clean-generic:
635
636 distclean-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
640 maintainer-clean-generic:
641 @echo "This command is intended for maintainers to use"
642 @echo "it deletes files that may require special tools to rebuild."
643 clean: clean-am clean-multi
644
645 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
646 clean-noinstLTLIBRARIES mostlyclean-am
647
648 distclean: distclean-am distclean-multi
649 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
650 -rm -rf ./$(DEPDIR)
651 -rm -f Makefile
652 distclean-am: clean-am distclean-compile distclean-generic \
653 distclean-hdr distclean-libtool distclean-tags
654
655 dvi: dvi-am
656
657 dvi-am:
658
659 html: html-am
660
661 html-am:
662
663 info: info-am
664
665 info-am:
666
667 install-data-am:
668
669 install-dvi: install-dvi-am
670
671 install-dvi-am:
672
673 install-exec-am: install-multi
674
675 install-html: install-html-am
676
677 install-html-am:
678
679 install-info: install-info-am
680
681 install-info-am:
682
683 install-man:
684
685 install-pdf: install-pdf-am
686
687 install-pdf-am:
688
689 install-ps: install-ps-am
690
691 install-ps-am:
692
693 installcheck-am:
694
695 maintainer-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
700 maintainer-clean-am: distclean-am maintainer-clean-generic
701
702 mostlyclean: mostlyclean-am mostlyclean-multi
703
704 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
705 mostlyclean-libtool
706
707 pdf: pdf-am
708
709 pdf-am:
710
711 ps: ps-am
712
713 ps-am:
714
715 uninstall-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:
This page took 0.090684 seconds and 6 git commands to generate.