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