Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = .
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
  90. $(top_srcdir)/../config/cet.m4 \
  91. $(top_srcdir)/../config/depstand.m4 \
  92. $(top_srcdir)/../config/enable.m4 \
  93. $(top_srcdir)/../config/lead-dot.m4 \
  94. $(top_srcdir)/../config/lthostflags.m4 \
  95. $(top_srcdir)/../config/override.m4 \
  96. $(top_srcdir)/../config/warnings.m4 \
  97. $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
  98. $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
  99. $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
  100. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  101. $(ACLOCAL_M4)
  102. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  103. $(am__configure_deps)
  104. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  105. configure.lineno config.status.lineno
  106. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  107. CONFIG_HEADER = config.h
  108. CONFIG_CLEAN_FILES =
  109. CONFIG_CLEAN_VPATH_FILES =
  110. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  111. am__vpath_adj = case $$p in \
  112. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  113. *) f=$$p;; \
  114. esac;
  115. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  116. am__install_max = 40
  117. am__nobase_strip_setup = \
  118. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  119. am__nobase_strip = \
  120. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  121. am__nobase_list = $(am__nobase_strip_setup); \
  122. for p in $$list; do echo "$$p $$p"; done | \
  123. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  124. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  125. if (++n[$$2] == $(am__install_max)) \
  126. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  127. END { for (dir in files) print dir, files[dir] }'
  128. am__base_list = \
  129. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  130. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  131. am__uninstall_files_from_dir = { \
  132. test -z "$$files" \
  133. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  134. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  135. $(am__cd) "$$dir" && rm -f $$files; }; \
  136. }
  137. am__installdirs = "$(DESTDIR)$(libexecsubdir)"
  138. LTLIBRARIES = $(libexecsub_LTLIBRARIES)
  139. am_liblto_plugin_la_OBJECTS = lto-plugin.lo
  140. liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
  141. AM_V_P = $(am__v_P_@AM_V@)
  142. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  143. am__v_P_0 = false
  144. am__v_P_1 = :
  145. AM_V_GEN = $(am__v_GEN_@AM_V@)
  146. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  147. am__v_GEN_0 = @echo " GEN " $@;
  148. am__v_GEN_1 =
  149. AM_V_at = $(am__v_at_@AM_V@)
  150. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  151. am__v_at_0 = @
  152. am__v_at_1 =
  153. DEFAULT_INCLUDES = -I.@am__isrc@
  154. depcomp =
  155. am__depfiles_maybe =
  156. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  157. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  158. AM_V_lt = $(am__v_lt_@AM_V@)
  159. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  160. am__v_lt_0 = --silent
  161. am__v_lt_1 =
  162. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  163. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  164. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  165. $(AM_CFLAGS) $(CFLAGS)
  166. AM_V_CC = $(am__v_CC_@AM_V@)
  167. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  168. am__v_CC_0 = @echo " CC " $@;
  169. am__v_CC_1 =
  170. CCLD = $(CC)
  171. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  172. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  173. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  174. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  175. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  176. am__v_CCLD_0 = @echo " CCLD " $@;
  177. am__v_CCLD_1 =
  178. SOURCES = $(liblto_plugin_la_SOURCES)
  179. am__can_run_installinfo = \
  180. case $$AM_UPDATE_INFO_DIR in \
  181. n|no|NO) false;; \
  182. *) (install-info --version) >/dev/null 2>&1;; \
  183. esac
  184. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  185. $(LISP)config.h.in
  186. # Read a list of newline-separated strings from the standard input,
  187. # and print each of them once, without duplicates. Input order is
  188. # *not* preserved.
  189. am__uniquify_input = $(AWK) '\
  190. BEGIN { nonempty = 0; } \
  191. { items[$$0] = 1; nonempty = 1; } \
  192. END { if (nonempty) { for (i in items) print i; }; } \
  193. '
  194. # Make sure the list of sources is unique. This is necessary because,
  195. # e.g., the same source file might be shared among _SOURCES variables
  196. # for different programs/libraries.
  197. am__define_uniq_tagged_files = \
  198. list='$(am__tagged_files)'; \
  199. unique=`for i in $$list; do \
  200. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  201. done | $(am__uniquify_input)`
  202. ETAGS = etags
  203. CTAGS = ctags
  204. CSCOPE = cscope
  205. AM_RECURSIVE_TARGETS = cscope
  206. ACLOCAL = @ACLOCAL@
  207. AMTAR = @AMTAR@
  208. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  209. AR = @AR@
  210. AUTOCONF = @AUTOCONF@
  211. AUTOHEADER = @AUTOHEADER@
  212. AUTOMAKE = @AUTOMAKE@
  213. AWK = @AWK@
  214. CC = @CC@
  215. CCDEPMODE = @CCDEPMODE@
  216. CET_HOST_FLAGS = @CET_HOST_FLAGS@
  217. CFLAGS = @CFLAGS@
  218. CPP = @CPP@
  219. CPPFLAGS = @CPPFLAGS@
  220. CYGPATH_W = @CYGPATH_W@
  221. DEFS = @DEFS@
  222. DEPDIR = @DEPDIR@
  223. DSYMUTIL = @DSYMUTIL@
  224. DUMPBIN = @DUMPBIN@
  225. ECHO_C = @ECHO_C@
  226. ECHO_N = @ECHO_N@
  227. ECHO_T = @ECHO_T@
  228. EGREP = @EGREP@
  229. EXEEXT = @EXEEXT@
  230. FGREP = @FGREP@
  231. GREP = @GREP@
  232. INSTALL = @INSTALL@
  233. INSTALL_DATA = @INSTALL_DATA@
  234. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  235. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  236. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  237. LD = @LD@
  238. LDFLAGS = @LDFLAGS@
  239. LIBOBJS = @LIBOBJS@
  240. LIBS = @LIBS@
  241. LIBTOOL = @LIBTOOL@
  242. LIPO = @LIPO@
  243. LN_S = @LN_S@
  244. LTLIBOBJS = @LTLIBOBJS@
  245. MAINT = @MAINT@
  246. MAKEINFO = @MAKEINFO@
  247. MKDIR_P = @MKDIR_P@
  248. NM = @NM@
  249. NMEDIT = @NMEDIT@
  250. OBJDUMP = @OBJDUMP@
  251. OBJEXT = @OBJEXT@
  252. OTOOL = @OTOOL@
  253. OTOOL64 = @OTOOL64@
  254. PACKAGE = @PACKAGE@
  255. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  256. PACKAGE_NAME = @PACKAGE_NAME@
  257. PACKAGE_STRING = @PACKAGE_STRING@
  258. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  259. PACKAGE_URL = @PACKAGE_URL@
  260. PACKAGE_VERSION = @PACKAGE_VERSION@
  261. PATH_SEPARATOR = @PATH_SEPARATOR@
  262. RANLIB = @RANLIB@
  263. SED = @SED@
  264. SET_MAKE = @SET_MAKE@
  265. SHELL = @SHELL@
  266. STRIP = @STRIP@
  267. VERSION = @VERSION@
  268. abs_builddir = @abs_builddir@
  269. abs_srcdir = @abs_srcdir@
  270. abs_top_builddir = @abs_top_builddir@
  271. abs_top_srcdir = @abs_top_srcdir@
  272. ac_ct_CC = @ac_ct_CC@
  273. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  274. ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
  275. ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
  276. accel_dir_suffix = @accel_dir_suffix@
  277. am__include = @am__include@
  278. am__leading_dot = @am__leading_dot@
  279. am__quote = @am__quote@
  280. am__tar = @am__tar@
  281. am__untar = @am__untar@
  282. bindir = @bindir@
  283. build = @build@
  284. build_alias = @build_alias@
  285. build_cpu = @build_cpu@
  286. build_libsubdir = @build_libsubdir@
  287. build_os = @build_os@
  288. build_subdir = @build_subdir@
  289. build_vendor = @build_vendor@
  290. builddir = @builddir@
  291. datadir = @datadir@
  292. datarootdir = @datarootdir@
  293. docdir = @docdir@
  294. dvidir = @dvidir@
  295. exec_prefix = @exec_prefix@
  296. gcc_build_dir = @gcc_build_dir@
  297. get_gcc_base_ver = @get_gcc_base_ver@
  298. host = @host@
  299. host_alias = @host_alias@
  300. host_cpu = @host_cpu@
  301. host_os = @host_os@
  302. host_subdir = @host_subdir@
  303. host_vendor = @host_vendor@
  304. htmldir = @htmldir@
  305. includedir = @includedir@
  306. infodir = @infodir@
  307. install_sh = @install_sh@
  308. libdir = @libdir@
  309. libexecdir = @libexecdir@
  310. localedir = @localedir@
  311. localstatedir = @localstatedir@
  312. lt_host_flags = @lt_host_flags@
  313. mandir = @mandir@
  314. mkdir_p = @mkdir_p@
  315. oldincludedir = @oldincludedir@
  316. pdfdir = @pdfdir@
  317. prefix = @prefix@
  318. program_transform_name = @program_transform_name@
  319. psdir = @psdir@
  320. real_target_noncanonical = @real_target_noncanonical@
  321. sbindir = @sbindir@
  322. sharedstatedir = @sharedstatedir@
  323. srcdir = @srcdir@
  324. sysconfdir = @sysconfdir@
  325. target = @target@
  326. target_alias = @target_alias@
  327. target_cpu = @target_cpu@
  328. target_noncanonical := @target_noncanonical@
  329. target_os = @target_os@
  330. target_subdir = @target_subdir@
  331. target_vendor = @target_vendor@
  332. top_build_prefix = @top_build_prefix@
  333. top_builddir = @top_builddir@
  334. top_srcdir = @top_srcdir@
  335. with_libiberty = @with_libiberty@
  336. ACLOCAL_AMFLAGS = -I .. -I ../config
  337. AUTOMAKE_OPTIONS = no-dependencies
  338. gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
  339. libexecsubdir := $(libexecdir)/gcc/$(real_target_noncanonical)/$(gcc_version)$(accel_dir_suffix)
  340. AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
  341. AM_CFLAGS = @ac_lto_plugin_warn_cflags@ $(CET_HOST_FLAGS)
  342. AM_LDFLAGS = @ac_lto_plugin_ldflags@
  343. AM_LIBTOOLFLAGS = --tag=disable-static
  344. libexecsub_LTLIBRARIES = liblto_plugin.la
  345. in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
  346. @LTO_PLUGIN_USE_SYMVER_FALSE@version_arg = -export-symbols-regex onload
  347. @LTO_PLUGIN_USE_SYMVER_GNU_TRUE@@LTO_PLUGIN_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/lto-plugin.map
  348. @LTO_PLUGIN_USE_SYMVER_SUN_TRUE@@LTO_PLUGIN_USE_SYMVER_TRUE@version_arg = -Wl,-M,$(srcdir)/lto-plugin.map
  349. @LTO_PLUGIN_USE_SYMVER_FALSE@version_dep =
  350. @LTO_PLUGIN_USE_SYMVER_TRUE@version_dep = $(srcdir)/lto-plugin.map
  351. liblto_plugin_la_SOURCES = lto-plugin.c
  352. # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
  353. liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module \
  354. -avoid-version -bindir $(libexecsubdir) $(version_arg) $(if \
  355. $(wildcard $(libiberty_noasan)),, $(if $(wildcard \
  356. $(libiberty_pic)),,-Wc,$(libiberty)))
  357. # Can be simplified when libiberty becomes a normal convenience library.
  358. libiberty = $(with_libiberty)/libiberty.a
  359. libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
  360. libiberty_pic = $(with_libiberty)/pic/libiberty.a
  361. Wc = -Wc,
  362. liblto_plugin_la_LIBADD = \
  363. $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
  364. $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
  365. liblto_plugin_la_DEPENDENCIES = \
  366. $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
  367. $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),)) \
  368. $(version_dep)
  369. LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
  370. liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  371. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  372. $(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
  373. all: config.h
  374. $(MAKE) $(AM_MAKEFLAGS) all-am
  375. .SUFFIXES:
  376. .SUFFIXES: .c .lo .o .obj
  377. am--refresh: Makefile
  378. @:
  379. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  380. @for dep in $?; do \
  381. case '$(am__configure_deps)' in \
  382. *$$dep*) \
  383. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  384. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  385. && exit 0; \
  386. exit 1;; \
  387. esac; \
  388. done; \
  389. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  390. $(am__cd) $(top_srcdir) && \
  391. $(AUTOMAKE) --foreign Makefile
  392. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  393. @case '$?' in \
  394. *config.status*) \
  395. echo ' $(SHELL) ./config.status'; \
  396. $(SHELL) ./config.status;; \
  397. *) \
  398. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  399. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  400. esac;
  401. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  402. $(SHELL) ./config.status --recheck
  403. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  404. $(am__cd) $(srcdir) && $(AUTOCONF)
  405. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  406. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  407. $(am__aclocal_m4_deps):
  408. config.h: stamp-h1
  409. @test -f $@ || rm -f stamp-h1
  410. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  411. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  412. @rm -f stamp-h1
  413. cd $(top_builddir) && $(SHELL) ./config.status config.h
  414. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  415. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  416. rm -f stamp-h1
  417. touch $@
  418. distclean-hdr:
  419. -rm -f config.h stamp-h1
  420. install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
  421. @$(NORMAL_INSTALL)
  422. @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
  423. list2=; for p in $$list; do \
  424. if test -f $$p; then \
  425. list2="$$list2 $$p"; \
  426. else :; fi; \
  427. done; \
  428. test -z "$$list2" || { \
  429. echo " $(MKDIR_P) '$(DESTDIR)$(libexecsubdir)'"; \
  430. $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)" || exit 1; \
  431. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
  432. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
  433. }
  434. uninstall-libexecsubLTLIBRARIES:
  435. @$(NORMAL_UNINSTALL)
  436. @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
  437. for p in $$list; do \
  438. $(am__strip_dir) \
  439. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
  440. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
  441. done
  442. clean-libexecsubLTLIBRARIES:
  443. -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
  444. @list='$(libexecsub_LTLIBRARIES)'; \
  445. locs=`for p in $$list; do echo $$p; done | \
  446. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  447. sort -u`; \
  448. test -z "$$locs" || { \
  449. echo rm -f $${locs}; \
  450. rm -f $${locs}; \
  451. }
  452. liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES) $(EXTRA_liblto_plugin_la_DEPENDENCIES)
  453. $(AM_V_GEN)$(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
  454. mostlyclean-compile:
  455. -rm -f *.$(OBJEXT)
  456. distclean-compile:
  457. -rm -f *.tab.c
  458. .c.o:
  459. $(AM_V_CC)$(COMPILE) -c -o $@ $<
  460. .c.obj:
  461. $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  462. .c.lo:
  463. $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
  464. mostlyclean-libtool:
  465. -rm -f *.lo
  466. clean-libtool:
  467. -rm -rf .libs _libs
  468. distclean-libtool:
  469. -rm -f libtool config.lt
  470. ID: $(am__tagged_files)
  471. $(am__define_uniq_tagged_files); mkid -fID $$unique
  472. tags: tags-am
  473. TAGS: tags
  474. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  475. set x; \
  476. here=`pwd`; \
  477. $(am__define_uniq_tagged_files); \
  478. shift; \
  479. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  480. test -n "$$unique" || unique=$$empty_fix; \
  481. if test $$# -gt 0; then \
  482. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  483. "$$@" $$unique; \
  484. else \
  485. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  486. $$unique; \
  487. fi; \
  488. fi
  489. ctags: ctags-am
  490. CTAGS: ctags
  491. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  492. $(am__define_uniq_tagged_files); \
  493. test -z "$(CTAGS_ARGS)$$unique" \
  494. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  495. $$unique
  496. GTAGS:
  497. here=`$(am__cd) $(top_builddir) && pwd` \
  498. && $(am__cd) $(top_srcdir) \
  499. && gtags -i $(GTAGS_ARGS) "$$here"
  500. cscope: cscope.files
  501. test ! -s cscope.files \
  502. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  503. clean-cscope:
  504. -rm -f cscope.files
  505. cscope.files: clean-cscope cscopelist
  506. cscopelist: cscopelist-am
  507. cscopelist-am: $(am__tagged_files)
  508. list='$(am__tagged_files)'; \
  509. case "$(srcdir)" in \
  510. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  511. *) sdir=$(subdir)/$(srcdir) ;; \
  512. esac; \
  513. for i in $$list; do \
  514. if test -f "$$i"; then \
  515. echo "$(subdir)/$$i"; \
  516. else \
  517. echo "$$sdir/$$i"; \
  518. fi; \
  519. done >> $(top_builddir)/cscope.files
  520. distclean-tags:
  521. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  522. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  523. check-am: all-am
  524. check: check-am
  525. all-am: Makefile $(LTLIBRARIES) config.h all-local
  526. installdirs:
  527. for dir in "$(DESTDIR)$(libexecsubdir)"; do \
  528. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  529. done
  530. install: install-am
  531. install-exec: install-exec-am
  532. install-data: install-data-am
  533. uninstall: uninstall-am
  534. install-am: all-am
  535. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  536. installcheck: installcheck-am
  537. install-strip:
  538. if test -z '$(STRIP)'; then \
  539. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  540. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  541. install; \
  542. else \
  543. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  544. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  545. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  546. fi
  547. mostlyclean-generic:
  548. clean-generic:
  549. distclean-generic:
  550. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  551. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  552. maintainer-clean-generic:
  553. @echo "This command is intended for maintainers to use"
  554. @echo "it deletes files that may require special tools to rebuild."
  555. clean: clean-am
  556. clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
  557. mostlyclean-am
  558. distclean: distclean-am
  559. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  560. -rm -f Makefile
  561. distclean-am: clean-am distclean-compile distclean-generic \
  562. distclean-hdr distclean-libtool distclean-tags
  563. dvi: dvi-am
  564. dvi-am:
  565. html: html-am
  566. html-am:
  567. info: info-am
  568. info-am:
  569. install-data-am:
  570. install-dvi: install-dvi-am
  571. install-dvi-am:
  572. install-exec-am: install-libexecsubLTLIBRARIES
  573. install-html: install-html-am
  574. install-html-am:
  575. install-info: install-info-am
  576. install-info-am:
  577. install-man:
  578. install-pdf: install-pdf-am
  579. install-pdf-am:
  580. install-ps: install-ps-am
  581. install-ps-am:
  582. installcheck-am:
  583. maintainer-clean: maintainer-clean-am
  584. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  585. -rm -rf $(top_srcdir)/autom4te.cache
  586. -rm -f Makefile
  587. maintainer-clean-am: distclean-am maintainer-clean-generic
  588. mostlyclean: mostlyclean-am
  589. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  590. mostlyclean-libtool
  591. pdf: pdf-am
  592. pdf-am:
  593. ps: ps-am
  594. ps-am:
  595. uninstall-am: uninstall-libexecsubLTLIBRARIES
  596. .MAKE: all install-am install-strip
  597. .PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
  598. check-am clean clean-cscope clean-generic \
  599. clean-libexecsubLTLIBRARIES clean-libtool cscope cscopelist-am \
  600. ctags ctags-am distclean distclean-compile distclean-generic \
  601. distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
  602. html-am info info-am install install-am install-data \
  603. install-data-am install-dvi install-dvi-am install-exec \
  604. install-exec-am install-html install-html-am install-info \
  605. install-info-am install-libexecsubLTLIBRARIES install-man \
  606. install-pdf install-pdf-am install-ps install-ps-am \
  607. install-strip installcheck installcheck-am installdirs \
  608. maintainer-clean maintainer-clean-generic mostlyclean \
  609. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  610. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  611. uninstall-libexecsubLTLIBRARIES
  612. .PRECIOUS: Makefile
  613. override CFLAGS := $(filter-out -fsanitize=address -fsanitize=hwaddress,$(CFLAGS))
  614. override LDFLAGS := $(filter-out -fsanitize=address -fsanitize=hwaddress,$(LDFLAGS))
  615. all-local: $(in_gcc_libs)
  616. $(in_gcc_libs) : $(gcc_build_dir)/%: %
  617. @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
  618. echo WARNING: $* is static, not copying to $@ >&2 ; \
  619. else \
  620. $(mkinstalldirs) $(gcc_build_dir) && \
  621. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
  622. fi
  623. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  624. # Otherwise a system limit (for SysV at least) may be exceeded.
  625. .NOEXPORT: