* Add missing ChangeLog entry.
[official-gcc.git] / libsanitizer / lsan / Makefile.in
blob47caebc09f8656733ea9636ce90b44fa99184b30
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 ACLOCAL_AMFLAGS = -I m4
265 noinst_LTLIBRARIES = libsanitizer_lsan.la
266 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
267 sanitizer_lsan_files = \
268 lsan_common.cc \
269 lsan_common_linux.cc
271 lsan_files = \
272 $(sanitizer_lsan_files) \
273 lsan.cc \
274 lsan_allocator.cc \
275 lsan_interceptors.cc \
276 lsan_preinit.cc \
277 lsan_thread.cc
279 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
280 liblsan_la_SOURCES = $(lsan_files)
281 liblsan_la_LIBADD = \
282 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
283 $(top_builddir)/interception/libinterception.la \
284 $(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
285 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
287 # Work around what appears to be a GNU make bug handling MAKEFLAGS
288 # values defined in terms of make variables, as is the case for CC and
289 # friends when we are called from the top level Makefile.
290 AM_MAKEFLAGS = \
291 "AR_FLAGS=$(AR_FLAGS)" \
292 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
293 "CFLAGS=$(CFLAGS)" \
294 "CXXFLAGS=$(CXXFLAGS)" \
295 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
296 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
297 "INSTALL=$(INSTALL)" \
298 "INSTALL_DATA=$(INSTALL_DATA)" \
299 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
300 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
301 "JC1FLAGS=$(JC1FLAGS)" \
302 "LDFLAGS=$(LDFLAGS)" \
303 "LIBCFLAGS=$(LIBCFLAGS)" \
304 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
305 "MAKE=$(MAKE)" \
306 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
307 "PICFLAG=$(PICFLAG)" \
308 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
309 "SHELL=$(SHELL)" \
310 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
311 "exec_prefix=$(exec_prefix)" \
312 "infodir=$(infodir)" \
313 "libdir=$(libdir)" \
314 "prefix=$(prefix)" \
315 "includedir=$(includedir)" \
316 "AR=$(AR)" \
317 "AS=$(AS)" \
318 "LD=$(LD)" \
319 "LIBCFLAGS=$(LIBCFLAGS)" \
320 "NM=$(NM)" \
321 "PICFLAG=$(PICFLAG)" \
322 "RANLIB=$(RANLIB)" \
323 "DESTDIR=$(DESTDIR)"
325 MAKEOVERRIDES =
326 all: all-am
328 .SUFFIXES:
329 .SUFFIXES: .cc .lo .o .obj
330 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
331 @for dep in $?; do \
332 case '$(am__configure_deps)' in \
333 *$$dep*) \
334 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
335 && { if test -f $@; then exit 0; else break; fi; }; \
336 exit 1;; \
337 esac; \
338 done; \
339 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
340 $(am__cd) $(top_srcdir) && \
341 $(AUTOMAKE) --foreign lsan/Makefile
342 .PRECIOUS: Makefile
343 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344 @case '$?' in \
345 *config.status*) \
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347 *) \
348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
349 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
350 esac;
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 $(am__aclocal_m4_deps):
361 clean-noinstLTLIBRARIES:
362 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
363 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
364 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
365 test "$$dir" != "$$p" || dir=.; \
366 echo "rm -f \"$${dir}/so_locations\""; \
367 rm -f "$${dir}/so_locations"; \
368 done
369 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
370 @$(NORMAL_INSTALL)
371 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
372 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
373 list2=; for p in $$list; do \
374 if test -f $$p; then \
375 list2="$$list2 $$p"; \
376 else :; fi; \
377 done; \
378 test -z "$$list2" || { \
379 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
380 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
383 uninstall-toolexeclibLTLIBRARIES:
384 @$(NORMAL_UNINSTALL)
385 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
386 for p in $$list; do \
387 $(am__strip_dir) \
388 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
389 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
390 done
392 clean-toolexeclibLTLIBRARIES:
393 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
394 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
395 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
396 test "$$dir" != "$$p" || dir=.; \
397 echo "rm -f \"$${dir}/so_locations\""; \
398 rm -f "$${dir}/so_locations"; \
399 done
400 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES)
401 $(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
402 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES)
403 $(CXXLINK) $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
405 mostlyclean-compile:
406 -rm -f *.$(OBJEXT)
408 distclean-compile:
409 -rm -f *.tab.c
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_preinit.Plo@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
419 .cc.o:
420 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
426 .cc.obj:
427 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
428 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
433 .cc.lo:
434 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
435 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
440 mostlyclean-libtool:
441 -rm -f *.lo
443 clean-libtool:
444 -rm -rf .libs _libs
446 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
447 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
448 unique=`for i in $$list; do \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452 END { if (nonempty) { for (i in files) print i; }; }'`; \
453 mkid -fID $$unique
454 tags: TAGS
456 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
457 $(TAGS_FILES) $(LISP)
458 set x; \
459 here=`pwd`; \
460 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 done | \
464 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 shift; \
467 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468 test -n "$$unique" || unique=$$empty_fix; \
469 if test $$# -gt 0; then \
470 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471 "$$@" $$unique; \
472 else \
473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
474 $$unique; \
475 fi; \
477 ctags: CTAGS
478 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
479 $(TAGS_FILES) $(LISP)
480 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481 unique=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483 done | \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
486 test -z "$(CTAGS_ARGS)$$unique" \
487 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488 $$unique
490 GTAGS:
491 here=`$(am__cd) $(top_builddir) && pwd` \
492 && $(am__cd) $(top_srcdir) \
493 && gtags -i $(GTAGS_ARGS) "$$here"
495 distclean-tags:
496 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497 check-am: all-am
498 check: check-am
499 all-am: Makefile $(LTLIBRARIES)
500 installdirs:
501 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
502 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
503 done
504 install: install-am
505 install-exec: install-exec-am
506 install-data: install-data-am
507 uninstall: uninstall-am
509 install-am: all-am
510 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
512 installcheck: installcheck-am
513 install-strip:
514 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516 `test -z '$(STRIP)' || \
517 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
518 mostlyclean-generic:
520 clean-generic:
522 distclean-generic:
523 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
524 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526 maintainer-clean-generic:
527 @echo "This command is intended for maintainers to use"
528 @echo "it deletes files that may require special tools to rebuild."
529 clean: clean-am
531 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
532 clean-toolexeclibLTLIBRARIES mostlyclean-am
534 distclean: distclean-am
535 -rm -rf ./$(DEPDIR)
536 -rm -f Makefile
537 distclean-am: clean-am distclean-compile distclean-generic \
538 distclean-tags
540 dvi: dvi-am
542 dvi-am:
544 html: html-am
546 html-am:
548 info: info-am
550 info-am:
552 install-data-am:
554 install-dvi: install-dvi-am
556 install-dvi-am:
558 install-exec-am: install-toolexeclibLTLIBRARIES
560 install-html: install-html-am
562 install-html-am:
564 install-info: install-info-am
566 install-info-am:
568 install-man:
570 install-pdf: install-pdf-am
572 install-pdf-am:
574 install-ps: install-ps-am
576 install-ps-am:
578 installcheck-am:
580 maintainer-clean: maintainer-clean-am
581 -rm -rf ./$(DEPDIR)
582 -rm -f Makefile
583 maintainer-clean-am: distclean-am maintainer-clean-generic
585 mostlyclean: mostlyclean-am
587 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
588 mostlyclean-libtool
590 pdf: pdf-am
592 pdf-am:
594 ps: ps-am
596 ps-am:
598 uninstall-am: uninstall-toolexeclibLTLIBRARIES
600 .MAKE: install-am install-strip
602 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
603 clean-libtool clean-noinstLTLIBRARIES \
604 clean-toolexeclibLTLIBRARIES ctags distclean distclean-compile \
605 distclean-generic distclean-libtool distclean-tags dvi dvi-am \
606 html html-am info info-am install install-am install-data \
607 install-data-am install-dvi install-dvi-am install-exec \
608 install-exec-am install-html install-html-am install-info \
609 install-info-am install-man install-pdf install-pdf-am \
610 install-ps install-ps-am install-strip \
611 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
612 installdirs maintainer-clean maintainer-clean-generic \
613 mostlyclean mostlyclean-compile mostlyclean-generic \
614 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
615 uninstall-am uninstall-toolexeclibLTLIBRARIES
618 # Tell versions [3.59,3.63) of GNU make to not export all variables.
619 # Otherwise a system limit (for SysV at least) may be exceeded.
620 .NOEXPORT: