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