Makefile.in 19 KB

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