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