annotate libbacktrace/Makefile.in @ 136:4627f235cf2a

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