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