Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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. # Copyright (C) 2019 Free Software Foundation, Inc.
  13. # This file is part of GDB.
  14. # This program is free software; you can redistribute it and/or modify
  15. # it under the terms of the GNU General Public License as published by
  16. # the Free Software Foundation; either version 3 of the License, or
  17. # (at your option) any later version.
  18. #
  19. # This program is distributed in the hope that it will be useful,
  20. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. # GNU General Public License for more details.
  23. #
  24. # You should have received a copy of the GNU General Public License
  25. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  26. VPATH = @srcdir@
  27. am__is_gnu_make = { \
  28. if test -z '$(MAKELEVEL)'; then \
  29. false; \
  30. elif test -n '$(MAKE_HOST)'; then \
  31. true; \
  32. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  33. true; \
  34. else \
  35. false; \
  36. fi; \
  37. }
  38. am__make_running_with_option = \
  39. case $${target_option-} in \
  40. ?) ;; \
  41. *) echo "am__make_running_with_option: internal error: invalid" \
  42. "target option '$${target_option-}' specified" >&2; \
  43. exit 1;; \
  44. esac; \
  45. has_opt=no; \
  46. sane_makeflags=$$MAKEFLAGS; \
  47. if $(am__is_gnu_make); then \
  48. sane_makeflags=$$MFLAGS; \
  49. else \
  50. case $$MAKEFLAGS in \
  51. *\\[\ \ ]*) \
  52. bs=\\; \
  53. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  54. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  55. esac; \
  56. fi; \
  57. skip_next=no; \
  58. strip_trailopt () \
  59. { \
  60. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  61. }; \
  62. for flg in $$sane_makeflags; do \
  63. test $$skip_next = yes && { skip_next=no; continue; }; \
  64. case $$flg in \
  65. *=*|--*) continue;; \
  66. -*I) strip_trailopt 'I'; skip_next=yes;; \
  67. -*I?*) strip_trailopt 'I';; \
  68. -*O) strip_trailopt 'O'; skip_next=yes;; \
  69. -*O?*) strip_trailopt 'O';; \
  70. -*l) strip_trailopt 'l'; skip_next=yes;; \
  71. -*l?*) strip_trailopt 'l';; \
  72. -[dEDm]) skip_next=yes;; \
  73. -[JT]) skip_next=yes;; \
  74. esac; \
  75. case $$flg in \
  76. *$$target_option*) has_opt=yes; break;; \
  77. esac; \
  78. done; \
  79. test $$has_opt = yes
  80. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  81. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  82. pkgdatadir = $(datadir)/@PACKAGE@
  83. pkgincludedir = $(includedir)/@PACKAGE@
  84. pkglibdir = $(libdir)/@PACKAGE@
  85. pkglibexecdir = $(libexecdir)/@PACKAGE@
  86. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  87. install_sh_DATA = $(install_sh) -c -m 644
  88. install_sh_PROGRAM = $(install_sh) -c
  89. install_sh_SCRIPT = $(install_sh) -c
  90. INSTALL_HEADER = $(INSTALL_DATA)
  91. transform = $(program_transform_name)
  92. NORMAL_INSTALL = :
  93. PRE_INSTALL = :
  94. POST_INSTALL = :
  95. NORMAL_UNINSTALL = :
  96. PRE_UNINSTALL = :
  97. POST_UNINSTALL = :
  98. subdir = .
  99. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  100. am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
  101. $(top_srcdir)/../config/override.m4 $(top_srcdir)/configure.ac
  102. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  103. $(ACLOCAL_M4)
  104. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  105. $(am__configure_deps)
  106. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  107. configure.lineno config.status.lineno
  108. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  109. CONFIG_CLEAN_FILES =
  110. CONFIG_CLEAN_VPATH_FILES =
  111. AM_V_P = $(am__v_P_@AM_V@)
  112. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  113. am__v_P_0 = false
  114. am__v_P_1 = :
  115. AM_V_GEN = $(am__v_GEN_@AM_V@)
  116. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  117. am__v_GEN_0 = @echo " GEN " $@;
  118. am__v_GEN_1 =
  119. AM_V_at = $(am__v_at_@AM_V@)
  120. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  121. am__v_at_0 = @
  122. am__v_at_1 =
  123. SOURCES =
  124. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  125. ctags-recursive dvi-recursive html-recursive info-recursive \
  126. install-data-recursive install-dvi-recursive \
  127. install-exec-recursive install-html-recursive \
  128. install-info-recursive install-pdf-recursive \
  129. install-ps-recursive install-recursive installcheck-recursive \
  130. installdirs-recursive pdf-recursive ps-recursive \
  131. tags-recursive uninstall-recursive
  132. am__can_run_installinfo = \
  133. case $$AM_UPDATE_INFO_DIR in \
  134. n|no|NO) false;; \
  135. *) (install-info --version) >/dev/null 2>&1;; \
  136. esac
  137. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  138. distclean-recursive maintainer-clean-recursive
  139. am__recursive_targets = \
  140. $(RECURSIVE_TARGETS) \
  141. $(RECURSIVE_CLEAN_TARGETS) \
  142. $(am__extra_recursive_targets)
  143. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  144. cscope
  145. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  146. # Read a list of newline-separated strings from the standard input,
  147. # and print each of them once, without duplicates. Input order is
  148. # *not* preserved.
  149. am__uniquify_input = $(AWK) '\
  150. BEGIN { nonempty = 0; } \
  151. { items[$$0] = 1; nonempty = 1; } \
  152. END { if (nonempty) { for (i in items) print i; }; } \
  153. '
  154. # Make sure the list of sources is unique. This is necessary because,
  155. # e.g., the same source file might be shared among _SOURCES variables
  156. # for different programs/libraries.
  157. am__define_uniq_tagged_files = \
  158. list='$(am__tagged_files)'; \
  159. unique=`for i in $$list; do \
  160. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  161. done | $(am__uniquify_input)`
  162. ETAGS = etags
  163. CTAGS = ctags
  164. CSCOPE = cscope
  165. DIST_SUBDIRS = $(SUBDIRS)
  166. ACLOCAL = @ACLOCAL@
  167. AMTAR = @AMTAR@
  168. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  169. AUTOCONF = @AUTOCONF@
  170. AUTOHEADER = @AUTOHEADER@
  171. AUTOMAKE = @AUTOMAKE@
  172. AWK = @AWK@
  173. CYGPATH_W = @CYGPATH_W@
  174. DEFS = @DEFS@
  175. ECHO_C = @ECHO_C@
  176. ECHO_N = @ECHO_N@
  177. ECHO_T = @ECHO_T@
  178. INSTALL = @INSTALL@
  179. INSTALL_DATA = @INSTALL_DATA@
  180. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  181. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  182. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  183. LIBOBJS = @LIBOBJS@
  184. LIBS = @LIBS@
  185. LTLIBOBJS = @LTLIBOBJS@
  186. MAINT = @MAINT@
  187. MAKEINFO = @MAKEINFO@
  188. MKDIR_P = @MKDIR_P@
  189. PACKAGE = @PACKAGE@
  190. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  191. PACKAGE_NAME = @PACKAGE_NAME@
  192. PACKAGE_STRING = @PACKAGE_STRING@
  193. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  194. PACKAGE_URL = @PACKAGE_URL@
  195. PACKAGE_VERSION = @PACKAGE_VERSION@
  196. PATH_SEPARATOR = @PATH_SEPARATOR@
  197. SET_MAKE = @SET_MAKE@
  198. SHELL = @SHELL@
  199. STRIP = @STRIP@
  200. VERSION = @VERSION@
  201. abs_builddir = @abs_builddir@
  202. abs_srcdir = @abs_srcdir@
  203. abs_top_builddir = @abs_top_builddir@
  204. abs_top_srcdir = @abs_top_srcdir@
  205. am__leading_dot = @am__leading_dot@
  206. am__tar = @am__tar@
  207. am__untar = @am__untar@
  208. bindir = @bindir@
  209. build_alias = @build_alias@
  210. builddir = @builddir@
  211. datadir = @datadir@
  212. datarootdir = @datarootdir@
  213. docdir = @docdir@
  214. dvidir = @dvidir@
  215. exec_prefix = @exec_prefix@
  216. host_alias = @host_alias@
  217. htmldir = @htmldir@
  218. includedir = @includedir@
  219. infodir = @infodir@
  220. install_sh = @install_sh@
  221. libdir = @libdir@
  222. libexecdir = @libexecdir@
  223. localedir = @localedir@
  224. localstatedir = @localstatedir@
  225. mandir = @mandir@
  226. mkdir_p = @mkdir_p@
  227. oldincludedir = @oldincludedir@
  228. pdfdir = @pdfdir@
  229. prefix = @prefix@
  230. program_transform_name = @program_transform_name@
  231. psdir = @psdir@
  232. sbindir = @sbindir@
  233. sharedstatedir = @sharedstatedir@
  234. srcdir = @srcdir@
  235. subdirs = @subdirs@
  236. sysconfdir = @sysconfdir@
  237. target_alias = @target_alias@
  238. top_build_prefix = @top_build_prefix@
  239. top_builddir = @top_builddir@
  240. top_srcdir = @top_srcdir@
  241. SUBDIRS = readline
  242. all: all-recursive
  243. .SUFFIXES:
  244. am--refresh: Makefile
  245. @:
  246. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  247. @for dep in $?; do \
  248. case '$(am__configure_deps)' in \
  249. *$$dep*) \
  250. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  251. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  252. && exit 0; \
  253. exit 1;; \
  254. esac; \
  255. done; \
  256. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  257. $(am__cd) $(top_srcdir) && \
  258. $(AUTOMAKE) --foreign Makefile
  259. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  260. @case '$?' in \
  261. *config.status*) \
  262. echo ' $(SHELL) ./config.status'; \
  263. $(SHELL) ./config.status;; \
  264. *) \
  265. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  266. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  267. esac;
  268. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  269. $(SHELL) ./config.status --recheck
  270. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  271. $(am__cd) $(srcdir) && $(AUTOCONF)
  272. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  273. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  274. $(am__aclocal_m4_deps):
  275. # This directory's subdirectories are mostly independent; you can cd
  276. # into them and run 'make' without going through this Makefile.
  277. # To change the values of 'make' variables: instead of editing Makefiles,
  278. # (1) if the variable is set in 'config.status', edit 'config.status'
  279. # (which will cause the Makefiles to be regenerated when you run 'make');
  280. # (2) otherwise, pass the desired values on the 'make' command line.
  281. $(am__recursive_targets):
  282. @fail=; \
  283. if $(am__make_keepgoing); then \
  284. failcom='fail=yes'; \
  285. else \
  286. failcom='exit 1'; \
  287. fi; \
  288. dot_seen=no; \
  289. target=`echo $@ | sed s/-recursive//`; \
  290. case "$@" in \
  291. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  292. *) list='$(SUBDIRS)' ;; \
  293. esac; \
  294. for subdir in $$list; do \
  295. echo "Making $$target in $$subdir"; \
  296. if test "$$subdir" = "."; then \
  297. dot_seen=yes; \
  298. local_target="$$target-am"; \
  299. else \
  300. local_target="$$target"; \
  301. fi; \
  302. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  303. || eval $$failcom; \
  304. done; \
  305. if test "$$dot_seen" = "no"; then \
  306. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  307. fi; test -z "$$fail"
  308. ID: $(am__tagged_files)
  309. $(am__define_uniq_tagged_files); mkid -fID $$unique
  310. tags: tags-recursive
  311. TAGS: tags
  312. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  313. set x; \
  314. here=`pwd`; \
  315. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  316. include_option=--etags-include; \
  317. empty_fix=.; \
  318. else \
  319. include_option=--include; \
  320. empty_fix=; \
  321. fi; \
  322. list='$(SUBDIRS)'; for subdir in $$list; do \
  323. if test "$$subdir" = .; then :; else \
  324. test ! -f $$subdir/TAGS || \
  325. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  326. fi; \
  327. done; \
  328. $(am__define_uniq_tagged_files); \
  329. shift; \
  330. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  331. test -n "$$unique" || unique=$$empty_fix; \
  332. if test $$# -gt 0; then \
  333. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  334. "$$@" $$unique; \
  335. else \
  336. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  337. $$unique; \
  338. fi; \
  339. fi
  340. ctags: ctags-recursive
  341. CTAGS: ctags
  342. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  343. $(am__define_uniq_tagged_files); \
  344. test -z "$(CTAGS_ARGS)$$unique" \
  345. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  346. $$unique
  347. GTAGS:
  348. here=`$(am__cd) $(top_builddir) && pwd` \
  349. && $(am__cd) $(top_srcdir) \
  350. && gtags -i $(GTAGS_ARGS) "$$here"
  351. cscope: cscope.files
  352. test ! -s cscope.files \
  353. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  354. clean-cscope:
  355. -rm -f cscope.files
  356. cscope.files: clean-cscope cscopelist
  357. cscopelist: cscopelist-recursive
  358. cscopelist-am: $(am__tagged_files)
  359. list='$(am__tagged_files)'; \
  360. case "$(srcdir)" in \
  361. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  362. *) sdir=$(subdir)/$(srcdir) ;; \
  363. esac; \
  364. for i in $$list; do \
  365. if test -f "$$i"; then \
  366. echo "$(subdir)/$$i"; \
  367. else \
  368. echo "$$sdir/$$i"; \
  369. fi; \
  370. done >> $(top_builddir)/cscope.files
  371. distclean-tags:
  372. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  373. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  374. check-am: all-am
  375. check: check-recursive
  376. all-am: Makefile
  377. installdirs: installdirs-recursive
  378. installdirs-am:
  379. install: install-recursive
  380. install-exec: install-exec-recursive
  381. install-data: install-data-recursive
  382. uninstall: uninstall-recursive
  383. install-am: all-am
  384. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  385. installcheck: installcheck-recursive
  386. install-strip:
  387. if test -z '$(STRIP)'; then \
  388. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  389. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  390. install; \
  391. else \
  392. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  393. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  394. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  395. fi
  396. mostlyclean-generic:
  397. clean-generic:
  398. distclean-generic:
  399. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  400. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  401. maintainer-clean-generic:
  402. @echo "This command is intended for maintainers to use"
  403. @echo "it deletes files that may require special tools to rebuild."
  404. clean: clean-recursive
  405. clean-am: clean-generic mostlyclean-am
  406. distclean: distclean-recursive
  407. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  408. -rm -f Makefile
  409. distclean-am: clean-am distclean-generic distclean-tags
  410. dvi: dvi-recursive
  411. dvi-am:
  412. html: html-recursive
  413. html-am:
  414. info: info-recursive
  415. info-am:
  416. install-data-am:
  417. install-dvi: install-dvi-recursive
  418. install-dvi-am:
  419. install-exec-am:
  420. install-html: install-html-recursive
  421. install-html-am:
  422. install-info: install-info-recursive
  423. install-info-am:
  424. install-man:
  425. install-pdf: install-pdf-recursive
  426. install-pdf-am:
  427. install-ps: install-ps-recursive
  428. install-ps-am:
  429. installcheck-am:
  430. maintainer-clean: maintainer-clean-recursive
  431. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  432. -rm -rf $(top_srcdir)/autom4te.cache
  433. -rm -f Makefile
  434. maintainer-clean-am: distclean-am maintainer-clean-generic
  435. mostlyclean: mostlyclean-recursive
  436. mostlyclean-am: mostlyclean-generic
  437. pdf: pdf-recursive
  438. pdf-am:
  439. ps: ps-recursive
  440. ps-am:
  441. uninstall-am:
  442. .MAKE: $(am__recursive_targets) install-am install-strip
  443. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  444. am--refresh check check-am clean clean-cscope clean-generic \
  445. cscope cscopelist-am ctags ctags-am distclean \
  446. distclean-generic distclean-tags dvi dvi-am html html-am info \
  447. info-am install install-am install-data install-data-am \
  448. install-dvi install-dvi-am install-exec install-exec-am \
  449. install-html install-html-am install-info install-info-am \
  450. install-man install-pdf install-pdf-am install-ps \
  451. install-ps-am install-strip installcheck installcheck-am \
  452. installdirs installdirs-am maintainer-clean \
  453. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  454. pdf-am ps ps-am tags tags-am uninstall uninstall-am
  455. .PRECIOUS: Makefile
  456. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  457. # Otherwise a system limit (for SysV at least) may be exceeded.
  458. .NOEXPORT: