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