2015-03-05 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libsanitizer / ubsan / Makefile.in
blobe0f89148948e19f693829c3b7a2a478272b5fba3
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 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
185 VERSION = @VERSION@
186 VIEW_FILE = @VIEW_FILE@
187 abs_builddir = @abs_builddir@
188 abs_srcdir = @abs_srcdir@
189 abs_top_builddir = @abs_top_builddir@
190 abs_top_srcdir = @abs_top_srcdir@
191 ac_ct_CC = @ac_ct_CC@
192 ac_ct_CXX = @ac_ct_CXX@
193 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
194 am__include = @am__include@
195 am__leading_dot = @am__leading_dot@
196 am__quote = @am__quote@
197 am__tar = @am__tar@
198 am__untar = @am__untar@
199 bindir = @bindir@
200 build = @build@
201 build_alias = @build_alias@
202 build_cpu = @build_cpu@
203 build_os = @build_os@
204 build_vendor = @build_vendor@
205 builddir = @builddir@
206 datadir = @datadir@
207 datarootdir = @datarootdir@
208 docdir = @docdir@
209 dvidir = @dvidir@
210 enable_shared = @enable_shared@
211 enable_static = @enable_static@
212 exec_prefix = @exec_prefix@
213 host = @host@
214 host_alias = @host_alias@
215 host_cpu = @host_cpu@
216 host_os = @host_os@
217 host_vendor = @host_vendor@
218 htmldir = @htmldir@
219 includedir = @includedir@
220 infodir = @infodir@
221 install_sh = @install_sh@
222 libdir = @libdir@
223 libexecdir = @libexecdir@
224 link_libasan = @link_libasan@
225 link_liblsan = @link_liblsan@
226 link_libtsan = @link_libtsan@
227 link_libubsan = @link_libubsan@
228 localedir = @localedir@
229 localstatedir = @localstatedir@
230 mandir = @mandir@
231 mkdir_p = @mkdir_p@
232 multi_basedir = @multi_basedir@
233 oldincludedir = @oldincludedir@
234 pdfdir = @pdfdir@
235 prefix = @prefix@
236 program_transform_name = @program_transform_name@
237 psdir = @psdir@
238 sbindir = @sbindir@
239 sharedstatedir = @sharedstatedir@
240 srcdir = @srcdir@
241 sysconfdir = @sysconfdir@
242 target = @target@
243 target_alias = @target_alias@
244 target_cpu = @target_cpu@
245 target_noncanonical = @target_noncanonical@
246 target_os = @target_os@
247 target_vendor = @target_vendor@
248 toolexecdir = @toolexecdir@
249 toolexeclibdir = @toolexeclibdir@
250 top_build_prefix = @top_build_prefix@
251 top_builddir = @top_builddir@
252 top_srcdir = @top_srcdir@
253 AM_CPPFLAGS = -I $(top_srcdir) -I $(top_srcdir)/include
255 # May be used by toolexeclibdir.
256 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
257 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
258 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
259 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
260 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
261 -std=gnu++11
262 ACLOCAL_AMFLAGS = -I m4
263 toolexeclib_LTLIBRARIES = libubsan.la
264 ubsan_files = \
265 ubsan_diag.cc \
266 ubsan_flags.cc \
267 ubsan_handlers.cc \
268 ubsan_handlers_cxx.cc \
269 ubsan_init.cc \
270 ubsan_type_hash.cc \
271 ubsan_value.cc
273 libubsan_la_SOURCES = $(ubsan_files)
274 libubsan_la_LIBADD = \
275 $(top_builddir)/sanitizer_common/libsanitizer_common.la \
276 $(am__append_1) $(am__append_2) $(LIBSTDCXX_RAW_CXX_LDFLAGS)
277 libubsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libubsan)
279 # Work around what appears to be a GNU make bug handling MAKEFLAGS
280 # values defined in terms of make variables, as is the case for CC and
281 # friends when we are called from the top level Makefile.
282 AM_MAKEFLAGS = \
283 "AR_FLAGS=$(AR_FLAGS)" \
284 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
285 "CFLAGS=$(CFLAGS)" \
286 "CXXFLAGS=$(CXXFLAGS)" \
287 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
288 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
289 "INSTALL=$(INSTALL)" \
290 "INSTALL_DATA=$(INSTALL_DATA)" \
291 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
292 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
293 "JC1FLAGS=$(JC1FLAGS)" \
294 "LDFLAGS=$(LDFLAGS)" \
295 "LIBCFLAGS=$(LIBCFLAGS)" \
296 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
297 "MAKE=$(MAKE)" \
298 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
299 "PICFLAG=$(PICFLAG)" \
300 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
301 "SHELL=$(SHELL)" \
302 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
303 "exec_prefix=$(exec_prefix)" \
304 "infodir=$(infodir)" \
305 "libdir=$(libdir)" \
306 "prefix=$(prefix)" \
307 "includedir=$(includedir)" \
308 "AR=$(AR)" \
309 "AS=$(AS)" \
310 "LD=$(LD)" \
311 "LIBCFLAGS=$(LIBCFLAGS)" \
312 "NM=$(NM)" \
313 "PICFLAG=$(PICFLAG)" \
314 "RANLIB=$(RANLIB)" \
315 "DESTDIR=$(DESTDIR)"
317 MAKEOVERRIDES =
318 all: all-am
320 .SUFFIXES:
321 .SUFFIXES: .cc .lo .o .obj
322 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
323 @for dep in $?; do \
324 case '$(am__configure_deps)' in \
325 *$$dep*) \
326 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
327 && { if test -f $@; then exit 0; else break; fi; }; \
328 exit 1;; \
329 esac; \
330 done; \
331 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ubsan/Makefile'; \
332 $(am__cd) $(top_srcdir) && \
333 $(AUTOMAKE) --foreign ubsan/Makefile
334 .PRECIOUS: Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336 @case '$?' in \
337 *config.status*) \
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
339 *) \
340 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
341 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
342 esac;
344 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
345 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
350 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 $(am__aclocal_m4_deps):
352 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
353 @$(NORMAL_INSTALL)
354 test -z "$(toolexeclibdir)" || $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)"
355 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
356 list2=; for p in $$list; do \
357 if test -f $$p; then \
358 list2="$$list2 $$p"; \
359 else :; fi; \
360 done; \
361 test -z "$$list2" || { \
362 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
363 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
366 uninstall-toolexeclibLTLIBRARIES:
367 @$(NORMAL_UNINSTALL)
368 @list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
369 for p in $$list; do \
370 $(am__strip_dir) \
371 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
372 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
373 done
375 clean-toolexeclibLTLIBRARIES:
376 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
377 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
378 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
379 test "$$dir" != "$$p" || dir=.; \
380 echo "rm -f \"$${dir}/so_locations\""; \
381 rm -f "$${dir}/so_locations"; \
382 done
383 libubsan.la: $(libubsan_la_OBJECTS) $(libubsan_la_DEPENDENCIES)
384 $(libubsan_la_LINK) -rpath $(toolexeclibdir) $(libubsan_la_OBJECTS) $(libubsan_la_LIBADD) $(LIBS)
386 mostlyclean-compile:
387 -rm -f *.$(OBJEXT)
389 distclean-compile:
390 -rm -f *.tab.c
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_diag.Plo@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_flags.Plo@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers.Plo@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_handlers_cxx.Plo@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_init.Plo@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_type_hash.Plo@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ubsan_value.Plo@am__quote@
400 .cc.o:
401 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
402 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
403 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
404 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
407 .cc.obj:
408 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
409 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
414 .cc.lo:
415 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
416 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
418 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
421 mostlyclean-libtool:
422 -rm -f *.lo
424 clean-libtool:
425 -rm -rf .libs _libs
427 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
428 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
429 unique=`for i in $$list; do \
430 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431 done | \
432 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433 END { if (nonempty) { for (i in files) print i; }; }'`; \
434 mkid -fID $$unique
435 tags: TAGS
437 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
438 $(TAGS_FILES) $(LISP)
439 set x; \
440 here=`pwd`; \
441 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442 unique=`for i in $$list; do \
443 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444 done | \
445 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446 END { if (nonempty) { for (i in files) print i; }; }'`; \
447 shift; \
448 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449 test -n "$$unique" || unique=$$empty_fix; \
450 if test $$# -gt 0; then \
451 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452 "$$@" $$unique; \
453 else \
454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455 $$unique; \
456 fi; \
458 ctags: CTAGS
459 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
461 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
462 unique=`for i in $$list; do \
463 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464 done | \
465 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466 END { if (nonempty) { for (i in files) print i; }; }'`; \
467 test -z "$(CTAGS_ARGS)$$unique" \
468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 $$unique
471 GTAGS:
472 here=`$(am__cd) $(top_builddir) && pwd` \
473 && $(am__cd) $(top_srcdir) \
474 && gtags -i $(GTAGS_ARGS) "$$here"
476 distclean-tags:
477 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478 check-am: all-am
479 check: check-am
480 all-am: Makefile $(LTLIBRARIES)
481 installdirs:
482 for dir in "$(DESTDIR)$(toolexeclibdir)"; do \
483 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
484 done
485 install: install-am
486 install-exec: install-exec-am
487 install-data: install-data-am
488 uninstall: uninstall-am
490 install-am: all-am
491 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
493 installcheck: installcheck-am
494 install-strip:
495 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
496 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
497 `test -z '$(STRIP)' || \
498 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
499 mostlyclean-generic:
501 clean-generic:
503 distclean-generic:
504 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
505 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507 maintainer-clean-generic:
508 @echo "This command is intended for maintainers to use"
509 @echo "it deletes files that may require special tools to rebuild."
510 clean: clean-am
512 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
513 mostlyclean-am
515 distclean: distclean-am
516 -rm -rf ./$(DEPDIR)
517 -rm -f Makefile
518 distclean-am: clean-am distclean-compile distclean-generic \
519 distclean-tags
521 dvi: dvi-am
523 dvi-am:
525 html: html-am
527 html-am:
529 info: info-am
531 info-am:
533 install-data-am:
535 install-dvi: install-dvi-am
537 install-dvi-am:
539 install-exec-am: install-toolexeclibLTLIBRARIES
541 install-html: install-html-am
543 install-html-am:
545 install-info: install-info-am
547 install-info-am:
549 install-man:
551 install-pdf: install-pdf-am
553 install-pdf-am:
555 install-ps: install-ps-am
557 install-ps-am:
559 installcheck-am:
561 maintainer-clean: maintainer-clean-am
562 -rm -rf ./$(DEPDIR)
563 -rm -f Makefile
564 maintainer-clean-am: distclean-am maintainer-clean-generic
566 mostlyclean: mostlyclean-am
568 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
569 mostlyclean-libtool
571 pdf: pdf-am
573 pdf-am:
575 ps: ps-am
577 ps-am:
579 uninstall-am: uninstall-toolexeclibLTLIBRARIES
581 .MAKE: install-am install-strip
583 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
584 clean-libtool clean-toolexeclibLTLIBRARIES ctags distclean \
585 distclean-compile distclean-generic distclean-libtool \
586 distclean-tags dvi dvi-am html html-am info info-am install \
587 install-am install-data install-data-am install-dvi \
588 install-dvi-am install-exec install-exec-am install-html \
589 install-html-am install-info install-info-am install-man \
590 install-pdf install-pdf-am install-ps install-ps-am \
591 install-strip install-toolexeclibLTLIBRARIES installcheck \
592 installcheck-am installdirs maintainer-clean \
593 maintainer-clean-generic mostlyclean mostlyclean-compile \
594 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
595 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
598 # Use special rules for files that require RTTI support.
599 ubsan_handlers_cxx.% ubsan_type_hash.% : AM_CXXFLAGS += -frtti
601 # Tell versions [3.59,3.63) of GNU make to not export all variables.
602 # Otherwise a system limit (for SysV at least) may be exceeded.
603 .NOEXPORT: