Add support for ARMv8-R architecture
[official-gcc.git] / libsanitizer / ubsan / Makefile.in
blob1664ce9497e7104a162a62c5b377d29515379e86
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)/configure.ac
71 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72 $(ACLOCAL_M4)
73 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
74 CONFIG_HEADER = $(top_builddir)/config.h
75 CONFIG_CLEAN_FILES =
76 CONFIG_CLEAN_VPATH_FILES =
77 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78 am__vpath_adj = case $$p in \
79 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80 *) f=$$p;; \
81 esac;
82 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
83 am__install_max = 40
84 am__nobase_strip_setup = \
85 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
86 am__nobase_strip = \
87 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
88 am__nobase_list = $(am__nobase_strip_setup); \
89 for p in $$list; do echo "$$p $$p"; done | \
90 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
91 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
92 if (++n[$$2] == $(am__install_max)) \
93 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
94 END { for (dir in files) print dir, files[dir] }'
95 am__base_list = \
96 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
97 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
98 am__uninstall_files_from_dir = { \
99 test -z "$$files" \
100 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
101 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
102 $(am__cd) "$$dir" && rm -f $$files; }; \
104 am__installdirs = "$(DESTDIR)$(toolexeclibdir)"
105 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
106 am__DEPENDENCIES_1 =
107 libubsan_la_DEPENDENCIES = \
108 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
109 $(am__append_1) $(am__append_2) $(am__DEPENDENCIES_1)
110 am__objects_1 = ubsan_diag.lo ubsan_flags.lo ubsan_handlers.lo \
111 ubsan_handlers_cxx.lo ubsan_init.lo ubsan_type_hash.lo \
112 ubsan_type_hash_itanium.lo ubsan_type_hash_win.lo \
113 ubsan_value.lo
114 am__objects_2 = $(am__objects_1) ubsan_init_standalone.lo
115 am_libubsan_la_OBJECTS = $(am__objects_2)
116 libubsan_la_OBJECTS = $(am_libubsan_la_OBJECTS)
117 libubsan_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
118 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
119 $(CXXFLAGS) $(libubsan_la_LDFLAGS) $(LDFLAGS) -o $@
120 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
121 depcomp = $(SHELL) $(top_srcdir)/../depcomp
122 am__depfiles_maybe = depfiles
123 am__mv = mv -f
124 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
125 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
126 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
127 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
128 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
129 CXXLD = $(CXX)
130 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
131 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
132 $(LDFLAGS) -o $@
133 SOURCES = $(libubsan_la_SOURCES)
134 am__can_run_installinfo = \
135 case $$AM_UPDATE_INFO_DIR in \
136 n|no|NO) false;; \
137 *) (install-info --version) >/dev/null 2>&1;; \
138 esac
139 ETAGS = etags
140 CTAGS = ctags
141 ACLOCAL = @ACLOCAL@
142 ALLOC_FILE = @ALLOC_FILE@
143 AMTAR = @AMTAR@
144 AR = @AR@
145 AUTOCONF = @AUTOCONF@
146 AUTOHEADER = @AUTOHEADER@
147 AUTOMAKE = @AUTOMAKE@
148 AWK = @AWK@
149 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
150 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
151 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
152 CC = @CC@
153 CCAS = @CCAS@
154 CCASDEPMODE = @CCASDEPMODE@
155 CCASFLAGS = @CCASFLAGS@
156 CCDEPMODE = @CCDEPMODE@
157 CFLAGS = @CFLAGS@
158 CPP = @CPP@
159 CPPFLAGS = @CPPFLAGS@
160 CXX = @CXX@
161 CXXCPP = @CXXCPP@
162 CXXDEPMODE = @CXXDEPMODE@
163 CXXFLAGS = @CXXFLAGS@
164 CYGPATH_W = @CYGPATH_W@
165 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DPIC -DCAN_SANITIZE_UB=1
166 DEPDIR = @DEPDIR@
167 DSYMUTIL = @DSYMUTIL@
168 DUMPBIN = @DUMPBIN@
169 ECHO_C = @ECHO_C@
170 ECHO_N = @ECHO_N@
171 ECHO_T = @ECHO_T@
172 EGREP = @EGREP@
173 EXEEXT = @EXEEXT@
174 FGREP = @FGREP@
175 FORMAT_FILE = @FORMAT_FILE@
176 GREP = @GREP@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 LD = @LD@
183 LDFLAGS = @LDFLAGS@
184 LIBOBJS = @LIBOBJS@
185 LIBS = @LIBS@
186 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
187 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
188 LIBTOOL = @LIBTOOL@
189 LIPO = @LIPO@
190 LN_S = @LN_S@
191 LTLIBOBJS = @LTLIBOBJS@
192 MAINT = @MAINT@
193 MAKEINFO = @MAKEINFO@
194 MKDIR_P = @MKDIR_P@
195 NM = @NM@
196 NMEDIT = @NMEDIT@
197 OBJDUMP = @OBJDUMP@
198 OBJEXT = @OBJEXT@
199 OTOOL = @OTOOL@
200 OTOOL64 = @OTOOL64@
201 PACKAGE = @PACKAGE@
202 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203 PACKAGE_NAME = @PACKAGE_NAME@
204 PACKAGE_STRING = @PACKAGE_STRING@
205 PACKAGE_TARNAME = @PACKAGE_TARNAME@
206 PACKAGE_URL = @PACKAGE_URL@
207 PACKAGE_VERSION = @PACKAGE_VERSION@
208 PATH_SEPARATOR = @PATH_SEPARATOR@
209 RANLIB = @RANLIB@
210 RPC_DEFS = @RPC_DEFS@
211 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
212 SED = @SED@
213 SET_MAKE = @SET_MAKE@
214 SHELL = @SHELL@
215 STRIP = @STRIP@
216 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
217 VERSION = @VERSION@
218 VIEW_FILE = @VIEW_FILE@
219 abs_builddir = @abs_builddir@
220 abs_srcdir = @abs_srcdir@
221 abs_top_builddir = @abs_top_builddir@
222 abs_top_srcdir = @abs_top_srcdir@
223 ac_ct_CC = @ac_ct_CC@
224 ac_ct_CXX = @ac_ct_CXX@
225 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226 am__include = @am__include@
227 am__leading_dot = @am__leading_dot@
228 am__quote = @am__quote@
229 am__tar = @am__tar@
230 am__untar = @am__untar@
231 bindir = @bindir@
232 build = @build@
233 build_alias = @build_alias@
234 build_cpu = @build_cpu@
235 build_os = @build_os@
236 build_vendor = @build_vendor@
237 builddir = @builddir@
238 datadir = @datadir@
239 datarootdir = @datarootdir@
240 docdir = @docdir@
241 dvidir = @dvidir@
242 enable_shared = @enable_shared@
243 enable_static = @enable_static@
244 exec_prefix = @exec_prefix@
245 get_gcc_base_ver = @get_gcc_base_ver@
246 host = @host@
247 host_alias = @host_alias@
248 host_cpu = @host_cpu@
249 host_os = @host_os@
250 host_vendor = @host_vendor@
251 htmldir = @htmldir@
252 includedir = @includedir@
253 infodir = @infodir@
254 install_sh = @install_sh@
255 libdir = @libdir@
256 libexecdir = @libexecdir@
257 link_libasan = @link_libasan@
258 link_liblsan = @link_liblsan@
259 link_libtsan = @link_libtsan@
260 link_libubsan = @link_libubsan@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 mandir = @mandir@
264 mkdir_p = @mkdir_p@
265 multi_basedir = @multi_basedir@
266 oldincludedir = @oldincludedir@
267 pdfdir = @pdfdir@
268 prefix = @prefix@
269 program_transform_name = @program_transform_name@
270 psdir = @psdir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 sysconfdir = @sysconfdir@
275 target = @target@
276 target_alias = @target_alias@
277 target_cpu = @target_cpu@
278 target_noncanonical = @target_noncanonical@
279 target_os = @target_os@
280 target_vendor = @target_vendor@
281 toolexecdir = @toolexecdir@
282 toolexeclibdir = @toolexeclibdir@
283 top_build_prefix = @top_build_prefix@
284 top_builddir = @top_builddir@
285 top_srcdir = @top_srcdir@
286 AM_CPPFLAGS = -I $(top_srcdir) -I $(top_srcdir)/include
288 # May be used by toolexeclibdir.
289 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
290 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
291 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
292 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
293 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
294 -std=gnu++11
295 ACLOCAL_AMFLAGS = -I m4
296 toolexeclib_LTLIBRARIES = libubsan.la
297 ubsan_plugin_files = \
298 ubsan_diag.cc \
299 ubsan_flags.cc \
300 ubsan_handlers.cc \
301 ubsan_handlers_cxx.cc \
302 ubsan_init.cc \
303 ubsan_type_hash.cc \
304 ubsan_type_hash_itanium.cc \
305 ubsan_type_hash_win.cc \
306 ubsan_value.cc
308 ubsan_files = \
309 $(ubsan_plugin_files) \
310 ubsan_init_standalone.cc
312 libubsan_la_SOURCES = $(ubsan_files)
313 libubsan_la_LIBADD = \
314 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
315 $(am__append_1) $(am__append_2) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
316 libubsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libubsan)
318 # Work around what appears to be a GNU make bug handling MAKEFLAGS
319 # values defined in terms of make variables, as is the case for CC and
320 # friends when we are called from the top level Makefile.
321 AM_MAKEFLAGS = \
322 "AR_FLAGS=$(AR_FLAGS)" \
323 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
324 "CFLAGS=$(CFLAGS)" \
325 "CXXFLAGS=$(CXXFLAGS)" \
326 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
327 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
328 "INSTALL=$(INSTALL)" \
329 "INSTALL_DATA=$(INSTALL_DATA)" \
330 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
331 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
332 "JC1FLAGS=$(JC1FLAGS)" \
333 "LDFLAGS=$(LDFLAGS)" \
334 "LIBCFLAGS=$(LIBCFLAGS)" \
335 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
336 "MAKE=$(MAKE)" \
337 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
338 "PICFLAG=$(PICFLAG)" \
339 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
340 "SHELL=$(SHELL)" \
341 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
342 "exec_prefix=$(exec_prefix)" \
343 "infodir=$(infodir)" \
344 "libdir=$(libdir)" \
345 "prefix=$(prefix)" \
346 "includedir=$(includedir)" \
347 "AR=$(AR)" \
348 "AS=$(AS)" \
349 "LD=$(LD)" \
350 "LIBCFLAGS=$(LIBCFLAGS)" \
351 "NM=$(NM)" \
352 "PICFLAG=$(PICFLAG)" \
353 "RANLIB=$(RANLIB)" \
354 "DESTDIR=$(DESTDIR)"
356 MAKEOVERRIDES =
357 all: all-am
359 .SUFFIXES:
360 .SUFFIXES: .cc .lo .o .obj
361 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
362 @for dep in $?; do \
363 case '$(am__configure_deps)' in \
364 *$$dep*) \
365 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
366 && { if test -f $@; then exit 0; else break; fi; }; \
367 exit 1;; \
368 esac; \
369 done; \
370 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ubsan/Makefile'; \
371 $(am__cd) $(top_srcdir) && \
372 $(AUTOMAKE) --foreign ubsan/Makefile
373 .PRECIOUS: Makefile
374 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375 @case '$?' in \
376 *config.status*) \
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
378 *) \
379 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
380 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
381 esac;
383 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
384 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
390 $(am__aclocal_m4_deps):
391 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
392 @$(NORMAL_INSTALL)
393 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
394 list2=; for p in $$list; do \
395 if test -f $$p; then \
396 list2="$$list2 $$p"; \
397 else :; fi; \
398 done; \
399 test -z "$$list2" || { \
400 echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
401 $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
402 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
403 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
406 uninstall-toolexeclibLTLIBRARIES:
407 @$(NORMAL_UNINSTALL)
408 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
409 for p in $$list; do \
410 $(am__strip_dir) \
411 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
412 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
413 done
415 clean-toolexeclibLTLIBRARIES:
416 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
417 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
418 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
419 test "$$dir" != "$$p" || dir=.; \
420 echo "rm -f \"$${dir}/so_locations\""; \
421 rm -f "$${dir}/so_locations"; \
422 done
423 libubsan.la: $(libubsan_la_OBJECTS) $(libubsan_la_DEPENDENCIES) $(EXTRA_libubsan_la_DEPENDENCIES)
424 $(libubsan_la_LINK) -rpath $(toolexeclibdir) $(libubsan_la_OBJECTS) $(libubsan_la_LIBADD) $(LIBS)
426 mostlyclean-compile:
427 -rm -f *.$(OBJEXT)
429 distclean-compile:
430 -rm -f *.tab.c
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_diag.Plo@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_flags.Plo@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers.Plo@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers_cxx.Plo@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_init.Plo@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_init_standalone.Plo@am__quote@
438 @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@
440 @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@
443 .cc.o:
444 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
450 .cc.obj:
451 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
452 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
457 .cc.lo:
458 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
460 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
461 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
464 mostlyclean-libtool:
465 -rm -f *.lo
467 clean-libtool:
468 -rm -rf .libs _libs
470 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
471 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
472 unique=`for i in $$list; do \
473 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474 done | \
475 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476 END { if (nonempty) { for (i in files) print i; }; }'`; \
477 mkid -fID $$unique
478 tags: TAGS
480 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
481 $(TAGS_FILES) $(LISP)
482 set x; \
483 here=`pwd`; \
484 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_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; \
491 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
492 test -n "$$unique" || unique=$$empty_fix; \
493 if test $$# -gt 0; then \
494 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
495 "$$@" $$unique; \
496 else \
497 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
498 $$unique; \
499 fi; \
501 ctags: CTAGS
502 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
503 $(TAGS_FILES) $(LISP)
504 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
505 unique=`for i in $$list; do \
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" \
511 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512 $$unique
514 GTAGS:
515 here=`$(am__cd) $(top_builddir) && pwd` \
516 && $(am__cd) $(top_srcdir) \
517 && gtags -i $(GTAGS_ARGS) "$$here"
519 distclean-tags:
520 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
521 check-am: all-am
522 check: check-am
523 all-am: Makefile $(LTLIBRARIES)
524 installdirs:
525 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
526 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
527 done
528 install: install-am
529 install-exec: install-exec-am
530 install-data: install-data-am
531 uninstall: uninstall-am
533 install-am: all-am
534 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
536 installcheck: installcheck-am
537 install-strip:
538 if test -z '$(STRIP)'; then \
539 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541 install; \
542 else \
543 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
547 mostlyclean-generic:
549 clean-generic:
551 distclean-generic:
552 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
553 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
555 maintainer-clean-generic:
556 @echo "This command is intended for maintainers to use"
557 @echo "it deletes files that may require special tools to rebuild."
558 clean: clean-am
560 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
561 mostlyclean-am
563 distclean: distclean-am
564 -rm -rf ./$(DEPDIR)
565 -rm -f Makefile
566 distclean-am: clean-am distclean-compile distclean-generic \
567 distclean-tags
569 dvi: dvi-am
571 dvi-am:
573 html: html-am
575 html-am:
577 info: info-am
579 info-am:
581 install-data-am:
583 install-dvi: install-dvi-am
585 install-dvi-am:
587 install-exec-am: install-toolexeclibLTLIBRARIES
589 install-html: install-html-am
591 install-html-am:
593 install-info: install-info-am
595 install-info-am:
597 install-man:
599 install-pdf: install-pdf-am
601 install-pdf-am:
603 install-ps: install-ps-am
605 install-ps-am:
607 installcheck-am:
609 maintainer-clean: maintainer-clean-am
610 -rm -rf ./$(DEPDIR)
611 -rm -f Makefile
612 maintainer-clean-am: distclean-am maintainer-clean-generic
614 mostlyclean: mostlyclean-am
616 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
617 mostlyclean-libtool
619 pdf: pdf-am
621 pdf-am:
623 ps: ps-am
625 ps-am:
627 uninstall-am: uninstall-toolexeclibLTLIBRARIES
629 .MAKE: install-am install-strip
631 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
632 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
633 distclean-compile distclean-generic distclean-libtool \
634 distclean-tags dvi dvi-am html html-am info info-am install \
635 install-am install-data install-data-am install-dvi \
636 install-dvi-am install-exec install-exec-am install-html \
637 install-html-am install-info install-info-am install-man \
638 install-pdf install-pdf-am install-ps install-ps-am \
639 install-strip install-toolexeclibLTLIBRARIES installcheck \
640 installcheck-am installdirs maintainer-clean \
641 maintainer-clean-generic mostlyclean mostlyclean-compile \
642 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
643 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
646 # Use special rules for files that require RTTI support.
647 ubsan_handlers_cxx.% ubsan_type_hash.% ubsan_type_hash_itanium.% : AM_CXXFLAGS += -frtti
649 # Tell versions [3.59,3.63) of GNU make to not export all variables.
650 # Otherwise a system limit (for SysV at least) may be exceeded.
651 .NOEXPORT: