Update build system: include new files and run autoheader, autoconf, automake
[official-gcc.git] / libsanitizer / ubsan / Makefile.in
blob320d4d79e2fe503572002265127d0d5710336501
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
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; \
34 test $$am__dry = yes; \
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 target_triplet = @target@
55 @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
57 subdir = ubsan
58 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
61 $(top_srcdir)/../config/depstand.m4 \
62 $(top_srcdir)/../config/lead-dot.m4 \
63 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
64 $(top_srcdir)/../config/multi.m4 \
65 $(top_srcdir)/../config/override.m4 \
66 $(top_srcdir)/../config/stdint.m4 \
67 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
68 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
69 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
70 $(top_srcdir)/../config/enable.m4 \
71 $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73 $(ACLOCAL_M4)
74 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
75 CONFIG_HEADER = $(top_builddir)/config.h
76 CONFIG_CLEAN_FILES =
77 CONFIG_CLEAN_VPATH_FILES =
78 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79 am__vpath_adj = case $$p in \
80 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81 *) f=$$p;; \
82 esac;
83 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84 am__install_max = 40
85 am__nobase_strip_setup = \
86 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87 am__nobase_strip = \
88 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89 am__nobase_list = $(am__nobase_strip_setup); \
90 for p in $$list; do echo "$$p $$p"; done | \
91 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93 if (++n[$$2] == $(am__install_max)) \
94 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95 END { for (dir in files) print dir, files[dir] }'
96 am__base_list = \
97 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99 am__uninstall_files_from_dir = { \
100 test -z "$$files" \
101 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
102 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
103 $(am__cd) "$$dir" && rm -f $$files; }; \
105 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
106 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
107 am__DEPENDENCIES_1 =
108 libubsan_la_DEPENDENCIES = \
109 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
110 $(am__append_1) $(am__append_2) $(am__DEPENDENCIES_1)
111 am__objects_1 = ubsan_diag.lo ubsan_flags.lo ubsan_handlers.lo \
112 ubsan_handlers_cxx.lo ubsan_init.lo ubsan_monitor.lo \
113 ubsan_type_hash.lo ubsan_type_hash_itanium.lo \
114 ubsan_type_hash_win.lo ubsan_value.lo
115 am__objects_2 = $(am__objects_1)
116 am_libubsan_la_OBJECTS = $(am__objects_2)
117 libubsan_la_OBJECTS = $(am_libubsan_la_OBJECTS)
118 libubsan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
119 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
120 $(CXXFLAGS) $(libubsan_la_LDFLAGS) $(LDFLAGS) -o $@
121 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
122 depcomp = $(SHELL) $(top_srcdir)/../depcomp
123 am__depfiles_maybe = depfiles
124 am__mv = mv -f
125 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
126 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
127 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
128 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
129 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130 CXXLD = $(CXX)
131 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
132 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
133 $(LDFLAGS) -o $@
134 SOURCES = $(libubsan_la_SOURCES)
135 am__can_run_installinfo = \
136 case $$AM_UPDATE_INFO_DIR in \
137 n|no|NO) false;; \
138 *) (install-info --version) >/dev/null 2>&1;; \
139 esac
140 ETAGS = etags
141 CTAGS = ctags
142 ACLOCAL = @ACLOCAL@
143 ALLOC_FILE = @ALLOC_FILE@
144 AMTAR = @AMTAR@
145 AR = @AR@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
151 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
152 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
153 CC = @CC@
154 CCAS = @CCAS@
155 CCASDEPMODE = @CCASDEPMODE@
156 CCASFLAGS = @CCASFLAGS@
157 CCDEPMODE = @CCDEPMODE@
158 CFLAGS = @CFLAGS@
159 CPP = @CPP@
160 CPPFLAGS = @CPPFLAGS@
161 CXX = @CXX@
162 CXXCPP = @CXXCPP@
163 CXXDEPMODE = @CXXDEPMODE@
164 CXXFLAGS = @CXXFLAGS@
165 CYGPATH_W = @CYGPATH_W@
166 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1 -DUBSAN_CAN_USE_CXXABI=1
167 DEPDIR = @DEPDIR@
168 DSYMUTIL = @DSYMUTIL@
169 DUMPBIN = @DUMPBIN@
170 ECHO_C = @ECHO_C@
171 ECHO_N = @ECHO_N@
172 ECHO_T = @ECHO_T@
173 EGREP = @EGREP@
174 EXEEXT = @EXEEXT@
175 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
176 EXTRA_CFLAGS = @EXTRA_CFLAGS@
177 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
178 FGREP = @FGREP@
179 FORMAT_FILE = @FORMAT_FILE@
180 GREP = @GREP@
181 INSTALL = @INSTALL@
182 INSTALL_DATA = @INSTALL_DATA@
183 INSTALL_PROGRAM = @INSTALL_PROGRAM@
184 INSTALL_SCRIPT = @INSTALL_SCRIPT@
185 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186 LD = @LD@
187 LDFLAGS = @LDFLAGS@
188 LIBOBJS = @LIBOBJS@
189 LIBS = @LIBS@
190 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
191 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
192 LIBTOOL = @LIBTOOL@
193 LIPO = @LIPO@
194 LN_S = @LN_S@
195 LTLIBOBJS = @LTLIBOBJS@
196 MAINT = @MAINT@
197 MAKEINFO = @MAKEINFO@
198 MKDIR_P = @MKDIR_P@
199 NM = @NM@
200 NMEDIT = @NMEDIT@
201 OBJDUMP = @OBJDUMP@
202 OBJEXT = @OBJEXT@
203 OTOOL = @OTOOL@
204 OTOOL64 = @OTOOL64@
205 PACKAGE = @PACKAGE@
206 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207 PACKAGE_NAME = @PACKAGE_NAME@
208 PACKAGE_STRING = @PACKAGE_STRING@
209 PACKAGE_TARNAME = @PACKAGE_TARNAME@
210 PACKAGE_URL = @PACKAGE_URL@
211 PACKAGE_VERSION = @PACKAGE_VERSION@
212 PATH_SEPARATOR = @PATH_SEPARATOR@
213 RANLIB = @RANLIB@
214 RPC_DEFS = @RPC_DEFS@
215 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
216 SED = @SED@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 STRIP = @STRIP@
220 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
221 VERSION = @VERSION@
222 VIEW_FILE = @VIEW_FILE@
223 abs_builddir = @abs_builddir@
224 abs_srcdir = @abs_srcdir@
225 abs_top_builddir = @abs_top_builddir@
226 abs_top_srcdir = @abs_top_srcdir@
227 ac_ct_CC = @ac_ct_CC@
228 ac_ct_CXX = @ac_ct_CXX@
229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230 am__include = @am__include@
231 am__leading_dot = @am__leading_dot@
232 am__quote = @am__quote@
233 am__tar = @am__tar@
234 am__untar = @am__untar@
235 bindir = @bindir@
236 build = @build@
237 build_alias = @build_alias@
238 build_cpu = @build_cpu@
239 build_os = @build_os@
240 build_vendor = @build_vendor@
241 builddir = @builddir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 enable_shared = @enable_shared@
247 enable_static = @enable_static@
248 exec_prefix = @exec_prefix@
249 get_gcc_base_ver = @get_gcc_base_ver@
250 host = @host@
251 host_alias = @host_alias@
252 host_cpu = @host_cpu@
253 host_os = @host_os@
254 host_vendor = @host_vendor@
255 htmldir = @htmldir@
256 includedir = @includedir@
257 infodir = @infodir@
258 install_sh = @install_sh@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 link_libasan = @link_libasan@
262 link_liblsan = @link_liblsan@
263 link_libtsan = @link_libtsan@
264 link_libubsan = @link_libubsan@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 multi_basedir = @multi_basedir@
270 oldincludedir = @oldincludedir@
271 pdfdir = @pdfdir@
272 prefix = @prefix@
273 program_transform_name = @program_transform_name@
274 psdir = @psdir@
275 sbindir = @sbindir@
276 sharedstatedir = @sharedstatedir@
277 srcdir = @srcdir@
278 sysconfdir = @sysconfdir@
279 target = @target@
280 target_alias = @target_alias@
281 target_cpu = @target_cpu@
282 target_noncanonical = @target_noncanonical@
283 target_os = @target_os@
284 target_vendor = @target_vendor@
285 toolexecdir = @toolexecdir@
286 toolexeclibdir = @toolexeclibdir@
287 top_build_prefix = @top_build_prefix@
288 top_builddir = @top_builddir@
289 top_srcdir = @top_srcdir@
290 AM_CPPFLAGS = -I $(top_srcdir) -I $(top_srcdir)/include
292 # May be used by toolexeclibdir.
293 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
294 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
295 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
296 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
297 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
298 -std=gnu++11 $(EXTRA_CXXFLAGS)
299 ACLOCAL_AMFLAGS = -I m4
300 toolexeclib_LTLIBRARIES = libubsan.la
301 ubsan_plugin_files = \
302 ubsan_diag.cc \
303 ubsan_flags.cc \
304 ubsan_handlers.cc \
305 ubsan_handlers_cxx.cc \
306 ubsan_init.cc \
307 ubsan_monitor.cc \
308 ubsan_type_hash.cc \
309 ubsan_type_hash_itanium.cc \
310 ubsan_type_hash_win.cc \
311 ubsan_value.cc
313 ubsan_files = $(ubsan_plugin_files)
314 libubsan_la_SOURCES = $(ubsan_files)
315 libubsan_la_LIBADD = \
316 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
317 $(am__append_1) $(am__append_2) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
318 libubsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libubsan)
320 # Work around what appears to be a GNU make bug handling MAKEFLAGS
321 # values defined in terms of make variables, as is the case for CC and
322 # friends when we are called from the top level Makefile.
323 AM_MAKEFLAGS = \
324 "AR_FLAGS=$(AR_FLAGS)" \
325 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
326 "CFLAGS=$(CFLAGS)" \
327 "CXXFLAGS=$(CXXFLAGS)" \
328 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
329 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
330 "INSTALL=$(INSTALL)" \
331 "INSTALL_DATA=$(INSTALL_DATA)" \
332 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
333 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
334 "JC1FLAGS=$(JC1FLAGS)" \
335 "LDFLAGS=$(LDFLAGS)" \
336 "LIBCFLAGS=$(LIBCFLAGS)" \
337 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
338 "MAKE=$(MAKE)" \
339 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
340 "PICFLAG=$(PICFLAG)" \
341 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
342 "SHELL=$(SHELL)" \
343 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
344 "exec_prefix=$(exec_prefix)" \
345 "infodir=$(infodir)" \
346 "libdir=$(libdir)" \
347 "prefix=$(prefix)" \
348 "includedir=$(includedir)" \
349 "AR=$(AR)" \
350 "AS=$(AS)" \
351 "LD=$(LD)" \
352 "LIBCFLAGS=$(LIBCFLAGS)" \
353 "NM=$(NM)" \
354 "PICFLAG=$(PICFLAG)" \
355 "RANLIB=$(RANLIB)" \
356 "DESTDIR=$(DESTDIR)"
358 MAKEOVERRIDES =
359 all: all-am
361 .SUFFIXES:
362 .SUFFIXES: .cc .lo .o .obj
363 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
364 @for dep in $?; do \
365 case '$(am__configure_deps)' in \
366 *$$dep*) \
367 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368 && { if test -f $@; then exit 0; else break; fi; }; \
369 exit 1;; \
370 esac; \
371 done; \
372 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ubsan/Makefile'; \
373 $(am__cd) $(top_srcdir) && \
374 $(AUTOMAKE) --foreign ubsan/Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377 @case '$?' in \
378 *config.status*) \
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380 *) \
381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383 esac;
385 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392 $(am__aclocal_m4_deps):
393 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
394 @$(NORMAL_INSTALL)
395 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
396 list2=; for p in $$list; do \
397 if test -f $$p; then \
398 list2="$$list2 $$p"; \
399 else :; fi; \
400 done; \
401 test -z "$$list2" || { \
402 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
403 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
404 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
405 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
408 uninstall-toolexeclibLTLIBRARIES:
409 @$(NORMAL_UNINSTALL)
410 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
411 for p in $$list; do \
412 $(am__strip_dir) \
413 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
414 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
415 done
417 clean-toolexeclibLTLIBRARIES:
418 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
419 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
420 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
421 test "$$dir" != "$$p" || dir=.; \
422 echo "rm -f \"$${dir}/so_locations\""; \
423 rm -f "$${dir}/so_locations"; \
424 done
425 libubsan.la: $(libubsan_la_OBJECTS) $(libubsan_la_DEPENDENCIES) $(EXTRA_libubsan_la_DEPENDENCIES)
426 $(libubsan_la_LINK) -rpath $(toolexeclibdir) $(libubsan_la_OBJECTS) $(libubsan_la_LIBADD) $(LIBS)
428 mostlyclean-compile:
429 -rm -f *.$(OBJEXT)
431 distclean-compile:
432 -rm -f *.tab.c
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_diag.Plo@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_flags.Plo@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers_cxx.Plo@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_init.Plo@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_monitor.Plo@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash.Plo@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash_itanium.Plo@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash_win.Plo@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_value.Plo@am__quote@
445 .cc.o:
446 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
447 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
448 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
449 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
450 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
452 .cc.obj:
453 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
454 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
455 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
456 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
459 .cc.lo:
460 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
461 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
462 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
466 mostlyclean-libtool:
467 -rm -f *.lo
469 clean-libtool:
470 -rm -rf .libs _libs
472 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474 unique=`for i in $$list; do \
475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476 done | \
477 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478 END { if (nonempty) { for (i in files) print i; }; }'`; \
479 mkid -fID $$unique
480 tags: TAGS
482 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
483 $(TAGS_FILES) $(LISP)
484 set x; \
485 here=`pwd`; \
486 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
487 unique=`for i in $$list; do \
488 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489 done | \
490 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
491 END { if (nonempty) { for (i in files) print i; }; }'`; \
492 shift; \
493 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
494 test -n "$$unique" || unique=$$empty_fix; \
495 if test $$# -gt 0; then \
496 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497 "$$@" $$unique; \
498 else \
499 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
500 $$unique; \
501 fi; \
503 ctags: CTAGS
504 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
505 $(TAGS_FILES) $(LISP)
506 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507 unique=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509 done | \
510 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511 END { if (nonempty) { for (i in files) print i; }; }'`; \
512 test -z "$(CTAGS_ARGS)$$unique" \
513 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
514 $$unique
516 GTAGS:
517 here=`$(am__cd) $(top_builddir) && pwd` \
518 && $(am__cd) $(top_srcdir) \
519 && gtags -i $(GTAGS_ARGS) "$$here"
521 distclean-tags:
522 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
523 check-am: all-am
524 check: check-am
525 all-am: Makefile $(LTLIBRARIES)
526 installdirs:
527 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
528 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
529 done
530 install: install-am
531 install-exec: install-exec-am
532 install-data: install-data-am
533 uninstall: uninstall-am
535 install-am: all-am
536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
538 installcheck: installcheck-am
539 install-strip:
540 if test -z '$(STRIP)'; then \
541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543 install; \
544 else \
545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
549 mostlyclean-generic:
551 clean-generic:
553 distclean-generic:
554 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
555 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
557 maintainer-clean-generic:
558 @echo "This command is intended for maintainers to use"
559 @echo "it deletes files that may require special tools to rebuild."
560 clean: clean-am
562 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
563 mostlyclean-am
565 distclean: distclean-am
566 -rm -rf ./$(DEPDIR)
567 -rm -f Makefile
568 distclean-am: clean-am distclean-compile distclean-generic \
569 distclean-tags
571 dvi: dvi-am
573 dvi-am:
575 html: html-am
577 html-am:
579 info: info-am
581 info-am:
583 install-data-am:
585 install-dvi: install-dvi-am
587 install-dvi-am:
589 install-exec-am: install-toolexeclibLTLIBRARIES
591 install-html: install-html-am
593 install-html-am:
595 install-info: install-info-am
597 install-info-am:
599 install-man:
601 install-pdf: install-pdf-am
603 install-pdf-am:
605 install-ps: install-ps-am
607 install-ps-am:
609 installcheck-am:
611 maintainer-clean: maintainer-clean-am
612 -rm -rf ./$(DEPDIR)
613 -rm -f Makefile
614 maintainer-clean-am: distclean-am maintainer-clean-generic
616 mostlyclean: mostlyclean-am
618 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
619 mostlyclean-libtool
621 pdf: pdf-am
623 pdf-am:
625 ps: ps-am
627 ps-am:
629 uninstall-am: uninstall-toolexeclibLTLIBRARIES
631 .MAKE: install-am install-strip
633 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
634 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
635 distclean-compile distclean-generic distclean-libtool \
636 distclean-tags dvi dvi-am html html-am info info-am install \
637 install-am install-data install-data-am install-dvi \
638 install-dvi-am install-exec install-exec-am install-html \
639 install-html-am install-info install-info-am install-man \
640 install-pdf install-pdf-am install-ps install-ps-am \
641 install-strip install-toolexeclibLTLIBRARIES installcheck \
642 installcheck-am installdirs maintainer-clean \
643 maintainer-clean-generic mostlyclean mostlyclean-compile \
644 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
645 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
648 # Use special rules for files that require RTTI support.
649 ubsan_handlers_cxx.% ubsan_type_hash.% ubsan_type_hash_itanium.% : AM_CXXFLAGS += -frtti
651 # Tell versions [3.59,3.63) of GNU make to not export all variables.
652 # Otherwise a system limit (for SysV at least) may be exceeded.
653 .NOEXPORT: