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