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