]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/Makefile.in
Remove some null checks
[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@
227MAKEINFO = @MAKEINFO@
228MKDIR_P = @MKDIR_P@
229OBJEXT = @OBJEXT@
230PACKAGE = @PACKAGE@
231PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
232PACKAGE_NAME = @PACKAGE_NAME@
233PACKAGE_STRING = @PACKAGE_STRING@
234PACKAGE_TARNAME = @PACKAGE_TARNAME@
235PACKAGE_URL = @PACKAGE_URL@
236PACKAGE_VERSION = @PACKAGE_VERSION@
237PATH_SEPARATOR = @PATH_SEPARATOR@
238RANLIB = @RANLIB@
239SET_MAKE = @SET_MAKE@
240SHELL = @SHELL@
241STRIP = @STRIP@
242VERSION = @VERSION@
243abs_builddir = @abs_builddir@
5e25901f 244abs_srcdir = @abs_srcdir@
6bddc3e8
MF
245abs_top_builddir = @abs_top_builddir@
246abs_top_srcdir = @abs_top_srcdir@
247ac_ct_CC = @ac_ct_CC@
248am__include = @am__include@
249am__leading_dot = @am__leading_dot@
250am__quote = @am__quote@
251am__tar = @am__tar@
252am__untar = @am__untar@
253bindir = @bindir@
254build = @build@
255build_alias = @build_alias@
256build_cpu = @build_cpu@
257build_os = @build_os@
258build_vendor = @build_vendor@
259builddir = @builddir@
260datadir = @datadir@
261datarootdir = @datarootdir@
262docdir = @docdir@
263dvidir = @dvidir@
c906108c 264exec_prefix = @exec_prefix@
6bddc3e8 265host = @host@
c906108c 266host_alias = @host_alias@
6bddc3e8
MF
267host_cpu = @host_cpu@
268host_os = @host_os@
269host_vendor = @host_vendor@
270htmldir = @htmldir@
271includedir = @includedir@
272infodir = @infodir@
273install_sh = @install_sh@
c906108c 274libdir = @libdir@
6bddc3e8
MF
275libexecdir = @libexecdir@
276localedir = @localedir@
277localstatedir = @localstatedir@
c906108c 278mandir = @mandir@
6bddc3e8
MF
279mkdir_p = @mkdir_p@
280oldincludedir = @oldincludedir@
281pdfdir = @pdfdir@
282prefix = @prefix@
283program_transform_name = @program_transform_name@
284psdir = @psdir@
285sbindir = @sbindir@
286sharedstatedir = @sharedstatedir@
287srcdir = @srcdir@
288subdirs = @subdirs@
289sysconfdir = @sysconfdir@
290target = @target@
291target_alias = @target_alias@
292target_cpu = @target_cpu@
293target_os = @target_os@
294target_vendor = @target_vendor@
295top_build_prefix = @top_build_prefix@
296top_builddir = @top_builddir@
297top_srcdir = @top_srcdir@
6c57b87f 298AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects
6bddc3e8
MF
299ACLOCAL_AMFLAGS = -I.. -I../config
300srcroot = $(srcdir)/..
301SUBDIRS = @subdirs@
6c57b87f
MF
302MOSTLYCLEANFILES = core site-srcdir.exp testrun.log testrun.sum
303
304# Tweak the site.exp so it works with plain `runtest` from user.
305EXTRA_DEJAGNU_SITE_CONFIG = site-srcdir.exp
6bddc3e8
MF
306all: all-recursive
307
308.SUFFIXES:
309am--refresh: Makefile
310 @:
6c57b87f 311$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/testsuite/local.mk $(am__configure_deps)
6bddc3e8
MF
312 @for dep in $?; do \
313 case '$(am__configure_deps)' in \
314 *$$dep*) \
315 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
316 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
317 && exit 0; \
318 exit 1;; \
319 esac; \
320 done; \
321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
322 $(am__cd) $(top_srcdir) && \
323 $(AUTOMAKE) --foreign Makefile
324Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325 @case '$?' in \
326 *config.status*) \
327 echo ' $(SHELL) ./config.status'; \
328 $(SHELL) ./config.status;; \
329 *) \
330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
331 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
332 esac;
6c57b87f 333$(srcdir)/testsuite/local.mk $(am__empty):
6bddc3e8
MF
334
335$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
336 $(SHELL) ./config.status --recheck
c906108c 337
6bddc3e8
MF
338$(top_srcdir)/configure: $(am__configure_deps)
339 $(am__cd) $(srcdir) && $(AUTOCONF)
340$(ACLOCAL_M4): $(am__aclocal_m4_deps)
341 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
342$(am__aclocal_m4_deps):
6bddc3e8
MF
343
344# This directory's subdirectories are mostly independent; you can cd
345# into them and run 'make' without going through this Makefile.
346# To change the values of 'make' variables: instead of editing Makefiles,
347# (1) if the variable is set in 'config.status', edit 'config.status'
348# (which will cause the Makefiles to be regenerated when you run 'make');
349# (2) otherwise, pass the desired values on the 'make' command line.
350$(am__recursive_targets):
351 @fail=; \
352 if $(am__make_keepgoing); then \
353 failcom='fail=yes'; \
354 else \
355 failcom='exit 1'; \
356 fi; \
357 dot_seen=no; \
358 target=`echo $@ | sed s/-recursive//`; \
359 case "$@" in \
360 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
361 *) list='$(SUBDIRS)' ;; \
362 esac; \
363 for subdir in $$list; do \
364 echo "Making $$target in $$subdir"; \
365 if test "$$subdir" = "."; then \
366 dot_seen=yes; \
367 local_target="$$target-am"; \
368 else \
369 local_target="$$target"; \
370 fi; \
371 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
372 || eval $$failcom; \
373 done; \
374 if test "$$dot_seen" = "no"; then \
375 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
376 fi; test -z "$$fail"
377
378ID: $(am__tagged_files)
379 $(am__define_uniq_tagged_files); mkid -fID $$unique
380tags: tags-recursive
381TAGS: tags
382
383tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
384 set x; \
385 here=`pwd`; \
386 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
387 include_option=--etags-include; \
388 empty_fix=.; \
389 else \
390 include_option=--include; \
391 empty_fix=; \
392 fi; \
393 list='$(SUBDIRS)'; for subdir in $$list; do \
394 if test "$$subdir" = .; then :; else \
395 test ! -f $$subdir/TAGS || \
396 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
397 fi; \
398 done; \
399 $(am__define_uniq_tagged_files); \
400 shift; \
401 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
402 test -n "$$unique" || unique=$$empty_fix; \
403 if test $$# -gt 0; then \
404 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405 "$$@" $$unique; \
406 else \
407 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408 $$unique; \
409 fi; \
410 fi
411ctags: ctags-recursive
412
413CTAGS: ctags
414ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
415 $(am__define_uniq_tagged_files); \
416 test -z "$(CTAGS_ARGS)$$unique" \
417 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418 $$unique
419
420GTAGS:
421 here=`$(am__cd) $(top_builddir) && pwd` \
422 && $(am__cd) $(top_srcdir) \
423 && gtags -i $(GTAGS_ARGS) "$$here"
424cscope: cscope.files
425 test ! -s cscope.files \
426 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
427clean-cscope:
428 -rm -f cscope.files
429cscope.files: clean-cscope cscopelist
430cscopelist: cscopelist-recursive
431
432cscopelist-am: $(am__tagged_files)
433 list='$(am__tagged_files)'; \
434 case "$(srcdir)" in \
435 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
436 *) sdir=$(subdir)/$(srcdir) ;; \
437 esac; \
438 for i in $$list; do \
439 if test -f "$$i"; then \
440 echo "$(subdir)/$$i"; \
441 else \
442 echo "$$sdir/$$i"; \
443 fi; \
444 done >> $(top_builddir)/cscope.files
445
446distclean-tags:
447 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
6c57b87f
MF
449site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
450 @echo 'Making a new site.exp file ...'
451 @echo '## these variables are automatically generated by make ##' >site.tmp
452 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
453 @echo '# edit the last section' >>site.tmp
454 @echo 'set srcdir "$(srcdir)"' >>site.tmp
455 @echo "set objdir `pwd`" >>site.tmp
456 @echo 'set build_alias "$(build_alias)"' >>site.tmp
457 @echo 'set build_triplet $(build_triplet)' >>site.tmp
458 @echo 'set host_alias "$(host_alias)"' >>site.tmp
459 @echo 'set host_triplet $(host_triplet)' >>site.tmp
460 @echo 'set target_alias "$(target_alias)"' >>site.tmp
461 @echo 'set target_triplet $(target_triplet)' >>site.tmp
462 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
463 echo "## Begin content included from file $$f. Do not modify. ##" \
464 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
465 && echo "## End content included from file $$f. ##" \
466 || exit 1; \
467 done >> site.tmp
468 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
469 @if test -f site.exp; then \
470 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
471 fi
472 @-rm -f site.bak
473 @test ! -f site.exp || mv site.exp site.bak
474 @mv site.tmp site.exp
475
476distclean-DEJAGNU:
477 -rm -f site.exp site.bak
478 -l='$(DEJATOOL)'; for tool in $$l; do \
479 rm -f $$tool.sum $$tool.log; \
480 done
6bddc3e8 481check-am: all-am
6c57b87f 482 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
6bddc3e8
MF
483check: check-recursive
484all-am: Makefile
485installdirs: installdirs-recursive
486installdirs-am:
487install: install-recursive
488install-exec: install-exec-recursive
489install-data: install-data-recursive
490uninstall: uninstall-recursive
491
492install-am: all-am
493 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
494
495installcheck: installcheck-recursive
496install-strip:
497 if test -z '$(STRIP)'; then \
498 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500 install; \
501 else \
502 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
505 fi
506mostlyclean-generic:
507 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
c906108c 508
6bddc3e8 509clean-generic:
c906108c 510
6bddc3e8
MF
511distclean-generic:
512 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
513 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
c906108c 514
6bddc3e8
MF
515maintainer-clean-generic:
516 @echo "This command is intended for maintainers to use"
517 @echo "it deletes files that may require special tools to rebuild."
518clean: clean-recursive
c906108c 519
6bddc3e8 520clean-am: clean-generic mostlyclean-am
c906108c 521
6bddc3e8
MF
522distclean: distclean-recursive
523 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
524 -rm -f Makefile
6c57b87f
MF
525distclean-am: clean-am distclean-DEJAGNU distclean-generic \
526 distclean-tags
c906108c 527
6bddc3e8 528dvi: dvi-recursive
c906108c 529
6bddc3e8 530dvi-am:
c906108c 531
6bddc3e8 532html: html-recursive
c906108c 533
6bddc3e8 534html-am:
c906108c 535
6bddc3e8
MF
536info: info-recursive
537
538info-am:
539
540install-data-am:
541
542install-dvi: install-dvi-recursive
543
544install-dvi-am:
545
546install-exec-am:
547
548install-html: install-html-recursive
549
550install-html-am:
551
552install-info: install-info-recursive
553
554install-info-am:
555
556install-man:
557
558install-pdf: install-pdf-recursive
559
560install-pdf-am:
561
562install-ps: install-ps-recursive
563
564install-ps-am:
565
566installcheck-am:
567
568maintainer-clean: maintainer-clean-recursive
569 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
570 -rm -rf $(top_srcdir)/autom4te.cache
571 -rm -f Makefile
572maintainer-clean-am: distclean-am maintainer-clean-generic
573
574mostlyclean: mostlyclean-recursive
575
576mostlyclean-am: mostlyclean-generic
577
578pdf: pdf-recursive
579
580pdf-am:
581
582ps: ps-recursive
583
584ps-am:
585
586uninstall-am:
587
6c57b87f 588.MAKE: $(am__recursive_targets) check-am install-am install-strip
6bddc3e8
MF
589
590.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
6c57b87f
MF
591 am--refresh check check-DEJAGNU check-am clean clean-cscope \
592 clean-generic cscope cscopelist-am ctags ctags-am distclean \
593 distclean-DEJAGNU distclean-generic distclean-tags dvi dvi-am \
594 html html-am info info-am install install-am install-data \
595 install-data-am install-dvi install-dvi-am install-exec \
596 install-exec-am install-html install-html-am install-info \
597 install-info-am install-man install-pdf install-pdf-am \
598 install-ps install-ps-am install-strip installcheck \
599 installcheck-am installdirs installdirs-am maintainer-clean \
6bddc3e8
MF
600 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
601 pdf-am ps ps-am tags tags-am uninstall uninstall-am
602
603.PRECIOUS: Makefile
c906108c 604
c906108c 605
5e25901f
MF
606# Generate nltvals.def for newlib/libgloss using devo and build tree.
607# This file is shipped with distributions so we build in the source dir.
608# Use `make nltvals' to rebuild.
609# Note: If gdb releases begin to contain target header files (not a good idea,
610# but if they did ...), nltvals.def coud be generated at build time.
611# An alternative is to slurp in the tables at runtime.
612.PHONY: nltvals
613nltvals:
6bddc3e8 614 $(abs_srcdir)/common/gennltvals.py --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot)
5e25901f
MF
615 $(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def
616
6c57b87f
MF
617site-srcdir.exp: Makefile
618 echo "set srcdir \"$(srcdir)/testsuite\"" > $@
619
620check-DEJAGNU: site.exp
621 LC_ALL=C; export LC_ALL; \
622 EXPECT=${EXPECT} ; export EXPECT ; \
623 runtest=$(RUNTEST); \
624 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
625 $$runtest $(RUNTESTFLAGS); \
626 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
627 fi
628
6bddc3e8
MF
629# Tell versions [3.59,3.63) of GNU make to not export all variables.
630# Otherwise a system limit (for SysV at least) may be exceeded.
631.NOEXPORT: