Daily bump.
[official-gcc.git] / libsanitizer / lsan / Makefile.in
blob49fa874946168061fe2b6e9fd19b3d0460cb1973
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 RPC_DEFS = @RPC_DEFS@
185 SED = @SED@
186 SET_MAKE = @SET_MAKE@
187 SHELL = @SHELL@
188 STRIP = @STRIP@
189 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
190 VERSION = @VERSION@
191 VIEW_FILE = @VIEW_FILE@
192 abs_builddir = @abs_builddir@
193 abs_srcdir = @abs_srcdir@
194 abs_top_builddir = @abs_top_builddir@
195 abs_top_srcdir = @abs_top_srcdir@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_CXX = @ac_ct_CXX@
198 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199 am__include = @am__include@
200 am__leading_dot = @am__leading_dot@
201 am__quote = @am__quote@
202 am__tar = @am__tar@
203 am__untar = @am__untar@
204 bindir = @bindir@
205 build = @build@
206 build_alias = @build_alias@
207 build_cpu = @build_cpu@
208 build_os = @build_os@
209 build_vendor = @build_vendor@
210 builddir = @builddir@
211 datadir = @datadir@
212 datarootdir = @datarootdir@
213 docdir = @docdir@
214 dvidir = @dvidir@
215 enable_shared = @enable_shared@
216 enable_static = @enable_static@
217 exec_prefix = @exec_prefix@
218 host = @host@
219 host_alias = @host_alias@
220 host_cpu = @host_cpu@
221 host_os = @host_os@
222 host_vendor = @host_vendor@
223 htmldir = @htmldir@
224 includedir = @includedir@
225 infodir = @infodir@
226 install_sh = @install_sh@
227 libdir = @libdir@
228 libexecdir = @libexecdir@
229 link_libasan = @link_libasan@
230 link_liblsan = @link_liblsan@
231 link_libtsan = @link_libtsan@
232 link_libubsan = @link_libubsan@
233 localedir = @localedir@
234 localstatedir = @localstatedir@
235 mandir = @mandir@
236 mkdir_p = @mkdir_p@
237 multi_basedir = @multi_basedir@
238 oldincludedir = @oldincludedir@
239 pdfdir = @pdfdir@
240 prefix = @prefix@
241 program_transform_name = @program_transform_name@
242 psdir = @psdir@
243 sbindir = @sbindir@
244 sharedstatedir = @sharedstatedir@
245 srcdir = @srcdir@
246 sysconfdir = @sysconfdir@
247 target = @target@
248 target_alias = @target_alias@
249 target_cpu = @target_cpu@
250 target_noncanonical = @target_noncanonical@
251 target_os = @target_os@
252 target_vendor = @target_vendor@
253 toolexecdir = @toolexecdir@
254 toolexeclibdir = @toolexeclibdir@
255 top_build_prefix = @top_build_prefix@
256 top_builddir = @top_builddir@
257 top_srcdir = @top_srcdir@
258 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
260 # May be used by toolexeclibdir.
261 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
262 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
263 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
264 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
265 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
266 -std=gnu++11
267 ACLOCAL_AMFLAGS = -I m4
268 noinst_LTLIBRARIES = libsanitizer_lsan.la
269 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
270 sanitizer_lsan_files = \
271 lsan_common.cc \
272 lsan_common_linux.cc
274 lsan_files = \
275 $(sanitizer_lsan_files) \
276 lsan.cc \
277 lsan_allocator.cc \
278 lsan_interceptors.cc \
279 lsan_preinit.cc \
280 lsan_thread.cc
282 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
283 liblsan_la_SOURCES = $(lsan_files)
284 liblsan_la_LIBADD = \
285 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
286 $(top_builddir)/interception/libinterception.la \
287 $(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
288 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
290 # Work around what appears to be a GNU make bug handling MAKEFLAGS
291 # values defined in terms of make variables, as is the case for CC and
292 # friends when we are called from the top level Makefile.
293 AM_MAKEFLAGS = \
294 "AR_FLAGS=$(AR_FLAGS)" \
295 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
296 "CFLAGS=$(CFLAGS)" \
297 "CXXFLAGS=$(CXXFLAGS)" \
298 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
299 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
300 "INSTALL=$(INSTALL)" \
301 "INSTALL_DATA=$(INSTALL_DATA)" \
302 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
303 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
304 "JC1FLAGS=$(JC1FLAGS)" \
305 "LDFLAGS=$(LDFLAGS)" \
306 "LIBCFLAGS=$(LIBCFLAGS)" \
307 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
308 "MAKE=$(MAKE)" \
309 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
310 "PICFLAG=$(PICFLAG)" \
311 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
312 "SHELL=$(SHELL)" \
313 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
314 "exec_prefix=$(exec_prefix)" \
315 "infodir=$(infodir)" \
316 "libdir=$(libdir)" \
317 "prefix=$(prefix)" \
318 "includedir=$(includedir)" \
319 "AR=$(AR)" \
320 "AS=$(AS)" \
321 "LD=$(LD)" \
322 "LIBCFLAGS=$(LIBCFLAGS)" \
323 "NM=$(NM)" \
324 "PICFLAG=$(PICFLAG)" \
325 "RANLIB=$(RANLIB)" \
326 "DESTDIR=$(DESTDIR)"
328 MAKEOVERRIDES =
329 all: all-am
331 .SUFFIXES:
332 .SUFFIXES: .cc .lo .o .obj
333 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
334 @for dep in $?; do \
335 case '$(am__configure_deps)' in \
336 *$$dep*) \
337 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
338 && { if test -f $@; then exit 0; else break; fi; }; \
339 exit 1;; \
340 esac; \
341 done; \
342 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
343 $(am__cd) $(top_srcdir) && \
344 $(AUTOMAKE) --foreign lsan/Makefile
345 .PRECIOUS: Makefile
346 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347 @case '$?' in \
348 *config.status*) \
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
350 *) \
351 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
352 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
353 esac;
355 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
359 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362 $(am__aclocal_m4_deps):
364 clean-noinstLTLIBRARIES:
365 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
366 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
367 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
368 test "$$dir" != "$$p" || dir=.; \
369 echo "rm -f \"$${dir}/so_locations\""; \
370 rm -f "$${dir}/so_locations"; \
371 done
372 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
373 @$(NORMAL_INSTALL)
374 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
375 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
376 list2=; for p in $$list; do \
377 if test -f $$p; then \
378 list2="$$list2 $$p"; \
379 else :; fi; \
380 done; \
381 test -z "$$list2" || { \
382 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
383 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
386 uninstall-toolexeclibLTLIBRARIES:
387 @$(NORMAL_UNINSTALL)
388 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
389 for p in $$list; do \
390 $(am__strip_dir) \
391 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
392 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
393 done
395 clean-toolexeclibLTLIBRARIES:
396 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
397 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
398 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
399 test "$$dir" != "$$p" || dir=.; \
400 echo "rm -f \"$${dir}/so_locations\""; \
401 rm -f "$${dir}/so_locations"; \
402 done
403 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES)
404 $(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
405 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES)
406 $(CXXLINK) $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
408 mostlyclean-compile:
409 -rm -f *.$(OBJEXT)
411 distclean-compile:
412 -rm -f *.tab.c
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_preinit.Plo@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
422 .cc.o:
423 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
429 .cc.obj:
430 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
431 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
436 .cc.lo:
437 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
439 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
443 mostlyclean-libtool:
444 -rm -f *.lo
446 clean-libtool:
447 -rm -rf .libs _libs
449 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451 unique=`for i in $$list; do \
452 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453 done | \
454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455 END { if (nonempty) { for (i in files) print i; }; }'`; \
456 mkid -fID $$unique
457 tags: TAGS
459 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
461 set x; \
462 here=`pwd`; \
463 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464 unique=`for i in $$list; do \
465 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466 done | \
467 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468 END { if (nonempty) { for (i in files) print i; }; }'`; \
469 shift; \
470 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
471 test -n "$$unique" || unique=$$empty_fix; \
472 if test $$# -gt 0; then \
473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474 "$$@" $$unique; \
475 else \
476 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477 $$unique; \
478 fi; \
480 ctags: CTAGS
481 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
482 $(TAGS_FILES) $(LISP)
483 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
484 unique=`for i in $$list; do \
485 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486 done | \
487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 test -z "$(CTAGS_ARGS)$$unique" \
490 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491 $$unique
493 GTAGS:
494 here=`$(am__cd) $(top_builddir) && pwd` \
495 && $(am__cd) $(top_srcdir) \
496 && gtags -i $(GTAGS_ARGS) "$$here"
498 distclean-tags:
499 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500 check-am: all-am
501 check: check-am
502 all-am: Makefile $(LTLIBRARIES)
503 installdirs:
504 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
505 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
506 done
507 install: install-am
508 install-exec: install-exec-am
509 install-data: install-data-am
510 uninstall: uninstall-am
512 install-am: all-am
513 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515 installcheck: installcheck-am
516 install-strip:
517 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519 `test -z '$(STRIP)' || \
520 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
521 mostlyclean-generic:
523 clean-generic:
525 distclean-generic:
526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
527 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529 maintainer-clean-generic:
530 @echo "This command is intended for maintainers to use"
531 @echo "it deletes files that may require special tools to rebuild."
532 clean: clean-am
534 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
535 clean-toolexeclibLTLIBRARIES mostlyclean-am
537 distclean: distclean-am
538 -rm -rf ./$(DEPDIR)
539 -rm -f Makefile
540 distclean-am: clean-am distclean-compile distclean-generic \
541 distclean-tags
543 dvi: dvi-am
545 dvi-am:
547 html: html-am
549 html-am:
551 info: info-am
553 info-am:
555 install-data-am:
557 install-dvi: install-dvi-am
559 install-dvi-am:
561 install-exec-am: install-toolexeclibLTLIBRARIES
563 install-html: install-html-am
565 install-html-am:
567 install-info: install-info-am
569 install-info-am:
571 install-man:
573 install-pdf: install-pdf-am
575 install-pdf-am:
577 install-ps: install-ps-am
579 install-ps-am:
581 installcheck-am:
583 maintainer-clean: maintainer-clean-am
584 -rm -rf ./$(DEPDIR)
585 -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
588 mostlyclean: mostlyclean-am
590 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591 mostlyclean-libtool
593 pdf: pdf-am
595 pdf-am:
597 ps: ps-am
599 ps-am:
601 uninstall-am: uninstall-toolexeclibLTLIBRARIES
603 .MAKE: install-am install-strip
605 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
606 clean-libtool clean-noinstLTLIBRARIES \
607 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
608 distclean-generic distclean-libtool distclean-tags dvi dvi-am \
609 html html-am info info-am install install-am install-data \
610 install-data-am install-dvi install-dvi-am install-exec \
611 install-exec-am install-html install-html-am install-info \
612 install-info-am install-man install-pdf install-pdf-am \
613 install-ps install-ps-am install-strip \
614 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
615 installdirs maintainer-clean maintainer-clean-generic \
616 mostlyclean mostlyclean-compile mostlyclean-generic \
617 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
618 uninstall-am uninstall-toolexeclibLTLIBRARIES
621 # Tell versions [3.59,3.63) of GNU make to not export all variables.
622 # Otherwise a system limit (for SysV at least) may be exceeded.
623 .NOEXPORT: