annotate libsanitizer/sanitizer_common/Makefile.in @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23: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 VPATH = @srcdir@
kono
parents:
diff changeset
19 am__make_dryrun = \
kono
parents:
diff changeset
20 { \
kono
parents:
diff changeset
21 am__dry=no; \
kono
parents:
diff changeset
22 case $$MAKEFLAGS in \
kono
parents:
diff changeset
23 *\\[\ \ ]*) \
kono
parents:
diff changeset
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
26 *) \
kono
parents:
diff changeset
27 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
28 case $$am__flg in \
kono
parents:
diff changeset
29 *=*|--*) ;; \
kono
parents:
diff changeset
30 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
31 esac; \
kono
parents:
diff changeset
32 done;; \
kono
parents:
diff changeset
33 esac; \
kono
parents:
diff changeset
34 test $$am__dry = yes; \
kono
parents:
diff changeset
35 }
kono
parents:
diff changeset
36 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
37 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
38 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
41 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
42 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
43 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
44 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
45 transform = $(program_transform_name)
kono
parents:
diff changeset
46 NORMAL_INSTALL = :
kono
parents:
diff changeset
47 PRE_INSTALL = :
kono
parents:
diff changeset
48 POST_INSTALL = :
kono
parents:
diff changeset
49 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
50 PRE_UNINSTALL = :
kono
parents:
diff changeset
51 POST_UNINSTALL = :
kono
parents:
diff changeset
52 build_triplet = @build@
kono
parents:
diff changeset
53 host_triplet = @host@
kono
parents:
diff changeset
54 target_triplet = @target@
kono
parents:
diff changeset
55 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_1 = -DSANITIZER_LIBBACKTRACE -DSANITIZER_CP_DEMANGLE \
kono
parents:
diff changeset
56 @LIBBACKTRACE_SUPPORTED_TRUE@ -I $(top_srcdir)/../libbacktrace \
kono
parents:
diff changeset
57 @LIBBACKTRACE_SUPPORTED_TRUE@ -I $(top_builddir)/libbacktrace \
kono
parents:
diff changeset
58 @LIBBACKTRACE_SUPPORTED_TRUE@ -I $(top_srcdir)/../include \
kono
parents:
diff changeset
59 @LIBBACKTRACE_SUPPORTED_TRUE@ -include $(top_srcdir)/libbacktrace/backtrace-rename.h
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 subdir = sanitizer_common
kono
parents:
diff changeset
62 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
kono
parents:
diff changeset
63 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
64 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
65 $(top_srcdir)/../config/depstand.m4 \
kono
parents:
diff changeset
66 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
67 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
kono
parents:
diff changeset
68 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
69 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
70 $(top_srcdir)/../config/stdint.m4 \
kono
parents:
diff changeset
71 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
kono
parents:
diff changeset
72 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
kono
parents:
diff changeset
73 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
74 $(top_srcdir)/../config/enable.m4 \
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
75 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
111
kono
parents:
diff changeset
76 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
77 $(ACLOCAL_M4)
kono
parents:
diff changeset
78 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
kono
parents:
diff changeset
79 CONFIG_HEADER = $(top_builddir)/config.h
kono
parents:
diff changeset
80 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
81 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
82 LTLIBRARIES = $(noinst_LTLIBRARIES)
kono
parents:
diff changeset
83 am__DEPENDENCIES_1 =
kono
parents:
diff changeset
84 am__objects_1 = sancov_flags.lo sanitizer_allocator.lo \
kono
parents:
diff changeset
85 sanitizer_allocator_checks.lo sanitizer_common.lo \
kono
parents:
diff changeset
86 sanitizer_common_libcdep.lo sanitizer_coverage_libcdep_new.lo \
kono
parents:
diff changeset
87 sanitizer_deadlock_detector1.lo \
kono
parents:
diff changeset
88 sanitizer_deadlock_detector2.lo sanitizer_errno.lo \
kono
parents:
diff changeset
89 sanitizer_file.lo sanitizer_flags.lo sanitizer_flag_parser.lo \
kono
parents:
diff changeset
90 sanitizer_libc.lo sanitizer_libignore.lo sanitizer_linux.lo \
kono
parents:
diff changeset
91 sanitizer_linux_libcdep.lo sanitizer_linux_s390.lo \
kono
parents:
diff changeset
92 sanitizer_mac.lo sanitizer_mac_libcdep.lo \
kono
parents:
diff changeset
93 sanitizer_persistent_allocator.lo \
kono
parents:
diff changeset
94 sanitizer_platform_limits_linux.lo \
kono
parents:
diff changeset
95 sanitizer_platform_limits_posix.lo sanitizer_posix.lo \
kono
parents:
diff changeset
96 sanitizer_posix_libcdep.lo sanitizer_printf.lo \
kono
parents:
diff changeset
97 sanitizer_procmaps_common.lo sanitizer_procmaps_freebsd.lo \
kono
parents:
diff changeset
98 sanitizer_procmaps_linux.lo sanitizer_procmaps_mac.lo \
kono
parents:
diff changeset
99 sanitizer_stackdepot.lo sanitizer_stacktrace.lo \
kono
parents:
diff changeset
100 sanitizer_stacktrace_libcdep.lo sanitizer_symbolizer_mac.lo \
kono
parents:
diff changeset
101 sanitizer_stacktrace_printer.lo \
kono
parents:
diff changeset
102 sanitizer_stoptheworld_linux_libcdep.lo \
kono
parents:
diff changeset
103 sanitizer_stoptheworld_mac.lo sanitizer_suppressions.lo \
kono
parents:
diff changeset
104 sanitizer_symbolizer.lo sanitizer_symbolizer_libbacktrace.lo \
kono
parents:
diff changeset
105 sanitizer_symbolizer_libcdep.lo \
kono
parents:
diff changeset
106 sanitizer_symbolizer_posix_libcdep.lo \
kono
parents:
diff changeset
107 sanitizer_symbolizer_win.lo sanitizer_termination.lo \
kono
parents:
diff changeset
108 sanitizer_thread_registry.lo sanitizer_tls_get_addr.lo \
kono
parents:
diff changeset
109 sanitizer_unwind_linux_libcdep.lo sanitizer_win.lo
kono
parents:
diff changeset
110 am_libsanitizer_common_la_OBJECTS = $(am__objects_1)
kono
parents:
diff changeset
111 libsanitizer_common_la_OBJECTS = $(am_libsanitizer_common_la_OBJECTS)
kono
parents:
diff changeset
112 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
kono
parents:
diff changeset
113 depcomp = $(SHELL) $(top_srcdir)/../depcomp
kono
parents:
diff changeset
114 am__depfiles_maybe = depfiles
kono
parents:
diff changeset
115 am__mv = mv -f
kono
parents:
diff changeset
116 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
117 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
kono
parents:
diff changeset
118 LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
119 --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
120 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
kono
parents:
diff changeset
121 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
122 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
kono
parents:
diff changeset
123 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
124 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
125 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
kono
parents:
diff changeset
126 CXXLD = $(CXX)
kono
parents:
diff changeset
127 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
128 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
129 $(LDFLAGS) -o $@
kono
parents:
diff changeset
130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
kono
parents:
diff changeset
131 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
132 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
133 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
134 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
kono
parents:
diff changeset
135 CCLD = $(CC)
kono
parents:
diff changeset
136 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
kono
parents:
diff changeset
137 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
kono
parents:
diff changeset
138 $(LDFLAGS) -o $@
kono
parents:
diff changeset
139 SOURCES = $(libsanitizer_common_la_SOURCES) \
kono
parents:
diff changeset
140 $(EXTRA_libsanitizer_common_la_SOURCES)
kono
parents:
diff changeset
141 am__can_run_installinfo = \
kono
parents:
diff changeset
142 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
143 n|no|NO) false;; \
kono
parents:
diff changeset
144 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
145 esac
kono
parents:
diff changeset
146 ETAGS = etags
kono
parents:
diff changeset
147 CTAGS = ctags
kono
parents:
diff changeset
148 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
149 ALLOC_FILE = @ALLOC_FILE@
kono
parents:
diff changeset
150 AMTAR = @AMTAR@
kono
parents:
diff changeset
151 AR = @AR@
kono
parents:
diff changeset
152 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
153 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
154 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
155 AWK = @AWK@
kono
parents:
diff changeset
156 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
kono
parents:
diff changeset
157 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
kono
parents:
diff changeset
158 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
kono
parents:
diff changeset
159 CC = @CC@
kono
parents:
diff changeset
160 CCAS = @CCAS@
kono
parents:
diff changeset
161 CCASDEPMODE = @CCASDEPMODE@
kono
parents:
diff changeset
162 CCASFLAGS = @CCASFLAGS@
kono
parents:
diff changeset
163 CCDEPMODE = @CCDEPMODE@
kono
parents:
diff changeset
164 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
165 CPP = @CPP@
kono
parents:
diff changeset
166 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
167 CXX = @CXX@
kono
parents:
diff changeset
168 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
169 CXXDEPMODE = @CXXDEPMODE@
kono
parents:
diff changeset
170 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
171 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
172 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS @RPC_DEFS@
kono
parents:
diff changeset
173 DEPDIR = @DEPDIR@
kono
parents:
diff changeset
174 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
175 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
176 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
177 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
178 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
179 EGREP = @EGREP@
kono
parents:
diff changeset
180 EXEEXT = @EXEEXT@
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
181 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
182 EXTRA_CFLAGS = @EXTRA_CFLAGS@
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
183 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
111
kono
parents:
diff changeset
184 FGREP = @FGREP@
kono
parents:
diff changeset
185 FORMAT_FILE = @FORMAT_FILE@
kono
parents:
diff changeset
186 GREP = @GREP@
kono
parents:
diff changeset
187 INSTALL = @INSTALL@
kono
parents:
diff changeset
188 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
192 LD = @LD@
kono
parents:
diff changeset
193 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
194 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
195 LIBS = @LIBS@
kono
parents:
diff changeset
196 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
kono
parents:
diff changeset
197 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
kono
parents:
diff changeset
198 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
199 LIPO = @LIPO@
kono
parents:
diff changeset
200 LN_S = @LN_S@
kono
parents:
diff changeset
201 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
202 MAINT = @MAINT@
kono
parents:
diff changeset
203 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
204 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
205 NM = @NM@
kono
parents:
diff changeset
206 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
207 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
208 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
209 OTOOL = @OTOOL@
kono
parents:
diff changeset
210 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
211 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
212 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
213 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
214 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
215 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
216 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
217 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
218 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
219 RANLIB = @RANLIB@
kono
parents:
diff changeset
220 RPC_DEFS = @RPC_DEFS@
kono
parents:
diff changeset
221 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
kono
parents:
diff changeset
222 SED = @SED@
kono
parents:
diff changeset
223 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
224 SHELL = @SHELL@
kono
parents:
diff changeset
225 STRIP = @STRIP@
kono
parents:
diff changeset
226 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
kono
parents:
diff changeset
227 VERSION = @VERSION@
kono
parents:
diff changeset
228 VIEW_FILE = @VIEW_FILE@
kono
parents:
diff changeset
229 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
230 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
231 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
232 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
233 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
234 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
235 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
236 am__include = @am__include@
kono
parents:
diff changeset
237 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
238 am__quote = @am__quote@
kono
parents:
diff changeset
239 am__tar = @am__tar@
kono
parents:
diff changeset
240 am__untar = @am__untar@
kono
parents:
diff changeset
241 bindir = @bindir@
kono
parents:
diff changeset
242 build = @build@
kono
parents:
diff changeset
243 build_alias = @build_alias@
kono
parents:
diff changeset
244 build_cpu = @build_cpu@
kono
parents:
diff changeset
245 build_os = @build_os@
kono
parents:
diff changeset
246 build_vendor = @build_vendor@
kono
parents:
diff changeset
247 builddir = @builddir@
kono
parents:
diff changeset
248 datadir = @datadir@
kono
parents:
diff changeset
249 datarootdir = @datarootdir@
kono
parents:
diff changeset
250 docdir = @docdir@
kono
parents:
diff changeset
251 dvidir = @dvidir@
kono
parents:
diff changeset
252 enable_shared = @enable_shared@
kono
parents:
diff changeset
253 enable_static = @enable_static@
kono
parents:
diff changeset
254 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
255 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
256 host = @host@
kono
parents:
diff changeset
257 host_alias = @host_alias@
kono
parents:
diff changeset
258 host_cpu = @host_cpu@
kono
parents:
diff changeset
259 host_os = @host_os@
kono
parents:
diff changeset
260 host_vendor = @host_vendor@
kono
parents:
diff changeset
261 htmldir = @htmldir@
kono
parents:
diff changeset
262 includedir = @includedir@
kono
parents:
diff changeset
263 infodir = @infodir@
kono
parents:
diff changeset
264 install_sh = @install_sh@
kono
parents:
diff changeset
265 libdir = @libdir@
kono
parents:
diff changeset
266 libexecdir = @libexecdir@
kono
parents:
diff changeset
267 link_libasan = @link_libasan@
kono
parents:
diff changeset
268 link_liblsan = @link_liblsan@
kono
parents:
diff changeset
269 link_libtsan = @link_libtsan@
kono
parents:
diff changeset
270 link_libubsan = @link_libubsan@
kono
parents:
diff changeset
271 localedir = @localedir@
kono
parents:
diff changeset
272 localstatedir = @localstatedir@
kono
parents:
diff changeset
273 mandir = @mandir@
kono
parents:
diff changeset
274 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
275 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
276 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
277 pdfdir = @pdfdir@
kono
parents:
diff changeset
278 prefix = @prefix@
kono
parents:
diff changeset
279 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
280 psdir = @psdir@
kono
parents:
diff changeset
281 sbindir = @sbindir@
kono
parents:
diff changeset
282 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
283 srcdir = @srcdir@
kono
parents:
diff changeset
284 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
285 target = @target@
kono
parents:
diff changeset
286 target_alias = @target_alias@
kono
parents:
diff changeset
287 target_cpu = @target_cpu@
kono
parents:
diff changeset
288 target_noncanonical = @target_noncanonical@
kono
parents:
diff changeset
289 target_os = @target_os@
kono
parents:
diff changeset
290 target_vendor = @target_vendor@
kono
parents:
diff changeset
291 toolexecdir = @toolexecdir@
kono
parents:
diff changeset
292 toolexeclibdir = @toolexeclibdir@
kono
parents:
diff changeset
293 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
294 top_builddir = @top_builddir@
kono
parents:
diff changeset
295 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
296 AM_CPPFLAGS = -I $(top_srcdir)/include -isystem $(top_srcdir)/include/system
kono
parents:
diff changeset
297
kono
parents:
diff changeset
298 # May be used by toolexeclibdir.
kono
parents:
diff changeset
299 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
300 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
kono
parents:
diff changeset
301 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
kono
parents:
diff changeset
302 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
kono
parents:
diff changeset
303 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
304 -std=gnu++11 $(EXTRA_CXXFLAGS) $(am__append_1)
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
305 AM_CCASFLAGS = $(EXTRA_ASFLAGS)
111
kono
parents:
diff changeset
306 ACLOCAL_AMFLAGS = -I m4
kono
parents:
diff changeset
307 noinst_LTLIBRARIES = libsanitizer_common.la
kono
parents:
diff changeset
308 sanitizer_common_files = \
kono
parents:
diff changeset
309 sancov_flags.cc \
kono
parents:
diff changeset
310 sanitizer_allocator.cc \
kono
parents:
diff changeset
311 sanitizer_allocator_checks.cc \
kono
parents:
diff changeset
312 sanitizer_common.cc \
kono
parents:
diff changeset
313 sanitizer_common_libcdep.cc \
kono
parents:
diff changeset
314 sanitizer_coverage_libcdep_new.cc \
kono
parents:
diff changeset
315 sanitizer_deadlock_detector1.cc \
kono
parents:
diff changeset
316 sanitizer_deadlock_detector2.cc \
kono
parents:
diff changeset
317 sanitizer_errno.cc \
kono
parents:
diff changeset
318 sanitizer_file.cc \
kono
parents:
diff changeset
319 sanitizer_flags.cc \
kono
parents:
diff changeset
320 sanitizer_flag_parser.cc \
kono
parents:
diff changeset
321 sanitizer_libc.cc \
kono
parents:
diff changeset
322 sanitizer_libignore.cc \
kono
parents:
diff changeset
323 sanitizer_linux.cc \
kono
parents:
diff changeset
324 sanitizer_linux_libcdep.cc \
kono
parents:
diff changeset
325 sanitizer_linux_s390.cc \
kono
parents:
diff changeset
326 sanitizer_mac.cc \
kono
parents:
diff changeset
327 sanitizer_mac_libcdep.cc \
kono
parents:
diff changeset
328 sanitizer_persistent_allocator.cc \
kono
parents:
diff changeset
329 sanitizer_platform_limits_linux.cc \
kono
parents:
diff changeset
330 sanitizer_platform_limits_posix.cc \
kono
parents:
diff changeset
331 sanitizer_posix.cc \
kono
parents:
diff changeset
332 sanitizer_posix_libcdep.cc \
kono
parents:
diff changeset
333 sanitizer_printf.cc \
kono
parents:
diff changeset
334 sanitizer_procmaps_common.cc \
kono
parents:
diff changeset
335 sanitizer_procmaps_freebsd.cc \
kono
parents:
diff changeset
336 sanitizer_procmaps_linux.cc \
kono
parents:
diff changeset
337 sanitizer_procmaps_mac.cc \
kono
parents:
diff changeset
338 sanitizer_stackdepot.cc \
kono
parents:
diff changeset
339 sanitizer_stacktrace.cc \
kono
parents:
diff changeset
340 sanitizer_stacktrace_libcdep.cc \
kono
parents:
diff changeset
341 sanitizer_symbolizer_mac.cc \
kono
parents:
diff changeset
342 sanitizer_stacktrace_printer.cc \
kono
parents:
diff changeset
343 sanitizer_stoptheworld_linux_libcdep.cc \
kono
parents:
diff changeset
344 sanitizer_stoptheworld_mac.cc \
kono
parents:
diff changeset
345 sanitizer_suppressions.cc \
kono
parents:
diff changeset
346 sanitizer_symbolizer.cc \
kono
parents:
diff changeset
347 sanitizer_symbolizer_libbacktrace.cc \
kono
parents:
diff changeset
348 sanitizer_symbolizer_libcdep.cc \
kono
parents:
diff changeset
349 sanitizer_symbolizer_posix_libcdep.cc \
kono
parents:
diff changeset
350 sanitizer_symbolizer_win.cc \
kono
parents:
diff changeset
351 sanitizer_termination.cc \
kono
parents:
diff changeset
352 sanitizer_thread_registry.cc \
kono
parents:
diff changeset
353 sanitizer_tls_get_addr.cc \
kono
parents:
diff changeset
354 sanitizer_unwind_linux_libcdep.cc \
kono
parents:
diff changeset
355 sanitizer_win.cc
kono
parents:
diff changeset
356
kono
parents:
diff changeset
357 libsanitizer_common_la_SOURCES = $(sanitizer_common_files)
kono
parents:
diff changeset
358 EXTRA_libsanitizer_common_la_SOURCES = sanitizer_linux_mips64.S sanitizer_linux_x86_64.S
kono
parents:
diff changeset
359 libsanitizer_common_la_LIBADD = $(SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS)
kono
parents:
diff changeset
360 libsanitizer_common_la_DEPENDENCIES = $(SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS)
kono
parents:
diff changeset
361
kono
parents:
diff changeset
362 # Work around what appears to be a GNU make bug handling MAKEFLAGS
kono
parents:
diff changeset
363 # values defined in terms of make variables, as is the case for CC and
kono
parents:
diff changeset
364 # friends when we are called from the top level Makefile.
kono
parents:
diff changeset
365 AM_MAKEFLAGS = \
kono
parents:
diff changeset
366 "AR_FLAGS=$(AR_FLAGS)" \
kono
parents:
diff changeset
367 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
kono
parents:
diff changeset
368 "CFLAGS=$(CFLAGS)" \
kono
parents:
diff changeset
369 "CXXFLAGS=$(CXXFLAGS)" \
kono
parents:
diff changeset
370 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
kono
parents:
diff changeset
371 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
372 "INSTALL=$(INSTALL)" \
kono
parents:
diff changeset
373 "INSTALL_DATA=$(INSTALL_DATA)" \
kono
parents:
diff changeset
374 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
kono
parents:
diff changeset
375 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
kono
parents:
diff changeset
376 "JC1FLAGS=$(JC1FLAGS)" \
kono
parents:
diff changeset
377 "LDFLAGS=$(LDFLAGS)" \
kono
parents:
diff changeset
378 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
379 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
380 "MAKE=$(MAKE)" \
kono
parents:
diff changeset
381 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
kono
parents:
diff changeset
382 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
383 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
kono
parents:
diff changeset
384 "SHELL=$(SHELL)" \
kono
parents:
diff changeset
385 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
kono
parents:
diff changeset
386 "exec_prefix=$(exec_prefix)" \
kono
parents:
diff changeset
387 "infodir=$(infodir)" \
kono
parents:
diff changeset
388 "libdir=$(libdir)" \
kono
parents:
diff changeset
389 "prefix=$(prefix)" \
kono
parents:
diff changeset
390 "includedir=$(includedir)" \
kono
parents:
diff changeset
391 "AR=$(AR)" \
kono
parents:
diff changeset
392 "AS=$(AS)" \
kono
parents:
diff changeset
393 "LD=$(LD)" \
kono
parents:
diff changeset
394 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
395 "NM=$(NM)" \
kono
parents:
diff changeset
396 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
397 "RANLIB=$(RANLIB)" \
kono
parents:
diff changeset
398 "DESTDIR=$(DESTDIR)"
kono
parents:
diff changeset
399
kono
parents:
diff changeset
400 MAKEOVERRIDES =
kono
parents:
diff changeset
401 all: all-am
kono
parents:
diff changeset
402
kono
parents:
diff changeset
403 .SUFFIXES:
kono
parents:
diff changeset
404 .SUFFIXES: .S .cc .lo .o .obj
kono
parents:
diff changeset
405 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
406 @for dep in $?; do \
kono
parents:
diff changeset
407 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
408 *$$dep*) \
kono
parents:
diff changeset
409 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
kono
parents:
diff changeset
410 && { if test -f $@; then exit 0; else break; fi; }; \
kono
parents:
diff changeset
411 exit 1;; \
kono
parents:
diff changeset
412 esac; \
kono
parents:
diff changeset
413 done; \
kono
parents:
diff changeset
414 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sanitizer_common/Makefile'; \
kono
parents:
diff changeset
415 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
416 $(AUTOMAKE) --foreign sanitizer_common/Makefile
kono
parents:
diff changeset
417 .PRECIOUS: Makefile
kono
parents:
diff changeset
418 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
419 @case '$?' in \
kono
parents:
diff changeset
420 *config.status*) \
kono
parents:
diff changeset
421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
kono
parents:
diff changeset
422 *) \
kono
parents:
diff changeset
423 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
424 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
425 esac;
kono
parents:
diff changeset
426
kono
parents:
diff changeset
427 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
428 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
429
kono
parents:
diff changeset
430 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
432 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
433 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
434 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
435
kono
parents:
diff changeset
436 clean-noinstLTLIBRARIES:
kono
parents:
diff changeset
437 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
kono
parents:
diff changeset
438 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
kono
parents:
diff changeset
439 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
kono
parents:
diff changeset
440 test "$$dir" != "$$p" || dir=.; \
kono
parents:
diff changeset
441 echo "rm -f \"$${dir}/so_locations\""; \
kono
parents:
diff changeset
442 rm -f "$${dir}/so_locations"; \
kono
parents:
diff changeset
443 done
kono
parents:
diff changeset
444 libsanitizer_common.la: $(libsanitizer_common_la_OBJECTS) $(libsanitizer_common_la_DEPENDENCIES) $(EXTRA_libsanitizer_common_la_DEPENDENCIES)
kono
parents:
diff changeset
445 $(CXXLINK) $(libsanitizer_common_la_OBJECTS) $(libsanitizer_common_la_LIBADD) $(LIBS)
kono
parents:
diff changeset
446
kono
parents:
diff changeset
447 mostlyclean-compile:
kono
parents:
diff changeset
448 -rm -f *.$(OBJEXT)
kono
parents:
diff changeset
449
kono
parents:
diff changeset
450 distclean-compile:
kono
parents:
diff changeset
451 -rm -f *.tab.c
kono
parents:
diff changeset
452
kono
parents:
diff changeset
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sancov_flags.Plo@am__quote@
kono
parents:
diff changeset
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_allocator.Plo@am__quote@
kono
parents:
diff changeset
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_allocator_checks.Plo@am__quote@
kono
parents:
diff changeset
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_common.Plo@am__quote@
kono
parents:
diff changeset
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_common_libcdep.Plo@am__quote@
kono
parents:
diff changeset
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_coverage_libcdep_new.Plo@am__quote@
kono
parents:
diff changeset
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_deadlock_detector1.Plo@am__quote@
kono
parents:
diff changeset
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_deadlock_detector2.Plo@am__quote@
kono
parents:
diff changeset
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_errno.Plo@am__quote@
kono
parents:
diff changeset
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_file.Plo@am__quote@
kono
parents:
diff changeset
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_flag_parser.Plo@am__quote@
kono
parents:
diff changeset
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_flags.Plo@am__quote@
kono
parents:
diff changeset
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_libc.Plo@am__quote@
kono
parents:
diff changeset
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_libignore.Plo@am__quote@
kono
parents:
diff changeset
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_linux.Plo@am__quote@
kono
parents:
diff changeset
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_linux_libcdep.Plo@am__quote@
kono
parents:
diff changeset
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_linux_mips64.Plo@am__quote@
kono
parents:
diff changeset
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_linux_s390.Plo@am__quote@
kono
parents:
diff changeset
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_linux_x86_64.Plo@am__quote@
kono
parents:
diff changeset
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_mac.Plo@am__quote@
kono
parents:
diff changeset
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_mac_libcdep.Plo@am__quote@
kono
parents:
diff changeset
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_persistent_allocator.Plo@am__quote@
kono
parents:
diff changeset
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_platform_limits_linux.Plo@am__quote@
kono
parents:
diff changeset
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_platform_limits_posix.Plo@am__quote@
kono
parents:
diff changeset
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_posix.Plo@am__quote@
kono
parents:
diff changeset
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_posix_libcdep.Plo@am__quote@
kono
parents:
diff changeset
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_printf.Plo@am__quote@
kono
parents:
diff changeset
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_procmaps_common.Plo@am__quote@
kono
parents:
diff changeset
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_procmaps_freebsd.Plo@am__quote@
kono
parents:
diff changeset
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_procmaps_linux.Plo@am__quote@
kono
parents:
diff changeset
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_procmaps_mac.Plo@am__quote@
kono
parents:
diff changeset
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_stackdepot.Plo@am__quote@
kono
parents:
diff changeset
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_stacktrace.Plo@am__quote@
kono
parents:
diff changeset
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_stacktrace_libcdep.Plo@am__quote@
kono
parents:
diff changeset
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_stacktrace_printer.Plo@am__quote@
kono
parents:
diff changeset
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_stoptheworld_linux_libcdep.Plo@am__quote@
kono
parents:
diff changeset
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_stoptheworld_mac.Plo@am__quote@
kono
parents:
diff changeset
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_suppressions.Plo@am__quote@
kono
parents:
diff changeset
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_symbolizer.Plo@am__quote@
kono
parents:
diff changeset
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_symbolizer_libbacktrace.Plo@am__quote@
kono
parents:
diff changeset
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_symbolizer_libcdep.Plo@am__quote@
kono
parents:
diff changeset
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_symbolizer_mac.Plo@am__quote@
kono
parents:
diff changeset
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_symbolizer_posix_libcdep.Plo@am__quote@
kono
parents:
diff changeset
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_symbolizer_win.Plo@am__quote@
kono
parents:
diff changeset
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_termination.Plo@am__quote@
kono
parents:
diff changeset
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_thread_registry.Plo@am__quote@
kono
parents:
diff changeset
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_tls_get_addr.Plo@am__quote@
kono
parents:
diff changeset
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_unwind_linux_libcdep.Plo@am__quote@
kono
parents:
diff changeset
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sanitizer_win.Plo@am__quote@
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 .S.o:
kono
parents:
diff changeset
504 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
kono
parents:
diff changeset
505 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
kono
parents:
diff changeset
506 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
kono
parents:
diff changeset
507 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
508 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
509
kono
parents:
diff changeset
510 .S.obj:
kono
parents:
diff changeset
511 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
512 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
kono
parents:
diff changeset
513 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
kono
parents:
diff changeset
514 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
515 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
516
kono
parents:
diff changeset
517 .S.lo:
kono
parents:
diff changeset
518 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
kono
parents:
diff changeset
519 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
kono
parents:
diff changeset
520 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
kono
parents:
diff changeset
521 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
522 @am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
523
kono
parents:
diff changeset
524 .cc.o:
kono
parents:
diff changeset
525 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
kono
parents:
diff changeset
526 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
kono
parents:
diff changeset
527 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
kono
parents:
diff changeset
528 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
529 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
530
kono
parents:
diff changeset
531 .cc.obj:
kono
parents:
diff changeset
532 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
533 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
kono
parents:
diff changeset
534 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
kono
parents:
diff changeset
535 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
536 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
kono
parents:
diff changeset
537
kono
parents:
diff changeset
538 .cc.lo:
kono
parents:
diff changeset
539 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
kono
parents:
diff changeset
540 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
kono
parents:
diff changeset
541 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
kono
parents:
diff changeset
542 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
kono
parents:
diff changeset
543 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
kono
parents:
diff changeset
544
kono
parents:
diff changeset
545 mostlyclean-libtool:
kono
parents:
diff changeset
546 -rm -f *.lo
kono
parents:
diff changeset
547
kono
parents:
diff changeset
548 clean-libtool:
kono
parents:
diff changeset
549 -rm -rf .libs _libs
kono
parents:
diff changeset
550
kono
parents:
diff changeset
551 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
kono
parents:
diff changeset
552 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
553 unique=`for i in $$list; do \
kono
parents:
diff changeset
554 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
555 done | \
kono
parents:
diff changeset
556 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
557 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
558 mkid -fID $$unique
kono
parents:
diff changeset
559 tags: TAGS
kono
parents:
diff changeset
560
kono
parents:
diff changeset
561 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
562 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
563 set x; \
kono
parents:
diff changeset
564 here=`pwd`; \
kono
parents:
diff changeset
565 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
566 unique=`for i in $$list; do \
kono
parents:
diff changeset
567 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
568 done | \
kono
parents:
diff changeset
569 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
570 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
571 shift; \
kono
parents:
diff changeset
572 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
kono
parents:
diff changeset
573 test -n "$$unique" || unique=$$empty_fix; \
kono
parents:
diff changeset
574 if test $$# -gt 0; then \
kono
parents:
diff changeset
575 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
576 "$$@" $$unique; \
kono
parents:
diff changeset
577 else \
kono
parents:
diff changeset
578 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
579 $$unique; \
kono
parents:
diff changeset
580 fi; \
kono
parents:
diff changeset
581 fi
kono
parents:
diff changeset
582 ctags: CTAGS
kono
parents:
diff changeset
583 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
kono
parents:
diff changeset
584 $(TAGS_FILES) $(LISP)
kono
parents:
diff changeset
585 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
kono
parents:
diff changeset
586 unique=`for i in $$list; do \
kono
parents:
diff changeset
587 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
kono
parents:
diff changeset
588 done | \
kono
parents:
diff changeset
589 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
kono
parents:
diff changeset
590 END { if (nonempty) { for (i in files) print i; }; }'`; \
kono
parents:
diff changeset
591 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
592 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
593 $$unique
kono
parents:
diff changeset
594
kono
parents:
diff changeset
595 GTAGS:
kono
parents:
diff changeset
596 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
597 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
598 && gtags -i $(GTAGS_ARGS) "$$here"
kono
parents:
diff changeset
599
kono
parents:
diff changeset
600 distclean-tags:
kono
parents:
diff changeset
601 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
kono
parents:
diff changeset
602 check-am: all-am
kono
parents:
diff changeset
603 check: check-am
kono
parents:
diff changeset
604 all-am: Makefile $(LTLIBRARIES)
kono
parents:
diff changeset
605 installdirs:
kono
parents:
diff changeset
606 install: install-am
kono
parents:
diff changeset
607 install-exec: install-exec-am
kono
parents:
diff changeset
608 install-data: install-data-am
kono
parents:
diff changeset
609 uninstall: uninstall-am
kono
parents:
diff changeset
610
kono
parents:
diff changeset
611 install-am: all-am
kono
parents:
diff changeset
612 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
613
kono
parents:
diff changeset
614 installcheck: installcheck-am
kono
parents:
diff changeset
615 install-strip:
kono
parents:
diff changeset
616 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
617 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
618 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
619 install; \
kono
parents:
diff changeset
620 else \
kono
parents:
diff changeset
621 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
622 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
623 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
624 fi
kono
parents:
diff changeset
625 mostlyclean-generic:
kono
parents:
diff changeset
626
kono
parents:
diff changeset
627 clean-generic:
kono
parents:
diff changeset
628
kono
parents:
diff changeset
629 distclean-generic:
kono
parents:
diff changeset
630 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
631 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
632
kono
parents:
diff changeset
633 maintainer-clean-generic:
kono
parents:
diff changeset
634 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
635 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
636 clean: clean-am
kono
parents:
diff changeset
637
kono
parents:
diff changeset
638 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
kono
parents:
diff changeset
639 mostlyclean-am
kono
parents:
diff changeset
640
kono
parents:
diff changeset
641 distclean: distclean-am
kono
parents:
diff changeset
642 -rm -rf ./$(DEPDIR)
kono
parents:
diff changeset
643 -rm -f Makefile
kono
parents:
diff changeset
644 distclean-am: clean-am distclean-compile distclean-generic \
kono
parents:
diff changeset
645 distclean-tags
kono
parents:
diff changeset
646
kono
parents:
diff changeset
647 dvi: dvi-am
kono
parents:
diff changeset
648
kono
parents:
diff changeset
649 dvi-am:
kono
parents:
diff changeset
650
kono
parents:
diff changeset
651 html: html-am
kono
parents:
diff changeset
652
kono
parents:
diff changeset
653 html-am:
kono
parents:
diff changeset
654
kono
parents:
diff changeset
655 info: info-am
kono
parents:
diff changeset
656
kono
parents:
diff changeset
657 info-am:
kono
parents:
diff changeset
658
kono
parents:
diff changeset
659 install-data-am:
kono
parents:
diff changeset
660
kono
parents:
diff changeset
661 install-dvi: install-dvi-am
kono
parents:
diff changeset
662
kono
parents:
diff changeset
663 install-dvi-am:
kono
parents:
diff changeset
664
kono
parents:
diff changeset
665 install-exec-am:
kono
parents:
diff changeset
666
kono
parents:
diff changeset
667 install-html: install-html-am
kono
parents:
diff changeset
668
kono
parents:
diff changeset
669 install-html-am:
kono
parents:
diff changeset
670
kono
parents:
diff changeset
671 install-info: install-info-am
kono
parents:
diff changeset
672
kono
parents:
diff changeset
673 install-info-am:
kono
parents:
diff changeset
674
kono
parents:
diff changeset
675 install-man:
kono
parents:
diff changeset
676
kono
parents:
diff changeset
677 install-pdf: install-pdf-am
kono
parents:
diff changeset
678
kono
parents:
diff changeset
679 install-pdf-am:
kono
parents:
diff changeset
680
kono
parents:
diff changeset
681 install-ps: install-ps-am
kono
parents:
diff changeset
682
kono
parents:
diff changeset
683 install-ps-am:
kono
parents:
diff changeset
684
kono
parents:
diff changeset
685 installcheck-am:
kono
parents:
diff changeset
686
kono
parents:
diff changeset
687 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
688 -rm -rf ./$(DEPDIR)
kono
parents:
diff changeset
689 -rm -f Makefile
kono
parents:
diff changeset
690 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
691
kono
parents:
diff changeset
692 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
693
kono
parents:
diff changeset
694 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
695 mostlyclean-libtool
kono
parents:
diff changeset
696
kono
parents:
diff changeset
697 pdf: pdf-am
kono
parents:
diff changeset
698
kono
parents:
diff changeset
699 pdf-am:
kono
parents:
diff changeset
700
kono
parents:
diff changeset
701 ps: ps-am
kono
parents:
diff changeset
702
kono
parents:
diff changeset
703 ps-am:
kono
parents:
diff changeset
704
kono
parents:
diff changeset
705 uninstall-am:
kono
parents:
diff changeset
706
kono
parents:
diff changeset
707 .MAKE: install-am install-strip
kono
parents:
diff changeset
708
kono
parents:
diff changeset
709 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
kono
parents:
diff changeset
710 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
kono
parents:
diff changeset
711 distclean-compile distclean-generic distclean-libtool \
kono
parents:
diff changeset
712 distclean-tags dvi dvi-am html html-am info info-am install \
kono
parents:
diff changeset
713 install-am install-data install-data-am install-dvi \
kono
parents:
diff changeset
714 install-dvi-am install-exec install-exec-am install-html \
kono
parents:
diff changeset
715 install-html-am install-info install-info-am install-man \
kono
parents:
diff changeset
716 install-pdf install-pdf-am install-ps install-ps-am \
kono
parents:
diff changeset
717 install-strip installcheck installcheck-am installdirs \
kono
parents:
diff changeset
718 maintainer-clean maintainer-clean-generic mostlyclean \
kono
parents:
diff changeset
719 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
kono
parents:
diff changeset
720 pdf pdf-am ps ps-am tags uninstall uninstall-am
kono
parents:
diff changeset
721
kono
parents:
diff changeset
722
kono
parents:
diff changeset
723 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
724 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
725 .NOEXPORT: