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