Move readline to the readline/readline subdirectory
[deliverable/binutils-gdb.git] / readline / Makefile.in
CommitLineData
6999161a
TT
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
d60d9f65 3
6999161a 4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
d60d9f65 5
6999161a
TT
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.
cc88a640 9
6999161a
TT
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.
d60d9f65 14
6999161a 15@SET_MAKE@
5bdf8622 16
6999161a
TT
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@
5bdf8622
DJ
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
775e241e 200PACKAGE_TARNAME = @PACKAGE_TARNAME@
6999161a
TT
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@
d60d9f65 241srcdir = @srcdir@
6999161a
TT
242subdirs = @subdirs@
243sysconfdir = @sysconfdir@
244target_alias = @target_alias@
245top_build_prefix = @top_build_prefix@
246top_builddir = @top_builddir@
d60d9f65 247top_srcdir = @top_srcdir@
6999161a
TT
248AUTOMAKE_OPTIONS = no-dist foreign
249SUBDIRS = readline
250ACLOCAL_AMFLAGS = -I . -I ../config
251all: all-recursive
252
253.SUFFIXES:
254am--refresh: Makefile
255 @:
256$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
257 @for dep in $?; do \
258 case '$(am__configure_deps)' in \
259 *$$dep*) \
260 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
261 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
262 && exit 0; \
263 exit 1;; \
264 esac; \
265 done; \
266 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
267 $(am__cd) $(top_srcdir) && \
268 $(AUTOMAKE) --foreign Makefile
269Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270 @case '$?' in \
271 *config.status*) \
272 echo ' $(SHELL) ./config.status'; \
273 $(SHELL) ./config.status;; \
274 *) \
275 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
276 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
277 esac;
278
279$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
280 $(SHELL) ./config.status --recheck
d60d9f65 281
6999161a
TT
282$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
283 $(am__cd) $(srcdir) && $(AUTOCONF)
284$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
285 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
286$(am__aclocal_m4_deps):
287
288# This directory's subdirectories are mostly independent; you can cd
289# into them and run 'make' without going through this Makefile.
290# To change the values of 'make' variables: instead of editing Makefiles,
291# (1) if the variable is set in 'config.status', edit 'config.status'
292# (which will cause the Makefiles to be regenerated when you run 'make');
293# (2) otherwise, pass the desired values on the 'make' command line.
294$(am__recursive_targets):
295 @fail=; \
296 if $(am__make_keepgoing); then \
297 failcom='fail=yes'; \
298 else \
299 failcom='exit 1'; \
300 fi; \
301 dot_seen=no; \
302 target=`echo $@ | sed s/-recursive//`; \
303 case "$@" in \
304 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
305 *) list='$(SUBDIRS)' ;; \
306 esac; \
307 for subdir in $$list; do \
308 echo "Making $$target in $$subdir"; \
309 if test "$$subdir" = "."; then \
310 dot_seen=yes; \
311 local_target="$$target-am"; \
312 else \
313 local_target="$$target"; \
314 fi; \
315 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316 || eval $$failcom; \
317 done; \
318 if test "$$dot_seen" = "no"; then \
319 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
320 fi; test -z "$$fail"
321
322ID: $(am__tagged_files)
323 $(am__define_uniq_tagged_files); mkid -fID $$unique
324tags: tags-recursive
325TAGS: tags
326
327tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
328 set x; \
329 here=`pwd`; \
330 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
331 include_option=--etags-include; \
332 empty_fix=.; \
333 else \
334 include_option=--include; \
335 empty_fix=; \
336 fi; \
337 list='$(SUBDIRS)'; for subdir in $$list; do \
338 if test "$$subdir" = .; then :; else \
339 test ! -f $$subdir/TAGS || \
340 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
341 fi; \
342 done; \
343 $(am__define_uniq_tagged_files); \
344 shift; \
345 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
346 test -n "$$unique" || unique=$$empty_fix; \
347 if test $$# -gt 0; then \
348 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
349 "$$@" $$unique; \
350 else \
351 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
352 $$unique; \
353 fi; \
354 fi
355ctags: ctags-recursive
356
357CTAGS: ctags
358ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
359 $(am__define_uniq_tagged_files); \
360 test -z "$(CTAGS_ARGS)$$unique" \
361 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
362 $$unique
363
364GTAGS:
365 here=`$(am__cd) $(top_builddir) && pwd` \
366 && $(am__cd) $(top_srcdir) \
367 && gtags -i $(GTAGS_ARGS) "$$here"
368cscope: cscope.files
369 test ! -s cscope.files \
370 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
371clean-cscope:
372 -rm -f cscope.files
373cscope.files: clean-cscope cscopelist
374cscopelist: cscopelist-recursive
375
376cscopelist-am: $(am__tagged_files)
377 list='$(am__tagged_files)'; \
378 case "$(srcdir)" in \
379 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
380 *) sdir=$(subdir)/$(srcdir) ;; \
381 esac; \
382 for i in $$list; do \
383 if test -f "$$i"; then \
384 echo "$(subdir)/$$i"; \
385 else \
386 echo "$$sdir/$$i"; \
387 fi; \
388 done >> $(top_builddir)/cscope.files
389
390distclean-tags:
391 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
393check-am: all-am
394check: check-recursive
395all-am: Makefile
396installdirs: installdirs-recursive
397installdirs-am:
398install: install-recursive
399install-exec: install-exec-recursive
400install-data: install-data-recursive
401uninstall: uninstall-recursive
402
403install-am: all-am
404 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
405
406installcheck: installcheck-recursive
407install-strip:
408 if test -z '$(STRIP)'; then \
409 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
410 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
411 install; \
412 else \
413 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
416 fi
417mostlyclean-generic:
418
419clean-generic:
420
421distclean-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
425maintainer-clean-generic:
426 @echo "This command is intended for maintainers to use"
427 @echo "it deletes files that may require special tools to rebuild."
428clean: clean-recursive
429
430clean-am: clean-generic mostlyclean-am
431
432distclean: distclean-recursive
433 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
434 -rm -f Makefile
435distclean-am: clean-am distclean-generic distclean-tags
436
437dvi: dvi-recursive
d60d9f65 438
6999161a 439dvi-am:
d60d9f65 440
6999161a 441html: html-recursive
c862e87b 442
6999161a 443html-am:
d60d9f65 444
6999161a 445info: info-recursive
96e946ca 446
6999161a 447info-am:
d60d9f65 448
6999161a 449install-data-am:
d60d9f65 450
6999161a 451install-dvi: install-dvi-recursive
775e241e 452
6999161a 453install-dvi-am:
d60d9f65 454
6999161a 455install-exec-am:
9255ee31 456
6999161a
TT
457install-html: install-html-recursive
458
459install-html-am:
460
461install-info: install-info-recursive
462
463install-info-am:
d60d9f65 464
6999161a 465install-man:
d60d9f65 466
6999161a 467install-pdf: install-pdf-recursive
d60d9f65 468
6999161a 469install-pdf-am:
d60d9f65 470
6999161a 471install-ps: install-ps-recursive
cc88a640 472
6999161a 473install-ps-am:
c862e87b 474
6999161a
TT
475installcheck-am:
476
477maintainer-clean: maintainer-clean-recursive
478 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
479 -rm -rf $(top_srcdir)/autom4te.cache
480 -rm -f Makefile
481maintainer-clean-am: distclean-am maintainer-clean-generic
482
483mostlyclean: mostlyclean-recursive
484
485mostlyclean-am: mostlyclean-generic
486
487pdf: pdf-recursive
488
489pdf-am:
490
491ps: ps-recursive
492
493ps-am:
494
495uninstall-am:
496
497.MAKE: $(am__recursive_targets) install-am install-strip
498
499.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
500 am--refresh check check-am clean clean-cscope clean-generic \
501 cscope cscopelist-am ctags ctags-am distclean \
502 distclean-generic distclean-tags dvi dvi-am html html-am info \
503 info-am install install-am install-data install-data-am \
504 install-dvi install-dvi-am install-exec install-exec-am \
505 install-html install-html-am install-info install-info-am \
506 install-man install-pdf install-pdf-am install-ps \
507 install-ps-am install-strip installcheck installcheck-am \
508 installdirs installdirs-am maintainer-clean \
509 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
510 pdf-am ps ps-am tags tags-am uninstall uninstall-am
511
512.PRECIOUS: Makefile
513
514
515# Tell versions [3.59,3.63) of GNU make to not export all variables.
d60d9f65
SS
516# Otherwise a system limit (for SysV at least) may be exceeded.
517.NOEXPORT:
This page took 1.045832 seconds and 4 git commands to generate.