xref: /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/Makefile.in (revision 9616dacfef448e70e3fbbd865bddf60d54b656c5)
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
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.
10
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.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38@LIBBACKTRACE_SUPPORTED_TRUE@am__append_1 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
39subdir = lsan
40DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__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
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54	$(ACLOCAL_M4)
55mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
56CONFIG_HEADER = $(top_builddir)/config.h
57CONFIG_CLEAN_FILES =
58CONFIG_CLEAN_VPATH_FILES =
59am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
60am__vpath_adj = case $$p in \
61    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
62    *) f=$$p;; \
63  esac;
64am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
65am__install_max = 40
66am__nobase_strip_setup = \
67  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
68am__nobase_strip = \
69  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
70am__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] }'
77am__base_list = \
78  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
79  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
80am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
81LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
82am__DEPENDENCIES_1 =
83liblsan_la_DEPENDENCIES =  \
84	$(top_builddir)/sanitizer_common/libsanitizer_common.la \
85	$(top_builddir)/interception/libinterception.la \
86	$(am__append_1) $(am__DEPENDENCIES_1)
87am__objects_1 = lsan_common.lo lsan_common_linux.lo
88am__objects_2 = $(am__objects_1) lsan.lo lsan_allocator.lo \
89	lsan_interceptors.lo lsan_preinit.lo lsan_thread.lo
90am_liblsan_la_OBJECTS = $(am__objects_2)
91liblsan_la_OBJECTS = $(am_liblsan_la_OBJECTS)
92liblsan_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)
96libsanitizer_lsan_la_LIBADD =
97am_libsanitizer_lsan_la_OBJECTS = $(am__objects_1)
98libsanitizer_lsan_la_OBJECTS = $(am_libsanitizer_lsan_la_OBJECTS)
99DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100depcomp = $(SHELL) $(top_srcdir)/../depcomp
101am__depfiles_maybe = depfiles
102am__mv = mv -f
103CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
104	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
105LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
108CXXLD = $(CXX)
109CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
111	$(LDFLAGS) -o $@
112SOURCES = $(liblsan_la_SOURCES) $(libsanitizer_lsan_la_SOURCES)
113ETAGS = etags
114CTAGS = ctags
115ACLOCAL = @ACLOCAL@
116ALLOC_FILE = @ALLOC_FILE@
117AMTAR = @AMTAR@
118AR = @AR@
119AUTOCONF = @AUTOCONF@
120AUTOHEADER = @AUTOHEADER@
121AUTOMAKE = @AUTOMAKE@
122AWK = @AWK@
123BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
124BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
125BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
126CC = @CC@
127CCAS = @CCAS@
128CCASDEPMODE = @CCASDEPMODE@
129CCASFLAGS = @CCASFLAGS@
130CCDEPMODE = @CCDEPMODE@
131CFLAGS = @CFLAGS@
132CPP = @CPP@
133CPPFLAGS = @CPPFLAGS@
134CXX = @CXX@
135CXXCPP = @CXXCPP@
136CXXDEPMODE = @CXXDEPMODE@
137CXXFLAGS = @CXXFLAGS@
138CYGPATH_W = @CYGPATH_W@
139DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
140DEPDIR = @DEPDIR@
141DSYMUTIL = @DSYMUTIL@
142DUMPBIN = @DUMPBIN@
143ECHO_C = @ECHO_C@
144ECHO_N = @ECHO_N@
145ECHO_T = @ECHO_T@
146EGREP = @EGREP@
147EXEEXT = @EXEEXT@
148FGREP = @FGREP@
149FORMAT_FILE = @FORMAT_FILE@
150GREP = @GREP@
151INSTALL = @INSTALL@
152INSTALL_DATA = @INSTALL_DATA@
153INSTALL_PROGRAM = @INSTALL_PROGRAM@
154INSTALL_SCRIPT = @INSTALL_SCRIPT@
155INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156LD = @LD@
157LDFLAGS = @LDFLAGS@
158LIBOBJS = @LIBOBJS@
159LIBS = @LIBS@
160LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
161LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
162LIBTOOL = @LIBTOOL@
163LIPO = @LIPO@
164LN_S = @LN_S@
165LTLIBOBJS = @LTLIBOBJS@
166MAINT = @MAINT@
167MAKEINFO = @MAKEINFO@
168MKDIR_P = @MKDIR_P@
169NM = @NM@
170NMEDIT = @NMEDIT@
171OBJDUMP = @OBJDUMP@
172OBJEXT = @OBJEXT@
173OTOOL = @OTOOL@
174OTOOL64 = @OTOOL64@
175PACKAGE = @PACKAGE@
176PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177PACKAGE_NAME = @PACKAGE_NAME@
178PACKAGE_STRING = @PACKAGE_STRING@
179PACKAGE_TARNAME = @PACKAGE_TARNAME@
180PACKAGE_URL = @PACKAGE_URL@
181PACKAGE_VERSION = @PACKAGE_VERSION@
182PATH_SEPARATOR = @PATH_SEPARATOR@
183RANLIB = @RANLIB@
184RPC_DEFS = @RPC_DEFS@
185SED = @SED@
186SET_MAKE = @SET_MAKE@
187SHELL = @SHELL@
188STRIP = @STRIP@
189TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
190VERSION = @VERSION@
191VIEW_FILE = @VIEW_FILE@
192abs_builddir = @abs_builddir@
193abs_srcdir = @abs_srcdir@
194abs_top_builddir = @abs_top_builddir@
195abs_top_srcdir = @abs_top_srcdir@
196ac_ct_CC = @ac_ct_CC@
197ac_ct_CXX = @ac_ct_CXX@
198ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199am__include = @am__include@
200am__leading_dot = @am__leading_dot@
201am__quote = @am__quote@
202am__tar = @am__tar@
203am__untar = @am__untar@
204bindir = @bindir@
205build = @build@
206build_alias = @build_alias@
207build_cpu = @build_cpu@
208build_os = @build_os@
209build_vendor = @build_vendor@
210builddir = @builddir@
211datadir = @datadir@
212datarootdir = @datarootdir@
213docdir = @docdir@
214dvidir = @dvidir@
215enable_shared = @enable_shared@
216enable_static = @enable_static@
217exec_prefix = @exec_prefix@
218host = @host@
219host_alias = @host_alias@
220host_cpu = @host_cpu@
221host_os = @host_os@
222host_vendor = @host_vendor@
223htmldir = @htmldir@
224includedir = @includedir@
225infodir = @infodir@
226install_sh = @install_sh@
227libdir = @libdir@
228libexecdir = @libexecdir@
229link_libasan = @link_libasan@
230link_liblsan = @link_liblsan@
231link_libtsan = @link_libtsan@
232link_libubsan = @link_libubsan@
233localedir = @localedir@
234localstatedir = @localstatedir@
235mandir = @mandir@
236mkdir_p = @mkdir_p@
237multi_basedir = @multi_basedir@
238oldincludedir = @oldincludedir@
239pdfdir = @pdfdir@
240prefix = @prefix@
241program_transform_name = @program_transform_name@
242psdir = @psdir@
243sbindir = @sbindir@
244sharedstatedir = @sharedstatedir@
245srcdir = @srcdir@
246sysconfdir = @sysconfdir@
247target = @target@
248target_alias = @target_alias@
249target_cpu = @target_cpu@
250target_noncanonical = @target_noncanonical@
251target_os = @target_os@
252target_vendor = @target_vendor@
253toolexecdir = @toolexecdir@
254toolexeclibdir = @toolexeclibdir@
255top_build_prefix = @top_build_prefix@
256top_builddir = @top_builddir@
257top_srcdir = @top_srcdir@
258AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
259
260# May be used by toolexeclibdir.
261gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
262AM_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
267ACLOCAL_AMFLAGS = -I m4
268noinst_LTLIBRARIES = libsanitizer_lsan.la
269@LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
270sanitizer_lsan_files = \
271	lsan_common.cc \
272	lsan_common_linux.cc
273
274lsan_files = \
275	$(sanitizer_lsan_files) \
276	lsan.cc \
277	lsan_allocator.cc \
278	lsan_interceptors.cc \
279	lsan_preinit.cc \
280	lsan_thread.cc
281
282libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
283liblsan_la_SOURCES = $(lsan_files)
284liblsan_la_LIBADD =  \
285	$(top_builddir)/sanitizer_common/libsanitizer_common.la \
286	$(top_builddir)/interception/libinterception.la \
287	$(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
288liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
289
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.
293AM_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)"
327
328MAKEOVERRIDES =
329all: all-am
330
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
346Makefile: $(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;
354
355$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
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):
363
364clean-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
372install-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)"; \
384	}
385
386uninstall-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
394
395clean-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
403liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES)
404	$(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
405libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES)
406	$(CXXLINK)  $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
407
408mostlyclean-compile:
409	-rm -f *.$(OBJEXT)
410
411distclean-compile:
412	-rm -f *.tab.c
413
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@
421
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 $@ $<
428
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) '$<'`
435
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 $@ $<
442
443mostlyclean-libtool:
444	-rm -f *.lo
445
446clean-libtool:
447	-rm -rf .libs _libs
448
449ID: $(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
457tags: TAGS
458
459TAGS:  $(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; \
479	fi
480ctags: CTAGS
481CTAGS:  $(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
492
493GTAGS:
494	here=`$(am__cd) $(top_builddir) && pwd` \
495	  && $(am__cd) $(top_srcdir) \
496	  && gtags -i $(GTAGS_ARGS) "$$here"
497
498distclean-tags:
499	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500check-am: all-am
501check: check-am
502all-am: Makefile $(LTLIBRARIES)
503installdirs:
504	for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
505	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
506	done
507install: install-am
508install-exec: install-exec-am
509install-data: install-data-am
510uninstall: uninstall-am
511
512install-am: all-am
513	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
514
515installcheck: installcheck-am
516install-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
521mostlyclean-generic:
522
523clean-generic:
524
525distclean-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)
528
529maintainer-clean-generic:
530	@echo "This command is intended for maintainers to use"
531	@echo "it deletes files that may require special tools to rebuild."
532clean: clean-am
533
534clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
535	clean-toolexeclibLTLIBRARIES mostlyclean-am
536
537distclean: distclean-am
538	-rm -rf ./$(DEPDIR)
539	-rm -f Makefile
540distclean-am: clean-am distclean-compile distclean-generic \
541	distclean-tags
542
543dvi: dvi-am
544
545dvi-am:
546
547html: html-am
548
549html-am:
550
551info: info-am
552
553info-am:
554
555install-data-am:
556
557install-dvi: install-dvi-am
558
559install-dvi-am:
560
561install-exec-am: install-toolexeclibLTLIBRARIES
562
563install-html: install-html-am
564
565install-html-am:
566
567install-info: install-info-am
568
569install-info-am:
570
571install-man:
572
573install-pdf: install-pdf-am
574
575install-pdf-am:
576
577install-ps: install-ps-am
578
579install-ps-am:
580
581installcheck-am:
582
583maintainer-clean: maintainer-clean-am
584	-rm -rf ./$(DEPDIR)
585	-rm -f Makefile
586maintainer-clean-am: distclean-am maintainer-clean-generic
587
588mostlyclean: mostlyclean-am
589
590mostlyclean-am: mostlyclean-compile mostlyclean-generic \
591	mostlyclean-libtool
592
593pdf: pdf-am
594
595pdf-am:
596
597ps: ps-am
598
599ps-am:
600
601uninstall-am: uninstall-toolexeclibLTLIBRARIES
602
603.MAKE: install-am install-strip
604
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
619
620
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:
624