1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
4 # Copyright (C) 1994-2017 Free Software Foundation, 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.
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
17 # Copyright (C) 2019 Free Software Foundation, Inc.
19 # This file is part of GDB.
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.
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.
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/>.
35 if
test -z
'$(MAKELEVEL)'; then \
37 elif
test -n
'$(MAKE_HOST)'; then \
39 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
45 am__make_running_with_option
= \
46 case
$${target_option-
} in \
48 *) echo
"am__make_running_with_option: internal error: invalid" \
49 "target option '$${target_option-}' specified" >&2; \
53 sane_makeflags
=$$MAKEFLAGS; \
54 if
$(am__is_gnu_make
); then \
55 sane_makeflags
=$$MFLAGS; \
60 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
67 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 for flg in
$$sane_makeflags; do \
70 test $$skip_next = yes
&& { skip_next
=no
; 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
;; \
83 *$$target_option*) has_opt
=yes
; break
;; \
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
)
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
) \
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
117 CONFIG_CLEAN_VPATH_FILES
=
118 AM_V_P
= $(am__v_P_@AM_V@
)
119 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
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 " $@
;
126 AM_V_at
= $(am__v_at_@AM_V@
)
127 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
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 \
142 *) (install-info
--version
) >/dev
/null
2>&1;; \
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 \
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
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; }; } \
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)`
172 DIST_SUBDIRS
= $(SUBDIRS
)
175 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
176 AUTOCONF
= @AUTOCONF@
177 AUTOHEADER
= @AUTOHEADER@
178 AUTOMAKE
= @AUTOMAKE@
180 CYGPATH_W
= @CYGPATH_W@
186 INSTALL_DATA
= @INSTALL_DATA@
187 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
188 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
189 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
192 LTLIBOBJS
= @LTLIBOBJS@
194 MAKEINFO
= @MAKEINFO@
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@
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@
214 am__untar
= @am__untar@
216 build_alias
= @build_alias@
217 builddir
= @builddir@
219 datarootdir
= @datarootdir@
222 exec_prefix = @
exec_prefix@
223 host_alias
= @host_alias@
225 includedir = @
includedir@
227 install_sh
= @install_sh@
229 libexecdir
= @libexecdir@
230 localedir
= @localedir@
231 localstatedir
= @localstatedir@
234 oldincludedir = @
oldincludedir@
237 program_transform_name
= @program_transform_name@
240 sharedstatedir
= @sharedstatedir@
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@
252 am--refresh
: Makefile
254 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
256 case
'$(am__configure_deps)' in \
258 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
259 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
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
270 echo
' $(SHELL) ./config.status'; \
271 $(SHELL
) .
/config.status
;; \
273 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
274 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
277 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
278 $(SHELL
) .
/config.status
--recheck
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
):
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
):
294 if
$(am__make_keepgoing
); then \
295 failcom
='fail=yes'; \
300 target
=`echo $@ | sed s/-recursive//`; \
302 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
303 *) list
='$(SUBDIRS)' ;; \
305 for subdir in
$$list; do \
306 echo
"Making $$target in $$subdir"; \
307 if
test "$$subdir" = "."; then \
309 local_target
="$$target-am"; \
311 local_target
="$$target"; \
313 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
316 if
test "$$dot_seen" = "no"; then \
317 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
320 ID
: $(am__tagged_files
)
321 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
325 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
328 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
329 include_option
=--etags-include
; \
332 include_option
=--include; \
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"; \
341 $(am__define_uniq_tagged_files
); \
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
) \
349 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
353 ctags
: ctags-recursive
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
) \
363 here
=`$(am__cd) $(top_builddir) && pwd` \
364 && $(am__cd
) $(top_srcdir
) \
365 && gtags
-i
$(GTAGS_ARGS
) "$$here"
367 test ! -s cscope.files \
368 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
371 cscope.files
: clean-cscope cscopelist
372 cscopelist
: cscopelist-recursive
374 cscopelist-am
: $(am__tagged_files
)
375 list
='$(am__tagged_files)'; \
376 case
"$(srcdir)" in \
377 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
378 *) sdir
=$(subdir
)/$(srcdir) ;; \
380 for i in
$$list; do \
381 if
test -f
"$$i"; then \
382 echo
"$(subdir)/$$i"; \
386 done
>> $(top_builddir
)/cscope.files
389 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
390 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
392 check: check-recursive
394 installdirs: installdirs-recursive
396 install: install-recursive
397 install-exec
: install-exec-recursive
398 install-data
: install-data-recursive
399 uninstall: uninstall-recursive
402 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
404 installcheck: installcheck-recursive
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 \
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; \
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
)
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
428 clean-am
: clean-generic mostlyclean-am
430 distclean: distclean-recursive
431 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
433 distclean-am
: clean-am distclean-generic distclean-tags
449 install-dvi
: install-dvi-recursive
455 install-html
: install-html-recursive
459 install-info
: install-info-recursive
465 install-pdf
: install-pdf-recursive
469 install-ps
: install-ps-recursive
475 maintainer-clean
: maintainer-clean-recursive
476 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
477 -rm -rf
$(top_srcdir
)/autom4te.cache
479 maintainer-clean-am
: distclean-am maintainer-clean-generic
481 mostlyclean: mostlyclean-recursive
483 mostlyclean-am
: mostlyclean-generic
495 .MAKE
: $(am__recursive_targets
) install-am install-strip
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
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.