libsanitizer: Tie the hwasan library into our build system
[gcc.git] / libsanitizer / libbacktrace / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile.am -- Backtrace in libsanitizer Makefile.
18 # Copyright (C) 2012-2013 Free Software Foundation, Inc.
19
20 # Redistribution and use in source and binary forms, with or without
21 # modification, are permitted provided that the following conditions are
22 # met:
23
24 # (1) Redistributions of source code must retain the above copyright
25 # notice, this list of conditions and the following disclaimer.
26
27 # (2) Redistributions in binary form must reproduce the above copyright
28 # notice, this list of conditions and the following disclaimer in
29 # the documentation and/or other materials provided with the
30 # distribution.
31
32 # (3) The name of the author may not be used to
33 # endorse or promote products derived from this software without
34 # specific prior written permission.
35
36 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
37 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
38 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
39 # DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
40 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
41 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
42 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
43 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
44 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
45 # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
46 # POSSIBILITY OF SUCH DAMAGE.
47
48 VPATH = @srcdir@
49 am__is_gnu_make = { \
50 if test -z '$(MAKELEVEL)'; then \
51 false; \
52 elif test -n '$(MAKE_HOST)'; then \
53 true; \
54 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
55 true; \
56 else \
57 false; \
58 fi; \
59 }
60 am__make_running_with_option = \
61 case $${target_option-} in \
62 ?) ;; \
63 *) echo "am__make_running_with_option: internal error: invalid" \
64 "target option '$${target_option-}' specified" >&2; \
65 exit 1;; \
66 esac; \
67 has_opt=no; \
68 sane_makeflags=$$MAKEFLAGS; \
69 if $(am__is_gnu_make); then \
70 sane_makeflags=$$MFLAGS; \
71 else \
72 case $$MAKEFLAGS in \
73 *\\[\ \ ]*) \
74 bs=\\; \
75 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
76 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
77 esac; \
78 fi; \
79 skip_next=no; \
80 strip_trailopt () \
81 { \
82 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
83 }; \
84 for flg in $$sane_makeflags; do \
85 test $$skip_next = yes && { skip_next=no; continue; }; \
86 case $$flg in \
87 *=*|--*) continue;; \
88 -*I) strip_trailopt 'I'; skip_next=yes;; \
89 -*I?*) strip_trailopt 'I';; \
90 -*O) strip_trailopt 'O'; skip_next=yes;; \
91 -*O?*) strip_trailopt 'O';; \
92 -*l) strip_trailopt 'l'; skip_next=yes;; \
93 -*l?*) strip_trailopt 'l';; \
94 -[dEDm]) skip_next=yes;; \
95 -[JT]) skip_next=yes;; \
96 esac; \
97 case $$flg in \
98 *$$target_option*) has_opt=yes; break;; \
99 esac; \
100 done; \
101 test $$has_opt = yes
102 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
103 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
104 pkgdatadir = $(datadir)/@PACKAGE@
105 pkgincludedir = $(includedir)/@PACKAGE@
106 pkglibdir = $(libdir)/@PACKAGE@
107 pkglibexecdir = $(libexecdir)/@PACKAGE@
108 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109 install_sh_DATA = $(install_sh) -c -m 644
110 install_sh_PROGRAM = $(install_sh) -c
111 install_sh_SCRIPT = $(install_sh) -c
112 INSTALL_HEADER = $(INSTALL_DATA)
113 transform = $(program_transform_name)
114 NORMAL_INSTALL = :
115 PRE_INSTALL = :
116 POST_INSTALL = :
117 NORMAL_UNINSTALL = :
118 PRE_UNINSTALL = :
119 POST_UNINSTALL = :
120 build_triplet = @build@
121 host_triplet = @host@
122 target_triplet = @target@
123 subdir = libbacktrace
124 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
126 $(top_srcdir)/../config/depstand.m4 \
127 $(top_srcdir)/../config/lead-dot.m4 \
128 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
129 $(top_srcdir)/../config/multi.m4 \
130 $(top_srcdir)/../config/override.m4 \
131 $(top_srcdir)/../config/stdint.m4 \
132 $(top_srcdir)/../config/toolexeclibdir.m4 \
133 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
134 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
135 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
136 $(top_srcdir)/../config/enable.m4 \
137 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
138 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139 $(ACLOCAL_M4)
140 DIST_COMMON = $(srcdir)/Makefile.am
141 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
142 CONFIG_HEADER = $(top_builddir)/config.h
143 CONFIG_CLEAN_FILES = backtrace-supported.h
144 CONFIG_CLEAN_VPATH_FILES =
145 LTLIBRARIES = $(noinst_LTLIBRARIES)
146 am__DEPENDENCIES_1 =
147 am_libsanitizer_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo \
148 fileline.lo posix.lo sort.lo state.lo cp-demangle.lo bridge.lo
149 libsanitizer_libbacktrace_la_OBJECTS = \
150 $(am_libsanitizer_libbacktrace_la_OBJECTS)
151 AM_V_lt = $(am__v_lt_@AM_V@)
152 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
153 am__v_lt_0 = --silent
154 am__v_lt_1 =
155 AM_V_P = $(am__v_P_@AM_V@)
156 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157 am__v_P_0 = false
158 am__v_P_1 = :
159 AM_V_GEN = $(am__v_GEN_@AM_V@)
160 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161 am__v_GEN_0 = @echo " GEN " $@;
162 am__v_GEN_1 =
163 AM_V_at = $(am__v_at_@AM_V@)
164 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165 am__v_at_0 = @
166 am__v_at_1 =
167 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
168 depcomp = $(SHELL) $(top_srcdir)/../depcomp
169 am__depfiles_maybe = depfiles
170 am__mv = mv -f
171 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
175 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
176 $(AM_CFLAGS) $(CFLAGS)
177 AM_V_CC = $(am__v_CC_@AM_V@)
178 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
179 am__v_CC_0 = @echo " CC " $@;
180 am__v_CC_1 =
181 CCLD = $(CC)
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184 $(AM_LDFLAGS) $(LDFLAGS) -o $@
185 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187 am__v_CCLD_0 = @echo " CCLD " $@;
188 am__v_CCLD_1 =
189 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
190 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
191 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
192 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
193 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
194 $(AM_CXXFLAGS) $(CXXFLAGS)
195 AM_V_CXX = $(am__v_CXX_@AM_V@)
196 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
197 am__v_CXX_0 = @echo " CXX " $@;
198 am__v_CXX_1 =
199 CXXLD = $(CXX)
200 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
201 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
202 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
203 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
204 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
205 am__v_CXXLD_0 = @echo " CXXLD " $@;
206 am__v_CXXLD_1 =
207 SOURCES = $(libsanitizer_libbacktrace_la_SOURCES) \
208 $(EXTRA_libsanitizer_libbacktrace_la_SOURCES)
209 am__can_run_installinfo = \
210 case $$AM_UPDATE_INFO_DIR in \
211 n|no|NO) false;; \
212 *) (install-info --version) >/dev/null 2>&1;; \
213 esac
214 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
215 # Read a list of newline-separated strings from the standard input,
216 # and print each of them once, without duplicates. Input order is
217 # *not* preserved.
218 am__uniquify_input = $(AWK) '\
219 BEGIN { nonempty = 0; } \
220 { items[$$0] = 1; nonempty = 1; } \
221 END { if (nonempty) { for (i in items) print i; }; } \
222 '
223 # Make sure the list of sources is unique. This is necessary because,
224 # e.g., the same source file might be shared among _SOURCES variables
225 # for different programs/libraries.
226 am__define_uniq_tagged_files = \
227 list='$(am__tagged_files)'; \
228 unique=`for i in $$list; do \
229 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
230 done | $(am__uniquify_input)`
231 ETAGS = etags
232 CTAGS = ctags
233 ACLOCAL = @ACLOCAL@
234 ALLOC_FILE = @ALLOC_FILE@
235 AMTAR = @AMTAR@
236 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
237 AR = @AR@
238 AUTOCONF = @AUTOCONF@
239 AUTOHEADER = @AUTOHEADER@
240 AUTOMAKE = @AUTOMAKE@
241 AWK = @AWK@
242 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
243 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
244 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
245 CC = @CC@
246 CCAS = @CCAS@
247 CCASDEPMODE = @CCASDEPMODE@
248 CCASFLAGS = @CCASFLAGS@
249 CCDEPMODE = @CCDEPMODE@
250 CFLAGS = @CFLAGS@
251 CPP = @CPP@
252 CPPFLAGS = @CPPFLAGS@
253 CXX = @CXX@
254 CXXCPP = @CXXCPP@
255 CXXDEPMODE = @CXXDEPMODE@
256 CXXFLAGS = @CXXFLAGS@
257 CYGPATH_W = @CYGPATH_W@
258 DEFS = @DEFS@
259 DEPDIR = @DEPDIR@
260 DSYMUTIL = @DSYMUTIL@
261 DUMPBIN = @DUMPBIN@
262 ECHO_C = @ECHO_C@
263 ECHO_N = @ECHO_N@
264 ECHO_T = @ECHO_T@
265 EGREP = @EGREP@
266 EXEEXT = @EXEEXT@
267 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
268 EXTRA_CFLAGS = @EXTRA_CFLAGS@
269 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
270 FGREP = @FGREP@
271 FORMAT_FILE = @FORMAT_FILE@
272 GREP = @GREP@
273 INSTALL = @INSTALL@
274 INSTALL_DATA = @INSTALL_DATA@
275 INSTALL_PROGRAM = @INSTALL_PROGRAM@
276 INSTALL_SCRIPT = @INSTALL_SCRIPT@
277 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
278 LD = @LD@
279 LDFLAGS = @LDFLAGS@
280 LIBOBJS = @LIBOBJS@
281 LIBS = @LIBS@
282 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
283 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
284 LIBTOOL = @LIBTOOL@
285 LIPO = @LIPO@
286 LN_S = @LN_S@
287 LTLIBOBJS = @LTLIBOBJS@
288 MAINT = @MAINT@
289 MAKEINFO = @MAKEINFO@
290 MKDIR_P = @MKDIR_P@
291 NM = @NM@
292 NMEDIT = @NMEDIT@
293 OBJDUMP = @OBJDUMP@
294 OBJEXT = @OBJEXT@
295 OTOOL = @OTOOL@
296 OTOOL64 = @OTOOL64@
297 PACKAGE = @PACKAGE@
298 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299 PACKAGE_NAME = @PACKAGE_NAME@
300 PACKAGE_STRING = @PACKAGE_STRING@
301 PACKAGE_TARNAME = @PACKAGE_TARNAME@
302 PACKAGE_URL = @PACKAGE_URL@
303 PACKAGE_VERSION = @PACKAGE_VERSION@
304 PATH_SEPARATOR = @PATH_SEPARATOR@
305 RANLIB = @RANLIB@
306 RPC_DEFS = @RPC_DEFS@
307 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
308 SED = @SED@
309 SET_MAKE = @SET_MAKE@
310 SHELL = @SHELL@
311 STRIP = @STRIP@
312 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
313 VERSION = @VERSION@
314 VIEW_FILE = @VIEW_FILE@
315 abs_builddir = @abs_builddir@
316 abs_srcdir = @abs_srcdir@
317 abs_top_builddir = @abs_top_builddir@
318 abs_top_srcdir = @abs_top_srcdir@
319 ac_ct_CC = @ac_ct_CC@
320 ac_ct_CXX = @ac_ct_CXX@
321 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
322 am__include = @am__include@
323 am__leading_dot = @am__leading_dot@
324 am__quote = @am__quote@
325 am__tar = @am__tar@
326 am__untar = @am__untar@
327 bindir = @bindir@
328 build = @build@
329 build_alias = @build_alias@
330 build_cpu = @build_cpu@
331 build_os = @build_os@
332 build_vendor = @build_vendor@
333 builddir = @builddir@
334 datadir = @datadir@
335 datarootdir = @datarootdir@
336 docdir = @docdir@
337 dvidir = @dvidir@
338 enable_shared = @enable_shared@
339 enable_static = @enable_static@
340 exec_prefix = @exec_prefix@
341 get_gcc_base_ver = @get_gcc_base_ver@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 libdir = @libdir@
352 libexecdir = @libexecdir@
353 link_libasan = @link_libasan@
354 link_libhwasan = @link_libhwasan@
355 link_liblsan = @link_liblsan@
356 link_libtsan = @link_libtsan@
357 link_libubsan = @link_libubsan@
358 localedir = @localedir@
359 localstatedir = @localstatedir@
360 mandir = @mandir@
361 mkdir_p = @mkdir_p@
362 multi_basedir = @multi_basedir@
363 oldincludedir = @oldincludedir@
364 pdfdir = @pdfdir@
365 prefix = @prefix@
366 program_transform_name = @program_transform_name@
367 psdir = @psdir@
368 sbindir = @sbindir@
369 sharedstatedir = @sharedstatedir@
370 srcdir = @srcdir@
371 sysconfdir = @sysconfdir@
372 target = @target@
373 target_alias = @target_alias@
374 target_cpu = @target_cpu@
375 target_noncanonical = @target_noncanonical@
376 target_os = @target_os@
377 target_vendor = @target_vendor@
378 toolexecdir = @toolexecdir@
379 toolexeclibdir = @toolexeclibdir@
380 top_build_prefix = @top_build_prefix@
381 top_builddir = @top_builddir@
382 top_srcdir = @top_srcdir@
383 ACLOCAL_AMFLAGS = -I ../.. -I ../../config
384 AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
385 -I ../../libgcc -I .. -I $(top_srcdir) -I $(top_srcdir)/../libbacktrace
386
387 WARN_FLAGS = -W -Wall -Wwrite-strings -Wmissing-format-attribute \
388 -Wcast-qual -Werror
389
390 C_WARN_FLAGS = $(WARN_FLAGS) -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
391 CXX_WARN_FLAGS = $(WARN_FLAGS) -Wno-unused-parameter
392 AM_CFLAGS = $(C_WARN_FLAGS) $(EXTRA_CFLAGS)
393 AM_CXXFLAGS = $(CXX_WARN_FLAGS) -fno-rtti -fno-exceptions -std=gnu++14 \
394 $(EXTRA_CXXFLAGS)
395 noinst_LTLIBRARIES = libsanitizer_libbacktrace.la
396 libsanitizer_libbacktrace_la_SOURCES = \
397 ../../libbacktrace/backtrace.h \
398 ../../libbacktrace/atomic.c \
399 ../../libbacktrace/dwarf.c \
400 ../../libbacktrace/fileline.c \
401 ../../libbacktrace/internal.h \
402 ../../libbacktrace/posix.c \
403 ../../libbacktrace/sort.c \
404 ../../libbacktrace/state.c \
405 ../../libiberty/cp-demangle.c \
406 bridge.cc
407
408 FORMAT_FILES = \
409 ../../libbacktrace/elf.c \
410 ../../libbacktrace/unknown.c
411
412 VIEW_FILES = \
413 ../../libbacktrace/read.c \
414 ../../libbacktrace/mmapio.c
415
416 ALLOC_FILES = \
417 ../../libbacktrace/alloc.c \
418 ../../libbacktrace/mmap.c
419
420 EXTRA_libsanitizer_libbacktrace_la_SOURCES = \
421 $(FORMAT_FILES) \
422 $(VIEW_FILES) \
423 $(ALLOC_FILES)
424
425 libsanitizer_libbacktrace_la_LIBADD = \
426 $(FORMAT_FILE) \
427 $(VIEW_FILE) \
428 $(ALLOC_FILE)
429
430 libsanitizer_libbacktrace_la_DEPENDENCIES = $(libsanitizer_libbacktrace_la_LIBADD)
431 all: all-am
432
433 .SUFFIXES:
434 .SUFFIXES: .c .cc .lo .o .obj
435 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
436 @for dep in $?; do \
437 case '$(am__configure_deps)' in \
438 *$$dep*) \
439 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
440 && { if test -f $@; then exit 0; else break; fi; }; \
441 exit 1;; \
442 esac; \
443 done; \
444 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbacktrace/Makefile'; \
445 $(am__cd) $(top_srcdir) && \
446 $(AUTOMAKE) --foreign libbacktrace/Makefile
447 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
448 @case '$?' in \
449 *config.status*) \
450 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
451 *) \
452 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
453 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
454 esac;
455
456 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
457 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458
459 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
460 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
462 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463 $(am__aclocal_m4_deps):
464 backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
465 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
466
467 clean-noinstLTLIBRARIES:
468 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
469 @list='$(noinst_LTLIBRARIES)'; \
470 locs=`for p in $$list; do echo $$p; done | \
471 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
472 sort -u`; \
473 test -z "$$locs" || { \
474 echo rm -f $${locs}; \
475 rm -f $${locs}; \
476 }
477
478 libsanitizer_libbacktrace.la: $(libsanitizer_libbacktrace_la_OBJECTS) $(libsanitizer_libbacktrace_la_DEPENDENCIES) $(EXTRA_libsanitizer_libbacktrace_la_DEPENDENCIES)
479 $(AM_V_CXXLD)$(CXXLINK) $(libsanitizer_libbacktrace_la_OBJECTS) $(libsanitizer_libbacktrace_la_LIBADD) $(LIBS)
480
481 mostlyclean-compile:
482 -rm -f *.$(OBJEXT)
483
484 distclean-compile:
485 -rm -f *.tab.c
486
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomic.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bridge.Plo@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cp-demangle.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf.Plo@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileline.Plo@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmap.Plo@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmapio.Plo@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix.Plo@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Plo@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sort.Plo@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/state.Plo@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unknown.Plo@am__quote@
501
502 .c.o:
503 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
508
509 .c.obj:
510 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
511 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
515
516 .c.lo:
517 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
518 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
522
523 atomic.lo: ../../libbacktrace/atomic.c
524 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atomic.lo -MD -MP -MF $(DEPDIR)/atomic.Tpo -c -o atomic.lo `test -f '../../libbacktrace/atomic.c' || echo '$(srcdir)/'`../../libbacktrace/atomic.c
525 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/atomic.Tpo $(DEPDIR)/atomic.Plo
526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/atomic.c' object='atomic.lo' libtool=yes @AMDEPBACKSLASH@
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atomic.lo `test -f '../../libbacktrace/atomic.c' || echo '$(srcdir)/'`../../libbacktrace/atomic.c
529
530 dwarf.lo: ../../libbacktrace/dwarf.c
531 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dwarf.lo -MD -MP -MF $(DEPDIR)/dwarf.Tpo -c -o dwarf.lo `test -f '../../libbacktrace/dwarf.c' || echo '$(srcdir)/'`../../libbacktrace/dwarf.c
532 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dwarf.Tpo $(DEPDIR)/dwarf.Plo
533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/dwarf.c' object='dwarf.lo' libtool=yes @AMDEPBACKSLASH@
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dwarf.lo `test -f '../../libbacktrace/dwarf.c' || echo '$(srcdir)/'`../../libbacktrace/dwarf.c
536
537 fileline.lo: ../../libbacktrace/fileline.c
538 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fileline.lo -MD -MP -MF $(DEPDIR)/fileline.Tpo -c -o fileline.lo `test -f '../../libbacktrace/fileline.c' || echo '$(srcdir)/'`../../libbacktrace/fileline.c
539 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fileline.Tpo $(DEPDIR)/fileline.Plo
540 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/fileline.c' object='fileline.lo' libtool=yes @AMDEPBACKSLASH@
541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fileline.lo `test -f '../../libbacktrace/fileline.c' || echo '$(srcdir)/'`../../libbacktrace/fileline.c
543
544 posix.lo: ../../libbacktrace/posix.c
545 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT posix.lo -MD -MP -MF $(DEPDIR)/posix.Tpo -c -o posix.lo `test -f '../../libbacktrace/posix.c' || echo '$(srcdir)/'`../../libbacktrace/posix.c
546 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/posix.Tpo $(DEPDIR)/posix.Plo
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/posix.c' object='posix.lo' libtool=yes @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o posix.lo `test -f '../../libbacktrace/posix.c' || echo '$(srcdir)/'`../../libbacktrace/posix.c
550
551 sort.lo: ../../libbacktrace/sort.c
552 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sort.lo -MD -MP -MF $(DEPDIR)/sort.Tpo -c -o sort.lo `test -f '../../libbacktrace/sort.c' || echo '$(srcdir)/'`../../libbacktrace/sort.c
553 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sort.Tpo $(DEPDIR)/sort.Plo
554 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/sort.c' object='sort.lo' libtool=yes @AMDEPBACKSLASH@
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sort.lo `test -f '../../libbacktrace/sort.c' || echo '$(srcdir)/'`../../libbacktrace/sort.c
557
558 state.lo: ../../libbacktrace/state.c
559 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT state.lo -MD -MP -MF $(DEPDIR)/state.Tpo -c -o state.lo `test -f '../../libbacktrace/state.c' || echo '$(srcdir)/'`../../libbacktrace/state.c
560 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/state.Tpo $(DEPDIR)/state.Plo
561 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/state.c' object='state.lo' libtool=yes @AMDEPBACKSLASH@
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o state.lo `test -f '../../libbacktrace/state.c' || echo '$(srcdir)/'`../../libbacktrace/state.c
564
565 cp-demangle.lo: ../../libiberty/cp-demangle.c
566 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cp-demangle.lo -MD -MP -MF $(DEPDIR)/cp-demangle.Tpo -c -o cp-demangle.lo `test -f '../../libiberty/cp-demangle.c' || echo '$(srcdir)/'`../../libiberty/cp-demangle.c
567 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cp-demangle.Tpo $(DEPDIR)/cp-demangle.Plo
568 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libiberty/cp-demangle.c' object='cp-demangle.lo' libtool=yes @AMDEPBACKSLASH@
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cp-demangle.lo `test -f '../../libiberty/cp-demangle.c' || echo '$(srcdir)/'`../../libiberty/cp-demangle.c
571
572 elf.lo: ../../libbacktrace/elf.c
573 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT elf.lo -MD -MP -MF $(DEPDIR)/elf.Tpo -c -o elf.lo `test -f '../../libbacktrace/elf.c' || echo '$(srcdir)/'`../../libbacktrace/elf.c
574 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/elf.Tpo $(DEPDIR)/elf.Plo
575 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/elf.c' object='elf.lo' libtool=yes @AMDEPBACKSLASH@
576 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o elf.lo `test -f '../../libbacktrace/elf.c' || echo '$(srcdir)/'`../../libbacktrace/elf.c
578
579 unknown.lo: ../../libbacktrace/unknown.c
580 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unknown.lo -MD -MP -MF $(DEPDIR)/unknown.Tpo -c -o unknown.lo `test -f '../../libbacktrace/unknown.c' || echo '$(srcdir)/'`../../libbacktrace/unknown.c
581 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/unknown.Tpo $(DEPDIR)/unknown.Plo
582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/unknown.c' object='unknown.lo' libtool=yes @AMDEPBACKSLASH@
583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unknown.lo `test -f '../../libbacktrace/unknown.c' || echo '$(srcdir)/'`../../libbacktrace/unknown.c
585
586 read.lo: ../../libbacktrace/read.c
587 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT read.lo -MD -MP -MF $(DEPDIR)/read.Tpo -c -o read.lo `test -f '../../libbacktrace/read.c' || echo '$(srcdir)/'`../../libbacktrace/read.c
588 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/read.Tpo $(DEPDIR)/read.Plo
589 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/read.c' object='read.lo' libtool=yes @AMDEPBACKSLASH@
590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o read.lo `test -f '../../libbacktrace/read.c' || echo '$(srcdir)/'`../../libbacktrace/read.c
592
593 mmapio.lo: ../../libbacktrace/mmapio.c
594 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mmapio.lo -MD -MP -MF $(DEPDIR)/mmapio.Tpo -c -o mmapio.lo `test -f '../../libbacktrace/mmapio.c' || echo '$(srcdir)/'`../../libbacktrace/mmapio.c
595 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mmapio.Tpo $(DEPDIR)/mmapio.Plo
596 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/mmapio.c' object='mmapio.lo' libtool=yes @AMDEPBACKSLASH@
597 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mmapio.lo `test -f '../../libbacktrace/mmapio.c' || echo '$(srcdir)/'`../../libbacktrace/mmapio.c
599
600 alloc.lo: ../../libbacktrace/alloc.c
601 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alloc.lo -MD -MP -MF $(DEPDIR)/alloc.Tpo -c -o alloc.lo `test -f '../../libbacktrace/alloc.c' || echo '$(srcdir)/'`../../libbacktrace/alloc.c
602 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/alloc.Tpo $(DEPDIR)/alloc.Plo
603 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/alloc.c' object='alloc.lo' libtool=yes @AMDEPBACKSLASH@
604 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alloc.lo `test -f '../../libbacktrace/alloc.c' || echo '$(srcdir)/'`../../libbacktrace/alloc.c
606
607 mmap.lo: ../../libbacktrace/mmap.c
608 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mmap.lo -MD -MP -MF $(DEPDIR)/mmap.Tpo -c -o mmap.lo `test -f '../../libbacktrace/mmap.c' || echo '$(srcdir)/'`../../libbacktrace/mmap.c
609 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mmap.Tpo $(DEPDIR)/mmap.Plo
610 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='../../libbacktrace/mmap.c' object='mmap.lo' libtool=yes @AMDEPBACKSLASH@
611 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mmap.lo `test -f '../../libbacktrace/mmap.c' || echo '$(srcdir)/'`../../libbacktrace/mmap.c
613
614 .cc.o:
615 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
616 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
617 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
618 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
620
621 .cc.obj:
622 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
623 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
624 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
625 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
627
628 .cc.lo:
629 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
630 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
631 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
632 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
634
635 mostlyclean-libtool:
636 -rm -f *.lo
637
638 clean-libtool:
639 -rm -rf .libs _libs
640
641 ID: $(am__tagged_files)
642 $(am__define_uniq_tagged_files); mkid -fID $$unique
643 tags: tags-am
644 TAGS: tags
645
646 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
647 set x; \
648 here=`pwd`; \
649 $(am__define_uniq_tagged_files); \
650 shift; \
651 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
652 test -n "$$unique" || unique=$$empty_fix; \
653 if test $$# -gt 0; then \
654 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
655 "$$@" $$unique; \
656 else \
657 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
658 $$unique; \
659 fi; \
660 fi
661 ctags: ctags-am
662
663 CTAGS: ctags
664 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
665 $(am__define_uniq_tagged_files); \
666 test -z "$(CTAGS_ARGS)$$unique" \
667 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
668 $$unique
669
670 GTAGS:
671 here=`$(am__cd) $(top_builddir) && pwd` \
672 && $(am__cd) $(top_srcdir) \
673 && gtags -i $(GTAGS_ARGS) "$$here"
674 cscopelist: cscopelist-am
675
676 cscopelist-am: $(am__tagged_files)
677 list='$(am__tagged_files)'; \
678 case "$(srcdir)" in \
679 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
680 *) sdir=$(subdir)/$(srcdir) ;; \
681 esac; \
682 for i in $$list; do \
683 if test -f "$$i"; then \
684 echo "$(subdir)/$$i"; \
685 else \
686 echo "$$sdir/$$i"; \
687 fi; \
688 done >> $(top_builddir)/cscope.files
689
690 distclean-tags:
691 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
692 check-am: all-am
693 check: check-am
694 all-am: Makefile $(LTLIBRARIES)
695 installdirs:
696 install: install-am
697 install-exec: install-exec-am
698 install-data: install-data-am
699 uninstall: uninstall-am
700
701 install-am: all-am
702 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
703
704 installcheck: installcheck-am
705 install-strip:
706 if test -z '$(STRIP)'; then \
707 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
708 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
709 install; \
710 else \
711 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
714 fi
715 mostlyclean-generic:
716
717 clean-generic:
718
719 distclean-generic:
720 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
721 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
722
723 maintainer-clean-generic:
724 @echo "This command is intended for maintainers to use"
725 @echo "it deletes files that may require special tools to rebuild."
726 clean: clean-am
727
728 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
729 mostlyclean-am
730
731 distclean: distclean-am
732 -rm -rf ./$(DEPDIR)
733 -rm -f Makefile
734 distclean-am: clean-am distclean-compile distclean-generic \
735 distclean-tags
736
737 dvi: dvi-am
738
739 dvi-am:
740
741 html: html-am
742
743 html-am:
744
745 info: info-am
746
747 info-am:
748
749 install-data-am:
750
751 install-dvi: install-dvi-am
752
753 install-dvi-am:
754
755 install-exec-am:
756
757 install-html: install-html-am
758
759 install-html-am:
760
761 install-info: install-info-am
762
763 install-info-am:
764
765 install-man:
766
767 install-pdf: install-pdf-am
768
769 install-pdf-am:
770
771 install-ps: install-ps-am
772
773 install-ps-am:
774
775 installcheck-am:
776
777 maintainer-clean: maintainer-clean-am
778 -rm -rf ./$(DEPDIR)
779 -rm -f Makefile
780 maintainer-clean-am: distclean-am maintainer-clean-generic
781
782 mostlyclean: mostlyclean-am
783
784 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
785 mostlyclean-libtool
786
787 pdf: pdf-am
788
789 pdf-am:
790
791 ps: ps-am
792
793 ps-am:
794
795 uninstall-am:
796
797 .MAKE: install-am install-strip
798
799 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
800 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
801 ctags-am distclean distclean-compile distclean-generic \
802 distclean-libtool distclean-tags dvi dvi-am html html-am info \
803 info-am install install-am install-data install-data-am \
804 install-dvi install-dvi-am install-exec install-exec-am \
805 install-html install-html-am install-info install-info-am \
806 install-man install-pdf install-pdf-am install-ps \
807 install-ps-am install-strip installcheck installcheck-am \
808 installdirs maintainer-clean maintainer-clean-generic \
809 mostlyclean mostlyclean-compile mostlyclean-generic \
810 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
811 uninstall-am
812
813 .PRECIOUS: Makefile
814
815
816 # Tell versions [3.59,3.63) of GNU make to not export all variables.
817 # Otherwise a system limit (for SysV at least) may be exceeded.
818 .NOEXPORT: