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