AArch64: Add MTE ptrace requests
[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
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/>.
48 VPATH = @srcdir@
49 am__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 }
60 am__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
102 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
103 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
104 pkgdatadir = $(datadir)/@PACKAGE@
105 pkgincludedir = $(includedir)/@PACKAGE@
106 pkglibdir = $(libdir)/@PACKAGE@
107 pkglibexecdir = $(libexecdir)/@PACKAGE@
108 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109 install_sh_DATA = $(install_sh) -c -m 644
110 install_sh_PROGRAM = $(install_sh) -c
111 install_sh_SCRIPT = $(install_sh) -c
112 INSTALL_HEADER = $(INSTALL_DATA)
113 transform = $(program_transform_name)
114 NORMAL_INSTALL = :
115 PRE_INSTALL = :
116 POST_INSTALL = :
117 NORMAL_UNINSTALL = :
118 PRE_UNINSTALL = :
119 POST_UNINSTALL = :
120 build_triplet = @build@
121 host_triplet = @host@
122 target_triplet = @target@
123 subdir = .
124 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125 am__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
128 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
129 $(ACLOCAL_M4)
130 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
131 $(am__configure_deps)
132 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
133 configure.lineno config.status.lineno
134 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
135 CONFIG_CLEAN_FILES =
136 CONFIG_CLEAN_VPATH_FILES =
137 AM_V_P = $(am__v_P_@AM_V@)
138 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
139 am__v_P_0 = false
140 am__v_P_1 = :
141 AM_V_GEN = $(am__v_GEN_@AM_V@)
142 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
143 am__v_GEN_0 = @echo " GEN " $@;
144 am__v_GEN_1 =
145 AM_V_at = $(am__v_at_@AM_V@)
146 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
147 am__v_at_0 = @
148 am__v_at_1 =
149 SOURCES =
150 RECURSIVE_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
158 am__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
163 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
164 distclean-recursive maintainer-clean-recursive
165 am__recursive_targets = \
166 $(RECURSIVE_TARGETS) \
167 $(RECURSIVE_CLEAN_TARGETS) \
168 $(am__extra_recursive_targets)
169 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
170 cscope
171 am__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.
175 am__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.
183 am__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)`
188 ETAGS = etags
189 CTAGS = ctags
190 CSCOPE = cscope
191 DEJATOOL = $(PACKAGE)
192 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
193 EXPECT = expect
194 RUNTEST = runtest
195 DIST_SUBDIRS = $(SUBDIRS)
196 ACLOCAL = @ACLOCAL@
197 AMTAR = @AMTAR@
198 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
199 AR = @AR@
200 AUTOCONF = @AUTOCONF@
201 AUTOHEADER = @AUTOHEADER@
202 AUTOMAKE = @AUTOMAKE@
203 AWK = @AWK@
204 CC = @CC@
205 CCDEPMODE = @CCDEPMODE@
206 CC_FOR_BUILD = @CC_FOR_BUILD@
207 CFLAGS = @CFLAGS@
208 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
209 CPP = @CPP@
210 CPPFLAGS = @CPPFLAGS@
211 CYGPATH_W = @CYGPATH_W@
212 DEFS = @DEFS@
213 DEPDIR = @DEPDIR@
214 ECHO_C = @ECHO_C@
215 ECHO_N = @ECHO_N@
216 ECHO_T = @ECHO_T@
217 EXEEXT = @EXEEXT@
218 INSTALL = @INSTALL@
219 INSTALL_DATA = @INSTALL_DATA@
220 INSTALL_PROGRAM = @INSTALL_PROGRAM@
221 INSTALL_SCRIPT = @INSTALL_SCRIPT@
222 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223 LDFLAGS = @LDFLAGS@
224 LIBOBJS = @LIBOBJS@
225 LIBS = @LIBS@
226 LTLIBOBJS = @LTLIBOBJS@
227 MAINT = @MAINT@
228 MAKEINFO = @MAKEINFO@
229 MKDIR_P = @MKDIR_P@
230 OBJEXT = @OBJEXT@
231 PACKAGE = @PACKAGE@
232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233 PACKAGE_NAME = @PACKAGE_NAME@
234 PACKAGE_STRING = @PACKAGE_STRING@
235 PACKAGE_TARNAME = @PACKAGE_TARNAME@
236 PACKAGE_URL = @PACKAGE_URL@
237 PACKAGE_VERSION = @PACKAGE_VERSION@
238 PATH_SEPARATOR = @PATH_SEPARATOR@
239 RANLIB = @RANLIB@
240 SET_MAKE = @SET_MAKE@
241 SHELL = @SHELL@
242 STRIP = @STRIP@
243 VERSION = @VERSION@
244 abs_builddir = @abs_builddir@
245 abs_srcdir = @abs_srcdir@
246 abs_top_builddir = @abs_top_builddir@
247 abs_top_srcdir = @abs_top_srcdir@
248 ac_ct_CC = @ac_ct_CC@
249 am__include = @am__include@
250 am__leading_dot = @am__leading_dot@
251 am__quote = @am__quote@
252 am__tar = @am__tar@
253 am__untar = @am__untar@
254 bindir = @bindir@
255 build = @build@
256 build_alias = @build_alias@
257 build_cpu = @build_cpu@
258 build_os = @build_os@
259 build_vendor = @build_vendor@
260 builddir = @builddir@
261 datadir = @datadir@
262 datarootdir = @datarootdir@
263 docdir = @docdir@
264 dvidir = @dvidir@
265 exec_prefix = @exec_prefix@
266 host = @host@
267 host_alias = @host_alias@
268 host_cpu = @host_cpu@
269 host_os = @host_os@
270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
272 includedir = @includedir@
273 infodir = @infodir@
274 install_sh = @install_sh@
275 libdir = @libdir@
276 libexecdir = @libexecdir@
277 localedir = @localedir@
278 localstatedir = @localstatedir@
279 mandir = @mandir@
280 mkdir_p = @mkdir_p@
281 oldincludedir = @oldincludedir@
282 pdfdir = @pdfdir@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 sbindir = @sbindir@
287 sharedstatedir = @sharedstatedir@
288 srcdir = @srcdir@
289 subdirs = @subdirs@
290 sysconfdir = @sysconfdir@
291 target = @target@
292 target_alias = @target_alias@
293 target_cpu = @target_cpu@
294 target_os = @target_os@
295 target_vendor = @target_vendor@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
299 AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects
300 ACLOCAL_AMFLAGS = -I.. -I../config
301 srcroot = $(srcdir)/..
302 SUBDIRS = @subdirs@
303 MOSTLYCLEANFILES = core site-srcdir.exp testrun.log testrun.sum
304
305 # Tweak the site.exp so it works with plain `runtest` from user.
306 EXTRA_DEJAGNU_SITE_CONFIG = site-srcdir.exp
307 all: all-recursive
308
309 .SUFFIXES:
310 am--refresh: Makefile
311 @:
312 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/testsuite/local.mk $(am__configure_deps)
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
325 Makefile: $(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;
334 $(srcdir)/testsuite/local.mk $(am__empty):
335
336 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337 $(SHELL) ./config.status --recheck
338
339 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
340 $(am__cd) $(srcdir) && $(AUTOCONF)
341 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
342 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
343 $(am__aclocal_m4_deps):
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
379 ID: $(am__tagged_files)
380 $(am__define_uniq_tagged_files); mkid -fID $$unique
381 tags: tags-recursive
382 TAGS: tags
383
384 tags-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
412 ctags: ctags-recursive
413
414 CTAGS: ctags
415 ctags-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
421 GTAGS:
422 here=`$(am__cd) $(top_builddir) && pwd` \
423 && $(am__cd) $(top_srcdir) \
424 && gtags -i $(GTAGS_ARGS) "$$here"
425 cscope: cscope.files
426 test ! -s cscope.files \
427 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
428 clean-cscope:
429 -rm -f cscope.files
430 cscope.files: clean-cscope cscopelist
431 cscopelist: cscopelist-recursive
432
433 cscopelist-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
447 distclean-tags:
448 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
449 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
450 site.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
477 distclean-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
482 check-am: all-am
483 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
484 check: check-recursive
485 all-am: Makefile
486 installdirs: installdirs-recursive
487 installdirs-am:
488 install: install-recursive
489 install-exec: install-exec-recursive
490 install-data: install-data-recursive
491 uninstall: uninstall-recursive
492
493 install-am: all-am
494 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
495
496 installcheck: installcheck-recursive
497 install-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
507 mostlyclean-generic:
508 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
509
510 clean-generic:
511
512 distclean-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)
515
516 maintainer-clean-generic:
517 @echo "This command is intended for maintainers to use"
518 @echo "it deletes files that may require special tools to rebuild."
519 clean: clean-recursive
520
521 clean-am: clean-generic mostlyclean-am
522
523 distclean: distclean-recursive
524 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
525 -rm -f Makefile
526 distclean-am: clean-am distclean-DEJAGNU distclean-generic \
527 distclean-tags
528
529 dvi: dvi-recursive
530
531 dvi-am:
532
533 html: html-recursive
534
535 html-am:
536
537 info: info-recursive
538
539 info-am:
540
541 install-data-am:
542
543 install-dvi: install-dvi-recursive
544
545 install-dvi-am:
546
547 install-exec-am:
548
549 install-html: install-html-recursive
550
551 install-html-am:
552
553 install-info: install-info-recursive
554
555 install-info-am:
556
557 install-man:
558
559 install-pdf: install-pdf-recursive
560
561 install-pdf-am:
562
563 install-ps: install-ps-recursive
564
565 install-ps-am:
566
567 installcheck-am:
568
569 maintainer-clean: maintainer-clean-recursive
570 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
571 -rm -rf $(top_srcdir)/autom4te.cache
572 -rm -f Makefile
573 maintainer-clean-am: distclean-am maintainer-clean-generic
574
575 mostlyclean: mostlyclean-recursive
576
577 mostlyclean-am: mostlyclean-generic
578
579 pdf: pdf-recursive
580
581 pdf-am:
582
583 ps: ps-recursive
584
585 ps-am:
586
587 uninstall-am:
588
589 .MAKE: $(am__recursive_targets) check-am install-am install-strip
590
591 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
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 \
601 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
602 pdf-am ps ps-am tags tags-am uninstall uninstall-am
603
604 .PRECIOUS: Makefile
605
606
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
614 nltvals:
615 $(abs_srcdir)/common/gennltvals.py --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot)
616 $(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def
617
618 site-srcdir.exp: Makefile
619 echo "set srcdir \"$(srcdir)/testsuite\"" > $@
620
621 check-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
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: