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