Makefile.in 24 KB

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