Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  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. # Makefile.am is used by automake 1.11 to generate Makefile.in.
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkgincludedir = $(includedir)/@PACKAGE@
  18. pkglibdir = $(libdir)/@PACKAGE@
  19. pkglibexecdir = $(libexecdir)/@PACKAGE@
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. install_sh_DATA = $(install_sh) -c -m 644
  22. install_sh_PROGRAM = $(install_sh) -c
  23. install_sh_SCRIPT = $(install_sh) -c
  24. INSTALL_HEADER = $(INSTALL_DATA)
  25. transform = $(program_transform_name)
  26. NORMAL_INSTALL = :
  27. PRE_INSTALL = :
  28. POST_INSTALL = :
  29. NORMAL_UNINSTALL = :
  30. PRE_UNINSTALL = :
  31. POST_UNINSTALL = :
  32. build_triplet = @build@
  33. host_triplet = @host@
  34. target_triplet = @target@
  35. subdir = .
  36. DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  37. $(top_srcdir)/configure $(am__configure_deps) \
  38. $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
  41. $(top_srcdir)/../config/depstand.m4 \
  42. $(top_srcdir)/../config/lead-dot.m4 \
  43. $(top_srcdir)/../config/lthostflags.m4 \
  44. $(top_srcdir)/../config/override.m4 \
  45. $(top_srcdir)/../config/warnings.m4 \
  46. $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
  47. $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
  48. $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
  49. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  50. $(ACLOCAL_M4)
  51. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  52. configure.lineno config.status.lineno
  53. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  54. CONFIG_HEADER = config.h
  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)$(libexecsubdir)"
  79. LTLIBRARIES = $(libexecsub_LTLIBRARIES)
  80. am_liblto_plugin_la_OBJECTS = lto-plugin.lo
  81. liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS)
  82. DEFAULT_INCLUDES = -I.@am__isrc@
  83. depcomp =
  84. am__depfiles_maybe =
  85. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  86. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  87. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  88. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  89. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  90. CCLD = $(CC)
  91. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  92. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  93. $(LDFLAGS) -o $@
  94. SOURCES = $(liblto_plugin_la_SOURCES)
  95. ETAGS = etags
  96. CTAGS = ctags
  97. ACLOCAL = @ACLOCAL@
  98. AMTAR = @AMTAR@
  99. AR = @AR@
  100. AUTOCONF = @AUTOCONF@
  101. AUTOHEADER = @AUTOHEADER@
  102. AUTOMAKE = @AUTOMAKE@
  103. AWK = @AWK@
  104. CC = @CC@
  105. CCDEPMODE = @CCDEPMODE@
  106. CFLAGS = @CFLAGS@
  107. CPP = @CPP@
  108. CPPFLAGS = @CPPFLAGS@
  109. CYGPATH_W = @CYGPATH_W@
  110. DEFS = @DEFS@
  111. DEPDIR = @DEPDIR@
  112. DSYMUTIL = @DSYMUTIL@
  113. DUMPBIN = @DUMPBIN@
  114. ECHO_C = @ECHO_C@
  115. ECHO_N = @ECHO_N@
  116. ECHO_T = @ECHO_T@
  117. EGREP = @EGREP@
  118. EXEEXT = @EXEEXT@
  119. FGREP = @FGREP@
  120. GREP = @GREP@
  121. INSTALL = @INSTALL@
  122. INSTALL_DATA = @INSTALL_DATA@
  123. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  124. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  125. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  126. LD = @LD@
  127. LDFLAGS = @LDFLAGS@
  128. LIBOBJS = @LIBOBJS@
  129. LIBS = @LIBS@
  130. LIBTOOL = @LIBTOOL@
  131. LIPO = @LIPO@
  132. LN_S = @LN_S@
  133. LTLIBOBJS = @LTLIBOBJS@
  134. MAINT = @MAINT@
  135. MAKEINFO = @MAKEINFO@
  136. MKDIR_P = @MKDIR_P@
  137. NM = @NM@
  138. NMEDIT = @NMEDIT@
  139. OBJDUMP = @OBJDUMP@
  140. OBJEXT = @OBJEXT@
  141. OTOOL = @OTOOL@
  142. OTOOL64 = @OTOOL64@
  143. PACKAGE = @PACKAGE@
  144. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  145. PACKAGE_NAME = @PACKAGE_NAME@
  146. PACKAGE_STRING = @PACKAGE_STRING@
  147. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  148. PACKAGE_URL = @PACKAGE_URL@
  149. PACKAGE_VERSION = @PACKAGE_VERSION@
  150. PATH_SEPARATOR = @PATH_SEPARATOR@
  151. RANLIB = @RANLIB@
  152. SED = @SED@
  153. SET_MAKE = @SET_MAKE@
  154. SHELL = @SHELL@
  155. STRIP = @STRIP@
  156. VERSION = @VERSION@
  157. abs_builddir = @abs_builddir@
  158. abs_srcdir = @abs_srcdir@
  159. abs_top_builddir = @abs_top_builddir@
  160. abs_top_srcdir = @abs_top_srcdir@
  161. ac_ct_CC = @ac_ct_CC@
  162. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  163. ac_lto_plugin_ldflags = @ac_lto_plugin_ldflags@
  164. ac_lto_plugin_warn_cflags = @ac_lto_plugin_warn_cflags@
  165. accel_dir_suffix = @accel_dir_suffix@
  166. am__include = @am__include@
  167. am__leading_dot = @am__leading_dot@
  168. am__quote = @am__quote@
  169. am__tar = @am__tar@
  170. am__untar = @am__untar@
  171. bindir = @bindir@
  172. build = @build@
  173. build_alias = @build_alias@
  174. build_cpu = @build_cpu@
  175. build_libsubdir = @build_libsubdir@
  176. build_os = @build_os@
  177. build_subdir = @build_subdir@
  178. build_vendor = @build_vendor@
  179. builddir = @builddir@
  180. datadir = @datadir@
  181. datarootdir = @datarootdir@
  182. docdir = @docdir@
  183. dvidir = @dvidir@
  184. exec_prefix = @exec_prefix@
  185. gcc_build_dir = @gcc_build_dir@
  186. host = @host@
  187. host_alias = @host_alias@
  188. host_cpu = @host_cpu@
  189. host_os = @host_os@
  190. host_subdir = @host_subdir@
  191. host_vendor = @host_vendor@
  192. htmldir = @htmldir@
  193. includedir = @includedir@
  194. infodir = @infodir@
  195. install_sh = @install_sh@
  196. libdir = @libdir@
  197. libexecdir = @libexecdir@
  198. localedir = @localedir@
  199. localstatedir = @localstatedir@
  200. lt_host_flags = @lt_host_flags@
  201. mandir = @mandir@
  202. mkdir_p = @mkdir_p@
  203. oldincludedir = @oldincludedir@
  204. pdfdir = @pdfdir@
  205. prefix = @prefix@
  206. program_transform_name = @program_transform_name@
  207. psdir = @psdir@
  208. real_target_noncanonical = @real_target_noncanonical@
  209. sbindir = @sbindir@
  210. sharedstatedir = @sharedstatedir@
  211. srcdir = @srcdir@
  212. sysconfdir = @sysconfdir@
  213. target = @target@
  214. target_alias = @target_alias@
  215. target_cpu = @target_cpu@
  216. target_noncanonical := @target_noncanonical@
  217. target_os = @target_os@
  218. target_subdir = @target_subdir@
  219. target_vendor = @target_vendor@
  220. top_build_prefix = @top_build_prefix@
  221. top_builddir = @top_builddir@
  222. top_srcdir = @top_srcdir@
  223. with_libiberty = @with_libiberty@
  224. ACLOCAL_AMFLAGS = -I .. -I ../config
  225. AUTOMAKE_OPTIONS = no-dependencies
  226. gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
  227. libexecsubdir := $(libexecdir)/gcc/$(real_target_noncanonical)/$(gcc_version)$(accel_dir_suffix)
  228. AM_CPPFLAGS = -I$(top_srcdir)/../include $(DEFS)
  229. AM_CFLAGS = @ac_lto_plugin_warn_cflags@
  230. AM_LDFLAGS = @ac_lto_plugin_ldflags@
  231. AM_LIBTOOLFLAGS = --tag=disable-static
  232. libexecsub_LTLIBRARIES = liblto_plugin.la
  233. in_gcc_libs = $(foreach lib, $(libexecsub_LTLIBRARIES), $(gcc_build_dir)/$(lib))
  234. liblto_plugin_la_SOURCES = lto-plugin.c
  235. # Note that we intentionally override the bindir supplied by ACX_LT_HOST_FLAGS.
  236. liblto_plugin_la_LDFLAGS = $(AM_LDFLAGS) $(lt_host_flags) -module \
  237. -bindir $(libexecsubdir) $(if $(wildcard \
  238. $(libiberty_noasan)),, $(if $(wildcard \
  239. $(libiberty_pic)),,-Wc,$(libiberty)))
  240. # Can be simplified when libiberty becomes a normal convenience library.
  241. libiberty = $(with_libiberty)/libiberty.a
  242. libiberty_noasan = $(with_libiberty)/noasan/libiberty.a
  243. libiberty_pic = $(with_libiberty)/pic/libiberty.a
  244. Wc = -Wc,
  245. liblto_plugin_la_LIBADD = \
  246. $(if $(wildcard $(libiberty_noasan)),$(Wc)$(libiberty_noasan), \
  247. $(if $(wildcard $(libiberty_pic)),$(Wc)$(libiberty_pic),))
  248. liblto_plugin_la_DEPENDENCIES = \
  249. $(if $(wildcard $(libiberty_noasan)),$(libiberty_noasan), \
  250. $(if $(wildcard $(libiberty_pic)),$(libiberty_pic),))
  251. LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
  252. liblto_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  253. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  254. $(liblto_plugin_la_LDFLAGS) $(LTLDFLAGS) -o $@
  255. all: config.h
  256. $(MAKE) $(AM_MAKEFLAGS) all-am
  257. .SUFFIXES:
  258. .SUFFIXES: .c .lo .o .obj
  259. am--refresh:
  260. @:
  261. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  262. @for dep in $?; do \
  263. case '$(am__configure_deps)' in \
  264. *$$dep*) \
  265. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  266. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  267. && exit 0; \
  268. exit 1;; \
  269. esac; \
  270. done; \
  271. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  272. $(am__cd) $(top_srcdir) && \
  273. $(AUTOMAKE) --foreign Makefile
  274. .PRECIOUS: Makefile
  275. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  276. @case '$?' in \
  277. *config.status*) \
  278. echo ' $(SHELL) ./config.status'; \
  279. $(SHELL) ./config.status;; \
  280. *) \
  281. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  282. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  283. esac;
  284. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  285. $(SHELL) ./config.status --recheck
  286. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  287. $(am__cd) $(srcdir) && $(AUTOCONF)
  288. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  289. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  290. $(am__aclocal_m4_deps):
  291. config.h: stamp-h1
  292. @if test ! -f $@; then \
  293. rm -f stamp-h1; \
  294. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  295. else :; fi
  296. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  297. @rm -f stamp-h1
  298. cd $(top_builddir) && $(SHELL) ./config.status config.h
  299. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  300. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  301. rm -f stamp-h1
  302. touch $@
  303. distclean-hdr:
  304. -rm -f config.h stamp-h1
  305. install-libexecsubLTLIBRARIES: $(libexecsub_LTLIBRARIES)
  306. @$(NORMAL_INSTALL)
  307. test -z "$(libexecsubdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecsubdir)"
  308. @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
  309. list2=; for p in $$list; do \
  310. if test -f $$p; then \
  311. list2="$$list2 $$p"; \
  312. else :; fi; \
  313. done; \
  314. test -z "$$list2" || { \
  315. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libexecsubdir)'"; \
  316. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libexecsubdir)"; \
  317. }
  318. uninstall-libexecsubLTLIBRARIES:
  319. @$(NORMAL_UNINSTALL)
  320. @list='$(libexecsub_LTLIBRARIES)'; test -n "$(libexecsubdir)" || list=; \
  321. for p in $$list; do \
  322. $(am__strip_dir) \
  323. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libexecsubdir)/$$f'"; \
  324. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libexecsubdir)/$$f"; \
  325. done
  326. clean-libexecsubLTLIBRARIES:
  327. -test -z "$(libexecsub_LTLIBRARIES)" || rm -f $(libexecsub_LTLIBRARIES)
  328. @list='$(libexecsub_LTLIBRARIES)'; for p in $$list; do \
  329. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  330. test "$$dir" != "$$p" || dir=.; \
  331. echo "rm -f \"$${dir}/so_locations\""; \
  332. rm -f "$${dir}/so_locations"; \
  333. done
  334. liblto_plugin.la: $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_DEPENDENCIES)
  335. $(liblto_plugin_la_LINK) -rpath $(libexecsubdir) $(liblto_plugin_la_OBJECTS) $(liblto_plugin_la_LIBADD) $(LIBS)
  336. mostlyclean-compile:
  337. -rm -f *.$(OBJEXT)
  338. distclean-compile:
  339. -rm -f *.tab.c
  340. .c.o:
  341. $(COMPILE) -c $<
  342. .c.obj:
  343. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  344. .c.lo:
  345. $(LTCOMPILE) -c -o $@ $<
  346. mostlyclean-libtool:
  347. -rm -f *.lo
  348. clean-libtool:
  349. -rm -rf .libs _libs
  350. distclean-libtool:
  351. -rm -f libtool config.lt
  352. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  353. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  354. unique=`for i in $$list; do \
  355. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  356. done | \
  357. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  358. END { if (nonempty) { for (i in files) print i; }; }'`; \
  359. mkid -fID $$unique
  360. tags: TAGS
  361. TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  362. $(TAGS_FILES) $(LISP)
  363. set x; \
  364. here=`pwd`; \
  365. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  366. unique=`for i in $$list; do \
  367. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  368. done | \
  369. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  370. END { if (nonempty) { for (i in files) print i; }; }'`; \
  371. shift; \
  372. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  373. test -n "$$unique" || unique=$$empty_fix; \
  374. if test $$# -gt 0; then \
  375. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  376. "$$@" $$unique; \
  377. else \
  378. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  379. $$unique; \
  380. fi; \
  381. fi
  382. ctags: CTAGS
  383. CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  384. $(TAGS_FILES) $(LISP)
  385. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  386. unique=`for i in $$list; do \
  387. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  388. done | \
  389. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  390. END { if (nonempty) { for (i in files) print i; }; }'`; \
  391. test -z "$(CTAGS_ARGS)$$unique" \
  392. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  393. $$unique
  394. GTAGS:
  395. here=`$(am__cd) $(top_builddir) && pwd` \
  396. && $(am__cd) $(top_srcdir) \
  397. && gtags -i $(GTAGS_ARGS) "$$here"
  398. distclean-tags:
  399. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  400. check-am: all-am
  401. check: check-am
  402. all-am: Makefile $(LTLIBRARIES) config.h all-local
  403. installdirs:
  404. for dir in "$(DESTDIR)$(libexecsubdir)"; do \
  405. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  406. done
  407. install: install-am
  408. install-exec: install-exec-am
  409. install-data: install-data-am
  410. uninstall: uninstall-am
  411. install-am: all-am
  412. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  413. installcheck: installcheck-am
  414. install-strip:
  415. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  416. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  417. `test -z '$(STRIP)' || \
  418. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  419. mostlyclean-generic:
  420. clean-generic:
  421. distclean-generic:
  422. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  423. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  424. maintainer-clean-generic:
  425. @echo "This command is intended for maintainers to use"
  426. @echo "it deletes files that may require special tools to rebuild."
  427. clean: clean-am
  428. clean-am: clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
  429. mostlyclean-am
  430. distclean: distclean-am
  431. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  432. -rm -f Makefile
  433. distclean-am: clean-am distclean-compile distclean-generic \
  434. distclean-hdr distclean-libtool distclean-tags
  435. dvi: dvi-am
  436. dvi-am:
  437. html: html-am
  438. html-am:
  439. info: info-am
  440. info-am:
  441. install-data-am:
  442. install-dvi: install-dvi-am
  443. install-dvi-am:
  444. install-exec-am: install-libexecsubLTLIBRARIES
  445. install-html: install-html-am
  446. install-html-am:
  447. install-info: install-info-am
  448. install-info-am:
  449. install-man:
  450. install-pdf: install-pdf-am
  451. install-pdf-am:
  452. install-ps: install-ps-am
  453. install-ps-am:
  454. installcheck-am:
  455. maintainer-clean: maintainer-clean-am
  456. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  457. -rm -rf $(top_srcdir)/autom4te.cache
  458. -rm -f Makefile
  459. maintainer-clean-am: distclean-am maintainer-clean-generic
  460. mostlyclean: mostlyclean-am
  461. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  462. mostlyclean-libtool
  463. pdf: pdf-am
  464. pdf-am:
  465. ps: ps-am
  466. ps-am:
  467. uninstall-am: uninstall-libexecsubLTLIBRARIES
  468. .MAKE: all install-am install-strip
  469. .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
  470. clean clean-generic clean-libexecsubLTLIBRARIES clean-libtool \
  471. ctags distclean distclean-compile distclean-generic \
  472. distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
  473. html-am info info-am install install-am install-data \
  474. install-data-am install-dvi install-dvi-am install-exec \
  475. install-exec-am install-html install-html-am install-info \
  476. install-info-am install-libexecsubLTLIBRARIES install-man \
  477. install-pdf install-pdf-am install-ps install-ps-am \
  478. install-strip installcheck installcheck-am installdirs \
  479. maintainer-clean maintainer-clean-generic mostlyclean \
  480. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  481. pdf pdf-am ps ps-am tags uninstall uninstall-am \
  482. uninstall-libexecsubLTLIBRARIES
  483. override CFLAGS := $(filter-out -fsanitize=address,$(CFLAGS))
  484. override LDFLAGS := $(filter-out -fsanitize=address,$(LDFLAGS))
  485. all-local: $(in_gcc_libs)
  486. $(in_gcc_libs) : $(gcc_build_dir)/%: %
  487. @if test "X`dlname=; . ./$*; echo dlname:$$dlname`" = "Xdlname:"; then \
  488. echo WARNING: $* is static, not copying to $@ >&2 ; \
  489. else \
  490. $(mkinstalldirs) $(gcc_build_dir) && \
  491. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $* `pwd`/$@ ; \
  492. fi
  493. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  494. # Otherwise a system limit (for SysV at least) may be exceeded.
  495. .NOEXPORT: