annotate libsanitizer/asan/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 @USING_MAC_INTERPOSE_TRUE@am__append_1 = -DMAC_INTERPOSE_FUNCTIONS -DMISSING_BLOCKS_SUPPORT
kono
parents:
diff changeset
94 @USING_MAC_INTERPOSE_FALSE@am__append_2 = $(top_builddir)/interception/libinterception.la
kono
parents:
diff changeset
95 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_3 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
kono
parents:
diff changeset
96 subdir = asan
kono
parents:
diff changeset
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
98 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
99 $(top_srcdir)/../config/depstand.m4 \
kono
parents:
diff changeset
100 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
101 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
kono
parents:
diff changeset
102 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
103 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
104 $(top_srcdir)/../config/stdint.m4 \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
105 $(top_srcdir)/../config/toolexeclibdir.m4 \
111
kono
parents:
diff changeset
106 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
kono
parents:
diff changeset
107 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
kono
parents:
diff changeset
108 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
109 $(top_srcdir)/../config/enable.m4 \
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
110 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
111
kono
parents:
diff changeset
111 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
112 $(ACLOCAL_M4)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
113 DIST_COMMON = $(srcdir)/Makefile.am
111
kono
parents:
diff changeset
114 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
kono
parents:
diff changeset
115 CONFIG_HEADER = $(top_builddir)/config.h
kono
parents:
diff changeset
116 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
117 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
118 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kono
parents:
diff changeset
119 am__vpath_adj = case $$p in \
kono
parents:
diff changeset
120 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kono
parents:
diff changeset
121 *) f=$$p;; \
kono
parents:
diff changeset
122 esac;
kono
parents:
diff changeset
123 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kono
parents:
diff changeset
124 am__install_max = 40
kono
parents:
diff changeset
125 am__nobase_strip_setup = \
kono
parents:
diff changeset
126 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kono
parents:
diff changeset
127 am__nobase_strip = \
kono
parents:
diff changeset
128 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
kono
parents:
diff changeset
129 am__nobase_list = $(am__nobase_strip_setup); \
kono
parents:
diff changeset
130 for p in $$list; do echo "$$p $$p"; done | \
kono
parents:
diff changeset
131 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
kono
parents:
diff changeset
132 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
kono
parents:
diff changeset
133 if (++n[$$2] == $(am__install_max)) \
kono
parents:
diff changeset
134 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
kono
parents:
diff changeset
135 END { for (dir in files) print dir, files[dir] }'
kono
parents:
diff changeset
136 am__base_list = \
kono
parents:
diff changeset
137 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
kono
parents:
diff changeset
138 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
kono
parents:
diff changeset
139 am__uninstall_files_from_dir = { \
kono
parents:
diff changeset
140 test -z "$$files" \
kono
parents:
diff changeset
141 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
kono
parents:
diff changeset
142 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
kono
parents:
diff changeset
143 $(am__cd) "$$dir" && rm -f $$files; }; \
kono
parents:
diff changeset
144 }
kono
parents:
diff changeset
145 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
kono
parents:
diff changeset
146 "$(DESTDIR)$(toolexeclibdir)"
kono
parents:
diff changeset
147 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
148 am__DEPENDENCIES_1 =
kono
parents:
diff changeset
149 libasan_la_DEPENDENCIES = \
kono
parents:
diff changeset
150 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
kono
parents:
diff changeset
151 $(top_builddir)/lsan/libsanitizer_lsan.la $(am__append_2) \
kono
parents:
diff changeset
152 $(am__append_3) $(am__DEPENDENCIES_1)
kono
parents:
diff changeset
153 am__objects_1 = asan_activation.lo asan_allocator.lo asan_debugging.lo \
kono
parents:
diff changeset
154 asan_descriptions.lo asan_errors.lo asan_fake_stack.lo \
kono
parents:
diff changeset
155 asan_flags.lo asan_globals.lo asan_interceptors.lo \
kono
parents:
diff changeset
156 asan_interceptors_memintrinsics.lo asan_linux.lo asan_mac.lo \
kono
parents:
diff changeset
157 asan_malloc_linux.lo asan_malloc_mac.lo asan_malloc_win.lo \
kono
parents:
diff changeset
158 asan_memory_profile.lo asan_new_delete.lo asan_poisoning.lo \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
159 asan_posix.lo asan_premap_shadow.lo asan_report.lo \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
160 asan_rtems.lo asan_rtl.lo asan_shadow_setup.lo asan_stack.lo \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
161 asan_stats.lo asan_suppressions.lo asan_thread.lo asan_win.lo \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
162 asan_win_dll_thunk.lo asan_win_dynamic_runtime_thunk.lo \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
163 asan_interceptors_vfork.lo
111
kono
parents:
diff changeset
164 am_libasan_la_OBJECTS = $(am__objects_1)
kono
parents:
diff changeset
165 libasan_la_OBJECTS = $(am_libasan_la_OBJECTS)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
166 AM_V_lt = $(am__v_lt_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
167 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
168 am__v_lt_0 = --silent
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
169 am__v_lt_1 =
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
170 libasan_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
111
kono
parents:
diff changeset
171 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
kono
parents:
diff changeset
172 $(CXXFLAGS) $(libasan_la_LDFLAGS) $(LDFLAGS) -o $@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
173 AM_V_P = $(am__v_P_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
174 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
175 am__v_P_0 = false
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
176 am__v_P_1 = :
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
177 AM_V_GEN = $(am__v_GEN_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
178 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
179 am__v_GEN_0 = @echo " GEN " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
180 am__v_GEN_1 =
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
181 AM_V_at = $(am__v_at_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
182 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
183 am__v_at_0 = @
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
184 am__v_at_1 =
111
kono
parents:
diff changeset
185 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
kono
parents:
diff changeset
186 depcomp = $(SHELL) $(top_srcdir)/../depcomp
kono
parents:
diff changeset
187 am__depfiles_maybe = depfiles
kono
parents:
diff changeset
188 am__mv = mv -f
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
189 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
190 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
191 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
192 $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
193 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
194 $(AM_CCASFLAGS) $(CCASFLAGS)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
195 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
196 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
197 am__v_CPPAS_0 = @echo " CPPAS " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
198 am__v_CPPAS_1 =
111
kono
parents:
diff changeset
199 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
kono
parents:
diff changeset
200 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
201 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
202 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
203 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
204 $(AM_CXXFLAGS) $(CXXFLAGS)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
205 AM_V_CXX = $(am__v_CXX_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
206 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
207 am__v_CXX_0 = @echo " CXX " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
208 am__v_CXX_1 =
111
kono
parents:
diff changeset
209 CXXLD = $(CXX)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
210 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
211 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
212 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
213 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
214 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
215 am__v_CXXLD_0 = @echo " CXXLD " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
216 am__v_CXXLD_1 =
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
217 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
218 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
219 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
220 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
221 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
222 $(AM_CFLAGS) $(CFLAGS)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
223 AM_V_CC = $(am__v_CC_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
224 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
225 am__v_CC_0 = @echo " CC " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
226 am__v_CC_1 =
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
227 CCLD = $(CC)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
228 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
229 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
230 $(AM_LDFLAGS) $(LDFLAGS) -o $@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
231 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
232 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
233 am__v_CCLD_0 = @echo " CCLD " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
234 am__v_CCLD_1 =
111
kono
parents:
diff changeset
235 SOURCES = $(libasan_la_SOURCES)
kono
parents:
diff changeset
236 am__can_run_installinfo = \
kono
parents:
diff changeset
237 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
238 n|no|NO) false;; \
kono
parents:
diff changeset
239 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
240 esac
kono
parents:
diff changeset
241 HEADERS = $(nodist_toolexeclib_HEADERS)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
242 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
243 # Read a list of newline-separated strings from the standard input,
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
244 # and print each of them once, without duplicates. Input order is
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
245 # *not* preserved.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
246 am__uniquify_input = $(AWK) '\
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
247 BEGIN { nonempty = 0; } \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
248 { items[$$0] = 1; nonempty = 1; } \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
249 END { if (nonempty) { for (i in items) print i; }; } \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
250 '
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
251 # Make sure the list of sources is unique. This is necessary because,
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
252 # e.g., the same source file might be shared among _SOURCES variables
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
253 # for different programs/libraries.
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
254 am__define_uniq_tagged_files = \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
255 list='$(am__tagged_files)'; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
256 unique=`for i in $$list; do \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
257 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
258 done | $(am__uniquify_input)`
111
kono
parents:
diff changeset
259 ETAGS = etags
kono
parents:
diff changeset
260 CTAGS = ctags
kono
parents:
diff changeset
261 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
262 ALLOC_FILE = @ALLOC_FILE@
kono
parents:
diff changeset
263 AMTAR = @AMTAR@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
264 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111
kono
parents:
diff changeset
265 AR = @AR@
kono
parents:
diff changeset
266 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
267 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
268 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
269 AWK = @AWK@
kono
parents:
diff changeset
270 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
kono
parents:
diff changeset
271 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
kono
parents:
diff changeset
272 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
kono
parents:
diff changeset
273 CC = @CC@
kono
parents:
diff changeset
274 CCAS = @CCAS@
kono
parents:
diff changeset
275 CCASDEPMODE = @CCASDEPMODE@
kono
parents:
diff changeset
276 CCASFLAGS = @CCASFLAGS@
kono
parents:
diff changeset
277 CCDEPMODE = @CCDEPMODE@
kono
parents:
diff changeset
278 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
279 CPP = @CPP@
kono
parents:
diff changeset
280 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
281 CXX = @CXX@
kono
parents:
diff changeset
282 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
283 CXXDEPMODE = @CXXDEPMODE@
kono
parents:
diff changeset
284 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
285 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
286 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS \
kono
parents:
diff changeset
287 -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS \
kono
parents:
diff changeset
288 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
289 -DCAN_SANITIZE_UB=0 -DASAN_HAS_CXA_RETHROW_PRIMARY_EXCEPTION=0 \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
290 $(am__append_1)
111
kono
parents:
diff changeset
291 DEPDIR = @DEPDIR@
kono
parents:
diff changeset
292 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
293 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
294 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
295 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
296 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
297 EGREP = @EGREP@
kono
parents:
diff changeset
298 EXEEXT = @EXEEXT@
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
299 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
300 EXTRA_CFLAGS = @EXTRA_CFLAGS@
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
301 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
111
kono
parents:
diff changeset
302 FGREP = @FGREP@
kono
parents:
diff changeset
303 FORMAT_FILE = @FORMAT_FILE@
kono
parents:
diff changeset
304 GREP = @GREP@
kono
parents:
diff changeset
305 INSTALL = @INSTALL@
kono
parents:
diff changeset
306 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
307 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
308 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
309 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
310 LD = @LD@
kono
parents:
diff changeset
311 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
312 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
313 LIBS = @LIBS@
kono
parents:
diff changeset
314 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
kono
parents:
diff changeset
315 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
kono
parents:
diff changeset
316 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
317 LIPO = @LIPO@
kono
parents:
diff changeset
318 LN_S = @LN_S@
kono
parents:
diff changeset
319 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
320 MAINT = @MAINT@
kono
parents:
diff changeset
321 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
322 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
323 NM = @NM@
kono
parents:
diff changeset
324 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
325 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
326 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
327 OTOOL = @OTOOL@
kono
parents:
diff changeset
328 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
329 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
330 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
331 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
332 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
333 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
334 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
335 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
336 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
337 RANLIB = @RANLIB@
kono
parents:
diff changeset
338 RPC_DEFS = @RPC_DEFS@
kono
parents:
diff changeset
339 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
kono
parents:
diff changeset
340 SED = @SED@
kono
parents:
diff changeset
341 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
342 SHELL = @SHELL@
kono
parents:
diff changeset
343 STRIP = @STRIP@
kono
parents:
diff changeset
344 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
kono
parents:
diff changeset
345 VERSION = @VERSION@
kono
parents:
diff changeset
346 VIEW_FILE = @VIEW_FILE@
kono
parents:
diff changeset
347 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
348 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
349 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
350 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
351 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
352 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
353 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
354 am__include = @am__include@
kono
parents:
diff changeset
355 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
356 am__quote = @am__quote@
kono
parents:
diff changeset
357 am__tar = @am__tar@
kono
parents:
diff changeset
358 am__untar = @am__untar@
kono
parents:
diff changeset
359 bindir = @bindir@
kono
parents:
diff changeset
360 build = @build@
kono
parents:
diff changeset
361 build_alias = @build_alias@
kono
parents:
diff changeset
362 build_cpu = @build_cpu@
kono
parents:
diff changeset
363 build_os = @build_os@
kono
parents:
diff changeset
364 build_vendor = @build_vendor@
kono
parents:
diff changeset
365 builddir = @builddir@
kono
parents:
diff changeset
366 datadir = @datadir@
kono
parents:
diff changeset
367 datarootdir = @datarootdir@
kono
parents:
diff changeset
368 docdir = @docdir@
kono
parents:
diff changeset
369 dvidir = @dvidir@
kono
parents:
diff changeset
370 enable_shared = @enable_shared@
kono
parents:
diff changeset
371 enable_static = @enable_static@
kono
parents:
diff changeset
372 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
373 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
374 host = @host@
kono
parents:
diff changeset
375 host_alias = @host_alias@
kono
parents:
diff changeset
376 host_cpu = @host_cpu@
kono
parents:
diff changeset
377 host_os = @host_os@
kono
parents:
diff changeset
378 host_vendor = @host_vendor@
kono
parents:
diff changeset
379 htmldir = @htmldir@
kono
parents:
diff changeset
380 includedir = @includedir@
kono
parents:
diff changeset
381 infodir = @infodir@
kono
parents:
diff changeset
382 install_sh = @install_sh@
kono
parents:
diff changeset
383 libdir = @libdir@
kono
parents:
diff changeset
384 libexecdir = @libexecdir@
kono
parents:
diff changeset
385 link_libasan = @link_libasan@
kono
parents:
diff changeset
386 link_liblsan = @link_liblsan@
kono
parents:
diff changeset
387 link_libtsan = @link_libtsan@
kono
parents:
diff changeset
388 link_libubsan = @link_libubsan@
kono
parents:
diff changeset
389 localedir = @localedir@
kono
parents:
diff changeset
390 localstatedir = @localstatedir@
kono
parents:
diff changeset
391 mandir = @mandir@
kono
parents:
diff changeset
392 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
393 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
394 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
395 pdfdir = @pdfdir@
kono
parents:
diff changeset
396 prefix = @prefix@
kono
parents:
diff changeset
397 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
398 psdir = @psdir@
kono
parents:
diff changeset
399 sbindir = @sbindir@
kono
parents:
diff changeset
400 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
401 srcdir = @srcdir@
kono
parents:
diff changeset
402 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
403 target = @target@
kono
parents:
diff changeset
404 target_alias = @target_alias@
kono
parents:
diff changeset
405 target_cpu = @target_cpu@
kono
parents:
diff changeset
406 target_noncanonical = @target_noncanonical@
kono
parents:
diff changeset
407 target_os = @target_os@
kono
parents:
diff changeset
408 target_vendor = @target_vendor@
kono
parents:
diff changeset
409 toolexecdir = @toolexecdir@
kono
parents:
diff changeset
410 toolexeclibdir = @toolexeclibdir@
kono
parents:
diff changeset
411 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
412 top_builddir = @top_builddir@
kono
parents:
diff changeset
413 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
414 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
kono
parents:
diff changeset
415
kono
parents:
diff changeset
416 # May be used by toolexeclibdir.
kono
parents:
diff changeset
417 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
kono
parents:
diff changeset
418 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
kono
parents:
diff changeset
419 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
kono
parents:
diff changeset
420 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
kono
parents:
diff changeset
421 -Wno-variadic-macros -fno-ipa-icf \
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
422 $(LIBSTDCXX_RAW_CXX_CXXFLAGS) -std=gnu++11 $(EXTRA_CXXFLAGS)
111
kono
parents:
diff changeset
423 ACLOCAL_AMFLAGS = -I $(top_srcdir) -I $(top_srcdir)/config
kono
parents:
diff changeset
424 toolexeclib_LTLIBRARIES = libasan.la
kono
parents:
diff changeset
425 nodist_toolexeclib_HEADERS = libasan_preinit.o
kono
parents:
diff changeset
426 asan_files = \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
427 asan_activation.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
428 asan_allocator.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
429 asan_debugging.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
430 asan_descriptions.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
431 asan_errors.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
432 asan_fake_stack.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
433 asan_flags.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
434 asan_globals.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
435 asan_interceptors.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
436 asan_interceptors_memintrinsics.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
437 asan_linux.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
438 asan_mac.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
439 asan_malloc_linux.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
440 asan_malloc_mac.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
441 asan_malloc_win.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
442 asan_memory_profile.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
443 asan_new_delete.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
444 asan_poisoning.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
445 asan_posix.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
446 asan_premap_shadow.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
447 asan_report.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
448 asan_rtems.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
449 asan_rtl.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
450 asan_shadow_setup.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
451 asan_stack.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
452 asan_stats.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
453 asan_suppressions.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
454 asan_thread.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
455 asan_win.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
456 asan_win_dll_thunk.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
457 asan_win_dynamic_runtime_thunk.cpp \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
458 asan_interceptors_vfork.S
111
kono
parents:
diff changeset
459
kono
parents:
diff changeset
460 libasan_la_SOURCES = $(asan_files)
kono
parents:
diff changeset
461 libasan_la_LIBADD = \
kono
parents:
diff changeset
462 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
kono
parents:
diff changeset
463 $(top_builddir)/lsan/libsanitizer_lsan.la $(am__append_2) \
kono
parents:
diff changeset
464 $(am__append_3) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
kono
parents:
diff changeset
465 libasan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libasan)
kono
parents:
diff changeset
466
kono
parents:
diff changeset
467 # Work around what appears to be a GNU make bug handling MAKEFLAGS
kono
parents:
diff changeset
468 # values defined in terms of make variables, as is the case for CC and
kono
parents:
diff changeset
469 # friends when we are called from the top level Makefile.
kono
parents:
diff changeset
470 AM_MAKEFLAGS = \
kono
parents:
diff changeset
471 "AR_FLAGS=$(AR_FLAGS)" \
kono
parents:
diff changeset
472 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
kono
parents:
diff changeset
473 "CFLAGS=$(CFLAGS)" \
kono
parents:
diff changeset
474 "CXXFLAGS=$(CXXFLAGS)" \
kono
parents:
diff changeset
475 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
kono
parents:
diff changeset
476 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
477 "INSTALL=$(INSTALL)" \
kono
parents:
diff changeset
478 "INSTALL_DATA=$(INSTALL_DATA)" \
kono
parents:
diff changeset
479 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
kono
parents:
diff changeset
480 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
kono
parents:
diff changeset
481 "JC1FLAGS=$(JC1FLAGS)" \
kono
parents:
diff changeset
482 "LDFLAGS=$(LDFLAGS)" \
kono
parents:
diff changeset
483 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
484 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
kono
parents:
diff changeset
485 "MAKE=$(MAKE)" \
kono
parents:
diff changeset
486 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
kono
parents:
diff changeset
487 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
488 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
kono
parents:
diff changeset
489 "SHELL=$(SHELL)" \
kono
parents:
diff changeset
490 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
kono
parents:
diff changeset
491 "exec_prefix=$(exec_prefix)" \
kono
parents:
diff changeset
492 "infodir=$(infodir)" \
kono
parents:
diff changeset
493 "libdir=$(libdir)" \
kono
parents:
diff changeset
494 "prefix=$(prefix)" \
kono
parents:
diff changeset
495 "includedir=$(includedir)" \
kono
parents:
diff changeset
496 "AR=$(AR)" \
kono
parents:
diff changeset
497 "AS=$(AS)" \
kono
parents:
diff changeset
498 "LD=$(LD)" \
kono
parents:
diff changeset
499 "LIBCFLAGS=$(LIBCFLAGS)" \
kono
parents:
diff changeset
500 "NM=$(NM)" \
kono
parents:
diff changeset
501 "PICFLAG=$(PICFLAG)" \
kono
parents:
diff changeset
502 "RANLIB=$(RANLIB)" \
kono
parents:
diff changeset
503 "DESTDIR=$(DESTDIR)"
kono
parents:
diff changeset
504
kono
parents:
diff changeset
505 MAKEOVERRIDES =
kono
parents:
diff changeset
506 all: all-am
kono
parents:
diff changeset
507
kono
parents:
diff changeset
508 .SUFFIXES:
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
509 .SUFFIXES: .S .cpp .lo .o .obj
111
kono
parents:
diff changeset
510 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
511 @for dep in $?; do \
kono
parents:
diff changeset
512 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
513 *$$dep*) \
kono
parents:
diff changeset
514 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
kono
parents:
diff changeset
515 && { if test -f $@; then exit 0; else break; fi; }; \
kono
parents:
diff changeset
516 exit 1;; \
kono
parents:
diff changeset
517 esac; \
kono
parents:
diff changeset
518 done; \
kono
parents:
diff changeset
519 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign asan/Makefile'; \
kono
parents:
diff changeset
520 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
521 $(AUTOMAKE) --foreign asan/Makefile
kono
parents:
diff changeset
522 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
523 @case '$?' in \
kono
parents:
diff changeset
524 *config.status*) \
kono
parents:
diff changeset
525 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
kono
parents:
diff changeset
526 *) \
kono
parents:
diff changeset
527 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
528 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
529 esac;
kono
parents:
diff changeset
530
kono
parents:
diff changeset
531 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
532 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
533
kono
parents:
diff changeset
534 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
535 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
536 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
537 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
538 $(am__aclocal_m4_deps):
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
539
111
kono
parents:
diff changeset
540 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
kono
parents:
diff changeset
541 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
542 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
543 list2=; for p in $$list; do \
kono
parents:
diff changeset
544 if test -f $$p; then \
kono
parents:
diff changeset
545 list2="$$list2 $$p"; \
kono
parents:
diff changeset
546 else :; fi; \
kono
parents:
diff changeset
547 done; \
kono
parents:
diff changeset
548 test -z "$$list2" || { \
kono
parents:
diff changeset
549 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
550 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
kono
parents:
diff changeset
551 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
552 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
kono
parents:
diff changeset
553 }
kono
parents:
diff changeset
554
kono
parents:
diff changeset
555 uninstall-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
556 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
557 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
558 for p in $$list; do \
kono
parents:
diff changeset
559 $(am__strip_dir) \
kono
parents:
diff changeset
560 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
kono
parents:
diff changeset
561 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
kono
parents:
diff changeset
562 done
kono
parents:
diff changeset
563
kono
parents:
diff changeset
564 clean-toolexeclibLTLIBRARIES:
kono
parents:
diff changeset
565 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
566 @list='$(toolexeclib_LTLIBRARIES)'; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
567 locs=`for p in $$list; do echo $$p; done | \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
568 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
569 sort -u`; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
570 test -z "$$locs" || { \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
571 echo rm -f $${locs}; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
572 rm -f $${locs}; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
573 }
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
574
111
kono
parents:
diff changeset
575 libasan.la: $(libasan_la_OBJECTS) $(libasan_la_DEPENDENCIES) $(EXTRA_libasan_la_DEPENDENCIES)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
576 $(AM_V_CXXLD)$(libasan_la_LINK) -rpath $(toolexeclibdir) $(libasan_la_OBJECTS) $(libasan_la_LIBADD) $(LIBS)
111
kono
parents:
diff changeset
577
kono
parents:
diff changeset
578 mostlyclean-compile:
kono
parents:
diff changeset
579 -rm -f *.$(OBJEXT)
kono
parents:
diff changeset
580
kono
parents:
diff changeset
581 distclean-compile:
kono
parents:
diff changeset
582 -rm -f *.tab.c
kono
parents:
diff changeset
583
kono
parents:
diff changeset
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_activation.Plo@am__quote@
kono
parents:
diff changeset
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_allocator.Plo@am__quote@
kono
parents:
diff changeset
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_debugging.Plo@am__quote@
kono
parents:
diff changeset
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_descriptions.Plo@am__quote@
kono
parents:
diff changeset
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_errors.Plo@am__quote@
kono
parents:
diff changeset
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_fake_stack.Plo@am__quote@
kono
parents:
diff changeset
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_flags.Plo@am__quote@
kono
parents:
diff changeset
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_globals.Plo@am__quote@
kono
parents:
diff changeset
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors.Plo@am__quote@
kono
parents:
diff changeset
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors_memintrinsics.Plo@am__quote@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_interceptors_vfork.Plo@am__quote@
111
kono
parents:
diff changeset
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_linux.Plo@am__quote@
kono
parents:
diff changeset
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_mac.Plo@am__quote@
kono
parents:
diff changeset
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_linux.Plo@am__quote@
kono
parents:
diff changeset
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_mac.Plo@am__quote@
kono
parents:
diff changeset
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_malloc_win.Plo@am__quote@
kono
parents:
diff changeset
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_memory_profile.Plo@am__quote@
kono
parents:
diff changeset
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_new_delete.Plo@am__quote@
kono
parents:
diff changeset
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_poisoning.Plo@am__quote@
kono
parents:
diff changeset
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_posix.Plo@am__quote@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_premap_shadow.Plo@am__quote@
111
kono
parents:
diff changeset
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_report.Plo@am__quote@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtems.Plo@am__quote@
111
kono
parents:
diff changeset
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_rtl.Plo@am__quote@
kono
parents:
diff changeset
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_shadow_setup.Plo@am__quote@
kono
parents:
diff changeset
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stack.Plo@am__quote@
kono
parents:
diff changeset
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_stats.Plo@am__quote@
kono
parents:
diff changeset
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_suppressions.Plo@am__quote@
kono
parents:
diff changeset
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_thread.Plo@am__quote@
kono
parents:
diff changeset
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win.Plo@am__quote@
kono
parents:
diff changeset
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win_dll_thunk.Plo@am__quote@
kono
parents:
diff changeset
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asan_win_dynamic_runtime_thunk.Plo@am__quote@
kono
parents:
diff changeset
616
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
617 .S.o:
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
618 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
619 @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
620 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
621 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
622 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
623
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
624 .S.obj:
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
625 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
626 @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
627 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
628 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
629 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
630
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
631 .S.lo:
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
632 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
633 @am__fastdepCCAS_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
634 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
635 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
636 @am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
111
kono
parents:
diff changeset
637
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
638 .cpp.o:
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
639 @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
640 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
641 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
111
kono
parents:
diff changeset
642 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
643 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
111
kono
parents:
diff changeset
644
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
645 .cpp.obj:
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
646 @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
647 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
648 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
111
kono
parents:
diff changeset
649 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
650 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
651
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
652 .cpp.lo:
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
653 @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
654 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
655 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
656 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
657 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
111
kono
parents:
diff changeset
658
kono
parents:
diff changeset
659 mostlyclean-libtool:
kono
parents:
diff changeset
660 -rm -f *.lo
kono
parents:
diff changeset
661
kono
parents:
diff changeset
662 clean-libtool:
kono
parents:
diff changeset
663 -rm -rf .libs _libs
kono
parents:
diff changeset
664 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
kono
parents:
diff changeset
665 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
666 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
667 if test -n "$$list"; then \
kono
parents:
diff changeset
668 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
669 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
kono
parents:
diff changeset
670 fi; \
kono
parents:
diff changeset
671 for p in $$list; do \
kono
parents:
diff changeset
672 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
kono
parents:
diff changeset
673 echo "$$d$$p"; \
kono
parents:
diff changeset
674 done | $(am__base_list) | \
kono
parents:
diff changeset
675 while read files; do \
kono
parents:
diff changeset
676 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
kono
parents:
diff changeset
677 $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
kono
parents:
diff changeset
678 done
kono
parents:
diff changeset
679
kono
parents:
diff changeset
680 uninstall-nodist_toolexeclibHEADERS:
kono
parents:
diff changeset
681 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
682 @list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
kono
parents:
diff changeset
683 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
kono
parents:
diff changeset
684 dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
kono
parents:
diff changeset
685
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
686 ID: $(am__tagged_files)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
687 $(am__define_uniq_tagged_files); mkid -fID $$unique
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
688 tags: tags-am
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
689 TAGS: tags
111
kono
parents:
diff changeset
690
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
691 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
111
kono
parents:
diff changeset
692 set x; \
kono
parents:
diff changeset
693 here=`pwd`; \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
694 $(am__define_uniq_tagged_files); \
111
kono
parents:
diff changeset
695 shift; \
kono
parents:
diff changeset
696 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
kono
parents:
diff changeset
697 test -n "$$unique" || unique=$$empty_fix; \
kono
parents:
diff changeset
698 if test $$# -gt 0; then \
kono
parents:
diff changeset
699 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
700 "$$@" $$unique; \
kono
parents:
diff changeset
701 else \
kono
parents:
diff changeset
702 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
kono
parents:
diff changeset
703 $$unique; \
kono
parents:
diff changeset
704 fi; \
kono
parents:
diff changeset
705 fi
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
706 ctags: ctags-am
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
707
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
708 CTAGS: ctags
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
709 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
710 $(am__define_uniq_tagged_files); \
111
kono
parents:
diff changeset
711 test -z "$(CTAGS_ARGS)$$unique" \
kono
parents:
diff changeset
712 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
kono
parents:
diff changeset
713 $$unique
kono
parents:
diff changeset
714
kono
parents:
diff changeset
715 GTAGS:
kono
parents:
diff changeset
716 here=`$(am__cd) $(top_builddir) && pwd` \
kono
parents:
diff changeset
717 && $(am__cd) $(top_srcdir) \
kono
parents:
diff changeset
718 && gtags -i $(GTAGS_ARGS) "$$here"
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
719 cscopelist: cscopelist-am
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
720
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
721 cscopelist-am: $(am__tagged_files)
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
722 list='$(am__tagged_files)'; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
723 case "$(srcdir)" in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
724 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
725 *) sdir=$(subdir)/$(srcdir) ;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
726 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
727 for i in $$list; do \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
728 if test -f "$$i"; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
729 echo "$(subdir)/$$i"; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
730 else \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
731 echo "$$sdir/$$i"; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
732 fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
733 done >> $(top_builddir)/cscope.files
111
kono
parents:
diff changeset
734
kono
parents:
diff changeset
735 distclean-tags:
kono
parents:
diff changeset
736 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
kono
parents:
diff changeset
737 check-am: all-am
kono
parents:
diff changeset
738 check: check-am
kono
parents:
diff changeset
739 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
kono
parents:
diff changeset
740 installdirs:
kono
parents:
diff changeset
741 for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
kono
parents:
diff changeset
742 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
kono
parents:
diff changeset
743 done
kono
parents:
diff changeset
744 install: install-am
kono
parents:
diff changeset
745 install-exec: install-exec-am
kono
parents:
diff changeset
746 install-data: install-data-am
kono
parents:
diff changeset
747 uninstall: uninstall-am
kono
parents:
diff changeset
748
kono
parents:
diff changeset
749 install-am: all-am
kono
parents:
diff changeset
750 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
751
kono
parents:
diff changeset
752 installcheck: installcheck-am
kono
parents:
diff changeset
753 install-strip:
kono
parents:
diff changeset
754 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
755 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
756 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
757 install; \
kono
parents:
diff changeset
758 else \
kono
parents:
diff changeset
759 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
760 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
761 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
762 fi
kono
parents:
diff changeset
763 mostlyclean-generic:
kono
parents:
diff changeset
764
kono
parents:
diff changeset
765 clean-generic:
kono
parents:
diff changeset
766
kono
parents:
diff changeset
767 distclean-generic:
kono
parents:
diff changeset
768 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
769 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
770
kono
parents:
diff changeset
771 maintainer-clean-generic:
kono
parents:
diff changeset
772 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
773 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
774 clean: clean-am
kono
parents:
diff changeset
775
kono
parents:
diff changeset
776 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
kono
parents:
diff changeset
777 mostlyclean-am
kono
parents:
diff changeset
778
kono
parents:
diff changeset
779 distclean: distclean-am
kono
parents:
diff changeset
780 -rm -rf ./$(DEPDIR)
kono
parents:
diff changeset
781 -rm -f Makefile
kono
parents:
diff changeset
782 distclean-am: clean-am distclean-compile distclean-generic \
kono
parents:
diff changeset
783 distclean-tags
kono
parents:
diff changeset
784
kono
parents:
diff changeset
785 dvi: dvi-am
kono
parents:
diff changeset
786
kono
parents:
diff changeset
787 dvi-am:
kono
parents:
diff changeset
788
kono
parents:
diff changeset
789 html: html-am
kono
parents:
diff changeset
790
kono
parents:
diff changeset
791 html-am:
kono
parents:
diff changeset
792
kono
parents:
diff changeset
793 info: info-am
kono
parents:
diff changeset
794
kono
parents:
diff changeset
795 info-am:
kono
parents:
diff changeset
796
kono
parents:
diff changeset
797 install-data-am:
kono
parents:
diff changeset
798
kono
parents:
diff changeset
799 install-dvi: install-dvi-am
kono
parents:
diff changeset
800
kono
parents:
diff changeset
801 install-dvi-am:
kono
parents:
diff changeset
802
kono
parents:
diff changeset
803 install-exec-am: install-nodist_toolexeclibHEADERS \
kono
parents:
diff changeset
804 install-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
805
kono
parents:
diff changeset
806 install-html: install-html-am
kono
parents:
diff changeset
807
kono
parents:
diff changeset
808 install-html-am:
kono
parents:
diff changeset
809
kono
parents:
diff changeset
810 install-info: install-info-am
kono
parents:
diff changeset
811
kono
parents:
diff changeset
812 install-info-am:
kono
parents:
diff changeset
813
kono
parents:
diff changeset
814 install-man:
kono
parents:
diff changeset
815
kono
parents:
diff changeset
816 install-pdf: install-pdf-am
kono
parents:
diff changeset
817
kono
parents:
diff changeset
818 install-pdf-am:
kono
parents:
diff changeset
819
kono
parents:
diff changeset
820 install-ps: install-ps-am
kono
parents:
diff changeset
821
kono
parents:
diff changeset
822 install-ps-am:
kono
parents:
diff changeset
823
kono
parents:
diff changeset
824 installcheck-am:
kono
parents:
diff changeset
825
kono
parents:
diff changeset
826 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
827 -rm -rf ./$(DEPDIR)
kono
parents:
diff changeset
828 -rm -f Makefile
kono
parents:
diff changeset
829 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
830
kono
parents:
diff changeset
831 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
832
kono
parents:
diff changeset
833 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
kono
parents:
diff changeset
834 mostlyclean-libtool
kono
parents:
diff changeset
835
kono
parents:
diff changeset
836 pdf: pdf-am
kono
parents:
diff changeset
837
kono
parents:
diff changeset
838 pdf-am:
kono
parents:
diff changeset
839
kono
parents:
diff changeset
840 ps: ps-am
kono
parents:
diff changeset
841
kono
parents:
diff changeset
842 ps-am:
kono
parents:
diff changeset
843
kono
parents:
diff changeset
844 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
kono
parents:
diff changeset
845 uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
846
kono
parents:
diff changeset
847 .MAKE: install-am install-strip
kono
parents:
diff changeset
848
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
849 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
850 clean-libtool clean-toolexeclibLTLIBRARIES cscopelist-am ctags \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
851 ctags-am distclean distclean-compile distclean-generic \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
852 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
853 info-am install install-am install-data install-data-am \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
854 install-dvi install-dvi-am install-exec install-exec-am \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
855 install-html install-html-am install-info install-info-am \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
856 install-man install-nodist_toolexeclibHEADERS install-pdf \
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
857 install-pdf-am install-ps install-ps-am install-strip \
111
kono
parents:
diff changeset
858 install-toolexeclibLTLIBRARIES installcheck installcheck-am \
kono
parents:
diff changeset
859 installdirs maintainer-clean maintainer-clean-generic \
kono
parents:
diff changeset
860 mostlyclean mostlyclean-compile mostlyclean-generic \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
861 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
111
kono
parents:
diff changeset
862 uninstall-am uninstall-nodist_toolexeclibHEADERS \
kono
parents:
diff changeset
863 uninstall-toolexeclibLTLIBRARIES
kono
parents:
diff changeset
864
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
865 .PRECIOUS: Makefile
1830386684a0 gcc-9.2.0
anatofuz
parents: 131
diff changeset
866
111
kono
parents:
diff changeset
867
kono
parents:
diff changeset
868 libasan_preinit.o: asan_preinit.o
kono
parents:
diff changeset
869 cp $< $@
kono
parents:
diff changeset
870
kono
parents:
diff changeset
871 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
872 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
873 .NOEXPORT: