* config/i386/i386.c (ix86_expand_prologue): Tighten assert
[official-gcc.git] / libsanitizer / tsan / Makefile.in
blobe32e9c0bfa103994eb5f9889910a7b03055984e3
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
19 VPATH = @srcdir@
20 am__make_dryrun = \
21 { \
22 am__dry=no; \
23 case $$MAKEFLAGS in \
24 *\\[\ \ ]*) \
25 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
26 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27 *) \
28 for am__flg in $$MAKEFLAGS; do \
29 case $$am__flg in \
30 *=*|--*) ;; \
31 *n*) am__dry=yes; break;; \
32 esac; \
33 done;; \
34 esac; \
35 test $$am__dry = yes; \
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_1 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
57 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_2 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
58 subdir = tsan
59 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
62 $(top_srcdir)/../config/depstand.m4 \
63 $(top_srcdir)/../config/lead-dot.m4 \
64 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
65 $(top_srcdir)/../config/multi.m4 \
66 $(top_srcdir)/../config/override.m4 \
67 $(top_srcdir)/../config/stdint.m4 \
68 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
69 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
70 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
71 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/config.h
76 CONFIG_CLEAN_FILES =
77 CONFIG_CLEAN_VPATH_FILES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81 *) f=$$p;; \
82 esac;
83 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84 am__install_max = 40
85 am__nobase_strip_setup = \
86 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87 am__nobase_strip = \
88 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89 am__nobase_list = $(am__nobase_strip_setup); \
90 for p in $$list; do echo "$$p $$p"; done | \
91 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93 if (++n[$$2] == $(am__install_max)) \
94 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95 END { for (dir in files) print dir, files[dir] }'
96 am__base_list = \
97 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99 am__uninstall_files_from_dir = { \
100 test -z "$$files" \
101 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
102 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
103 $(am__cd) "$$dir" && rm -f $$files; }; \
105 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
106 "$(DESTDIR)$(toolexeclibdir)"
107 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
108 am__DEPENDENCIES_1 =
109 am__objects_1 = tsan_clock.lo tsan_debugging.lo tsan_external.lo \
110 tsan_fd.lo tsan_flags.lo tsan_ignoreset.lo \
111 tsan_interceptors.lo tsan_interceptors_mac.lo \
112 tsan_interface_ann.lo tsan_interface_atomic.lo \
113 tsan_interface.lo tsan_interface_java.lo \
114 tsan_libdispatch_mac.lo tsan_malloc_mac.lo tsan_md5.lo \
115 tsan_mman.lo tsan_mutex.lo tsan_mutexset.lo tsan_new_delete.lo \
116 tsan_platform_linux.lo tsan_platform_mac.lo \
117 tsan_platform_posix.lo tsan_platform_windows.lo tsan_report.lo \
118 tsan_rtl.lo tsan_rtl_mutex.lo tsan_rtl_proc.lo \
119 tsan_rtl_report.lo tsan_rtl_thread.lo tsan_stack_trace.lo \
120 tsan_stat.lo tsan_suppressions.lo tsan_symbolize.lo \
121 tsan_sync.lo
122 am_libtsan_la_OBJECTS = $(am__objects_1)
123 libtsan_la_OBJECTS = $(am_libtsan_la_OBJECTS)
124 libtsan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
125 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
126 $(CXXFLAGS) $(libtsan_la_LDFLAGS) $(LDFLAGS) -o $@
127 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
128 depcomp = $(SHELL) $(top_srcdir)/../depcomp
129 am__depfiles_maybe = depfiles
130 am__mv = mv -f
131 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
132 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
133 LTCPPASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134 --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
135 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
136 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
137 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
138 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
139 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
140 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
141 CXXLD = $(CXX)
142 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
143 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
144 $(LDFLAGS) -o $@
145 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
148 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
149 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
150 CCLD = $(CC)
151 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
153 $(LDFLAGS) -o $@
154 SOURCES = $(libtsan_la_SOURCES) $(EXTRA_libtsan_la_SOURCES)
155 am__can_run_installinfo = \
156 case $$AM_UPDATE_INFO_DIR in \
157 n|no|NO) false;; \
158 *) (install-info --version) >/dev/null 2>&1;; \
159 esac
160 HEADERS = $(nodist_toolexeclib_HEADERS)
161 ETAGS = etags
162 CTAGS = ctags
163 ACLOCAL = @ACLOCAL@
164 ALLOC_FILE = @ALLOC_FILE@
165 AMTAR = @AMTAR@
166 AR = @AR@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
170 AWK = @AWK@
171 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
172 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
173 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
174 CC = @CC@
175 CCAS = @CCAS@
176 CCASDEPMODE = @CCASDEPMODE@
177 CCASFLAGS = @CCASFLAGS@
178 CCDEPMODE = @CCDEPMODE@
179 CFLAGS = @CFLAGS@
180 CPP = @CPP@
181 CPPFLAGS = @CPPFLAGS@
182 CXX = @CXX@
183 CXXCPP = @CXXCPP@
184 CXXDEPMODE = @CXXDEPMODE@
185 CXXFLAGS = @CXXFLAGS@
186 CYGPATH_W = @CYGPATH_W@
187 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0
188 DEPDIR = @DEPDIR@
189 DSYMUTIL = @DSYMUTIL@
190 DUMPBIN = @DUMPBIN@
191 ECHO_C = @ECHO_C@
192 ECHO_N = @ECHO_N@
193 ECHO_T = @ECHO_T@
194 EGREP = @EGREP@
195 EXEEXT = @EXEEXT@
196 FGREP = @FGREP@
197 FORMAT_FILE = @FORMAT_FILE@
198 GREP = @GREP@
199 INSTALL = @INSTALL@
200 INSTALL_DATA = @INSTALL_DATA@
201 INSTALL_PROGRAM = @INSTALL_PROGRAM@
202 INSTALL_SCRIPT = @INSTALL_SCRIPT@
203 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
204 LD = @LD@
205 LDFLAGS = @LDFLAGS@
206 LIBOBJS = @LIBOBJS@
207 LIBS = @LIBS@
208 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
209 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
210 LIBTOOL = @LIBTOOL@
211 LIPO = @LIPO@
212 LN_S = @LN_S@
213 LTLIBOBJS = @LTLIBOBJS@
214 MAINT = @MAINT@
215 MAKEINFO = @MAKEINFO@
216 MKDIR_P = @MKDIR_P@
217 NM = @NM@
218 NMEDIT = @NMEDIT@
219 OBJDUMP = @OBJDUMP@
220 OBJEXT = @OBJEXT@
221 OTOOL = @OTOOL@
222 OTOOL64 = @OTOOL64@
223 PACKAGE = @PACKAGE@
224 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225 PACKAGE_NAME = @PACKAGE_NAME@
226 PACKAGE_STRING = @PACKAGE_STRING@
227 PACKAGE_TARNAME = @PACKAGE_TARNAME@
228 PACKAGE_URL = @PACKAGE_URL@
229 PACKAGE_VERSION = @PACKAGE_VERSION@
230 PATH_SEPARATOR = @PATH_SEPARATOR@
231 RANLIB = @RANLIB@
232 RPC_DEFS = @RPC_DEFS@
233 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
234 SED = @SED@
235 SET_MAKE = @SET_MAKE@
236 SHELL = @SHELL@
237 STRIP = @STRIP@
238 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
239 VERSION = @VERSION@
240 VIEW_FILE = @VIEW_FILE@
241 abs_builddir = @abs_builddir@
242 abs_srcdir = @abs_srcdir@
243 abs_top_builddir = @abs_top_builddir@
244 abs_top_srcdir = @abs_top_srcdir@
245 ac_ct_CC = @ac_ct_CC@
246 ac_ct_CXX = @ac_ct_CXX@
247 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
248 am__include = @am__include@
249 am__leading_dot = @am__leading_dot@
250 am__quote = @am__quote@
251 am__tar = @am__tar@
252 am__untar = @am__untar@
253 bindir = @bindir@
254 build = @build@
255 build_alias = @build_alias@
256 build_cpu = @build_cpu@
257 build_os = @build_os@
258 build_vendor = @build_vendor@
259 builddir = @builddir@
260 datadir = @datadir@
261 datarootdir = @datarootdir@
262 docdir = @docdir@
263 dvidir = @dvidir@
264 enable_shared = @enable_shared@
265 enable_static = @enable_static@
266 exec_prefix = @exec_prefix@
267 get_gcc_base_ver = @get_gcc_base_ver@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 link_libasan = @link_libasan@
280 link_liblsan = @link_liblsan@
281 link_libtsan = @link_libtsan@
282 link_libubsan = @link_libubsan@
283 localedir = @localedir@
284 localstatedir = @localstatedir@
285 mandir = @mandir@
286 mkdir_p = @mkdir_p@
287 multi_basedir = @multi_basedir@
288 oldincludedir = @oldincludedir@
289 pdfdir = @pdfdir@
290 prefix = @prefix@
291 program_transform_name = @program_transform_name@
292 psdir = @psdir@
293 sbindir = @sbindir@
294 sharedstatedir = @sharedstatedir@
295 srcdir = @srcdir@
296 sysconfdir = @sysconfdir@
297 target = @target@
298 target_alias = @target_alias@
299 target_cpu = @target_cpu@
300 target_noncanonical = @target_noncanonical@
301 target_os = @target_os@
302 target_vendor = @target_vendor@
303 toolexecdir = @toolexecdir@
304 toolexeclibdir = @toolexeclibdir@
305 top_build_prefix = @top_build_prefix@
306 top_builddir = @top_builddir@
307 top_srcdir = @top_srcdir@
308 AM_CPPFLAGS = -I $(top_srcdir) -I $(top_srcdir)/include
310 # May be used by toolexeclibdir.
311 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
312 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
313 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
314 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
315 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
316 -std=gnu++11
317 ACLOCAL_AMFLAGS = -I m4
318 toolexeclib_LTLIBRARIES = libtsan.la
319 nodist_toolexeclib_HEADERS = libtsan_preinit.o
320 tsan_files = \
321 tsan_clock.cc \
322 tsan_debugging.cc \
323 tsan_external.cc \
324 tsan_fd.cc \
325 tsan_flags.cc \
326 tsan_ignoreset.cc \
327 tsan_interceptors.cc \
328 tsan_interceptors_mac.cc \
329 tsan_interface_ann.cc \
330 tsan_interface_atomic.cc \
331 tsan_interface.cc \
332 tsan_interface_java.cc \
333 tsan_libdispatch_mac.cc \
334 tsan_malloc_mac.cc \
335 tsan_md5.cc \
336 tsan_mman.cc \
337 tsan_mutex.cc \
338 tsan_mutexset.cc \
339 tsan_new_delete.cc \
340 tsan_platform_linux.cc \
341 tsan_platform_mac.cc \
342 tsan_platform_posix.cc \
343 tsan_platform_windows.cc \
344 tsan_report.cc \
345 tsan_rtl.cc \
346 tsan_rtl_mutex.cc \
347 tsan_rtl_proc.cc \
348 tsan_rtl_report.cc \
349 tsan_rtl_thread.cc \
350 tsan_stack_trace.cc \
351 tsan_stat.cc \
352 tsan_suppressions.cc \
353 tsan_symbolize.cc \
354 tsan_sync.cc
356 libtsan_la_SOURCES = $(tsan_files)
357 EXTRA_libtsan_la_SOURCES = tsan_rtl_amd64.S tsan_rtl_aarch64.S tsan_rtl_mips64.S tsan_rtl_ppc64.S
358 libtsan_la_LIBADD = \
359 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
360 $(top_builddir)/interception/libinterception.la \
361 $(TSAN_TARGET_DEPENDENT_OBJECTS) $(am__append_1) \
362 $(LIBSTDCXX_RAW_CXX_LDFLAGS)
363 libtsan_la_DEPENDENCIES = \
364 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
365 $(top_builddir)/interception/libinterception.la \
366 $(TSAN_TARGET_DEPENDENT_OBJECTS) $(am__append_2)
367 libtsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libtsan)
369 # Work around what appears to be a GNU make bug handling MAKEFLAGS
370 # values defined in terms of make variables, as is the case for CC and
371 # friends when we are called from the top level Makefile.
372 AM_MAKEFLAGS = \
373 "AR_FLAGS=$(AR_FLAGS)" \
374 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
375 "CFLAGS=$(CFLAGS)" \
376 "CXXFLAGS=$(CXXFLAGS)" \
377 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
378 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
379 "INSTALL=$(INSTALL)" \
380 "INSTALL_DATA=$(INSTALL_DATA)" \
381 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
382 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
383 "JC1FLAGS=$(JC1FLAGS)" \
384 "LDFLAGS=$(LDFLAGS)" \
385 "LIBCFLAGS=$(LIBCFLAGS)" \
386 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
387 "MAKE=$(MAKE)" \
388 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
389 "PICFLAG=$(PICFLAG)" \
390 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
391 "SHELL=$(SHELL)" \
392 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
393 "exec_prefix=$(exec_prefix)" \
394 "infodir=$(infodir)" \
395 "libdir=$(libdir)" \
396 "prefix=$(prefix)" \
397 "includedir=$(includedir)" \
398 "AR=$(AR)" \
399 "AS=$(AS)" \
400 "LD=$(LD)" \
401 "LIBCFLAGS=$(LIBCFLAGS)" \
402 "NM=$(NM)" \
403 "PICFLAG=$(PICFLAG)" \
404 "RANLIB=$(RANLIB)" \
405 "DESTDIR=$(DESTDIR)"
407 MAKEOVERRIDES =
408 all: all-am
410 .SUFFIXES:
411 .SUFFIXES: .S .cc .lo .o .obj
412 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
413 @for dep in $?; do \
414 case '$(am__configure_deps)' in \
415 *$$dep*) \
416 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
417 && { if test -f $@; then exit 0; else break; fi; }; \
418 exit 1;; \
419 esac; \
420 done; \
421 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tsan/Makefile'; \
422 $(am__cd) $(top_srcdir) && \
423 $(AUTOMAKE) --foreign tsan/Makefile
424 .PRECIOUS: Makefile
425 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
426 @case '$?' in \
427 *config.status*) \
428 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
429 *) \
430 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
431 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
432 esac;
434 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
435 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
440 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441 $(am__aclocal_m4_deps):
442 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
443 @$(NORMAL_INSTALL)
444 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
445 list2=; for p in $$list; do \
446 if test -f $$p; then \
447 list2="$$list2 $$p"; \
448 else :; fi; \
449 done; \
450 test -z "$$list2" || { \
451 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
452 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
453 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
454 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
457 uninstall-toolexeclibLTLIBRARIES:
458 @$(NORMAL_UNINSTALL)
459 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
460 for p in $$list; do \
461 $(am__strip_dir) \
462 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
463 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
464 done
466 clean-toolexeclibLTLIBRARIES:
467 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
468 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
469 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
470 test "$$dir" != "$$p" || dir=.; \
471 echo "rm -f \"$${dir}/so_locations\""; \
472 rm -f "$${dir}/so_locations"; \
473 done
474 libtsan.la: $(libtsan_la_OBJECTS) $(libtsan_la_DEPENDENCIES) $(EXTRA_libtsan_la_DEPENDENCIES)
475 $(libtsan_la_LINK) -rpath $(toolexeclibdir) $(libtsan_la_OBJECTS) $(libtsan_la_LIBADD) $(LIBS)
477 mostlyclean-compile:
478 -rm -f *.$(OBJEXT)
480 distclean-compile:
481 -rm -f *.tab.c
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_clock.Plo@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_debugging.Plo@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_external.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_fd.Plo@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_flags.Plo@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_ignoreset.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interceptors.Plo@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interceptors_mac.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface.Plo@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface_ann.Plo@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface_atomic.Plo@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface_java.Plo@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_libdispatch_mac.Plo@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_malloc_mac.Plo@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_md5.Plo@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_mman.Plo@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_mutex.Plo@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_mutexset.Plo@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_new_delete.Plo@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_linux.Plo@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_mac.Plo@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_posix.Plo@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_windows.Plo@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_report.Plo@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl.Plo@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_aarch64.Plo@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_amd64.Plo@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_mips64.Plo@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_mutex.Plo@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_ppc64.Plo@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_proc.Plo@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_report.Plo@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_thread.Plo@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_stack_trace.Plo@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_stat.Plo@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_suppressions.Plo@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_symbolize.Plo@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_sync.Plo@am__quote@
522 .S.o:
523 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
524 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
529 .S.obj:
530 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
531 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
532 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
533 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534 @am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
536 .S.lo:
537 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
538 @am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
539 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
540 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541 @am__fastdepCCAS_FALSE@ $(LTCPPASCOMPILE) -c -o $@ $<
543 .cc.o:
544 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
545 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
546 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
550 .cc.obj:
551 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
552 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
553 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
554 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
557 .cc.lo:
558 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
559 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
560 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
564 mostlyclean-libtool:
565 -rm -f *.lo
567 clean-libtool:
568 -rm -rf .libs _libs
569 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
570 @$(NORMAL_INSTALL)
571 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
572 if test -n "$$list"; then \
573 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
574 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
575 fi; \
576 for p in $$list; do \
577 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
578 echo "$$d$$p"; \
579 done | $(am__base_list) | \
580 while read files; do \
581 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
582 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
583 done
585 uninstall-nodist_toolexeclibHEADERS:
586 @$(NORMAL_UNINSTALL)
587 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
588 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
589 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
591 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
592 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
593 unique=`for i in $$list; do \
594 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
595 done | \
596 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
597 END { if (nonempty) { for (i in files) print i; }; }'`; \
598 mkid -fID $$unique
599 tags: TAGS
601 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
602 $(TAGS_FILES) $(LISP)
603 set x; \
604 here=`pwd`; \
605 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
606 unique=`for i in $$list; do \
607 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
608 done | \
609 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
610 END { if (nonempty) { for (i in files) print i; }; }'`; \
611 shift; \
612 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
613 test -n "$$unique" || unique=$$empty_fix; \
614 if test $$# -gt 0; then \
615 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
616 "$$@" $$unique; \
617 else \
618 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
619 $$unique; \
620 fi; \
622 ctags: CTAGS
623 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
624 $(TAGS_FILES) $(LISP)
625 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
626 unique=`for i in $$list; do \
627 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628 done | \
629 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
630 END { if (nonempty) { for (i in files) print i; }; }'`; \
631 test -z "$(CTAGS_ARGS)$$unique" \
632 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633 $$unique
635 GTAGS:
636 here=`$(am__cd) $(top_builddir) && pwd` \
637 && $(am__cd) $(top_srcdir) \
638 && gtags -i $(GTAGS_ARGS) "$$here"
640 distclean-tags:
641 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
642 check-am: all-am
643 check: check-am
644 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
645 installdirs:
646 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
647 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
648 done
649 install: install-am
650 install-exec: install-exec-am
651 install-data: install-data-am
652 uninstall: uninstall-am
654 install-am: all-am
655 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
657 installcheck: installcheck-am
658 install-strip:
659 if test -z '$(STRIP)'; then \
660 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
661 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
662 install; \
663 else \
664 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
665 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
666 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
668 mostlyclean-generic:
670 clean-generic:
672 distclean-generic:
673 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
674 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
676 maintainer-clean-generic:
677 @echo "This command is intended for maintainers to use"
678 @echo "it deletes files that may require special tools to rebuild."
679 clean: clean-am
681 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
682 mostlyclean-am
684 distclean: distclean-am
685 -rm -rf ./$(DEPDIR)
686 -rm -f Makefile
687 distclean-am: clean-am distclean-compile distclean-generic \
688 distclean-tags
690 dvi: dvi-am
692 dvi-am:
694 html: html-am
696 html-am:
698 info: info-am
700 info-am:
702 install-data-am:
704 install-dvi: install-dvi-am
706 install-dvi-am:
708 install-exec-am: install-nodist_toolexeclibHEADERS \
709 install-toolexeclibLTLIBRARIES
711 install-html: install-html-am
713 install-html-am:
715 install-info: install-info-am
717 install-info-am:
719 install-man:
721 install-pdf: install-pdf-am
723 install-pdf-am:
725 install-ps: install-ps-am
727 install-ps-am:
729 installcheck-am:
731 maintainer-clean: maintainer-clean-am
732 -rm -rf ./$(DEPDIR)
733 -rm -f Makefile
734 maintainer-clean-am: distclean-am maintainer-clean-generic
736 mostlyclean: mostlyclean-am
738 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
739 mostlyclean-libtool
741 pdf: pdf-am
743 pdf-am:
745 ps: ps-am
747 ps-am:
749 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
750 uninstall-toolexeclibLTLIBRARIES
752 .MAKE: install-am install-strip
754 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
755 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
756 distclean-compile distclean-generic distclean-libtool \
757 distclean-tags dvi dvi-am html html-am info info-am install \
758 install-am install-data install-data-am install-dvi \
759 install-dvi-am install-exec install-exec-am install-html \
760 install-html-am install-info install-info-am install-man \
761 install-nodist_toolexeclibHEADERS install-pdf install-pdf-am \
762 install-ps install-ps-am install-strip \
763 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
764 installdirs maintainer-clean maintainer-clean-generic \
765 mostlyclean mostlyclean-compile mostlyclean-generic \
766 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
767 uninstall-am uninstall-nodist_toolexeclibHEADERS \
768 uninstall-toolexeclibLTLIBRARIES
771 libtsan_preinit.o: tsan_preinit.o
772 cp $< $@
774 # Tell versions [3.59,3.63) of GNU make to not export all variables.
775 # Otherwise a system limit (for SysV at least) may be exceeded.
776 .NOEXPORT: