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