annotate libsanitizer/lsan/Makefile.in @ 158:494b0b89df80 default tip

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