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