comparison libsanitizer/ubsan/Makefile.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
14 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 16
18 VPATH = @srcdir@ 17 VPATH = @srcdir@
19 am__make_dryrun = \ 18 am__is_gnu_make = { \
20 { \ 19 if test -z '$(MAKELEVEL)'; then \
21 am__dry=no; \ 20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28 }
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
22 case $$MAKEFLAGS in \ 41 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \ 42 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 43 bs=\\; \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
26 *) \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \ 46 esac; \
34 test $$am__dry = yes; \ 47 fi; \
35 } 48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36 pkgdatadir = $(datadir)/@PACKAGE@ 73 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@ 74 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@ 75 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@ 76 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
53 host_triplet = @host@ 90 host_triplet = @host@
54 target_triplet = @target@ 91 target_triplet = @target@
55 @USING_MAC_INTERPOSE_FALSE@am__append_1 = $(top_builddir)/interception/libinterception.la 92 @USING_MAC_INTERPOSE_FALSE@am__append_1 = $(top_builddir)/interception/libinterception.la
56 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_2 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la 93 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_2 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
57 subdir = ubsan 94 subdir = ubsan
58 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 96 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
61 $(top_srcdir)/../config/depstand.m4 \ 97 $(top_srcdir)/../config/depstand.m4 \
62 $(top_srcdir)/../config/lead-dot.m4 \ 98 $(top_srcdir)/../config/lead-dot.m4 \
63 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \ 99 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
64 $(top_srcdir)/../config/multi.m4 \ 100 $(top_srcdir)/../config/multi.m4 \
65 $(top_srcdir)/../config/override.m4 \ 101 $(top_srcdir)/../config/override.m4 \
66 $(top_srcdir)/../config/stdint.m4 \ 102 $(top_srcdir)/../config/stdint.m4 \
103 $(top_srcdir)/../config/toolexeclibdir.m4 \
67 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ 104 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
68 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ 105 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
69 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \ 106 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
70 $(top_srcdir)/../config/enable.m4 \ 107 $(top_srcdir)/../config/enable.m4 \
71 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac 108 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4) 110 $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am
74 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 112 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/config.h 113 CONFIG_HEADER = $(top_builddir)/config.h
76 CONFIG_CLEAN_FILES = 114 CONFIG_CLEAN_FILES =
77 CONFIG_CLEAN_VPATH_FILES = 115 CONFIG_CLEAN_VPATH_FILES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 116 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107 am__DEPENDENCIES_1 = 145 am__DEPENDENCIES_1 =
108 libubsan_la_DEPENDENCIES = \ 146 libubsan_la_DEPENDENCIES = \
109 $(top_builddir)/sanitizer_common/libsanitizer_common.la \ 147 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
110 $(am__append_1) $(am__append_2) $(am__DEPENDENCIES_1) 148 $(am__append_1) $(am__append_2) $(am__DEPENDENCIES_1)
111 am__objects_1 = ubsan_diag.lo ubsan_flags.lo ubsan_handlers.lo \ 149 am__objects_1 = ubsan_diag.lo ubsan_flags.lo ubsan_handlers.lo \
112 ubsan_handlers_cxx.lo ubsan_init.lo ubsan_type_hash.lo \ 150 ubsan_handlers_cxx.lo ubsan_init.lo ubsan_monitor.lo \
113 ubsan_type_hash_itanium.lo ubsan_type_hash_win.lo \ 151 ubsan_type_hash.lo ubsan_type_hash_itanium.lo \
114 ubsan_value.lo 152 ubsan_type_hash_win.lo ubsan_value.lo
115 am__objects_2 = $(am__objects_1) 153 am__objects_2 = $(am__objects_1)
116 am_libubsan_la_OBJECTS = $(am__objects_2) 154 am_libubsan_la_OBJECTS = $(am__objects_2)
117 libubsan_la_OBJECTS = $(am_libubsan_la_OBJECTS) 155 libubsan_la_OBJECTS = $(am_libubsan_la_OBJECTS)
118 libubsan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 156 AM_V_lt = $(am__v_lt_@AM_V@)
157 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
158 am__v_lt_0 = --silent
159 am__v_lt_1 =
160 libubsan_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
119 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 161 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
120 $(CXXFLAGS) $(libubsan_la_LDFLAGS) $(LDFLAGS) -o $@ 162 $(CXXFLAGS) $(libubsan_la_LDFLAGS) $(LDFLAGS) -o $@
163 AM_V_P = $(am__v_P_@AM_V@)
164 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
165 am__v_P_0 = false
166 am__v_P_1 = :
167 AM_V_GEN = $(am__v_GEN_@AM_V@)
168 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
169 am__v_GEN_0 = @echo " GEN " $@;
170 am__v_GEN_1 =
171 AM_V_at = $(am__v_at_@AM_V@)
172 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
173 am__v_at_0 = @
174 am__v_at_1 =
121 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 175 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
122 depcomp = $(SHELL) $(top_srcdir)/../depcomp 176 depcomp = $(SHELL) $(top_srcdir)/../depcomp
123 am__depfiles_maybe = depfiles 177 am__depfiles_maybe = depfiles
124 am__mv = mv -f 178 am__mv = mv -f
125 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 179 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
126 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 180 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 181 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
128 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 182 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
129 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 183 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
184 $(AM_CXXFLAGS) $(CXXFLAGS)
185 AM_V_CXX = $(am__v_CXX_@AM_V@)
186 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
187 am__v_CXX_0 = @echo " CXX " $@;
188 am__v_CXX_1 =
130 CXXLD = $(CXX) 189 CXXLD = $(CXX)
131 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 190 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
132 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 191 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
133 $(LDFLAGS) -o $@ 192 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
193 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
194 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
195 am__v_CXXLD_0 = @echo " CXXLD " $@;
196 am__v_CXXLD_1 =
134 SOURCES = $(libubsan_la_SOURCES) 197 SOURCES = $(libubsan_la_SOURCES)
135 am__can_run_installinfo = \ 198 am__can_run_installinfo = \
136 case $$AM_UPDATE_INFO_DIR in \ 199 case $$AM_UPDATE_INFO_DIR in \
137 n|no|NO) false;; \ 200 n|no|NO) false;; \
138 *) (install-info --version) >/dev/null 2>&1;; \ 201 *) (install-info --version) >/dev/null 2>&1;; \
139 esac 202 esac
203 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204 # Read a list of newline-separated strings from the standard input,
205 # and print each of them once, without duplicates. Input order is
206 # *not* preserved.
207 am__uniquify_input = $(AWK) '\
208 BEGIN { nonempty = 0; } \
209 { items[$$0] = 1; nonempty = 1; } \
210 END { if (nonempty) { for (i in items) print i; }; } \
211 '
212 # Make sure the list of sources is unique. This is necessary because,
213 # e.g., the same source file might be shared among _SOURCES variables
214 # for different programs/libraries.
215 am__define_uniq_tagged_files = \
216 list='$(am__tagged_files)'; \
217 unique=`for i in $$list; do \
218 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219 done | $(am__uniquify_input)`
140 ETAGS = etags 220 ETAGS = etags
141 CTAGS = ctags 221 CTAGS = ctags
142 ACLOCAL = @ACLOCAL@ 222 ACLOCAL = @ACLOCAL@
143 ALLOC_FILE = @ALLOC_FILE@ 223 ALLOC_FILE = @ALLOC_FILE@
144 AMTAR = @AMTAR@ 224 AMTAR = @AMTAR@
225 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145 AR = @AR@ 226 AR = @AR@
146 AUTOCONF = @AUTOCONF@ 227 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@ 228 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@ 229 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@ 230 AWK = @AWK@
297 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \ 378 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
298 -std=gnu++11 $(EXTRA_CXXFLAGS) 379 -std=gnu++11 $(EXTRA_CXXFLAGS)
299 ACLOCAL_AMFLAGS = -I m4 380 ACLOCAL_AMFLAGS = -I m4
300 toolexeclib_LTLIBRARIES = libubsan.la 381 toolexeclib_LTLIBRARIES = libubsan.la
301 ubsan_plugin_files = \ 382 ubsan_plugin_files = \
302 ubsan_diag.cc \ 383 ubsan_diag.cpp \
303 ubsan_flags.cc \ 384 ubsan_flags.cpp \
304 ubsan_handlers.cc \ 385 ubsan_handlers.cpp \
305 ubsan_handlers_cxx.cc \ 386 ubsan_handlers_cxx.cpp \
306 ubsan_init.cc \ 387 ubsan_init.cpp \
307 ubsan_type_hash.cc \ 388 ubsan_monitor.cpp \
308 ubsan_type_hash_itanium.cc \ 389 ubsan_type_hash.cpp \
309 ubsan_type_hash_win.cc \ 390 ubsan_type_hash_itanium.cpp \
310 ubsan_value.cc 391 ubsan_type_hash_win.cpp \
392 ubsan_value.cpp
311 393
312 ubsan_files = $(ubsan_plugin_files) 394 ubsan_files = $(ubsan_plugin_files)
313 libubsan_la_SOURCES = $(ubsan_files) 395 libubsan_la_SOURCES = $(ubsan_files)
314 libubsan_la_LIBADD = \ 396 libubsan_la_LIBADD = \
315 $(top_builddir)/sanitizer_common/libsanitizer_common.la \ 397 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
356 438
357 MAKEOVERRIDES = 439 MAKEOVERRIDES =
358 all: all-am 440 all: all-am
359 441
360 .SUFFIXES: 442 .SUFFIXES:
361 .SUFFIXES: .cc .lo .o .obj 443 .SUFFIXES: .cpp .lo .o .obj
362 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 444 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
363 @for dep in $?; do \ 445 @for dep in $?; do \
364 case '$(am__configure_deps)' in \ 446 case '$(am__configure_deps)' in \
365 *$$dep*) \ 447 *$$dep*) \
366 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 448 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
369 esac; \ 451 esac; \
370 done; \ 452 done; \
371 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ubsan/Makefile'; \ 453 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ubsan/Makefile'; \
372 $(am__cd) $(top_srcdir) && \ 454 $(am__cd) $(top_srcdir) && \
373 $(AUTOMAKE) --foreign ubsan/Makefile 455 $(AUTOMAKE) --foreign ubsan/Makefile
374 .PRECIOUS: Makefile
375 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 456 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376 @case '$?' in \ 457 @case '$?' in \
377 *config.status*) \ 458 *config.status*) \
378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 459 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379 *) \ 460 *) \
387 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 468 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 469 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 470 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 471 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(am__aclocal_m4_deps): 472 $(am__aclocal_m4_deps):
473
392 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) 474 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
393 @$(NORMAL_INSTALL) 475 @$(NORMAL_INSTALL)
394 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \ 476 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
395 list2=; for p in $$list; do \ 477 list2=; for p in $$list; do \
396 if test -f $$p; then \ 478 if test -f $$p; then \
413 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \ 495 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
414 done 496 done
415 497
416 clean-toolexeclibLTLIBRARIES: 498 clean-toolexeclibLTLIBRARIES:
417 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) 499 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
418 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ 500 @list='$(toolexeclib_LTLIBRARIES)'; \
419 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 501 locs=`for p in $$list; do echo $$p; done | \
420 test "$$dir" != "$$p" || dir=.; \ 502 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
421 echo "rm -f \"$${dir}/so_locations\""; \ 503 sort -u`; \
422 rm -f "$${dir}/so_locations"; \ 504 test -z "$$locs" || { \
423 done 505 echo rm -f $${locs}; \
506 rm -f $${locs}; \
507 }
508
424 libubsan.la: $(libubsan_la_OBJECTS) $(libubsan_la_DEPENDENCIES) $(EXTRA_libubsan_la_DEPENDENCIES) 509 libubsan.la: $(libubsan_la_OBJECTS) $(libubsan_la_DEPENDENCIES) $(EXTRA_libubsan_la_DEPENDENCIES)
425 $(libubsan_la_LINK) -rpath $(toolexeclibdir) $(libubsan_la_OBJECTS) $(libubsan_la_LIBADD) $(LIBS) 510 $(AM_V_CXXLD)$(libubsan_la_LINK) -rpath $(toolexeclibdir) $(libubsan_la_OBJECTS) $(libubsan_la_LIBADD) $(LIBS)
426 511
427 mostlyclean-compile: 512 mostlyclean-compile:
428 -rm -f *.$(OBJEXT) 513 -rm -f *.$(OBJEXT)
429 514
430 distclean-compile: 515 distclean-compile:
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_diag.Plo@am__quote@ 518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_diag.Plo@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_flags.Plo@am__quote@ 519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_flags.Plo@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers.Plo@am__quote@ 520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers.Plo@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers_cxx.Plo@am__quote@ 521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers_cxx.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_init.Plo@am__quote@ 522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_init.Plo@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_monitor.Plo@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash.Plo@am__quote@ 524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash.Plo@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash_itanium.Plo@am__quote@ 525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash_itanium.Plo@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash_win.Plo@am__quote@ 526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash_win.Plo@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_value.Plo@am__quote@ 527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_value.Plo@am__quote@
442 528
443 .cc.o: 529 .cpp.o:
444 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 530 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 531 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 532 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 533 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 534 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
449 535
450 .cc.obj: 536 .cpp.obj:
451 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 537 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
452 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 538 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 539 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 540 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 541 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
456 542
457 .cc.lo: 543 .cpp.lo:
458 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 544 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 545 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
460 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 546 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 547 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 548 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
463 549
464 mostlyclean-libtool: 550 mostlyclean-libtool:
465 -rm -f *.lo 551 -rm -f *.lo
466 552
467 clean-libtool: 553 clean-libtool:
468 -rm -rf .libs _libs 554 -rm -rf .libs _libs
469 555
470 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 556 ID: $(am__tagged_files)
471 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 557 $(am__define_uniq_tagged_files); mkid -fID $$unique
472 unique=`for i in $$list; do \ 558 tags: tags-am
473 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 559 TAGS: tags
474 done | \ 560
475 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 561 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476 END { if (nonempty) { for (i in files) print i; }; }'`; \
477 mkid -fID $$unique
478 tags: TAGS
479
480 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
481 $(TAGS_FILES) $(LISP)
482 set x; \ 562 set x; \
483 here=`pwd`; \ 563 here=`pwd`; \
484 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 564 $(am__define_uniq_tagged_files); \
485 unique=`for i in $$list; do \
486 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487 done | \
488 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
489 END { if (nonempty) { for (i in files) print i; }; }'`; \
490 shift; \ 565 shift; \
491 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 566 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492 test -n "$$unique" || unique=$$empty_fix; \ 567 test -n "$$unique" || unique=$$empty_fix; \
493 if test $$# -gt 0; then \ 568 if test $$# -gt 0; then \
494 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 569 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496 else \ 571 else \
497 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 572 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
498 $$unique; \ 573 $$unique; \
499 fi; \ 574 fi; \
500 fi 575 fi
501 ctags: CTAGS 576 ctags: ctags-am
502 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 577
503 $(TAGS_FILES) $(LISP) 578 CTAGS: ctags
504 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 579 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
505 unique=`for i in $$list; do \ 580 $(am__define_uniq_tagged_files); \
506 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507 done | \
508 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
509 END { if (nonempty) { for (i in files) print i; }; }'`; \
510 test -z "$(CTAGS_ARGS)$$unique" \ 581 test -z "$(CTAGS_ARGS)$$unique" \
511 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 582 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512 $$unique 583 $$unique
513 584
514 GTAGS: 585 GTAGS:
515 here=`$(am__cd) $(top_builddir) && pwd` \ 586 here=`$(am__cd) $(top_builddir) && pwd` \
516 && $(am__cd) $(top_srcdir) \ 587 && $(am__cd) $(top_srcdir) \
517 && gtags -i $(GTAGS_ARGS) "$$here" 588 && gtags -i $(GTAGS_ARGS) "$$here"
589 cscopelist: cscopelist-am
590
591 cscopelist-am: $(am__tagged_files)
592 list='$(am__tagged_files)'; \
593 case "$(srcdir)" in \
594 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
595 *) sdir=$(subdir)/$(srcdir) ;; \
596 esac; \
597 for i in $$list; do \
598 if test -f "$$i"; then \
599 echo "$(subdir)/$$i"; \
600 else \
601 echo "$$sdir/$$i"; \
602 fi; \
603 done >> $(top_builddir)/cscope.files
518 604
519 distclean-tags: 605 distclean-tags:
520 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 606 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521 check-am: all-am 607 check-am: all-am
522 check: check-am 608 check: check-am
626 712
627 uninstall-am: uninstall-toolexeclibLTLIBRARIES 713 uninstall-am: uninstall-toolexeclibLTLIBRARIES
628 714
629 .MAKE: install-am install-strip 715 .MAKE: install-am install-strip
630 716
631 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 717 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
632 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \ 718 clean-libtool clean-toolexeclibLTLIBRARIES cscopelist-am ctags \
633 distclean-compile distclean-generic distclean-libtool \ 719 ctags-am distclean distclean-compile distclean-generic \
634 distclean-tags dvi dvi-am html html-am info info-am install \ 720 distclean-libtool distclean-tags dvi dvi-am html html-am info \
635 install-am install-data install-data-am install-dvi \ 721 info-am install install-am install-data install-data-am \
636 install-dvi-am install-exec install-exec-am install-html \ 722 install-dvi install-dvi-am install-exec install-exec-am \
637 install-html-am install-info install-info-am install-man \ 723 install-html install-html-am install-info install-info-am \
638 install-pdf install-pdf-am install-ps install-ps-am \ 724 install-man install-pdf install-pdf-am install-ps \
639 install-strip install-toolexeclibLTLIBRARIES installcheck \ 725 install-ps-am install-strip install-toolexeclibLTLIBRARIES \
640 installcheck-am installdirs maintainer-clean \ 726 installcheck installcheck-am installdirs maintainer-clean \
641 maintainer-clean-generic mostlyclean mostlyclean-compile \ 727 maintainer-clean-generic mostlyclean mostlyclean-compile \
642 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 728 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
643 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES 729 tags tags-am uninstall uninstall-am \
730 uninstall-toolexeclibLTLIBRARIES
731
732 .PRECIOUS: Makefile
644 733
645 734
646 # Use special rules for files that require RTTI support. 735 # Use special rules for files that require RTTI support.
647 ubsan_handlers_cxx.% ubsan_type_hash.% ubsan_type_hash_itanium.% : AM_CXXFLAGS += -frtti 736 ubsan_handlers_cxx.% ubsan_type_hash.% ubsan_type_hash_itanium.% : AM_CXXFLAGS += -frtti
648 737