annotate libbacktrace/Makefile.in @ 124:c3a50d7877e8

fix ipa-inline.c
author mir3636
date Sat, 31 Mar 2018 17:18:55 +0900
parents 04ced10e8804
children 84e7813d76e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
kono
parents:
diff changeset
2 # @configure_input@
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
kono
parents:
diff changeset
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
kono
parents:
diff changeset
6 # Foundation, Inc.
kono
parents:
diff changeset
7 # This Makefile.in is free software; the Free Software Foundation
kono
parents:
diff changeset
8 # gives unlimited permission to copy and/or distribute it,
kono
parents:
diff changeset
9 # with or without modifications, as long as this notice is preserved.
kono
parents:
diff changeset
10
kono
parents:
diff changeset
11 # This program is distributed in the hope that it will be useful,
kono
parents:
diff changeset
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
kono
parents:
diff changeset
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
kono
parents:
diff changeset
14 # PARTICULAR PURPOSE.
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 @SET_MAKE@
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 # Makefile.am -- Backtrace Makefile.
kono
parents:
diff changeset
19 # Copyright (C) 2012-2017 Free Software Foundation, Inc.
kono
parents:
diff changeset
20
kono
parents:
diff changeset
21 # Redistribution and use in source and binary forms, with or without
kono
parents:
diff changeset
22 # modification, are permitted provided that the following conditions are
kono
parents:
diff changeset
23 # met:
kono
parents:
diff changeset
24
kono
parents:
diff changeset
25 # (1) Redistributions of source code must retain the above copyright
kono
parents:
diff changeset
26 # notice, this list of conditions and the following disclaimer.
kono
parents:
diff changeset
27
kono
parents:
diff changeset
28 # (2) Redistributions in binary form must reproduce the above copyright
kono
parents:
diff changeset
29 # notice, this list of conditions and the following disclaimer in
kono
parents:
diff changeset
30 # the documentation and/or other materials provided with the
kono
parents:
diff changeset
31 # distribution.
kono
parents:
diff changeset
32
kono
parents:
diff changeset
33 # (3) The name of the author may not be used to
kono
parents:
diff changeset
34 # endorse or promote products derived from this software without
kono
parents:
diff changeset
35 # specific prior written permission.
kono
parents:
diff changeset
36
kono
parents:
diff changeset
37 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
kono
parents:
diff changeset
38 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
kono
parents:
diff changeset
39 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
kono
parents:
diff changeset
40 # DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
kono
parents:
diff changeset
41 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
kono
parents:
diff changeset
42 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
kono
parents:
diff changeset
43 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
kono
parents:
diff changeset
44 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
kono
parents:
diff changeset
45 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
kono
parents:
diff changeset
46 # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
kono
parents:
diff changeset
47 # POSSIBILITY OF SUCH DAMAGE.
kono
parents:
diff changeset
48
kono
parents:
diff changeset
49 VPATH = @srcdir@
kono
parents:
diff changeset
50 am__make_dryrun = \
kono
parents:
diff changeset
51 { \
kono
parents:
diff changeset
52 am__dry=no; \
kono
parents:
diff changeset
53 case $$MAKEFLAGS in \
kono
parents:
diff changeset
54 *\\[\ \ ]*) \
kono
parents:
diff changeset
55 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
56 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
57 *) \
kono
parents:
diff changeset
58 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
59 case $$am__flg in \
kono
parents:
diff changeset
60 *=*|--*) ;; \
kono
parents:
diff changeset
61 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
62 esac; \
kono
parents:
diff changeset
63 done;; \
kono
parents:
diff changeset
64 esac; \
kono
parents:
diff changeset
65 test $$am__dry = yes; \
kono
parents:
diff changeset
66 }
kono
parents:
diff changeset
67 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
68 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
69 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
70 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
71 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
72 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
73 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
74 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
75 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
76 transform = $(program_transform_name)
kono
parents:
diff changeset
77 NORMAL_INSTALL = :
kono
parents:
diff changeset
78 PRE_INSTALL = :
kono
parents:
diff changeset
79 POST_INSTALL = :
kono
parents:
diff changeset
80 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
81 PRE_UNINSTALL = :
kono
parents:
diff changeset
82 POST_UNINSTALL = :
kono
parents:
diff changeset
83 build_triplet = @build@
kono
parents:
diff changeset
84 host_triplet = @host@
kono
parents:
diff changeset
85 target_triplet = @target@
kono
parents:
diff changeset
86 check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
kono
parents:
diff changeset
87 @NATIVE_TRUE@am__append_1 = btest stest ztest edtest
kono
parents:
diff changeset
88 @HAVE_ZLIB_TRUE@@NATIVE_TRUE@am__append_2 = -lz
kono
parents:
diff changeset
89 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__append_3 = ttest
kono
parents:
diff changeset
90 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@am__append_4 = dtest
kono
parents:
diff changeset
91 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__append_5 = ctestg ctesta
kono
parents:
diff changeset
92 subdir = .
kono
parents:
diff changeset
93 DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
kono
parents:
diff changeset
94 $(srcdir)/Makefile.am $(top_srcdir)/configure \
kono
parents:
diff changeset
95 $(am__configure_deps) $(srcdir)/config.h.in \
kono
parents:
diff changeset
96 $(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in
kono
parents:
diff changeset
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
98 am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
99 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
100 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
101 $(top_srcdir)/../config/stdint.m4 \
kono
parents:
diff changeset
102 $(top_srcdir)/../config/unwind_ipinfo.m4 \
kono
parents:
diff changeset
103 $(top_srcdir)/../config/warnings.m4 \
kono
parents:
diff changeset
104 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
kono
parents:
diff changeset
105 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
kono
parents:
diff changeset
106 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
kono
parents:
diff changeset
107 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
108 $(ACLOCAL_M4)
kono
parents:
diff changeset
109 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
kono
parents:
diff changeset
110 configure.lineno config.status.lineno
kono
parents:
diff changeset
111 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
kono
parents:
diff changeset
112 CONFIG_HEADER = config.h
kono
parents:
diff changeset
113 CONFIG_CLEAN_FILES = backtrace-supported.h
kono
parents:
diff changeset
114 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
115 LTLIBRARIES = $(noinst_LTLIBRARIES)
kono
parents:
diff changeset
116 am__DEPENDENCIES_1 =
kono
parents:
diff changeset
117 am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \
kono
parents:
diff changeset
118 print.lo sort.lo state.lo
kono
parents:
diff changeset
119 libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS)
kono
parents:
diff changeset
120 @NATIVE_TRUE@am__EXEEXT_1 = btest$(EXEEXT) stest$(EXEEXT) \
kono
parents:
diff changeset
121 @NATIVE_TRUE@ ztest$(EXEEXT) edtest$(EXEEXT)
kono
parents:
diff changeset
122 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am__EXEEXT_2 = ttest$(EXEEXT)
kono
parents:
diff changeset
123 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am__EXEEXT_3 = \
kono
parents:
diff changeset
124 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg$(EXEEXT) \
kono
parents:
diff changeset
125 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta$(EXEEXT)
kono
parents:
diff changeset
126 @NATIVE_TRUE@am_btest_OBJECTS = btest-btest.$(OBJEXT) \
kono
parents:
diff changeset
127 @NATIVE_TRUE@ btest-testlib.$(OBJEXT)
kono
parents:
diff changeset
128 btest_OBJECTS = $(am_btest_OBJECTS)
kono
parents:
diff changeset
129 @NATIVE_TRUE@btest_DEPENDENCIES = libbacktrace.la
kono
parents:
diff changeset
130 btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
131 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
132 $(LDFLAGS) -o $@
kono
parents:
diff changeset
133 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctesta_OBJECTS = ctesta-btest.$(OBJEXT) \
kono
parents:
diff changeset
134 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctesta-testlib.$(OBJEXT)
kono
parents:
diff changeset
135 ctesta_OBJECTS = $(am_ctesta_OBJECTS)
kono
parents:
diff changeset
136 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_DEPENDENCIES = \
kono
parents:
diff changeset
137 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la
kono
parents:
diff changeset
138 ctesta_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
139 --mode=link $(CCLD) $(ctesta_CFLAGS) $(CFLAGS) \
kono
parents:
diff changeset
140 $(ctesta_LDFLAGS) $(LDFLAGS) -o $@
kono
parents:
diff changeset
141 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@am_ctestg_OBJECTS = ctestg-btest.$(OBJEXT) \
kono
parents:
diff changeset
142 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ ctestg-testlib.$(OBJEXT)
kono
parents:
diff changeset
143 ctestg_OBJECTS = $(am_ctestg_OBJECTS)
kono
parents:
diff changeset
144 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_DEPENDENCIES = \
kono
parents:
diff changeset
145 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ libbacktrace.la
kono
parents:
diff changeset
146 ctestg_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
147 --mode=link $(CCLD) $(ctestg_CFLAGS) $(CFLAGS) \
kono
parents:
diff changeset
148 $(ctestg_LDFLAGS) $(LDFLAGS) -o $@
kono
parents:
diff changeset
149 @NATIVE_TRUE@am_edtest_OBJECTS = edtest.$(OBJEXT) \
kono
parents:
diff changeset
150 @NATIVE_TRUE@ edtest2_build.$(OBJEXT) testlib.$(OBJEXT)
kono
parents:
diff changeset
151 edtest_OBJECTS = $(am_edtest_OBJECTS)
kono
parents:
diff changeset
152 @NATIVE_TRUE@edtest_DEPENDENCIES = libbacktrace.la
kono
parents:
diff changeset
153 @NATIVE_TRUE@am_stest_OBJECTS = stest.$(OBJEXT)
kono
parents:
diff changeset
154 stest_OBJECTS = $(am_stest_OBJECTS)
kono
parents:
diff changeset
155 @NATIVE_TRUE@stest_DEPENDENCIES = libbacktrace.la
kono
parents:
diff changeset
156 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@am_ttest_OBJECTS = \
kono
parents:
diff changeset
157 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-ttest.$(OBJEXT) \
kono
parents:
diff changeset
158 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ ttest-testlib.$(OBJEXT)
kono
parents:
diff changeset
159 ttest_OBJECTS = $(am_ttest_OBJECTS)
kono
parents:
diff changeset
160 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_DEPENDENCIES = libbacktrace.la
kono
parents:
diff changeset
161 ttest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
162 --mode=link $(CCLD) $(ttest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
163 $(LDFLAGS) -o $@
kono
parents:
diff changeset
164 @NATIVE_TRUE@am_ztest_OBJECTS = ztest-ztest.$(OBJEXT) \
kono
parents:
diff changeset
165 @NATIVE_TRUE@ ztest-testlib.$(OBJEXT)
kono
parents:
diff changeset
166 ztest_OBJECTS = $(am_ztest_OBJECTS)
kono
parents:
diff changeset
167 @NATIVE_TRUE@ztest_DEPENDENCIES = libbacktrace.la \
kono
parents:
diff changeset
168 @NATIVE_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
kono
parents:
diff changeset
169 ztest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
170 --mode=link $(CCLD) $(ztest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
171 $(LDFLAGS) -o $@
kono
parents:
diff changeset
172 DEFAULT_INCLUDES = -I.@am__isrc@
kono
parents:
diff changeset
173 depcomp =
kono
parents:
diff changeset
174 am__depfiles_maybe =
kono
parents:
diff changeset
175 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
kono
parents:
diff changeset
176 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
177 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
178 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
179 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
180 CCLD = $(CC)
kono
parents:
diff changeset
181 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
182 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
183 $(LDFLAGS) -o $@
kono
parents:
diff changeset
184 SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \
kono
parents:
diff changeset
185 $(btest_SOURCES) $(ctesta_SOURCES) $(ctestg_SOURCES) \
kono
parents:
diff changeset
186 $(edtest_SOURCES) $(stest_SOURCES) $(ttest_SOURCES) \
kono
parents:
diff changeset
187 $(ztest_SOURCES)
kono
parents:
diff changeset
188 MULTISRCTOP =
kono
parents:
diff changeset
189 MULTIBUILDTOP =
kono
parents:
diff changeset
190 MULTIDIRS =
kono
parents:
diff changeset
191 MULTISUBDIR =
kono
parents:
diff changeset
192 MULTIDO = true
kono
parents:
diff changeset
193 MULTICLEAN = true
kono
parents:
diff changeset
194 am__can_run_installinfo = \
kono
parents:
diff changeset
195 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
196 n|no|NO) false;; \
kono
parents:
diff changeset
197 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
198 esac
kono
parents:
diff changeset
199 ETAGS = etags
kono
parents:
diff changeset
200 CTAGS = ctags
kono
parents:
diff changeset
201 am__tty_colors = \
kono
parents:
diff changeset
202 red=; grn=; lgn=; blu=; std=
kono
parents:
diff changeset
203 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
204 ALLOC_FILE = @ALLOC_FILE@
kono
parents:
diff changeset
205 AMTAR = @AMTAR@
kono
parents:
diff changeset
206 AR = @AR@
kono
parents:
diff changeset
207 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
208 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
209 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
210 AWK = @AWK@
kono
parents:
diff changeset
211 BACKTRACE_FILE = @BACKTRACE_FILE@
kono
parents:
diff changeset
212 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
kono
parents:
diff changeset
213 BACKTRACE_SUPPORTS_DATA = @BACKTRACE_SUPPORTS_DATA@
kono
parents:
diff changeset
214 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
kono
parents:
diff changeset
215 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
kono
parents:
diff changeset
216 CC = @CC@
kono
parents:
diff changeset
217 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
218 CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@
kono
parents:
diff changeset
219 CPP = @CPP@
kono
parents:
diff changeset
220 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
221 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
222 DEFS = @DEFS@
kono
parents:
diff changeset
223 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
224 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
225 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
226 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
227 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
228 EGREP = @EGREP@
kono
parents:
diff changeset
229 EXEEXT = @EXEEXT@
kono
parents:
diff changeset
230 EXTRA_FLAGS = @EXTRA_FLAGS@
kono
parents:
diff changeset
231 FGREP = @FGREP@
kono
parents:
diff changeset
232 FORMAT_FILE = @FORMAT_FILE@
kono
parents:
diff changeset
233 GREP = @GREP@
kono
parents:
diff changeset
234 INSTALL = @INSTALL@
kono
parents:
diff changeset
235 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
236 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
237 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
238 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
239 LD = @LD@
kono
parents:
diff changeset
240 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
241 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
242 LIBS = @LIBS@
kono
parents:
diff changeset
243 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
244 LIPO = @LIPO@
kono
parents:
diff changeset
245 LN_S = @LN_S@
kono
parents:
diff changeset
246 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
247 MAINT = @MAINT@
kono
parents:
diff changeset
248 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
249 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
250 NM = @NM@
kono
parents:
diff changeset
251 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
252 OBJCOPY = @OBJCOPY@
kono
parents:
diff changeset
253 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
254 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
255 OTOOL = @OTOOL@
kono
parents:
diff changeset
256 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
257 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
258 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
259 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
260 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
261 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
262 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
263 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
264 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
265 PIC_FLAG = @PIC_FLAG@
kono
parents:
diff changeset
266 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
kono
parents:
diff changeset
267 RANLIB = @RANLIB@
kono
parents:
diff changeset
268 SED = @SED@
kono
parents:
diff changeset
269 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
270 SHELL = @SHELL@
kono
parents:
diff changeset
271 STRIP = @STRIP@
kono
parents:
diff changeset
272 VERSION = @VERSION@
kono
parents:
diff changeset
273 VIEW_FILE = @VIEW_FILE@
kono
parents:
diff changeset
274 WARN_FLAGS = @WARN_FLAGS@
kono
parents:
diff changeset
275 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
276 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
277 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
278 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
279 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
280 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
281 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
282 am__tar = @am__tar@
kono
parents:
diff changeset
283 am__untar = @am__untar@
kono
parents:
diff changeset
284 bindir = @bindir@
kono
parents:
diff changeset
285 build = @build@
kono
parents:
diff changeset
286 build_alias = @build_alias@
kono
parents:
diff changeset
287 build_cpu = @build_cpu@
kono
parents:
diff changeset
288 build_os = @build_os@
kono
parents:
diff changeset
289 build_vendor = @build_vendor@
kono
parents:
diff changeset
290 builddir = @builddir@
kono
parents:
diff changeset
291 datadir = @datadir@
kono
parents:
diff changeset
292 datarootdir = @datarootdir@
kono
parents:
diff changeset
293 docdir = @docdir@
kono
parents:
diff changeset
294 dvidir = @dvidir@
kono
parents:
diff changeset
295 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
296 host = @host@
kono
parents:
diff changeset
297 host_alias = @host_alias@
kono
parents:
diff changeset
298 host_cpu = @host_cpu@
kono
parents:
diff changeset
299 host_os = @host_os@
kono
parents:
diff changeset
300 host_vendor = @host_vendor@
kono
parents:
diff changeset
301 htmldir = @htmldir@
kono
parents:
diff changeset
302 includedir = @includedir@
kono
parents:
diff changeset
303 infodir = @infodir@
kono
parents:
diff changeset
304 install_sh = @install_sh@
kono
parents:
diff changeset
305 libdir = @libdir@
kono
parents:
diff changeset
306 libexecdir = @libexecdir@
kono
parents:
diff changeset
307 libtool_VERSION = @libtool_VERSION@
kono
parents:
diff changeset
308 localedir = @localedir@
kono
parents:
diff changeset
309 localstatedir = @localstatedir@
kono
parents:
diff changeset
310 mandir = @mandir@
kono
parents:
diff changeset
311 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
312 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
313 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
314 pdfdir = @pdfdir@
kono
parents:
diff changeset
315 prefix = @prefix@
kono
parents:
diff changeset
316 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
317 psdir = @psdir@
kono
parents:
diff changeset
318 sbindir = @sbindir@
kono
parents:
diff changeset
319 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
320 srcdir = @srcdir@
kono
parents:
diff changeset
321 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
322 target = @target@
kono
parents:
diff changeset
323 target_alias = @target_alias@
kono
parents:
diff changeset
324 target_cpu = @target_cpu@
kono
parents:
diff changeset
325 target_os = @target_os@
kono
parents:
diff changeset
326 target_vendor = @target_vendor@
kono
parents:
diff changeset
327 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
328 top_builddir = @top_builddir@
kono
parents:
diff changeset
329 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
330 ACLOCAL_AMFLAGS = -I .. -I ../config
kono
parents:
diff changeset
331 AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
kono
parents:
diff changeset
332 -I ../libgcc
kono
parents:
diff changeset
333
kono
parents:
diff changeset
334 AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
kono
parents:
diff changeset
335 noinst_LTLIBRARIES = libbacktrace.la
kono
parents:
diff changeset
336 libbacktrace_la_SOURCES = \
kono
parents:
diff changeset
337 backtrace.h \
kono
parents:
diff changeset
338 atomic.c \
kono
parents:
diff changeset
339 dwarf.c \
kono
parents:
diff changeset
340 fileline.c \
kono
parents:
diff changeset
341 internal.h \
kono
parents:
diff changeset
342 posix.c \
kono
parents:
diff changeset
343 print.c \
kono
parents:
diff changeset
344 sort.c \
kono
parents:
diff changeset
345 state.c
kono
parents:
diff changeset
346
kono
parents:
diff changeset
347 BACKTRACE_FILES = \
kono
parents:
diff changeset
348 backtrace.c \
kono
parents:
diff changeset
349 simple.c \
kono
parents:
diff changeset
350 nounwind.c
kono
parents:
diff changeset
351
kono
parents:
diff changeset
352 FORMAT_FILES = \
kono
parents:
diff changeset
353 elf.c \
kono
parents:
diff changeset
354 pecoff.c \
kono
parents:
diff changeset
355 unknown.c \
kono
parents:
diff changeset
356 xcoff.c
kono
parents:
diff changeset
357
kono
parents:
diff changeset
358 VIEW_FILES = \
kono
parents:
diff changeset
359 read.c \
kono
parents:
diff changeset
360 mmapio.c
kono
parents:
diff changeset
361
kono
parents:
diff changeset
362 ALLOC_FILES = \
kono
parents:
diff changeset
363 alloc.c \
kono
parents:
diff changeset
364 mmap.c
kono
parents:
diff changeset
365
kono
parents:
diff changeset
366 EXTRA_libbacktrace_la_SOURCES = \
kono
parents:
diff changeset
367 $(BACKTRACE_FILES) \
kono
parents:
diff changeset
368 $(FORMAT_FILES) \
kono
parents:
diff changeset
369 $(VIEW_FILES) \
kono
parents:
diff changeset
370 $(ALLOC_FILES)
kono
parents:
diff changeset
371
kono
parents:
diff changeset
372 libbacktrace_la_LIBADD = \
kono
parents:
diff changeset
373 $(BACKTRACE_FILE) \
kono
parents:
diff changeset
374 $(FORMAT_FILE) \
kono
parents:
diff changeset
375 $(VIEW_FILE) \
kono
parents:
diff changeset
376 $(ALLOC_FILE)
kono
parents:
diff changeset
377
kono
parents:
diff changeset
378 libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
kono
parents:
diff changeset
379 TESTS = $(check_PROGRAMS) $(am__append_4)
kono
parents:
diff changeset
380 @NATIVE_TRUE@btest_SOURCES = btest.c testlib.c
kono
parents:
diff changeset
381 @NATIVE_TRUE@btest_CFLAGS = $(AM_CFLAGS) -g -O
kono
parents:
diff changeset
382 @NATIVE_TRUE@btest_LDADD = libbacktrace.la
kono
parents:
diff changeset
383 @NATIVE_TRUE@stest_SOURCES = stest.c
kono
parents:
diff changeset
384 @NATIVE_TRUE@stest_LDADD = libbacktrace.la
kono
parents:
diff changeset
385 @NATIVE_TRUE@ztest_SOURCES = ztest.c testlib.c
kono
parents:
diff changeset
386 @NATIVE_TRUE@ztest_CFLAGS = -DSRCDIR=\"$(srcdir)\"
kono
parents:
diff changeset
387 @NATIVE_TRUE@ztest_LDADD = libbacktrace.la $(am__append_2) \
kono
parents:
diff changeset
388 @NATIVE_TRUE@ $(CLOCK_GETTIME_LINK)
kono
parents:
diff changeset
389 @NATIVE_TRUE@edtest_SOURCES = edtest.c edtest2_build.c testlib.c
kono
parents:
diff changeset
390 @NATIVE_TRUE@edtest_LDADD = libbacktrace.la
kono
parents:
diff changeset
391 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES = ttest.c testlib.c
kono
parents:
diff changeset
392 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = $(AM_CFLAGS) -pthread
kono
parents:
diff changeset
393 @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD = libbacktrace.la
kono
parents:
diff changeset
394 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_SOURCES = btest.c testlib.c
kono
parents:
diff changeset
395 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_CFLAGS = $(AM_CFLAGS) -g
kono
parents:
diff changeset
396 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDFLAGS = -Wl,--compress-debug-sections=zlib-gnu
kono
parents:
diff changeset
397 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctestg_LDADD = libbacktrace.la
kono
parents:
diff changeset
398 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_SOURCES = btest.c testlib.c
kono
parents:
diff changeset
399 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_CFLAGS = $(AM_CFLAGS) -g
kono
parents:
diff changeset
400 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDFLAGS = -Wl,--compress-debug-sections=zlib-gabi
kono
parents:
diff changeset
401 @HAVE_COMPRESSED_DEBUG_TRUE@@NATIVE_TRUE@ctesta_LDADD = libbacktrace.la
kono
parents:
diff changeset
402
kono
parents:
diff changeset
403 # We can't use automake's automatic dependency tracking, because it
kono
parents:
diff changeset
404 # breaks when using bootstrap-lean. Automatic dependency tracking
kono
parents:
diff changeset
405 # with GCC bootstrap will cause some of the objects to depend on
kono
parents:
diff changeset
406 # header files in prev-gcc/include, e.g., stddef.h and stdarg.h. When
kono
parents:
diff changeset
407 # using bootstrap-lean, prev-gcc is removed after each stage. When
kono
parents:
diff changeset
408 # running "make install", those header files will be gone, causing the
kono
parents:
diff changeset
409 # library to be rebuilt at install time. That may not succeed.
kono
parents:
diff changeset
410
kono
parents:
diff changeset
411 # These manual dependencies do not include dependencies on unwind.h,
kono
parents:
diff changeset
412 # even though that is part of GCC, because where to find it depends on
kono
parents:
diff changeset
413 # whether we are being built as a host library or a target library.
kono
parents:
diff changeset
414 INCDIR = $(top_srcdir)/../include
kono
parents:
diff changeset
415 all: config.h
kono
parents:
diff changeset
416 $(MAKE) $(AM_MAKEFLAGS) all-am
kono
parents:
diff changeset
417
kono
parents:
diff changeset
418 .SUFFIXES:
kono
parents:
diff changeset
419 .SUFFIXES: .c .lo .o .obj
kono
parents:
diff changeset
420 am--refresh: Makefile
kono
parents:
diff changeset
421 @:
kono
parents:
diff changeset
422 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
423 @for dep in $?; do \
kono
parents:
diff changeset
424 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
425 *$$dep*) \
kono
parents:
diff changeset
426 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
kono
parents:
diff changeset
427 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
kono
parents:
diff changeset
428 && exit 0; \
kono
parents:
diff changeset
429 exit 1;; \
kono
parents:
diff changeset
430 esac; \
kono
parents:
diff changeset
431 done; \
kono
parents:
diff changeset
432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
kono
parents:
diff changeset
433 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
434 $(AUTOMAKE) --foreign --ignore-deps Makefile
kono
parents:
diff changeset
435 .PRECIOUS: Makefile
kono
parents:
diff changeset
436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
437 @case '$?' in \
kono
parents:
diff changeset
438 *config.status*) \
kono
parents:
diff changeset
439 echo ' $(SHELL) ./config.status'; \
kono
parents:
diff changeset
440 $(SHELL) ./config.status;; \
kono
parents:
diff changeset
441 *) \
kono
parents:
diff changeset
442 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
443 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
444 esac;
kono
parents:
diff changeset
445
kono
parents:
diff changeset
446 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
447 $(SHELL) ./config.status --recheck
kono
parents:
diff changeset
448
kono
parents:
diff changeset
449 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
450 $(am__cd) $(srcdir) && $(AUTOCONF)
kono
parents:
diff changeset
451 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
452 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
kono
parents:
diff changeset
453 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
454
kono
parents:
diff changeset
455 config.h: stamp-h1
kono
parents:
diff changeset
456 @if test ! -f $@; then rm -f stamp-h1; else :; fi
kono
parents:
diff changeset
457 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
kono
parents:
diff changeset
458
kono
parents:
diff changeset
459 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
kono
parents:
diff changeset
460 @rm -f stamp-h1
kono
parents:
diff changeset
461 cd $(top_builddir) && $(SHELL) ./config.status config.h
kono
parents:
diff changeset
462 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
463 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
kono
parents:
diff changeset
464 rm -f stamp-h1
kono
parents:
diff changeset
465 touch $@
kono
parents:
diff changeset
466
kono
parents:
diff changeset
467 distclean-hdr:
kono
parents:
diff changeset
468 -rm -f config.h stamp-h1
kono
parents:
diff changeset
469 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
kono
parents:
diff changeset
470 cd $(top_builddir) && $(SHELL) ./config.status $@
kono
parents:
diff changeset
471
kono
parents:
diff changeset
472 clean-noinstLTLIBRARIES:
kono
parents:
diff changeset
473 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
kono
parents:
diff changeset
474 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
kono
parents:
diff changeset
475 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kono
parents:
diff changeset
476 test "$$dir" != "$$p" || dir=.; \
kono
parents:
diff changeset
477 echo "rm -f \"$${dir}/so_locations\""; \
kono
parents:
diff changeset
478 rm -f "$${dir}/so_locations"; \
kono
parents:
diff changeset
479 done
kono
parents:
diff changeset
480 libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES) $(EXTRA_libbacktrace_la_DEPENDENCIES)
kono
parents:
diff changeset
481 $(LINK) $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
kono
parents:
diff changeset
482
kono
parents:
diff changeset
483 clean-checkPROGRAMS:
kono
parents:
diff changeset
484 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
kono
parents:
diff changeset
485 echo " rm -f" $$list; \
kono
parents:
diff changeset
486 rm -f $$list || exit $$?; \
kono
parents:
diff changeset
487 test -n "$(EXEEXT)" || exit 0; \
kono
parents:
diff changeset
488 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
kono
parents:
diff changeset
489 echo " rm -f" $$list; \
kono
parents:
diff changeset
490 rm -f $$list
kono
parents:
diff changeset
491 btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES) $(EXTRA_btest_DEPENDENCIES)
kono
parents:
diff changeset
492 @rm -f btest$(EXEEXT)
kono
parents:
diff changeset
493 $(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
kono
parents:
diff changeset
494 ctesta$(EXEEXT): $(ctesta_OBJECTS) $(ctesta_DEPENDENCIES) $(EXTRA_ctesta_DEPENDENCIES)
kono
parents:
diff changeset
495 @rm -f ctesta$(EXEEXT)
kono
parents:
diff changeset
496 $(ctesta_LINK) $(ctesta_OBJECTS) $(ctesta_LDADD) $(LIBS)
kono
parents:
diff changeset
497 ctestg$(EXEEXT): $(ctestg_OBJECTS) $(ctestg_DEPENDENCIES) $(EXTRA_ctestg_DEPENDENCIES)
kono
parents:
diff changeset
498 @rm -f ctestg$(EXEEXT)
kono
parents:
diff changeset
499 $(ctestg_LINK) $(ctestg_OBJECTS) $(ctestg_LDADD) $(LIBS)
kono
parents:
diff changeset
500 edtest$(EXEEXT): $(edtest_OBJECTS) $(edtest_DEPENDENCIES) $(EXTRA_edtest_DEPENDENCIES)
kono
parents:
diff changeset
501 @rm -f edtest$(EXEEXT)
kono
parents:
diff changeset
502 $(LINK) $(edtest_OBJECTS) $(edtest_LDADD) $(LIBS)
kono
parents:
diff changeset
503 stest$(EXEEXT): $(stest_OBJECTS) $(stest_DEPENDENCIES) $(EXTRA_stest_DEPENDENCIES)
kono
parents:
diff changeset
504 @rm -f stest$(EXEEXT)
kono
parents:
diff changeset
505 $(LINK) $(stest_OBJECTS) $(stest_LDADD) $(LIBS)
kono
parents:
diff changeset
506 ttest$(EXEEXT): $(ttest_OBJECTS) $(ttest_DEPENDENCIES) $(EXTRA_ttest_DEPENDENCIES)
kono
parents:
diff changeset
507 @rm -f ttest$(EXEEXT)
kono
parents:
diff changeset
508 $(ttest_LINK) $(ttest_OBJECTS) $(ttest_LDADD) $(LIBS)
kono
parents:
diff changeset
509 ztest$(EXEEXT): $(ztest_OBJECTS) $(ztest_DEPENDENCIES) $(EXTRA_ztest_DEPENDENCIES)
kono
parents:
diff changeset
510 @rm -f ztest$(EXEEXT)
kono
parents:
diff changeset
511 $(ztest_LINK) $(ztest_OBJECTS) $(ztest_LDADD) $(LIBS)
kono
parents:
diff changeset
512
kono
parents:
diff changeset
513 mostlyclean-compile:
kono
parents:
diff changeset
514 -rm -f *.$(OBJEXT)
kono
parents:
diff changeset
515
kono
parents:
diff changeset
516 distclean-compile:
kono
parents:
diff changeset
517 -rm -f *.tab.c
kono
parents:
diff changeset
518
kono
parents:
diff changeset
519 .c.o:
kono
parents:
diff changeset
520 $(COMPILE) -c $<
kono
parents:
diff changeset
521
kono
parents:
diff changeset
522 .c.obj:
kono
parents:
diff changeset
523 $(COMPILE) -c `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
524
kono
parents:
diff changeset
525 .c.lo:
kono
parents:
diff changeset
526 $(LTCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
527
kono
parents:
diff changeset
528 btest-btest.o: btest.c
kono
parents:
diff changeset
529 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
kono
parents:
diff changeset
530
kono
parents:
diff changeset
531 btest-btest.obj: btest.c
kono
parents:
diff changeset
532 $(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`
kono
parents:
diff changeset
533
kono
parents:
diff changeset
534 btest-testlib.o: testlib.c
kono
parents:
diff changeset
535 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
kono
parents:
diff changeset
536
kono
parents:
diff changeset
537 btest-testlib.obj: testlib.c
kono
parents:
diff changeset
538 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi`
kono
parents:
diff changeset
539
kono
parents:
diff changeset
540 ctesta-btest.o: btest.c
kono
parents:
diff changeset
541 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
kono
parents:
diff changeset
542
kono
parents:
diff changeset
543 ctesta-btest.obj: btest.c
kono
parents:
diff changeset
544 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-btest.obj `if test -f 'btest.c'; then $(CYGPATH_W) 'btest.c'; else $(CYGPATH_W) '$(srcdir)/btest.c'; fi`
kono
parents:
diff changeset
545
kono
parents:
diff changeset
546 ctesta-testlib.o: testlib.c
kono
parents:
diff changeset
547 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
kono
parents:
diff changeset
548
kono
parents:
diff changeset
549 ctesta-testlib.obj: testlib.c
kono
parents:
diff changeset
550 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctesta_CFLAGS) $(CFLAGS) -c -o ctesta-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi`
kono
parents:
diff changeset
551
kono
parents:
diff changeset
552 ctestg-btest.o: btest.c
kono
parents:
diff changeset
553 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
kono
parents:
diff changeset
554
kono
parents:
diff changeset
555 ctestg-btest.obj: btest.c
kono
parents:
diff changeset
556 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-btest.obj `if test -f 'btest.c'; then $(CYGPATH_W) 'btest.c'; else $(CYGPATH_W) '$(srcdir)/btest.c'; fi`
kono
parents:
diff changeset
557
kono
parents:
diff changeset
558 ctestg-testlib.o: testlib.c
kono
parents:
diff changeset
559 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
kono
parents:
diff changeset
560
kono
parents:
diff changeset
561 ctestg-testlib.obj: testlib.c
kono
parents:
diff changeset
562 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ctestg_CFLAGS) $(CFLAGS) -c -o ctestg-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi`
kono
parents:
diff changeset
563
kono
parents:
diff changeset
564 ttest-ttest.o: ttest.c
kono
parents:
diff changeset
565 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-ttest.o `test -f 'ttest.c' || echo '$(srcdir)/'`ttest.c
kono
parents:
diff changeset
566
kono
parents:
diff changeset
567 ttest-ttest.obj: ttest.c
kono
parents:
diff changeset
568 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-ttest.obj `if test -f 'ttest.c'; then $(CYGPATH_W) 'ttest.c'; else $(CYGPATH_W) '$(srcdir)/ttest.c'; fi`
kono
parents:
diff changeset
569
kono
parents:
diff changeset
570 ttest-testlib.o: testlib.c
kono
parents:
diff changeset
571 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
kono
parents:
diff changeset
572
kono
parents:
diff changeset
573 ttest-testlib.obj: testlib.c
kono
parents:
diff changeset
574 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ttest_CFLAGS) $(CFLAGS) -c -o ttest-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi`
kono
parents:
diff changeset
575
kono
parents:
diff changeset
576 ztest-ztest.o: ztest.c
kono
parents:
diff changeset
577 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-ztest.o `test -f 'ztest.c' || echo '$(srcdir)/'`ztest.c
kono
parents:
diff changeset
578
kono
parents:
diff changeset
579 ztest-ztest.obj: ztest.c
kono
parents:
diff changeset
580 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-ztest.obj `if test -f 'ztest.c'; then $(CYGPATH_W) 'ztest.c'; else $(CYGPATH_W) '$(srcdir)/ztest.c'; fi`
kono
parents:
diff changeset
581
kono
parents:
diff changeset
582 ztest-testlib.o: testlib.c
kono
parents:
diff changeset
583 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-testlib.o `test -f 'testlib.c' || echo '$(srcdir)/'`testlib.c
kono
parents:
diff changeset
584
kono
parents:
diff changeset
585 ztest-testlib.obj: testlib.c
kono
parents:
diff changeset
586 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ztest_CFLAGS) $(CFLAGS) -c -o ztest-testlib.obj `if test -f 'testlib.c'; then $(CYGPATH_W) 'testlib.c'; else $(CYGPATH_W) '$(srcdir)/testlib.c'; fi`
kono
parents:
diff changeset
587
kono
parents:
diff changeset
588 mostlyclean-libtool:
kono
parents:
diff changeset
589 -rm -f *.lo
kono
parents:
diff changeset
590
kono
parents:
diff changeset
591 clean-libtool:
kono
parents:
diff changeset
592 -rm -rf .libs _libs
kono
parents:
diff changeset
593
kono
parents:
diff changeset
594 distclean-libtool:
kono
parents:
diff changeset
595 -rm -f libtool config.lt
kono
parents:
diff changeset
596
kono
parents:
diff changeset
597 # GNU Make needs to see an explicit $(MAKE) variable in the command it
kono
parents:
diff changeset
598 # runs to enable its job server during parallel builds. Hence the
kono
parents:
diff changeset
599 # comments below.
kono
parents:
diff changeset
600 all-multi:
kono
parents:
diff changeset
601 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
kono
parents:
diff changeset
602 install-multi:
kono
parents:
diff changeset
603 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
kono
parents:
diff changeset
604
kono
parents:
diff changeset
605 mostlyclean-multi:
kono
parents:
diff changeset
606 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
kono
parents:
diff changeset
607 clean-multi:
kono
parents:
diff changeset
608 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
kono
parents:
diff changeset
609 distclean-multi:
kono
parents:
diff changeset
610 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
kono
parents:
diff changeset
611 maintainer-clean-multi:
kono
parents:
diff changeset
612 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
kono
parents:
diff changeset
613
kono
parents:
diff changeset
614 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
kono
parents:
diff changeset
615 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
616 unique=`for i in $$list; do \
kono
parents:
diff changeset
617 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
618 done | \
kono
parents:
diff changeset
619 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
620 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
621 mkid -fID $$unique
kono
parents:
diff changeset
622 tags: TAGS
kono
parents:
diff changeset
623
kono
parents:
diff changeset
624 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
625 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
626 set x; \
kono
parents:
diff changeset
627 here=`pwd`; \
kono
parents:
diff changeset
628 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
629 unique=`for i in $$list; do \
kono
parents:
diff changeset
630 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
631 done | \
kono
parents:
diff changeset
632 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
633 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
634 shift; \
kono
parents:
diff changeset
635 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
kono
parents:
diff changeset
636 test -n "$$unique" || unique=$$empty_fix; \
kono
parents:
diff changeset
637 if test $$# -gt 0; then \
kono
parents:
diff changeset
638 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
639 "$$@" $$unique; \
kono
parents:
diff changeset
640 else \
kono
parents:
diff changeset
641 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
642 $$unique; \
kono
parents:
diff changeset
643 fi; \
kono
parents:
diff changeset
644 fi
kono
parents:
diff changeset
645 ctags: CTAGS
kono
parents:
diff changeset
646 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
647 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
648 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
649 unique=`for i in $$list; do \
kono
parents:
diff changeset
650 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
651 done | \
kono
parents:
diff changeset
652 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
653 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
654 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
655 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
656 $$unique
kono
parents:
diff changeset
657
kono
parents:
diff changeset
658 GTAGS:
kono
parents:
diff changeset
659 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
660 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
661 && gtags -i $(GTAGS_ARGS) "$$here"
kono
parents:
diff changeset
662
kono
parents:
diff changeset
663 distclean-tags:
kono
parents:
diff changeset
664 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
kono
parents:
diff changeset
665
kono
parents:
diff changeset
666 check-TESTS: $(TESTS)
kono
parents:
diff changeset
667 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
kono
parents:
diff changeset
668 srcdir=$(srcdir); export srcdir; \
kono
parents:
diff changeset
669 list=' $(TESTS) '; \
kono
parents:
diff changeset
670 $(am__tty_colors); \
kono
parents:
diff changeset
671 if test -n "$$list"; then \
kono
parents:
diff changeset
672 for tst in $$list; do \
kono
parents:
diff changeset
673 if test -f ./$$tst; then dir=./; \
kono
parents:
diff changeset
674 elif test -f $$tst; then dir=; \
kono
parents:
diff changeset
675 else dir="$(srcdir)/"; fi; \
kono
parents:
diff changeset
676 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
kono
parents:
diff changeset
677 all=`expr $$all + 1`; \
kono
parents:
diff changeset
678 case " $(XFAIL_TESTS) " in \
kono
parents:
diff changeset
679 *[\ \ ]$$tst[\ \ ]*) \
kono
parents:
diff changeset
680 xpass=`expr $$xpass + 1`; \
kono
parents:
diff changeset
681 failed=`expr $$failed + 1`; \
kono
parents:
diff changeset
682 col=$$red; res=XPASS; \
kono
parents:
diff changeset
683 ;; \
kono
parents:
diff changeset
684 *) \
kono
parents:
diff changeset
685 col=$$grn; res=PASS; \
kono
parents:
diff changeset
686 ;; \
kono
parents:
diff changeset
687 esac; \
kono
parents:
diff changeset
688 elif test $$? -ne 77; then \
kono
parents:
diff changeset
689 all=`expr $$all + 1`; \
kono
parents:
diff changeset
690 case " $(XFAIL_TESTS) " in \
kono
parents:
diff changeset
691 *[\ \ ]$$tst[\ \ ]*) \
kono
parents:
diff changeset
692 xfail=`expr $$xfail + 1`; \
kono
parents:
diff changeset
693 col=$$lgn; res=XFAIL; \
kono
parents:
diff changeset
694 ;; \
kono
parents:
diff changeset
695 *) \
kono
parents:
diff changeset
696 failed=`expr $$failed + 1`; \
kono
parents:
diff changeset
697 col=$$red; res=FAIL; \
kono
parents:
diff changeset
698 ;; \
kono
parents:
diff changeset
699 esac; \
kono
parents:
diff changeset
700 else \
kono
parents:
diff changeset
701 skip=`expr $$skip + 1`; \
kono
parents:
diff changeset
702 col=$$blu; res=SKIP; \
kono
parents:
diff changeset
703 fi; \
kono
parents:
diff changeset
704 echo "$${col}$$res$${std}: $$tst"; \
kono
parents:
diff changeset
705 done; \
kono
parents:
diff changeset
706 if test "$$all" -eq 1; then \
kono
parents:
diff changeset
707 tests="test"; \
kono
parents:
diff changeset
708 All=""; \
kono
parents:
diff changeset
709 else \
kono
parents:
diff changeset
710 tests="tests"; \
kono
parents:
diff changeset
711 All="All "; \
kono
parents:
diff changeset
712 fi; \
kono
parents:
diff changeset
713 if test "$$failed" -eq 0; then \
kono
parents:
diff changeset
714 if test "$$xfail" -eq 0; then \
kono
parents:
diff changeset
715 banner="$$All$$all $$tests passed"; \
kono
parents:
diff changeset
716 else \
kono
parents:
diff changeset
717 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
kono
parents:
diff changeset
718 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
kono
parents:
diff changeset
719 fi; \
kono
parents:
diff changeset
720 else \
kono
parents:
diff changeset
721 if test "$$xpass" -eq 0; then \
kono
parents:
diff changeset
722 banner="$$failed of $$all $$tests failed"; \
kono
parents:
diff changeset
723 else \
kono
parents:
diff changeset
724 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
kono
parents:
diff changeset
725 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
kono
parents:
diff changeset
726 fi; \
kono
parents:
diff changeset
727 fi; \
kono
parents:
diff changeset
728 dashes="$$banner"; \
kono
parents:
diff changeset
729 skipped=""; \
kono
parents:
diff changeset
730 if test "$$skip" -ne 0; then \
kono
parents:
diff changeset
731 if test "$$skip" -eq 1; then \
kono
parents:
diff changeset
732 skipped="($$skip test was not run)"; \
kono
parents:
diff changeset
733 else \
kono
parents:
diff changeset
734 skipped="($$skip tests were not run)"; \
kono
parents:
diff changeset
735 fi; \
kono
parents:
diff changeset
736 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
kono
parents:
diff changeset
737 dashes="$$skipped"; \
kono
parents:
diff changeset
738 fi; \
kono
parents:
diff changeset
739 report=""; \
kono
parents:
diff changeset
740 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
kono
parents:
diff changeset
741 report="Please report to $(PACKAGE_BUGREPORT)"; \
kono
parents:
diff changeset
742 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
kono
parents:
diff changeset
743 dashes="$$report"; \
kono
parents:
diff changeset
744 fi; \
kono
parents:
diff changeset
745 dashes=`echo "$$dashes" | sed s/./=/g`; \
kono
parents:
diff changeset
746 if test "$$failed" -eq 0; then \
kono
parents:
diff changeset
747 col="$$grn"; \
kono
parents:
diff changeset
748 else \
kono
parents:
diff changeset
749 col="$$red"; \
kono
parents:
diff changeset
750 fi; \
kono
parents:
diff changeset
751 echo "$${col}$$dashes$${std}"; \
kono
parents:
diff changeset
752 echo "$${col}$$banner$${std}"; \
kono
parents:
diff changeset
753 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
kono
parents:
diff changeset
754 test -z "$$report" || echo "$${col}$$report$${std}"; \
kono
parents:
diff changeset
755 echo "$${col}$$dashes$${std}"; \
kono
parents:
diff changeset
756 test "$$failed" -eq 0; \
kono
parents:
diff changeset
757 else :; fi
kono
parents:
diff changeset
758 check-am: all-am
kono
parents:
diff changeset
759 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
kono
parents:
diff changeset
760 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
kono
parents:
diff changeset
761 check: check-am
kono
parents:
diff changeset
762 all-am: Makefile $(LTLIBRARIES) all-multi config.h
kono
parents:
diff changeset
763 installdirs:
kono
parents:
diff changeset
764 install: install-am
kono
parents:
diff changeset
765 install-exec: install-exec-am
kono
parents:
diff changeset
766 install-data: install-data-am
kono
parents:
diff changeset
767 uninstall: uninstall-am
kono
parents:
diff changeset
768
kono
parents:
diff changeset
769 install-am: all-am
kono
parents:
diff changeset
770 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
771
kono
parents:
diff changeset
772 installcheck: installcheck-am
kono
parents:
diff changeset
773 install-strip:
kono
parents:
diff changeset
774 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
775 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
776 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
777 install; \
kono
parents:
diff changeset
778 else \
kono
parents:
diff changeset
779 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
780 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
781 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
782 fi
kono
parents:
diff changeset
783 mostlyclean-generic:
kono
parents:
diff changeset
784
kono
parents:
diff changeset
785 clean-generic:
kono
parents:
diff changeset
786
kono
parents:
diff changeset
787 distclean-generic:
kono
parents:
diff changeset
788 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
789 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
790
kono
parents:
diff changeset
791 maintainer-clean-generic:
kono
parents:
diff changeset
792 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
793 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
794 clean: clean-am clean-multi
kono
parents:
diff changeset
795
kono
parents:
diff changeset
796 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
kono
parents:
diff changeset
797 clean-noinstLTLIBRARIES mostlyclean-am
kono
parents:
diff changeset
798
kono
parents:
diff changeset
799 distclean: distclean-am distclean-multi
kono
parents:
diff changeset
800 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
801 -rm -f Makefile
kono
parents:
diff changeset
802 distclean-am: clean-am distclean-compile distclean-generic \
kono
parents:
diff changeset
803 distclean-hdr distclean-libtool distclean-tags
kono
parents:
diff changeset
804
kono
parents:
diff changeset
805 dvi: dvi-am
kono
parents:
diff changeset
806
kono
parents:
diff changeset
807 dvi-am:
kono
parents:
diff changeset
808
kono
parents:
diff changeset
809 html: html-am
kono
parents:
diff changeset
810
kono
parents:
diff changeset
811 html-am:
kono
parents:
diff changeset
812
kono
parents:
diff changeset
813 info: info-am
kono
parents:
diff changeset
814
kono
parents:
diff changeset
815 info-am:
kono
parents:
diff changeset
816
kono
parents:
diff changeset
817 install-data-am:
kono
parents:
diff changeset
818
kono
parents:
diff changeset
819 install-dvi: install-dvi-am
kono
parents:
diff changeset
820
kono
parents:
diff changeset
821 install-dvi-am:
kono
parents:
diff changeset
822
kono
parents:
diff changeset
823 install-exec-am: install-multi
kono
parents:
diff changeset
824
kono
parents:
diff changeset
825 install-html: install-html-am
kono
parents:
diff changeset
826
kono
parents:
diff changeset
827 install-html-am:
kono
parents:
diff changeset
828
kono
parents:
diff changeset
829 install-info: install-info-am
kono
parents:
diff changeset
830
kono
parents:
diff changeset
831 install-info-am:
kono
parents:
diff changeset
832
kono
parents:
diff changeset
833 install-man:
kono
parents:
diff changeset
834
kono
parents:
diff changeset
835 install-pdf: install-pdf-am
kono
parents:
diff changeset
836
kono
parents:
diff changeset
837 install-pdf-am:
kono
parents:
diff changeset
838
kono
parents:
diff changeset
839 install-ps: install-ps-am
kono
parents:
diff changeset
840
kono
parents:
diff changeset
841 install-ps-am:
kono
parents:
diff changeset
842
kono
parents:
diff changeset
843 installcheck-am:
kono
parents:
diff changeset
844
kono
parents:
diff changeset
845 maintainer-clean: maintainer-clean-am maintainer-clean-multi
kono
parents:
diff changeset
846 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
kono
parents:
diff changeset
847 -rm -rf $(top_srcdir)/autom4te.cache
kono
parents:
diff changeset
848 -rm -f Makefile
kono
parents:
diff changeset
849 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
850
kono
parents:
diff changeset
851 mostlyclean: mostlyclean-am mostlyclean-multi
kono
parents:
diff changeset
852
kono
parents:
diff changeset
853 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
854 mostlyclean-libtool
kono
parents:
diff changeset
855
kono
parents:
diff changeset
856 pdf: pdf-am
kono
parents:
diff changeset
857
kono
parents:
diff changeset
858 pdf-am:
kono
parents:
diff changeset
859
kono
parents:
diff changeset
860 ps: ps-am
kono
parents:
diff changeset
861
kono
parents:
diff changeset
862 ps-am:
kono
parents:
diff changeset
863
kono
parents:
diff changeset
864 uninstall-am:
kono
parents:
diff changeset
865
kono
parents:
diff changeset
866 .MAKE: all all-multi check-am clean-multi distclean-multi install-am \
kono
parents:
diff changeset
867 install-multi install-strip maintainer-clean-multi \
kono
parents:
diff changeset
868 mostlyclean-multi
kono
parents:
diff changeset
869
kono
parents:
diff changeset
870 .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \
kono
parents:
diff changeset
871 check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
kono
parents:
diff changeset
872 clean-multi clean-noinstLTLIBRARIES ctags distclean \
kono
parents:
diff changeset
873 distclean-compile distclean-generic distclean-hdr \
kono
parents:
diff changeset
874 distclean-libtool distclean-multi distclean-tags dvi dvi-am \
kono
parents:
diff changeset
875 html html-am info info-am install install-am install-data \
kono
parents:
diff changeset
876 install-data-am install-dvi install-dvi-am install-exec \
kono
parents:
diff changeset
877 install-exec-am install-html install-html-am install-info \
kono
parents:
diff changeset
878 install-info-am install-man install-multi install-pdf \
kono
parents:
diff changeset
879 install-pdf-am install-ps install-ps-am install-strip \
kono
parents:
diff changeset
880 installcheck installcheck-am installdirs maintainer-clean \
kono
parents:
diff changeset
881 maintainer-clean-generic maintainer-clean-multi mostlyclean \
kono
parents:
diff changeset
882 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
kono
parents:
diff changeset
883 mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
kono
parents:
diff changeset
884 uninstall-am
kono
parents:
diff changeset
885
kono
parents:
diff changeset
886
kono
parents:
diff changeset
887 @NATIVE_TRUE@edtest2_build.c: gen_edtest2_build; @true
kono
parents:
diff changeset
888 @NATIVE_TRUE@gen_edtest2_build: $(srcdir)/edtest2.c
kono
parents:
diff changeset
889 @NATIVE_TRUE@ cat $(srcdir)/edtest2.c > tmp-edtest2_build.c
kono
parents:
diff changeset
890 @NATIVE_TRUE@ $(SHELL) $(srcdir)/../move-if-change tmp-edtest2_build.c edtest2_build.c
kono
parents:
diff changeset
891 @NATIVE_TRUE@ echo timestamp > $@
kono
parents:
diff changeset
892
kono
parents:
diff changeset
893 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@dtest: btest
kono
parents:
diff changeset
894 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(OBJCOPY) --only-keep-debug btest btest.debug
kono
parents:
diff changeset
895 @HAVE_OBJCOPY_DEBUGLINK_TRUE@@NATIVE_TRUE@ $(OBJCOPY) --strip-debug --add-gnu-debuglink=btest.debug btest dtest
kono
parents:
diff changeset
896 alloc.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
897 backtrace.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
898 btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h
kono
parents:
diff changeset
899 dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \
kono
parents:
diff changeset
900 $(INCDIR)/filenames.h backtrace.h internal.h
kono
parents:
diff changeset
901 elf.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
902 fileline.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
903 mmap.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
904 mmapio.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
905 nounwind.lo: config.h internal.h
kono
parents:
diff changeset
906 pecoff.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
907 posix.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
908 print.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
909 read.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
910 simple.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
911 sort.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
912 stest.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
913 state.lo: config.h backtrace.h backtrace-supported.h internal.h
kono
parents:
diff changeset
914 unknown.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
915 xcoff.lo: config.h backtrace.h internal.h
kono
parents:
diff changeset
916
kono
parents:
diff changeset
917 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
918 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
919 .NOEXPORT: