gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / readline / Makefile.in
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/>.
33 VPATH = @srcdir@
34 am__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 }
45 am__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
87 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89 pkgdatadir = $(datadir)/@PACKAGE@
90 pkgincludedir = $(includedir)/@PACKAGE@
91 pkglibdir = $(libdir)/@PACKAGE@
92 pkglibexecdir = $(libexecdir)/@PACKAGE@
93 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94 install_sh_DATA = $(install_sh) -c -m 644
95 install_sh_PROGRAM = $(install_sh) -c
96 install_sh_SCRIPT = $(install_sh) -c
97 INSTALL_HEADER = $(INSTALL_DATA)
98 transform = $(program_transform_name)
99 NORMAL_INSTALL = :
100 PRE_INSTALL = :
101 POST_INSTALL = :
102 NORMAL_UNINSTALL = :
103 PRE_UNINSTALL = :
104 POST_UNINSTALL = :
105 subdir = .
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
108 $(top_srcdir)/../config/override.m4 $(top_srcdir)/configure.ac
109 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110 $(ACLOCAL_M4)
111 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
112 $(am__configure_deps)
113 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
114 configure.lineno config.status.lineno
115 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
116 CONFIG_CLEAN_FILES =
117 CONFIG_CLEAN_VPATH_FILES =
118 AM_V_P = $(am__v_P_@AM_V@)
119 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120 am__v_P_0 = false
121 am__v_P_1 = :
122 AM_V_GEN = $(am__v_GEN_@AM_V@)
123 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124 am__v_GEN_0 = @echo " GEN " $@;
125 am__v_GEN_1 =
126 AM_V_at = $(am__v_at_@AM_V@)
127 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128 am__v_at_0 = @
129 am__v_at_1 =
130 SOURCES =
131 RECURSIVE_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
139 am__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
144 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
145 distclean-recursive maintainer-clean-recursive
146 am__recursive_targets = \
147 $(RECURSIVE_TARGETS) \
148 $(RECURSIVE_CLEAN_TARGETS) \
149 $(am__extra_recursive_targets)
150 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
151 cscope
152 am__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.
156 am__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.
164 am__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)`
169 ETAGS = etags
170 CTAGS = ctags
171 CSCOPE = cscope
172 DIST_SUBDIRS = $(SUBDIRS)
173 ACLOCAL = @ACLOCAL@
174 AMTAR = @AMTAR@
175 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176 AUTOCONF = @AUTOCONF@
177 AUTOHEADER = @AUTOHEADER@
178 AUTOMAKE = @AUTOMAKE@
179 AWK = @AWK@
180 CYGPATH_W = @CYGPATH_W@
181 DEFS = @DEFS@
182 ECHO_C = @ECHO_C@
183 ECHO_N = @ECHO_N@
184 ECHO_T = @ECHO_T@
185 INSTALL = @INSTALL@
186 INSTALL_DATA = @INSTALL_DATA@
187 INSTALL_PROGRAM = @INSTALL_PROGRAM@
188 INSTALL_SCRIPT = @INSTALL_SCRIPT@
189 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LTLIBOBJS = @LTLIBOBJS@
193 MAINT = @MAINT@
194 MAKEINFO = @MAKEINFO@
195 MKDIR_P = @MKDIR_P@
196 PACKAGE = @PACKAGE@
197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198 PACKAGE_NAME = @PACKAGE_NAME@
199 PACKAGE_STRING = @PACKAGE_STRING@
200 PACKAGE_TARNAME = @PACKAGE_TARNAME@
201 PACKAGE_URL = @PACKAGE_URL@
202 PACKAGE_VERSION = @PACKAGE_VERSION@
203 PATH_SEPARATOR = @PATH_SEPARATOR@
204 SET_MAKE = @SET_MAKE@
205 SHELL = @SHELL@
206 STRIP = @STRIP@
207 VERSION = @VERSION@
208 abs_builddir = @abs_builddir@
209 abs_srcdir = @abs_srcdir@
210 abs_top_builddir = @abs_top_builddir@
211 abs_top_srcdir = @abs_top_srcdir@
212 am__leading_dot = @am__leading_dot@
213 am__tar = @am__tar@
214 am__untar = @am__untar@
215 bindir = @bindir@
216 build_alias = @build_alias@
217 builddir = @builddir@
218 datadir = @datadir@
219 datarootdir = @datarootdir@
220 docdir = @docdir@
221 dvidir = @dvidir@
222 exec_prefix = @exec_prefix@
223 host_alias = @host_alias@
224 htmldir = @htmldir@
225 includedir = @includedir@
226 infodir = @infodir@
227 install_sh = @install_sh@
228 libdir = @libdir@
229 libexecdir = @libexecdir@
230 localedir = @localedir@
231 localstatedir = @localstatedir@
232 mandir = @mandir@
233 mkdir_p = @mkdir_p@
234 oldincludedir = @oldincludedir@
235 pdfdir = @pdfdir@
236 prefix = @prefix@
237 program_transform_name = @program_transform_name@
238 psdir = @psdir@
239 sbindir = @sbindir@
240 sharedstatedir = @sharedstatedir@
241 srcdir = @srcdir@
242 subdirs = @subdirs@
243 sysconfdir = @sysconfdir@
244 target_alias = @target_alias@
245 top_build_prefix = @top_build_prefix@
246 top_builddir = @top_builddir@
247 top_srcdir = @top_srcdir@
248 SUBDIRS = readline
249 all: all-recursive
250
251 .SUFFIXES:
252 am--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
267 Makefile: $(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
320 ID: $(am__tagged_files)
321 $(am__define_uniq_tagged_files); mkid -fID $$unique
322 tags: tags-recursive
323 TAGS: tags
324
325 tags-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
353 ctags: ctags-recursive
354
355 CTAGS: ctags
356 ctags-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
362 GTAGS:
363 here=`$(am__cd) $(top_builddir) && pwd` \
364 && $(am__cd) $(top_srcdir) \
365 && gtags -i $(GTAGS_ARGS) "$$here"
366 cscope: cscope.files
367 test ! -s cscope.files \
368 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
369 clean-cscope:
370 -rm -f cscope.files
371 cscope.files: clean-cscope cscopelist
372 cscopelist: cscopelist-recursive
373
374 cscopelist-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
388 distclean-tags:
389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
390 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
391 check-am: all-am
392 check: check-recursive
393 all-am: Makefile
394 installdirs: installdirs-recursive
395 installdirs-am:
396 install: install-recursive
397 install-exec: install-exec-recursive
398 install-data: install-data-recursive
399 uninstall: uninstall-recursive
400
401 install-am: all-am
402 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403
404 installcheck: installcheck-recursive
405 install-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
415 mostlyclean-generic:
416
417 clean-generic:
418
419 distclean-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
423 maintainer-clean-generic:
424 @echo "This command is intended for maintainers to use"
425 @echo "it deletes files that may require special tools to rebuild."
426 clean: clean-recursive
427
428 clean-am: clean-generic mostlyclean-am
429
430 distclean: distclean-recursive
431 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
432 -rm -f Makefile
433 distclean-am: clean-am distclean-generic distclean-tags
434
435 dvi: dvi-recursive
436
437 dvi-am:
438
439 html: html-recursive
440
441 html-am:
442
443 info: info-recursive
444
445 info-am:
446
447 install-data-am:
448
449 install-dvi: install-dvi-recursive
450
451 install-dvi-am:
452
453 install-exec-am:
454
455 install-html: install-html-recursive
456
457 install-html-am:
458
459 install-info: install-info-recursive
460
461 install-info-am:
462
463 install-man:
464
465 install-pdf: install-pdf-recursive
466
467 install-pdf-am:
468
469 install-ps: install-ps-recursive
470
471 install-ps-am:
472
473 installcheck-am:
474
475 maintainer-clean: maintainer-clean-recursive
476 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
477 -rm -rf $(top_srcdir)/autom4te.cache
478 -rm -f Makefile
479 maintainer-clean-am: distclean-am maintainer-clean-generic
480
481 mostlyclean: mostlyclean-recursive
482
483 mostlyclean-am: mostlyclean-generic
484
485 pdf: pdf-recursive
486
487 pdf-am:
488
489 ps: ps-recursive
490
491 ps-am:
492
493 uninstall-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:
This page took 0.039102 seconds and 4 git commands to generate.