Makefile.in 20 KB

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