testsuite: Fix bind_c_array_params_2.f90 on AIX
[official-gcc.git] / libsanitizer / lsan / Makefile.in
blob01de442637c5038ca2ee32a1ed44b06d035830e9
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 target_triplet = @target@
93 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_1 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
94 subdir = lsan
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
97 $(top_srcdir)/../config/depstand.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
100 $(top_srcdir)/../config/multi.m4 \
101 $(top_srcdir)/../config/override.m4 \
102 $(top_srcdir)/../config/stdint.m4 \
103 $(top_srcdir)/../config/toolexeclibdir.m4 \
104 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
105 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
106 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
107 $(top_srcdir)/../config/enable.m4 \
108 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am
112 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
113 CONFIG_HEADER = $(top_builddir)/config.h
114 CONFIG_CLEAN_FILES =
115 CONFIG_CLEAN_VPATH_FILES =
116 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117 am__vpath_adj = case $$p in \
118 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119 *) f=$$p;; \
120 esac;
121 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
122 am__install_max = 40
123 am__nobase_strip_setup = \
124 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125 am__nobase_strip = \
126 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
127 am__nobase_list = $(am__nobase_strip_setup); \
128 for p in $$list; do echo "$$p $$p"; done | \
129 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
130 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
131 if (++n[$$2] == $(am__install_max)) \
132 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
133 END { for (dir in files) print dir, files[dir] }'
134 am__base_list = \
135 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
136 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
137 am__uninstall_files_from_dir = { \
138 test -z "$$files" \
139 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
140 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
141 $(am__cd) "$$dir" && rm -f $$files; }; \
143 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
144 "$(DESTDIR)$(toolexeclibdir)"
145 LTLIBRARIES = $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
146 am__DEPENDENCIES_1 =
147 liblsan_la_DEPENDENCIES = \
148 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
149 $(top_builddir)/interception/libinterception.la \
150 $(am__append_1) $(am__DEPENDENCIES_1)
151 am__objects_1 = lsan_common.lo lsan_common_linux.lo lsan_common_mac.lo
152 am__objects_2 = $(am__objects_1) lsan.lo lsan_linux.lo lsan_mac.lo \
153 lsan_malloc_mac.lo lsan_allocator.lo lsan_interceptors.lo \
154 lsan_thread.lo lsan_posix.lo
155 am_liblsan_la_OBJECTS = $(am__objects_2)
156 liblsan_la_OBJECTS = $(am_liblsan_la_OBJECTS)
157 AM_V_lt = $(am__v_lt_@AM_V@)
158 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159 am__v_lt_0 = --silent
160 am__v_lt_1 =
161 liblsan_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
162 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
163 $(CXXFLAGS) $(liblsan_la_LDFLAGS) $(LDFLAGS) -o $@
164 @LSAN_SUPPORTED_TRUE@am_liblsan_la_rpath = -rpath $(toolexeclibdir)
165 libsanitizer_lsan_la_LIBADD =
166 am_libsanitizer_lsan_la_OBJECTS = $(am__objects_1)
167 libsanitizer_lsan_la_OBJECTS = $(am_libsanitizer_lsan_la_OBJECTS)
168 AM_V_P = $(am__v_P_@AM_V@)
169 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170 am__v_P_0 = false
171 am__v_P_1 = :
172 AM_V_GEN = $(am__v_GEN_@AM_V@)
173 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174 am__v_GEN_0 = @echo " GEN " $@;
175 am__v_GEN_1 =
176 AM_V_at = $(am__v_at_@AM_V@)
177 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178 am__v_at_0 = @
179 am__v_at_1 =
180 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
181 depcomp = $(SHELL) $(top_srcdir)/../depcomp
182 am__depfiles_maybe = depfiles
183 am__mv = mv -f
184 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
185 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
186 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
187 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
188 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
189 $(AM_CXXFLAGS) $(CXXFLAGS)
190 AM_V_CXX = $(am__v_CXX_@AM_V@)
191 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
192 am__v_CXX_0 = @echo " CXX " $@;
193 am__v_CXX_1 =
194 CXXLD = $(CXX)
195 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
196 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
197 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
198 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
199 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
200 am__v_CXXLD_0 = @echo " CXXLD " $@;
201 am__v_CXXLD_1 =
202 SOURCES = $(liblsan_la_SOURCES) $(libsanitizer_lsan_la_SOURCES)
203 am__can_run_installinfo = \
204 case $$AM_UPDATE_INFO_DIR in \
205 n|no|NO) false;; \
206 *) (install-info --version) >/dev/null 2>&1;; \
207 esac
208 HEADERS = $(nodist_toolexeclib_HEADERS)
209 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
210 # Read a list of newline-separated strings from the standard input,
211 # and print each of them once, without duplicates. Input order is
212 # *not* preserved.
213 am__uniquify_input = $(AWK) '\
214 BEGIN { nonempty = 0; } \
215 { items[$$0] = 1; nonempty = 1; } \
216 END { if (nonempty) { for (i in items) print i; }; } \
218 # Make sure the list of sources is unique. This is necessary because,
219 # e.g., the same source file might be shared among _SOURCES variables
220 # for different programs/libraries.
221 am__define_uniq_tagged_files = \
222 list='$(am__tagged_files)'; \
223 unique=`for i in $$list; do \
224 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225 done | $(am__uniquify_input)`
226 ETAGS = etags
227 CTAGS = ctags
228 ACLOCAL = @ACLOCAL@
229 ALLOC_FILE = @ALLOC_FILE@
230 AMTAR = @AMTAR@
231 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232 AR = @AR@
233 AUTOCONF = @AUTOCONF@
234 AUTOHEADER = @AUTOHEADER@
235 AUTOMAKE = @AUTOMAKE@
236 AWK = @AWK@
237 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
238 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
239 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
240 CC = @CC@
241 CCAS = @CCAS@
242 CCASDEPMODE = @CCASDEPMODE@
243 CCASFLAGS = @CCASFLAGS@
244 CCDEPMODE = @CCDEPMODE@
245 CFLAGS = @CFLAGS@
246 CPP = @CPP@
247 CPPFLAGS = @CPPFLAGS@
248 CXX = @CXX@
249 CXXCPP = @CXXCPP@
250 CXXDEPMODE = @CXXDEPMODE@
251 CXXFLAGS = @CXXFLAGS@
252 CYGPATH_W = @CYGPATH_W@
253 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
254 DEPDIR = @DEPDIR@
255 DSYMUTIL = @DSYMUTIL@
256 DUMPBIN = @DUMPBIN@
257 ECHO_C = @ECHO_C@
258 ECHO_N = @ECHO_N@
259 ECHO_T = @ECHO_T@
260 EGREP = @EGREP@
261 EXEEXT = @EXEEXT@
262 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
263 EXTRA_CFLAGS = @EXTRA_CFLAGS@
264 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
265 FGREP = @FGREP@
266 FORMAT_FILE = @FORMAT_FILE@
267 GREP = @GREP@
268 INSTALL = @INSTALL@
269 INSTALL_DATA = @INSTALL_DATA@
270 INSTALL_PROGRAM = @INSTALL_PROGRAM@
271 INSTALL_SCRIPT = @INSTALL_SCRIPT@
272 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
273 LD = @LD@
274 LDFLAGS = @LDFLAGS@
275 LIBOBJS = @LIBOBJS@
276 LIBS = @LIBS@
277 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
278 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
279 LIBTOOL = @LIBTOOL@
280 LIPO = @LIPO@
281 LN_S = @LN_S@
282 LTLIBOBJS = @LTLIBOBJS@
283 MAINT = @MAINT@
284 MAKEINFO = @MAKEINFO@
285 MKDIR_P = @MKDIR_P@
286 NM = @NM@
287 NMEDIT = @NMEDIT@
288 OBJDUMP = @OBJDUMP@
289 OBJEXT = @OBJEXT@
290 OTOOL = @OTOOL@
291 OTOOL64 = @OTOOL64@
292 PACKAGE = @PACKAGE@
293 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
294 PACKAGE_NAME = @PACKAGE_NAME@
295 PACKAGE_STRING = @PACKAGE_STRING@
296 PACKAGE_TARNAME = @PACKAGE_TARNAME@
297 PACKAGE_URL = @PACKAGE_URL@
298 PACKAGE_VERSION = @PACKAGE_VERSION@
299 PATH_SEPARATOR = @PATH_SEPARATOR@
300 RANLIB = @RANLIB@
301 RPC_DEFS = @RPC_DEFS@
302 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
303 SED = @SED@
304 SET_MAKE = @SET_MAKE@
305 SHELL = @SHELL@
306 STRIP = @STRIP@
307 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
308 VERSION = @VERSION@
309 VIEW_FILE = @VIEW_FILE@
310 abs_builddir = @abs_builddir@
311 abs_srcdir = @abs_srcdir@
312 abs_top_builddir = @abs_top_builddir@
313 abs_top_srcdir = @abs_top_srcdir@
314 ac_ct_CC = @ac_ct_CC@
315 ac_ct_CXX = @ac_ct_CXX@
316 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317 am__include = @am__include@
318 am__leading_dot = @am__leading_dot@
319 am__quote = @am__quote@
320 am__tar = @am__tar@
321 am__untar = @am__untar@
322 bindir = @bindir@
323 build = @build@
324 build_alias = @build_alias@
325 build_cpu = @build_cpu@
326 build_os = @build_os@
327 build_vendor = @build_vendor@
328 builddir = @builddir@
329 datadir = @datadir@
330 datarootdir = @datarootdir@
331 docdir = @docdir@
332 dvidir = @dvidir@
333 enable_shared = @enable_shared@
334 enable_static = @enable_static@
335 exec_prefix = @exec_prefix@
336 get_gcc_base_ver = @get_gcc_base_ver@
337 host = @host@
338 host_alias = @host_alias@
339 host_cpu = @host_cpu@
340 host_os = @host_os@
341 host_vendor = @host_vendor@
342 htmldir = @htmldir@
343 includedir = @includedir@
344 infodir = @infodir@
345 install_sh = @install_sh@
346 libdir = @libdir@
347 libexecdir = @libexecdir@
348 link_libasan = @link_libasan@
349 link_libhwasan = @link_libhwasan@
350 link_liblsan = @link_liblsan@
351 link_libtsan = @link_libtsan@
352 link_libubsan = @link_libubsan@
353 localedir = @localedir@
354 localstatedir = @localstatedir@
355 mandir = @mandir@
356 mkdir_p = @mkdir_p@
357 multi_basedir = @multi_basedir@
358 oldincludedir = @oldincludedir@
359 pdfdir = @pdfdir@
360 prefix = @prefix@
361 program_transform_name = @program_transform_name@
362 psdir = @psdir@
363 sbindir = @sbindir@
364 sharedstatedir = @sharedstatedir@
365 srcdir = @srcdir@
366 sysconfdir = @sysconfdir@
367 target = @target@
368 target_alias = @target_alias@
369 target_cpu = @target_cpu@
370 target_noncanonical = @target_noncanonical@
371 target_os = @target_os@
372 target_vendor = @target_vendor@
373 toolexecdir = @toolexecdir@
374 toolexeclibdir = @toolexeclibdir@
375 top_build_prefix = @top_build_prefix@
376 top_builddir = @top_builddir@
377 top_srcdir = @top_srcdir@
378 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
380 # May be used by toolexeclibdir.
381 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
382 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
383 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
384 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
385 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
386 -std=gnu++14 $(EXTRA_CXXFLAGS)
387 ACLOCAL_AMFLAGS = -I m4
388 noinst_LTLIBRARIES = libsanitizer_lsan.la
389 @LSAN_SUPPORTED_TRUE@toolexeclib_LTLIBRARIES = liblsan.la
390 @LSAN_SUPPORTED_TRUE@nodist_toolexeclib_HEADERS = liblsan_preinit.o
391 sanitizer_lsan_files = \
392 lsan_common.cpp \
393 lsan_common_linux.cpp \
394 lsan_common_mac.cpp
396 lsan_files = \
397 $(sanitizer_lsan_files) \
398 lsan.cpp \
399 lsan_linux.cpp \
400 lsan_mac.cpp \
401 lsan_malloc_mac.cpp \
402 lsan_allocator.cpp \
403 lsan_interceptors.cpp \
404 lsan_thread.cpp \
405 lsan_posix.cpp
407 libsanitizer_lsan_la_SOURCES = $(sanitizer_lsan_files)
408 liblsan_la_SOURCES = $(lsan_files)
409 liblsan_la_LIBADD = \
410 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
411 $(top_builddir)/interception/libinterception.la \
412 $(am__append_1) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
413 liblsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_liblsan)
415 # Work around what appears to be a GNU make bug handling MAKEFLAGS
416 # values defined in terms of make variables, as is the case for CC and
417 # friends when we are called from the top level Makefile.
418 AM_MAKEFLAGS = \
419 "AR_FLAGS=$(AR_FLAGS)" \
420 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
421 "CFLAGS=$(CFLAGS)" \
422 "CXXFLAGS=$(CXXFLAGS)" \
423 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
424 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
425 "INSTALL=$(INSTALL)" \
426 "INSTALL_DATA=$(INSTALL_DATA)" \
427 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
428 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
429 "JC1FLAGS=$(JC1FLAGS)" \
430 "LDFLAGS=$(LDFLAGS)" \
431 "LIBCFLAGS=$(LIBCFLAGS)" \
432 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
433 "MAKE=$(MAKE)" \
434 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
435 "PICFLAG=$(PICFLAG)" \
436 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
437 "SHELL=$(SHELL)" \
438 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
439 "exec_prefix=$(exec_prefix)" \
440 "infodir=$(infodir)" \
441 "libdir=$(libdir)" \
442 "prefix=$(prefix)" \
443 "includedir=$(includedir)" \
444 "AR=$(AR)" \
445 "AS=$(AS)" \
446 "LD=$(LD)" \
447 "LIBCFLAGS=$(LIBCFLAGS)" \
448 "NM=$(NM)" \
449 "PICFLAG=$(PICFLAG)" \
450 "RANLIB=$(RANLIB)" \
451 "DESTDIR=$(DESTDIR)"
453 MAKEOVERRIDES =
454 all: all-am
456 .SUFFIXES:
457 .SUFFIXES: .cpp .lo .o .obj
458 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
459 @for dep in $?; do \
460 case '$(am__configure_deps)' in \
461 *$$dep*) \
462 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
463 && { if test -f $@; then exit 0; else break; fi; }; \
464 exit 1;; \
465 esac; \
466 done; \
467 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lsan/Makefile'; \
468 $(am__cd) $(top_srcdir) && \
469 $(AUTOMAKE) --foreign lsan/Makefile
470 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
471 @case '$?' in \
472 *config.status*) \
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
474 *) \
475 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
476 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
477 esac;
479 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
483 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
485 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
486 $(am__aclocal_m4_deps):
488 clean-noinstLTLIBRARIES:
489 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
490 @list='$(noinst_LTLIBRARIES)'; \
491 locs=`for p in $$list; do echo $$p; done | \
492 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
493 sort -u`; \
494 test -z "$$locs" || { \
495 echo rm -f $${locs}; \
496 rm -f $${locs}; \
499 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
500 @$(NORMAL_INSTALL)
501 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
502 list2=; for p in $$list; do \
503 if test -f $$p; then \
504 list2="$$list2 $$p"; \
505 else :; fi; \
506 done; \
507 test -z "$$list2" || { \
508 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
509 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
510 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
511 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
514 uninstall-toolexeclibLTLIBRARIES:
515 @$(NORMAL_UNINSTALL)
516 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
517 for p in $$list; do \
518 $(am__strip_dir) \
519 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
520 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
521 done
523 clean-toolexeclibLTLIBRARIES:
524 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
525 @list='$(toolexeclib_LTLIBRARIES)'; \
526 locs=`for p in $$list; do echo $$p; done | \
527 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
528 sort -u`; \
529 test -z "$$locs" || { \
530 echo rm -f $${locs}; \
531 rm -f $${locs}; \
534 liblsan.la: $(liblsan_la_OBJECTS) $(liblsan_la_DEPENDENCIES) $(EXTRA_liblsan_la_DEPENDENCIES)
535 $(AM_V_CXXLD)$(liblsan_la_LINK) $(am_liblsan_la_rpath) $(liblsan_la_OBJECTS) $(liblsan_la_LIBADD) $(LIBS)
537 libsanitizer_lsan.la: $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_DEPENDENCIES) $(EXTRA_libsanitizer_lsan_la_DEPENDENCIES)
538 $(AM_V_CXXLD)$(CXXLINK) $(libsanitizer_lsan_la_OBJECTS) $(libsanitizer_lsan_la_LIBADD) $(LIBS)
540 mostlyclean-compile:
541 -rm -f *.$(OBJEXT)
543 distclean-compile:
544 -rm -f *.tab.c
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan.Plo@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_allocator.Plo@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common.Plo@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_linux.Plo@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_common_mac.Plo@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_interceptors.Plo@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_linux.Plo@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_mac.Plo@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_malloc_mac.Plo@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_posix.Plo@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsan_thread.Plo@am__quote@
558 .cpp.o:
559 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
560 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
561 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
562 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
565 .cpp.obj:
566 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
567 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
568 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
572 .cpp.lo:
573 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
574 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
575 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
576 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
579 mostlyclean-libtool:
580 -rm -f *.lo
582 clean-libtool:
583 -rm -rf .libs _libs
584 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
585 @$(NORMAL_INSTALL)
586 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
587 if test -n "$$list"; then \
588 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
589 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
590 fi; \
591 for p in $$list; do \
592 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
593 echo "$$d$$p"; \
594 done | $(am__base_list) | \
595 while read files; do \
596 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
597 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
598 done
600 uninstall-nodist_toolexeclibHEADERS:
601 @$(NORMAL_UNINSTALL)
602 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
603 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
604 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
606 ID: $(am__tagged_files)
607 $(am__define_uniq_tagged_files); mkid -fID $$unique
608 tags: tags-am
609 TAGS: tags
611 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
612 set x; \
613 here=`pwd`; \
614 $(am__define_uniq_tagged_files); \
615 shift; \
616 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
617 test -n "$$unique" || unique=$$empty_fix; \
618 if test $$# -gt 0; then \
619 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
620 "$$@" $$unique; \
621 else \
622 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
623 $$unique; \
624 fi; \
626 ctags: ctags-am
628 CTAGS: ctags
629 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
630 $(am__define_uniq_tagged_files); \
631 test -z "$(CTAGS_ARGS)$$unique" \
632 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633 $$unique
635 GTAGS:
636 here=`$(am__cd) $(top_builddir) && pwd` \
637 && $(am__cd) $(top_srcdir) \
638 && gtags -i $(GTAGS_ARGS) "$$here"
639 cscopelist: cscopelist-am
641 cscopelist-am: $(am__tagged_files)
642 list='$(am__tagged_files)'; \
643 case "$(srcdir)" in \
644 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
645 *) sdir=$(subdir)/$(srcdir) ;; \
646 esac; \
647 for i in $$list; do \
648 if test -f "$$i"; then \
649 echo "$(subdir)/$$i"; \
650 else \
651 echo "$$sdir/$$i"; \
652 fi; \
653 done >> $(top_builddir)/cscope.files
655 distclean-tags:
656 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
657 check-am: all-am
658 check: check-am
659 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
660 installdirs:
661 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
662 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
663 done
664 install: install-am
665 install-exec: install-exec-am
666 install-data: install-data-am
667 uninstall: uninstall-am
669 install-am: all-am
670 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
672 installcheck: installcheck-am
673 install-strip:
674 if test -z '$(STRIP)'; then \
675 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
676 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
677 install; \
678 else \
679 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
680 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
681 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
683 mostlyclean-generic:
685 clean-generic:
687 distclean-generic:
688 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
689 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
691 maintainer-clean-generic:
692 @echo "This command is intended for maintainers to use"
693 @echo "it deletes files that may require special tools to rebuild."
694 clean: clean-am
696 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
697 clean-toolexeclibLTLIBRARIES mostlyclean-am
699 distclean: distclean-am
700 -rm -rf ./$(DEPDIR)
701 -rm -f Makefile
702 distclean-am: clean-am distclean-compile distclean-generic \
703 distclean-tags
705 dvi: dvi-am
707 dvi-am:
709 html: html-am
711 html-am:
713 info: info-am
715 info-am:
717 install-data-am:
719 install-dvi: install-dvi-am
721 install-dvi-am:
723 install-exec-am: install-nodist_toolexeclibHEADERS \
724 install-toolexeclibLTLIBRARIES
726 install-html: install-html-am
728 install-html-am:
730 install-info: install-info-am
732 install-info-am:
734 install-man:
736 install-pdf: install-pdf-am
738 install-pdf-am:
740 install-ps: install-ps-am
742 install-ps-am:
744 installcheck-am:
746 maintainer-clean: maintainer-clean-am
747 -rm -rf ./$(DEPDIR)
748 -rm -f Makefile
749 maintainer-clean-am: distclean-am maintainer-clean-generic
751 mostlyclean: mostlyclean-am
753 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
754 mostlyclean-libtool
756 pdf: pdf-am
758 pdf-am:
760 ps: ps-am
762 ps-am:
764 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
765 uninstall-toolexeclibLTLIBRARIES
767 .MAKE: install-am install-strip
769 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
770 clean-libtool clean-noinstLTLIBRARIES \
771 clean-toolexeclibLTLIBRARIES cscopelist-am ctags ctags-am \
772 distclean distclean-compile distclean-generic \
773 distclean-libtool distclean-tags dvi dvi-am html html-am info \
774 info-am install install-am install-data install-data-am \
775 install-dvi install-dvi-am install-exec install-exec-am \
776 install-html install-html-am install-info install-info-am \
777 install-man install-nodist_toolexeclibHEADERS install-pdf \
778 install-pdf-am install-ps install-ps-am install-strip \
779 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
780 installdirs maintainer-clean maintainer-clean-generic \
781 mostlyclean mostlyclean-compile mostlyclean-generic \
782 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
783 uninstall-am uninstall-nodist_toolexeclibHEADERS \
784 uninstall-toolexeclibLTLIBRARIES
786 .PRECIOUS: Makefile
789 liblsan_preinit.o: lsan_preinit.o
790 cp $< $@
792 # Tell versions [3.59,3.63) of GNU make to not export all variables.
793 # Otherwise a system limit (for SysV at least) may be exceeded.
794 .NOEXPORT: