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