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