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