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