]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/Makefile.in
sim: clean up bfd_vma printing
[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 32
b6b1c790
MF
33# The IGEN simulator generator for GDB, the GNU Debugger.
34#
35# Copyright 2002-2021 Free Software Foundation, Inc.
36#
37# Contributed by Andrew Cagney.
38#
39# This file is part of GDB.
40#
41# This program is free software; you can redistribute it and/or modify
42# it under the terms of the GNU General Public License as published by
43# the Free Software Foundation; either version 3 of the License, or
44# (at your option) any later version.
45#
46# This program is distributed in the hope that it will be useful,
47# but WITHOUT ANY WARRANTY; without even the implied warranty of
48# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49# GNU General Public License for more details.
50#
51# You should have received a copy of the GNU General Public License
52# along with this program. If not, see <http://www.gnu.org/licenses/>.
53
6c57b87f
MF
54#
55# Copyright (C) 1997-2021 Free Software Foundation, Inc.
56#
57# This program is free software; you can redistribute it and/or modify
58# it under the terms of the GNU General Public License as published by
59# the Free Software Foundation; either version 3 of the License, or
60# (at your option) any later version.
61#
62# This program is distributed in the hope that it will be useful,
63# but WITHOUT ANY WARRANTY; without even the implied warranty of
64# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
65# GNU General Public License for more details.
66#
67# You should have received a copy of the GNU General Public License
68# along with this program. If not, see <http://www.gnu.org/licenses/>.
b6b1c790 69
a389375f
MF
70# Copyright (C) 1997-2021 Free Software Foundation, Inc.
71#
72# This program is free software; you can redistribute it and/or modify
73# it under the terms of the GNU General Public License as published by
74# the Free Software Foundation; either version 3 of the License, or
75# (at your option) any later version.
76#
77# This program is distributed in the hope that it will be useful,
78# but WITHOUT ANY WARRANTY; without even the implied warranty of
79# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
80# GNU General Public License for more details.
81#
82# You should have received a copy of the GNU General Public License
83# along with this program. If not, see <http://www.gnu.org/licenses/>.
84
c906108c 85VPATH = @srcdir@
6bddc3e8
MF
86am__is_gnu_make = { \
87 if test -z '$(MAKELEVEL)'; then \
88 false; \
89 elif test -n '$(MAKE_HOST)'; then \
90 true; \
91 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
92 true; \
93 else \
94 false; \
95 fi; \
96}
97am__make_running_with_option = \
98 case $${target_option-} in \
99 ?) ;; \
100 *) echo "am__make_running_with_option: internal error: invalid" \
101 "target option '$${target_option-}' specified" >&2; \
102 exit 1;; \
103 esac; \
104 has_opt=no; \
105 sane_makeflags=$$MAKEFLAGS; \
106 if $(am__is_gnu_make); then \
107 sane_makeflags=$$MFLAGS; \
108 else \
109 case $$MAKEFLAGS in \
110 *\\[\ \ ]*) \
111 bs=\\; \
112 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
113 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
114 esac; \
115 fi; \
116 skip_next=no; \
117 strip_trailopt () \
118 { \
119 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
120 }; \
121 for flg in $$sane_makeflags; do \
122 test $$skip_next = yes && { skip_next=no; continue; }; \
123 case $$flg in \
124 *=*|--*) continue;; \
125 -*I) strip_trailopt 'I'; skip_next=yes;; \
126 -*I?*) strip_trailopt 'I';; \
127 -*O) strip_trailopt 'O'; skip_next=yes;; \
128 -*O?*) strip_trailopt 'O';; \
129 -*l) strip_trailopt 'l'; skip_next=yes;; \
130 -*l?*) strip_trailopt 'l';; \
131 -[dEDm]) skip_next=yes;; \
132 -[JT]) skip_next=yes;; \
133 esac; \
134 case $$flg in \
135 *$$target_option*) has_opt=yes; break;; \
136 esac; \
137 done; \
138 test $$has_opt = yes
139am__make_dryrun = (target_option=n; $(am__make_running_with_option))
140am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
141pkgdatadir = $(datadir)/@PACKAGE@
142pkgincludedir = $(includedir)/@PACKAGE@
143pkglibdir = $(libdir)/@PACKAGE@
144pkglibexecdir = $(libexecdir)/@PACKAGE@
145am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
146install_sh_DATA = $(install_sh) -c -m 644
147install_sh_PROGRAM = $(install_sh) -c
148install_sh_SCRIPT = $(install_sh) -c
149INSTALL_HEADER = $(INSTALL_DATA)
150transform = $(program_transform_name)
151NORMAL_INSTALL = :
152PRE_INSTALL = :
153POST_INSTALL = :
154NORMAL_UNINSTALL = :
155PRE_UNINSTALL = :
156POST_UNINSTALL = :
157build_triplet = @build@
158host_triplet = @host@
159target_triplet = @target@
a389375f
MF
160check_PROGRAMS = $(am__EXEEXT_3)
161EXTRA_PROGRAMS = $(am__EXEEXT_2) testsuite/common/bits-gen$(EXEEXT) \
162 testsuite/common/fpu-tst$(EXEEXT)
b6b1c790
MF
163@SIM_ENABLE_IGEN_TRUE@am__append_1 = igen/libigen.a
164@SIM_ENABLE_IGEN_TRUE@am__append_2 = $(igen_IGEN_TOOLS)
165@SIM_ENABLE_IGEN_TRUE@am__append_3 = $(igen_IGEN_TOOLS)
a389375f
MF
166TESTS = testsuite/common/bits32m0$(EXEEXT) \
167 testsuite/common/bits32m31$(EXEEXT) \
168 testsuite/common/bits64m0$(EXEEXT) \
169 testsuite/common/bits64m63$(EXEEXT) \
170 testsuite/common/alu-tst$(EXEEXT)
6bddc3e8
MF
171subdir = .
172ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
173am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
174 $(top_srcdir)/../config/lead-dot.m4 \
c2783492
MF
175 $(top_srcdir)/../config/override.m4 \
176 $(top_srcdir)/m4/sim_ac_toolchain.m4 \
177 $(top_srcdir)/configure.ac
6bddc3e8
MF
178am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
179 $(ACLOCAL_M4)
180DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
181 $(am__configure_deps)
182am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
183 configure.lineno config.status.lineno
184mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
6c57b87f 185CONFIG_CLEAN_FILES =
6bddc3e8 186CONFIG_CLEAN_VPATH_FILES =
b6b1c790
MF
187LIBRARIES = $(noinst_LIBRARIES)
188ARFLAGS = cru
189AM_V_AR = $(am__v_AR_@AM_V@)
190am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
191am__v_AR_0 = @echo " AR " $@;
192am__v_AR_1 =
193igen_libigen_a_AR = $(AR) $(ARFLAGS)
194igen_libigen_a_LIBADD =
195am__dirstamp = $(am__leading_dot)dirstamp
196@SIM_ENABLE_IGEN_TRUE@am_igen_libigen_a_OBJECTS = \
197@SIM_ENABLE_IGEN_TRUE@ igen/table.$(OBJEXT) igen/lf.$(OBJEXT) \
198@SIM_ENABLE_IGEN_TRUE@ igen/misc.$(OBJEXT) \
199@SIM_ENABLE_IGEN_TRUE@ igen/filter_host.$(OBJEXT) \
200@SIM_ENABLE_IGEN_TRUE@ igen/ld-decode.$(OBJEXT) \
201@SIM_ENABLE_IGEN_TRUE@ igen/ld-cache.$(OBJEXT) \
202@SIM_ENABLE_IGEN_TRUE@ igen/filter.$(OBJEXT) \
203@SIM_ENABLE_IGEN_TRUE@ igen/ld-insn.$(OBJEXT) \
204@SIM_ENABLE_IGEN_TRUE@ igen/gen-model.$(OBJEXT) \
205@SIM_ENABLE_IGEN_TRUE@ igen/gen-itable.$(OBJEXT) \
206@SIM_ENABLE_IGEN_TRUE@ igen/gen-icache.$(OBJEXT) \
207@SIM_ENABLE_IGEN_TRUE@ igen/gen-semantics.$(OBJEXT) \
208@SIM_ENABLE_IGEN_TRUE@ igen/gen-idecode.$(OBJEXT) \
209@SIM_ENABLE_IGEN_TRUE@ igen/gen-support.$(OBJEXT) \
210@SIM_ENABLE_IGEN_TRUE@ igen/gen-engine.$(OBJEXT) \
211@SIM_ENABLE_IGEN_TRUE@ igen/gen.$(OBJEXT)
212igen_libigen_a_OBJECTS = $(am_igen_libigen_a_OBJECTS)
213@SIM_ENABLE_IGEN_TRUE@am__EXEEXT_1 = igen/igen$(EXEEXT) \
214@SIM_ENABLE_IGEN_TRUE@ igen/filter$(EXEEXT) igen/gen$(EXEEXT) \
215@SIM_ENABLE_IGEN_TRUE@ igen/ld-cache$(EXEEXT) \
216@SIM_ENABLE_IGEN_TRUE@ igen/ld-decode$(EXEEXT) \
217@SIM_ENABLE_IGEN_TRUE@ igen/ld-insn$(EXEEXT) \
218@SIM_ENABLE_IGEN_TRUE@ igen/table$(EXEEXT)
219@SIM_ENABLE_IGEN_TRUE@am__EXEEXT_2 = $(am__EXEEXT_1)
a389375f
MF
220am__EXEEXT_3 = testsuite/common/bits32m0$(EXEEXT) \
221 testsuite/common/bits32m31$(EXEEXT) \
222 testsuite/common/bits64m0$(EXEEXT) \
223 testsuite/common/bits64m63$(EXEEXT) \
224 testsuite/common/alu-tst$(EXEEXT)
b6b1c790
MF
225am_igen_filter_OBJECTS =
226igen_filter_OBJECTS = $(am_igen_filter_OBJECTS)
227@SIM_ENABLE_IGEN_TRUE@igen_filter_DEPENDENCIES = igen/filter-main.o \
228@SIM_ENABLE_IGEN_TRUE@ igen/libigen.a
229am_igen_gen_OBJECTS =
230igen_gen_OBJECTS = $(am_igen_gen_OBJECTS)
231@SIM_ENABLE_IGEN_TRUE@igen_gen_DEPENDENCIES = igen/gen-main.o \
232@SIM_ENABLE_IGEN_TRUE@ igen/libigen.a
233@SIM_ENABLE_IGEN_TRUE@am_igen_igen_OBJECTS = igen/igen.$(OBJEXT)
234igen_igen_OBJECTS = $(am_igen_igen_OBJECTS)
235@SIM_ENABLE_IGEN_TRUE@igen_igen_DEPENDENCIES = igen/libigen.a
236am_igen_ld_cache_OBJECTS =
237igen_ld_cache_OBJECTS = $(am_igen_ld_cache_OBJECTS)
238@SIM_ENABLE_IGEN_TRUE@igen_ld_cache_DEPENDENCIES = \
239@SIM_ENABLE_IGEN_TRUE@ igen/ld-cache-main.o igen/libigen.a
240am_igen_ld_decode_OBJECTS =
241igen_ld_decode_OBJECTS = $(am_igen_ld_decode_OBJECTS)
242@SIM_ENABLE_IGEN_TRUE@igen_ld_decode_DEPENDENCIES = \
243@SIM_ENABLE_IGEN_TRUE@ igen/ld-decode-main.o igen/libigen.a
244am_igen_ld_insn_OBJECTS =
245igen_ld_insn_OBJECTS = $(am_igen_ld_insn_OBJECTS)
246@SIM_ENABLE_IGEN_TRUE@igen_ld_insn_DEPENDENCIES = igen/ld-insn-main.o \
247@SIM_ENABLE_IGEN_TRUE@ igen/libigen.a
248am_igen_table_OBJECTS =
249igen_table_OBJECTS = $(am_igen_table_OBJECTS)
250@SIM_ENABLE_IGEN_TRUE@igen_table_DEPENDENCIES = igen/table-main.o \
251@SIM_ENABLE_IGEN_TRUE@ igen/libigen.a
a389375f
MF
252testsuite_common_alu_tst_SOURCES = testsuite/common/alu-tst.c
253testsuite_common_alu_tst_OBJECTS = testsuite/common/alu-tst.$(OBJEXT)
254testsuite_common_alu_tst_LDADD = $(LDADD)
255testsuite_common_bits_gen_SOURCES = testsuite/common/bits-gen.c
256testsuite_common_bits_gen_OBJECTS = \
257 testsuite/common/bits-gen.$(OBJEXT)
258testsuite_common_bits_gen_LDADD = $(LDADD)
259testsuite_common_bits32m0_SOURCES = testsuite/common/bits32m0.c
260testsuite_common_bits32m0_OBJECTS = \
261 testsuite/common/bits32m0.$(OBJEXT)
262testsuite_common_bits32m0_LDADD = $(LDADD)
263testsuite_common_bits32m31_SOURCES = testsuite/common/bits32m31.c
264testsuite_common_bits32m31_OBJECTS = \
265 testsuite/common/bits32m31.$(OBJEXT)
266testsuite_common_bits32m31_LDADD = $(LDADD)
267testsuite_common_bits64m0_SOURCES = testsuite/common/bits64m0.c
268testsuite_common_bits64m0_OBJECTS = \
269 testsuite/common/bits64m0.$(OBJEXT)
270testsuite_common_bits64m0_LDADD = $(LDADD)
271testsuite_common_bits64m63_SOURCES = testsuite/common/bits64m63.c
272testsuite_common_bits64m63_OBJECTS = \
273 testsuite/common/bits64m63.$(OBJEXT)
274testsuite_common_bits64m63_LDADD = $(LDADD)
275testsuite_common_fpu_tst_SOURCES = testsuite/common/fpu-tst.c
276testsuite_common_fpu_tst_OBJECTS = testsuite/common/fpu-tst.$(OBJEXT)
277testsuite_common_fpu_tst_LDADD = $(LDADD)
6bddc3e8
MF
278AM_V_P = $(am__v_P_@AM_V@)
279am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
280am__v_P_0 = false
281am__v_P_1 = :
282AM_V_GEN = $(am__v_GEN_@AM_V@)
283am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
284am__v_GEN_0 = @echo " GEN " $@;
285am__v_GEN_1 =
286AM_V_at = $(am__v_at_@AM_V@)
287am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
288am__v_at_0 = @
289am__v_at_1 =
b6b1c790
MF
290DEFAULT_INCLUDES = -I.@am__isrc@
291depcomp = $(SHELL) $(top_srcdir)/../depcomp
292am__depfiles_maybe = depfiles
293am__mv = mv -f
294COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
295 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
296AM_V_CC = $(am__v_CC_@AM_V@)
297am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
298am__v_CC_0 = @echo " CC " $@;
299am__v_CC_1 =
300CCLD = $(CC)
301LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
302AM_V_CCLD = $(am__v_CCLD_@AM_V@)
303am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
304am__v_CCLD_0 = @echo " CCLD " $@;
305am__v_CCLD_1 =
306SOURCES = $(igen_libigen_a_SOURCES) $(igen_filter_SOURCES) \
307 $(igen_gen_SOURCES) $(igen_igen_SOURCES) \
308 $(igen_ld_cache_SOURCES) $(igen_ld_decode_SOURCES) \
a389375f
MF
309 $(igen_ld_insn_SOURCES) $(igen_table_SOURCES) \
310 testsuite/common/alu-tst.c testsuite/common/bits-gen.c \
311 testsuite/common/bits32m0.c testsuite/common/bits32m31.c \
312 testsuite/common/bits64m0.c testsuite/common/bits64m63.c \
313 testsuite/common/fpu-tst.c
6bddc3e8
MF
314RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
315 ctags-recursive dvi-recursive html-recursive info-recursive \
316 install-data-recursive install-dvi-recursive \
317 install-exec-recursive install-html-recursive \
318 install-info-recursive install-pdf-recursive \
319 install-ps-recursive install-recursive installcheck-recursive \
320 installdirs-recursive pdf-recursive ps-recursive \
321 tags-recursive uninstall-recursive
322am__can_run_installinfo = \
323 case $$AM_UPDATE_INFO_DIR in \
324 n|no|NO) false;; \
325 *) (install-info --version) >/dev/null 2>&1;; \
326 esac
327RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
328 distclean-recursive maintainer-clean-recursive
329am__recursive_targets = \
330 $(RECURSIVE_TARGETS) \
331 $(RECURSIVE_CLEAN_TARGETS) \
332 $(am__extra_recursive_targets)
333AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
a389375f 334 cscope check recheck
6bddc3e8
MF
335am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
336# Read a list of newline-separated strings from the standard input,
337# and print each of them once, without duplicates. Input order is
338# *not* preserved.
339am__uniquify_input = $(AWK) '\
340 BEGIN { nonempty = 0; } \
341 { items[$$0] = 1; nonempty = 1; } \
342 END { if (nonempty) { for (i in items) print i; }; } \
343'
344# Make sure the list of sources is unique. This is necessary because,
345# e.g., the same source file might be shared among _SOURCES variables
346# for different programs/libraries.
347am__define_uniq_tagged_files = \
348 list='$(am__tagged_files)'; \
349 unique=`for i in $$list; do \
350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351 done | $(am__uniquify_input)`
352ETAGS = etags
353CTAGS = ctags
354CSCOPE = cscope
6c57b87f
MF
355DEJATOOL = $(PACKAGE)
356RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
357EXPECT = expect
358RUNTEST = runtest
a389375f
MF
359am__tty_colors_dummy = \
360 mgn= red= grn= lgn= blu= brg= std=; \
361 am__color_tests=no
362am__tty_colors = { \
363 $(am__tty_colors_dummy); \
364 if test "X$(AM_COLOR_TESTS)" = Xno; then \
365 am__color_tests=no; \
366 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
367 am__color_tests=yes; \
368 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
369 am__color_tests=yes; \
370 fi; \
371 if test $$am__color_tests = yes; then \
372 red='\e[0;31m'; \
373 grn='\e[0;32m'; \
374 lgn='\e[1;32m'; \
375 blu='\e[1;34m'; \
376 mgn='\e[0;35m'; \
377 brg='\e[1m'; \
378 std='\e[m'; \
379 fi; \
380}
381am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
382am__vpath_adj = case $$p in \
383 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
384 *) f=$$p;; \
385 esac;
386am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
387am__install_max = 40
388am__nobase_strip_setup = \
389 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
390am__nobase_strip = \
391 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
392am__nobase_list = $(am__nobase_strip_setup); \
393 for p in $$list; do echo "$$p $$p"; done | \
394 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
395 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
396 if (++n[$$2] == $(am__install_max)) \
397 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
398 END { for (dir in files) print dir, files[dir] }'
399am__base_list = \
400 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
401 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
402am__uninstall_files_from_dir = { \
403 test -z "$$files" \
404 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
405 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
406 $(am__cd) "$$dir" && rm -f $$files; }; \
407 }
408am__recheck_rx = ^[ ]*:recheck:[ ]*
409am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
410am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
411# A command that, given a newline-separated list of test names on the
412# standard input, print the name of the tests that are to be re-run
413# upon "make recheck".
414am__list_recheck_tests = $(AWK) '{ \
415 recheck = 1; \
416 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
417 { \
418 if (rc < 0) \
419 { \
420 if ((getline line2 < ($$0 ".log")) < 0) \
421 recheck = 0; \
422 break; \
423 } \
424 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
425 { \
426 recheck = 0; \
427 break; \
428 } \
429 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
430 { \
431 break; \
432 } \
433 }; \
434 if (recheck) \
435 print $$0; \
436 close ($$0 ".trs"); \
437 close ($$0 ".log"); \
438}'
439# A command that, given a newline-separated list of test names on the
440# standard input, create the global log from their .trs and .log files.
441am__create_global_log = $(AWK) ' \
442function fatal(msg) \
443{ \
444 print "fatal: making $@: " msg | "cat >&2"; \
445 exit 1; \
446} \
447function rst_section(header) \
448{ \
449 print header; \
450 len = length(header); \
451 for (i = 1; i <= len; i = i + 1) \
452 printf "="; \
453 printf "\n\n"; \
454} \
455{ \
456 copy_in_global_log = 1; \
457 global_test_result = "RUN"; \
458 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
459 { \
460 if (rc < 0) \
461 fatal("failed to read from " $$0 ".trs"); \
462 if (line ~ /$(am__global_test_result_rx)/) \
463 { \
464 sub("$(am__global_test_result_rx)", "", line); \
465 sub("[ ]*$$", "", line); \
466 global_test_result = line; \
467 } \
468 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
469 copy_in_global_log = 0; \
470 }; \
471 if (copy_in_global_log) \
472 { \
473 rst_section(global_test_result ": " $$0); \
474 while ((rc = (getline line < ($$0 ".log"))) != 0) \
475 { \
476 if (rc < 0) \
477 fatal("failed to read from " $$0 ".log"); \
478 print line; \
479 }; \
480 printf "\n"; \
481 }; \
482 close ($$0 ".trs"); \
483 close ($$0 ".log"); \
484}'
485# Restructured Text title.
486am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
487# Solaris 10 'make', and several other traditional 'make' implementations,
488# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
489# by disabling -e (using the XSI extension "set +e") if it's set.
490am__sh_e_setup = case $$- in *e*) set +e;; esac
491# Default flags passed to test drivers.
492am__common_driver_flags = \
493 --color-tests "$$am__color_tests" \
494 --enable-hard-errors "$$am__enable_hard_errors" \
495 --expect-failure "$$am__expect_failure"
496# To be inserted before the command running the test. Creates the
497# directory for the log if needed. Stores in $dir the directory
498# containing $f, in $tst the test, in $log the log. Executes the
499# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
500# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
501# will run the test scripts (or their associated LOG_COMPILER, if
502# thy have one).
503am__check_pre = \
504$(am__sh_e_setup); \
505$(am__vpath_adj_setup) $(am__vpath_adj) \
506$(am__tty_colors); \
507srcdir=$(srcdir); export srcdir; \
508case "$@" in \
509 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
510 *) am__odir=.;; \
511esac; \
512test "x$$am__odir" = x"." || test -d "$$am__odir" \
513 || $(MKDIR_P) "$$am__odir" || exit $$?; \
514if test -f "./$$f"; then dir=./; \
515elif test -f "$$f"; then dir=; \
516else dir="$(srcdir)/"; fi; \
517tst=$$dir$$f; log='$@'; \
518if test -n '$(DISABLE_HARD_ERRORS)'; then \
519 am__enable_hard_errors=no; \
520else \
521 am__enable_hard_errors=yes; \
522fi; \
523case " $(XFAIL_TESTS) " in \
524 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
525 am__expect_failure=yes;; \
526 *) \
527 am__expect_failure=no;; \
528esac; \
529$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
530# A shell command to get the names of the tests scripts with any registered
531# extension removed (i.e., equivalently, the names of the test logs, with
532# the '.log' extension removed). The result is saved in the shell variable
533# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
534# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
535# since that might cause problem with VPATH rewrites for suffix-less tests.
536# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
537am__set_TESTS_bases = \
538 bases='$(TEST_LOGS)'; \
539 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
540 bases=`echo $$bases`
541RECHECK_LOGS = $(TEST_LOGS)
542TEST_SUITE_LOG = test-suite.log
543TEST_EXTENSIONS = @EXEEXT@ .test
544LOG_DRIVER = $(SHELL) $(top_srcdir)/../test-driver
545LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
546am__set_b = \
547 case '$@' in \
548 */*) \
549 case '$*' in \
550 */*) b='$*';; \
551 *) b=`echo '$@' | sed 's/\.log$$//'`; \
552 esac;; \
553 *) \
554 b='$*';; \
555 esac
556am__test_logs1 = $(TESTS:=.log)
557am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
558TEST_LOGS = $(am__test_logs2:.test.log=.log)
559TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../test-driver
560TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
561 $(TEST_LOG_FLAGS)
6bddc3e8
MF
562DIST_SUBDIRS = $(SUBDIRS)
563ACLOCAL = @ACLOCAL@
564AMTAR = @AMTAR@
565AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
566AR = @AR@
567AUTOCONF = @AUTOCONF@
568AUTOHEADER = @AUTOHEADER@
569AUTOMAKE = @AUTOMAKE@
570AWK = @AWK@
571CC = @CC@
572CCDEPMODE = @CCDEPMODE@
573CC_FOR_BUILD = @CC_FOR_BUILD@
574CFLAGS = @CFLAGS@
575CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
576CPP = @CPP@
577CPPFLAGS = @CPPFLAGS@
578CYGPATH_W = @CYGPATH_W@
c2783492 579C_DIALECT = @C_DIALECT@
6bddc3e8
MF
580DEFS = @DEFS@
581DEPDIR = @DEPDIR@
582ECHO_C = @ECHO_C@
583ECHO_N = @ECHO_N@
584ECHO_T = @ECHO_T@
c2783492 585EGREP = @EGREP@
6bddc3e8 586EXEEXT = @EXEEXT@
c2783492 587GREP = @GREP@
6bddc3e8
MF
588INSTALL = @INSTALL@
589INSTALL_DATA = @INSTALL_DATA@
590INSTALL_PROGRAM = @INSTALL_PROGRAM@
591INSTALL_SCRIPT = @INSTALL_SCRIPT@
592INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
593LDFLAGS = @LDFLAGS@
c2783492 594LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
6bddc3e8
MF
595LIBOBJS = @LIBOBJS@
596LIBS = @LIBS@
597LTLIBOBJS = @LTLIBOBJS@
8c379db2 598MAINT = @MAINT@
6bddc3e8
MF
599MAKEINFO = @MAKEINFO@
600MKDIR_P = @MKDIR_P@
601OBJEXT = @OBJEXT@
602PACKAGE = @PACKAGE@
603PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
604PACKAGE_NAME = @PACKAGE_NAME@
605PACKAGE_STRING = @PACKAGE_STRING@
606PACKAGE_TARNAME = @PACKAGE_TARNAME@
607PACKAGE_URL = @PACKAGE_URL@
608PACKAGE_VERSION = @PACKAGE_VERSION@
609PATH_SEPARATOR = @PATH_SEPARATOR@
610RANLIB = @RANLIB@
611SET_MAKE = @SET_MAKE@
612SHELL = @SHELL@
a0e674c1 613SIM_PRIMARY_TARGET = @SIM_PRIMARY_TARGET@
6bddc3e8
MF
614STRIP = @STRIP@
615VERSION = @VERSION@
616abs_builddir = @abs_builddir@
5e25901f 617abs_srcdir = @abs_srcdir@
6bddc3e8
MF
618abs_top_builddir = @abs_top_builddir@
619abs_top_srcdir = @abs_top_srcdir@
620ac_ct_CC = @ac_ct_CC@
621am__include = @am__include@
622am__leading_dot = @am__leading_dot@
623am__quote = @am__quote@
624am__tar = @am__tar@
625am__untar = @am__untar@
626bindir = @bindir@
627build = @build@
628build_alias = @build_alias@
629build_cpu = @build_cpu@
630build_os = @build_os@
631build_vendor = @build_vendor@
632builddir = @builddir@
633datadir = @datadir@
634datarootdir = @datarootdir@
635docdir = @docdir@
636dvidir = @dvidir@
c906108c 637exec_prefix = @exec_prefix@
6bddc3e8 638host = @host@
c906108c 639host_alias = @host_alias@
6bddc3e8
MF
640host_cpu = @host_cpu@
641host_os = @host_os@
642host_vendor = @host_vendor@
643htmldir = @htmldir@
644includedir = @includedir@
645infodir = @infodir@
646install_sh = @install_sh@
c906108c 647libdir = @libdir@
6bddc3e8
MF
648libexecdir = @libexecdir@
649localedir = @localedir@
650localstatedir = @localstatedir@
c906108c 651mandir = @mandir@
6bddc3e8
MF
652mkdir_p = @mkdir_p@
653oldincludedir = @oldincludedir@
654pdfdir = @pdfdir@
655prefix = @prefix@
656program_transform_name = @program_transform_name@
657psdir = @psdir@
658sbindir = @sbindir@
659sharedstatedir = @sharedstatedir@
660srcdir = @srcdir@
661subdirs = @subdirs@
662sysconfdir = @sysconfdir@
663target = @target@
664target_alias = @target_alias@
665target_cpu = @target_cpu@
666target_os = @target_os@
667target_vendor = @target_vendor@
668top_build_prefix = @top_build_prefix@
669top_builddir = @top_builddir@
670top_srcdir = @top_srcdir@
6c57b87f 671AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects
c2783492 672ACLOCAL_AMFLAGS = -Im4 -I.. -I../config
6bddc3e8
MF
673srcroot = $(srcdir)/..
674SUBDIRS = @subdirs@
a0e674c1 675AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET)
b6b1c790 676noinst_LIBRARIES = $(am__append_1)
a389375f
MF
677CLEANFILES = testsuite/common/bits-gen testsuite/common/bits32m0.c \
678 testsuite/common/bits32m31.c testsuite/common/bits64m0.c \
679 testsuite/common/bits64m63.c
680DISTCLEANFILES =
b6b1c790
MF
681MOSTLYCLEANFILES = core $(am__append_3) site-srcdir.exp testrun.log \
682 testrun.sum
c2783492
MF
683COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(AM_CPPFLAGS) $(CFLAGS_FOR_BUILD)
684LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@
b6b1c790
MF
685@SIM_ENABLE_IGEN_TRUE@igen_libigen_a_SOURCES = \
686@SIM_ENABLE_IGEN_TRUE@ igen/table.c \
687@SIM_ENABLE_IGEN_TRUE@ igen/lf.c \
688@SIM_ENABLE_IGEN_TRUE@ igen/misc.c \
689@SIM_ENABLE_IGEN_TRUE@ igen/filter_host.c \
690@SIM_ENABLE_IGEN_TRUE@ igen/ld-decode.c \
691@SIM_ENABLE_IGEN_TRUE@ igen/ld-cache.c \
692@SIM_ENABLE_IGEN_TRUE@ igen/filter.c \
693@SIM_ENABLE_IGEN_TRUE@ igen/ld-insn.c \
694@SIM_ENABLE_IGEN_TRUE@ igen/gen-model.c \
695@SIM_ENABLE_IGEN_TRUE@ igen/gen-itable.c \
696@SIM_ENABLE_IGEN_TRUE@ igen/gen-icache.c \
697@SIM_ENABLE_IGEN_TRUE@ igen/gen-semantics.c \
698@SIM_ENABLE_IGEN_TRUE@ igen/gen-idecode.c \
699@SIM_ENABLE_IGEN_TRUE@ igen/gen-support.c \
700@SIM_ENABLE_IGEN_TRUE@ igen/gen-engine.c \
701@SIM_ENABLE_IGEN_TRUE@ igen/gen.c
702
703@SIM_ENABLE_IGEN_TRUE@igen_igen_SOURCES = igen/igen.c
704@SIM_ENABLE_IGEN_TRUE@igen_igen_LDADD = igen/libigen.a
705@SIM_ENABLE_IGEN_TRUE@igen_filter_SOURCES =
706@SIM_ENABLE_IGEN_TRUE@igen_filter_LDADD = igen/filter-main.o igen/libigen.a
707@SIM_ENABLE_IGEN_TRUE@igen_gen_SOURCES =
708@SIM_ENABLE_IGEN_TRUE@igen_gen_LDADD = igen/gen-main.o igen/libigen.a
709@SIM_ENABLE_IGEN_TRUE@igen_ld_cache_SOURCES =
710@SIM_ENABLE_IGEN_TRUE@igen_ld_cache_LDADD = igen/ld-cache-main.o igen/libigen.a
711@SIM_ENABLE_IGEN_TRUE@igen_ld_decode_SOURCES =
712@SIM_ENABLE_IGEN_TRUE@igen_ld_decode_LDADD = igen/ld-decode-main.o igen/libigen.a
713@SIM_ENABLE_IGEN_TRUE@igen_ld_insn_SOURCES =
714@SIM_ENABLE_IGEN_TRUE@igen_ld_insn_LDADD = igen/ld-insn-main.o igen/libigen.a
715@SIM_ENABLE_IGEN_TRUE@igen_table_SOURCES =
716@SIM_ENABLE_IGEN_TRUE@igen_table_LDADD = igen/table-main.o igen/libigen.a
717@SIM_ENABLE_IGEN_TRUE@igen_IGEN_TOOLS = \
718@SIM_ENABLE_IGEN_TRUE@ igen/igen \
719@SIM_ENABLE_IGEN_TRUE@ igen/filter \
720@SIM_ENABLE_IGEN_TRUE@ igen/gen \
721@SIM_ENABLE_IGEN_TRUE@ igen/ld-cache \
722@SIM_ENABLE_IGEN_TRUE@ igen/ld-decode \
723@SIM_ENABLE_IGEN_TRUE@ igen/ld-insn \
724@SIM_ENABLE_IGEN_TRUE@ igen/table
725
6c57b87f
MF
726
727# Tweak the site.exp so it works with plain `runtest` from user.
728EXTRA_DEJAGNU_SITE_CONFIG = site-srcdir.exp
a389375f
MF
729testsuite_common_CPPFLAGS = \
730 -I$(srcdir)/common \
731 -I$(srcroot)/include
732
6bddc3e8
MF
733all: all-recursive
734
735.SUFFIXES:
a389375f 736.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
6bddc3e8
MF
737am--refresh: Makefile
738 @:
a389375f 739$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/igen/local.mk $(srcdir)/testsuite/local.mk $(srcdir)/testsuite/common/local.mk $(am__configure_deps)
6bddc3e8
MF
740 @for dep in $?; do \
741 case '$(am__configure_deps)' in \
742 *$$dep*) \
743 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
744 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
745 && exit 0; \
746 exit 1;; \
747 esac; \
748 done; \
749 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
750 $(am__cd) $(top_srcdir) && \
751 $(AUTOMAKE) --foreign Makefile
752Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
753 @case '$?' in \
754 *config.status*) \
755 echo ' $(SHELL) ./config.status'; \
756 $(SHELL) ./config.status;; \
757 *) \
758 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
759 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
760 esac;
a389375f 761$(srcdir)/igen/local.mk $(srcdir)/testsuite/local.mk $(srcdir)/testsuite/common/local.mk $(am__empty):
6bddc3e8
MF
762
763$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
764 $(SHELL) ./config.status --recheck
c906108c 765
8c379db2 766$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
6bddc3e8 767 $(am__cd) $(srcdir) && $(AUTOCONF)
8c379db2 768$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
6bddc3e8
MF
769 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
770$(am__aclocal_m4_deps):
6bddc3e8 771
b6b1c790
MF
772clean-noinstLIBRARIES:
773 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
774igen/$(am__dirstamp):
775 @$(MKDIR_P) igen
776 @: > igen/$(am__dirstamp)
777igen/$(DEPDIR)/$(am__dirstamp):
778 @$(MKDIR_P) igen/$(DEPDIR)
779 @: > igen/$(DEPDIR)/$(am__dirstamp)
780igen/table.$(OBJEXT): igen/$(am__dirstamp) \
781 igen/$(DEPDIR)/$(am__dirstamp)
782igen/lf.$(OBJEXT): igen/$(am__dirstamp) igen/$(DEPDIR)/$(am__dirstamp)
783igen/misc.$(OBJEXT): igen/$(am__dirstamp) \
784 igen/$(DEPDIR)/$(am__dirstamp)
785igen/filter_host.$(OBJEXT): igen/$(am__dirstamp) \
786 igen/$(DEPDIR)/$(am__dirstamp)
787igen/ld-decode.$(OBJEXT): igen/$(am__dirstamp) \
788 igen/$(DEPDIR)/$(am__dirstamp)
789igen/ld-cache.$(OBJEXT): igen/$(am__dirstamp) \
790 igen/$(DEPDIR)/$(am__dirstamp)
791igen/filter.$(OBJEXT): igen/$(am__dirstamp) \
792 igen/$(DEPDIR)/$(am__dirstamp)
793igen/ld-insn.$(OBJEXT): igen/$(am__dirstamp) \
794 igen/$(DEPDIR)/$(am__dirstamp)
795igen/gen-model.$(OBJEXT): igen/$(am__dirstamp) \
796 igen/$(DEPDIR)/$(am__dirstamp)
797igen/gen-itable.$(OBJEXT): igen/$(am__dirstamp) \
798 igen/$(DEPDIR)/$(am__dirstamp)
799igen/gen-icache.$(OBJEXT): igen/$(am__dirstamp) \
800 igen/$(DEPDIR)/$(am__dirstamp)
801igen/gen-semantics.$(OBJEXT): igen/$(am__dirstamp) \
802 igen/$(DEPDIR)/$(am__dirstamp)
803igen/gen-idecode.$(OBJEXT): igen/$(am__dirstamp) \
804 igen/$(DEPDIR)/$(am__dirstamp)
805igen/gen-support.$(OBJEXT): igen/$(am__dirstamp) \
806 igen/$(DEPDIR)/$(am__dirstamp)
807igen/gen-engine.$(OBJEXT): igen/$(am__dirstamp) \
808 igen/$(DEPDIR)/$(am__dirstamp)
809igen/gen.$(OBJEXT): igen/$(am__dirstamp) \
810 igen/$(DEPDIR)/$(am__dirstamp)
811
812igen/libigen.a: $(igen_libigen_a_OBJECTS) $(igen_libigen_a_DEPENDENCIES) $(EXTRA_igen_libigen_a_DEPENDENCIES) igen/$(am__dirstamp)
813 $(AM_V_at)-rm -f igen/libigen.a
814 $(AM_V_AR)$(igen_libigen_a_AR) igen/libigen.a $(igen_libigen_a_OBJECTS) $(igen_libigen_a_LIBADD)
815 $(AM_V_at)$(RANLIB) igen/libigen.a
816
a389375f
MF
817clean-checkPROGRAMS:
818 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
819
b6b1c790
MF
820igen/filter$(EXEEXT): $(igen_filter_OBJECTS) $(igen_filter_DEPENDENCIES) $(EXTRA_igen_filter_DEPENDENCIES) igen/$(am__dirstamp)
821 @rm -f igen/filter$(EXEEXT)
822 $(AM_V_CCLD)$(LINK) $(igen_filter_OBJECTS) $(igen_filter_LDADD) $(LIBS)
823
824igen/gen$(EXEEXT): $(igen_gen_OBJECTS) $(igen_gen_DEPENDENCIES) $(EXTRA_igen_gen_DEPENDENCIES) igen/$(am__dirstamp)
825 @rm -f igen/gen$(EXEEXT)
826 $(AM_V_CCLD)$(LINK) $(igen_gen_OBJECTS) $(igen_gen_LDADD) $(LIBS)
827igen/igen.$(OBJEXT): igen/$(am__dirstamp) \
828 igen/$(DEPDIR)/$(am__dirstamp)
829
830@SIM_ENABLE_IGEN_FALSE@igen/igen$(EXEEXT): $(igen_igen_OBJECTS) $(igen_igen_DEPENDENCIES) $(EXTRA_igen_igen_DEPENDENCIES) igen/$(am__dirstamp)
831@SIM_ENABLE_IGEN_FALSE@ @rm -f igen/igen$(EXEEXT)
832@SIM_ENABLE_IGEN_FALSE@ $(AM_V_CCLD)$(LINK) $(igen_igen_OBJECTS) $(igen_igen_LDADD) $(LIBS)
833
834igen/ld-cache$(EXEEXT): $(igen_ld_cache_OBJECTS) $(igen_ld_cache_DEPENDENCIES) $(EXTRA_igen_ld_cache_DEPENDENCIES) igen/$(am__dirstamp)
835 @rm -f igen/ld-cache$(EXEEXT)
836 $(AM_V_CCLD)$(LINK) $(igen_ld_cache_OBJECTS) $(igen_ld_cache_LDADD) $(LIBS)
837
838igen/ld-decode$(EXEEXT): $(igen_ld_decode_OBJECTS) $(igen_ld_decode_DEPENDENCIES) $(EXTRA_igen_ld_decode_DEPENDENCIES) igen/$(am__dirstamp)
839 @rm -f igen/ld-decode$(EXEEXT)
840 $(AM_V_CCLD)$(LINK) $(igen_ld_decode_OBJECTS) $(igen_ld_decode_LDADD) $(LIBS)
841
842igen/ld-insn$(EXEEXT): $(igen_ld_insn_OBJECTS) $(igen_ld_insn_DEPENDENCIES) $(EXTRA_igen_ld_insn_DEPENDENCIES) igen/$(am__dirstamp)
843 @rm -f igen/ld-insn$(EXEEXT)
844 $(AM_V_CCLD)$(LINK) $(igen_ld_insn_OBJECTS) $(igen_ld_insn_LDADD) $(LIBS)
845
846igen/table$(EXEEXT): $(igen_table_OBJECTS) $(igen_table_DEPENDENCIES) $(EXTRA_igen_table_DEPENDENCIES) igen/$(am__dirstamp)
847 @rm -f igen/table$(EXEEXT)
848 $(AM_V_CCLD)$(LINK) $(igen_table_OBJECTS) $(igen_table_LDADD) $(LIBS)
a389375f
MF
849testsuite/common/$(am__dirstamp):
850 @$(MKDIR_P) testsuite/common
851 @: > testsuite/common/$(am__dirstamp)
852testsuite/common/$(DEPDIR)/$(am__dirstamp):
853 @$(MKDIR_P) testsuite/common/$(DEPDIR)
854 @: > testsuite/common/$(DEPDIR)/$(am__dirstamp)
855testsuite/common/alu-tst.$(OBJEXT): testsuite/common/$(am__dirstamp) \
856 testsuite/common/$(DEPDIR)/$(am__dirstamp)
857testsuite/common/bits-gen.$(OBJEXT): testsuite/common/$(am__dirstamp) \
858 testsuite/common/$(DEPDIR)/$(am__dirstamp)
859testsuite/common/bits32m0.$(OBJEXT): testsuite/common/$(am__dirstamp) \
860 testsuite/common/$(DEPDIR)/$(am__dirstamp)
861testsuite/common/bits32m31.$(OBJEXT): \
862 testsuite/common/$(am__dirstamp) \
863 testsuite/common/$(DEPDIR)/$(am__dirstamp)
864testsuite/common/bits64m0.$(OBJEXT): testsuite/common/$(am__dirstamp) \
865 testsuite/common/$(DEPDIR)/$(am__dirstamp)
866testsuite/common/bits64m63.$(OBJEXT): \
867 testsuite/common/$(am__dirstamp) \
868 testsuite/common/$(DEPDIR)/$(am__dirstamp)
869testsuite/common/fpu-tst.$(OBJEXT): testsuite/common/$(am__dirstamp) \
870 testsuite/common/$(DEPDIR)/$(am__dirstamp)
b6b1c790
MF
871
872mostlyclean-compile:
873 -rm -f *.$(OBJEXT)
874 -rm -f igen/*.$(OBJEXT)
a389375f 875 -rm -f testsuite/common/*.$(OBJEXT)
b6b1c790
MF
876
877distclean-compile:
878 -rm -f *.tab.c
879
880@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/filter.Po@am__quote@
881@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/filter_host.Po@am__quote@
882@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen-engine.Po@am__quote@
883@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen-icache.Po@am__quote@
884@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen-idecode.Po@am__quote@
885@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen-itable.Po@am__quote@
886@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen-model.Po@am__quote@
887@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen-semantics.Po@am__quote@
888@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen-support.Po@am__quote@
889@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/gen.Po@am__quote@
890@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/igen.Po@am__quote@
891@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/ld-cache.Po@am__quote@
892@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/ld-decode.Po@am__quote@
893@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/ld-insn.Po@am__quote@
894@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/lf.Po@am__quote@
895@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/misc.Po@am__quote@
896@AMDEP_TRUE@@am__include@ @am__quote@igen/$(DEPDIR)/table.Po@am__quote@
a389375f
MF
897@AMDEP_TRUE@@am__include@ @am__quote@testsuite/common/$(DEPDIR)/alu-tst.Po@am__quote@
898@AMDEP_TRUE@@am__include@ @am__quote@testsuite/common/$(DEPDIR)/bits-gen.Po@am__quote@
899@AMDEP_TRUE@@am__include@ @am__quote@testsuite/common/$(DEPDIR)/bits32m0.Po@am__quote@
900@AMDEP_TRUE@@am__include@ @am__quote@testsuite/common/$(DEPDIR)/bits32m31.Po@am__quote@
901@AMDEP_TRUE@@am__include@ @am__quote@testsuite/common/$(DEPDIR)/bits64m0.Po@am__quote@
902@AMDEP_TRUE@@am__include@ @am__quote@testsuite/common/$(DEPDIR)/bits64m63.Po@am__quote@
903@AMDEP_TRUE@@am__include@ @am__quote@testsuite/common/$(DEPDIR)/fpu-tst.Po@am__quote@
b6b1c790
MF
904
905.c.o:
906@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
907@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
908@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
909@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
910@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
912
913.c.obj:
914@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
915@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
916@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
917@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
918@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
919@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
920
6bddc3e8
MF
921# This directory's subdirectories are mostly independent; you can cd
922# into them and run 'make' without going through this Makefile.
923# To change the values of 'make' variables: instead of editing Makefiles,
924# (1) if the variable is set in 'config.status', edit 'config.status'
925# (which will cause the Makefiles to be regenerated when you run 'make');
926# (2) otherwise, pass the desired values on the 'make' command line.
927$(am__recursive_targets):
928 @fail=; \
929 if $(am__make_keepgoing); then \
930 failcom='fail=yes'; \
931 else \
932 failcom='exit 1'; \
933 fi; \
934 dot_seen=no; \
935 target=`echo $@ | sed s/-recursive//`; \
936 case "$@" in \
937 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
938 *) list='$(SUBDIRS)' ;; \
939 esac; \
940 for subdir in $$list; do \
941 echo "Making $$target in $$subdir"; \
942 if test "$$subdir" = "."; then \
943 dot_seen=yes; \
944 local_target="$$target-am"; \
945 else \
946 local_target="$$target"; \
947 fi; \
948 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
949 || eval $$failcom; \
950 done; \
951 if test "$$dot_seen" = "no"; then \
952 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
953 fi; test -z "$$fail"
954
955ID: $(am__tagged_files)
956 $(am__define_uniq_tagged_files); mkid -fID $$unique
957tags: tags-recursive
958TAGS: tags
959
960tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
961 set x; \
962 here=`pwd`; \
963 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
964 include_option=--etags-include; \
965 empty_fix=.; \
966 else \
967 include_option=--include; \
968 empty_fix=; \
969 fi; \
970 list='$(SUBDIRS)'; for subdir in $$list; do \
971 if test "$$subdir" = .; then :; else \
972 test ! -f $$subdir/TAGS || \
973 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
974 fi; \
975 done; \
976 $(am__define_uniq_tagged_files); \
977 shift; \
978 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
979 test -n "$$unique" || unique=$$empty_fix; \
980 if test $$# -gt 0; then \
981 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
982 "$$@" $$unique; \
983 else \
984 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
985 $$unique; \
986 fi; \
987 fi
988ctags: ctags-recursive
989
990CTAGS: ctags
991ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
992 $(am__define_uniq_tagged_files); \
993 test -z "$(CTAGS_ARGS)$$unique" \
994 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
995 $$unique
996
997GTAGS:
998 here=`$(am__cd) $(top_builddir) && pwd` \
999 && $(am__cd) $(top_srcdir) \
1000 && gtags -i $(GTAGS_ARGS) "$$here"
1001cscope: cscope.files
1002 test ! -s cscope.files \
1003 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1004clean-cscope:
1005 -rm -f cscope.files
1006cscope.files: clean-cscope cscopelist
1007cscopelist: cscopelist-recursive
1008
1009cscopelist-am: $(am__tagged_files)
1010 list='$(am__tagged_files)'; \
1011 case "$(srcdir)" in \
1012 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1013 *) sdir=$(subdir)/$(srcdir) ;; \
1014 esac; \
1015 for i in $$list; do \
1016 if test -f "$$i"; then \
1017 echo "$(subdir)/$$i"; \
1018 else \
1019 echo "$$sdir/$$i"; \
1020 fi; \
1021 done >> $(top_builddir)/cscope.files
1022
1023distclean-tags:
1024 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1025 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
6c57b87f
MF
1026site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
1027 @echo 'Making a new site.exp file ...'
1028 @echo '## these variables are automatically generated by make ##' >site.tmp
1029 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
1030 @echo '# edit the last section' >>site.tmp
1031 @echo 'set srcdir "$(srcdir)"' >>site.tmp
1032 @echo "set objdir `pwd`" >>site.tmp
1033 @echo 'set build_alias "$(build_alias)"' >>site.tmp
1034 @echo 'set build_triplet $(build_triplet)' >>site.tmp
1035 @echo 'set host_alias "$(host_alias)"' >>site.tmp
1036 @echo 'set host_triplet $(host_triplet)' >>site.tmp
1037 @echo 'set target_alias "$(target_alias)"' >>site.tmp
1038 @echo 'set target_triplet $(target_triplet)' >>site.tmp
1039 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
1040 echo "## Begin content included from file $$f. Do not modify. ##" \
1041 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
1042 && echo "## End content included from file $$f. ##" \
1043 || exit 1; \
1044 done >> site.tmp
1045 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
1046 @if test -f site.exp; then \
1047 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
1048 fi
1049 @-rm -f site.bak
1050 @test ! -f site.exp || mv site.exp site.bak
1051 @mv site.tmp site.exp
1052
1053distclean-DEJAGNU:
1054 -rm -f site.exp site.bak
1055 -l='$(DEJATOOL)'; for tool in $$l; do \
1056 rm -f $$tool.sum $$tool.log; \
1057 done
a389375f
MF
1058
1059# Recover from deleted '.trs' file; this should ensure that
1060# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1061# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1062# to avoid problems with "make -n".
1063.log.trs:
1064 rm -f $< $@
1065 $(MAKE) $(AM_MAKEFLAGS) $<
1066
1067# Leading 'am--fnord' is there to ensure the list of targets does not
1068# expand to empty, as could happen e.g. with make check TESTS=''.
1069am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1070am--force-recheck:
1071 @:
1072
1073$(TEST_SUITE_LOG): $(TEST_LOGS)
1074 @$(am__set_TESTS_bases); \
1075 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1076 redo_bases=`for i in $$bases; do \
1077 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1078 done`; \
1079 if test -n "$$redo_bases"; then \
1080 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1081 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1082 if $(am__make_dryrun); then :; else \
1083 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1084 fi; \
1085 fi; \
1086 if test -n "$$am__remaking_logs"; then \
1087 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1088 "recursion detected" >&2; \
1089 elif test -n "$$redo_logs"; then \
1090 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1091 fi; \
1092 if $(am__make_dryrun); then :; else \
1093 st=0; \
1094 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1095 for i in $$redo_bases; do \
1096 test -f $$i.trs && test -r $$i.trs \
1097 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1098 test -f $$i.log && test -r $$i.log \
1099 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1100 done; \
1101 test $$st -eq 0 || exit 1; \
1102 fi
1103 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1104 ws='[ ]'; \
1105 results=`for b in $$bases; do echo $$b.trs; done`; \
1106 test -n "$$results" || results=/dev/null; \
1107 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1108 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1109 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1110 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1111 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1112 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1113 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1114 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1115 success=true; \
1116 else \
1117 success=false; \
1118 fi; \
1119 br='==================='; br=$$br$$br$$br$$br; \
1120 result_count () \
1121 { \
1122 if test x"$$1" = x"--maybe-color"; then \
1123 maybe_colorize=yes; \
1124 elif test x"$$1" = x"--no-color"; then \
1125 maybe_colorize=no; \
1126 else \
1127 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1128 fi; \
1129 shift; \
1130 desc=$$1 count=$$2; \
1131 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1132 color_start=$$3 color_end=$$std; \
1133 else \
1134 color_start= color_end=; \
1135 fi; \
1136 echo "$${color_start}# $$desc $$count$${color_end}"; \
1137 }; \
1138 create_testsuite_report () \
1139 { \
1140 result_count $$1 "TOTAL:" $$all "$$brg"; \
1141 result_count $$1 "PASS: " $$pass "$$grn"; \
1142 result_count $$1 "SKIP: " $$skip "$$blu"; \
1143 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1144 result_count $$1 "FAIL: " $$fail "$$red"; \
1145 result_count $$1 "XPASS:" $$xpass "$$red"; \
1146 result_count $$1 "ERROR:" $$error "$$mgn"; \
1147 }; \
1148 { \
1149 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1150 $(am__rst_title); \
1151 create_testsuite_report --no-color; \
1152 echo; \
1153 echo ".. contents:: :depth: 2"; \
1154 echo; \
1155 for b in $$bases; do echo $$b; done \
1156 | $(am__create_global_log); \
1157 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1158 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1159 if $$success; then \
1160 col="$$grn"; \
1161 else \
1162 col="$$red"; \
1163 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1164 fi; \
1165 echo "$${col}$$br$${std}"; \
1166 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1167 echo "$${col}$$br$${std}"; \
1168 create_testsuite_report --maybe-color; \
1169 echo "$$col$$br$$std"; \
1170 if $$success; then :; else \
1171 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1172 if test -n "$(PACKAGE_BUGREPORT)"; then \
1173 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1174 fi; \
1175 echo "$$col$$br$$std"; \
1176 fi; \
1177 $$success || exit 1
1178
1179check-TESTS:
1180 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1181 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1182 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1183 @set +e; $(am__set_TESTS_bases); \
1184 log_list=`for i in $$bases; do echo $$i.log; done`; \
1185 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1186 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1187 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1188 exit $$?;
1189recheck: all $(check_PROGRAMS)
1190 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1191 @set +e; $(am__set_TESTS_bases); \
1192 bases=`for i in $$bases; do echo $$i; done \
1193 | $(am__list_recheck_tests)` || exit 1; \
1194 log_list=`for i in $$bases; do echo $$i.log; done`; \
1195 log_list=`echo $$log_list`; \
1196 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1197 am__force_recheck=am--force-recheck \
1198 TEST_LOGS="$$log_list"; \
1199 exit $$?
1200testsuite/common/bits32m0.log: testsuite/common/bits32m0$(EXEEXT)
1201 @p='testsuite/common/bits32m0$(EXEEXT)'; \
1202 b='testsuite/common/bits32m0'; \
1203 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1204 --log-file $$b.log --trs-file $$b.trs \
1205 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1206 "$$tst" $(AM_TESTS_FD_REDIRECT)
1207testsuite/common/bits32m31.log: testsuite/common/bits32m31$(EXEEXT)
1208 @p='testsuite/common/bits32m31$(EXEEXT)'; \
1209 b='testsuite/common/bits32m31'; \
1210 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1211 --log-file $$b.log --trs-file $$b.trs \
1212 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1213 "$$tst" $(AM_TESTS_FD_REDIRECT)
1214testsuite/common/bits64m0.log: testsuite/common/bits64m0$(EXEEXT)
1215 @p='testsuite/common/bits64m0$(EXEEXT)'; \
1216 b='testsuite/common/bits64m0'; \
1217 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1218 --log-file $$b.log --trs-file $$b.trs \
1219 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1220 "$$tst" $(AM_TESTS_FD_REDIRECT)
1221testsuite/common/bits64m63.log: testsuite/common/bits64m63$(EXEEXT)
1222 @p='testsuite/common/bits64m63$(EXEEXT)'; \
1223 b='testsuite/common/bits64m63'; \
1224 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1225 --log-file $$b.log --trs-file $$b.trs \
1226 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1227 "$$tst" $(AM_TESTS_FD_REDIRECT)
1228testsuite/common/alu-tst.log: testsuite/common/alu-tst$(EXEEXT)
1229 @p='testsuite/common/alu-tst$(EXEEXT)'; \
1230 b='testsuite/common/alu-tst'; \
1231 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1232 --log-file $$b.log --trs-file $$b.trs \
1233 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1234 "$$tst" $(AM_TESTS_FD_REDIRECT)
1235.test.log:
1236 @p='$<'; \
1237 $(am__set_b); \
1238 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1239 --log-file $$b.log --trs-file $$b.trs \
1240 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1241 "$$tst" $(AM_TESTS_FD_REDIRECT)
1242@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1243@am__EXEEXT_TRUE@ @p='$<'; \
1244@am__EXEEXT_TRUE@ $(am__set_b); \
1245@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1246@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1247@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1248@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
6bddc3e8 1249check-am: all-am
a389375f
MF
1250 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1251 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU check-TESTS
6bddc3e8 1252check: check-recursive
b6b1c790 1253all-am: Makefile $(LIBRARIES)
6bddc3e8
MF
1254installdirs: installdirs-recursive
1255installdirs-am:
1256install: install-recursive
1257install-exec: install-exec-recursive
1258install-data: install-data-recursive
1259uninstall: uninstall-recursive
1260
1261install-am: all-am
1262 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1263
1264installcheck: installcheck-recursive
1265install-strip:
1266 if test -z '$(STRIP)'; then \
1267 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1268 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1269 install; \
1270 else \
1271 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1272 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1273 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1274 fi
1275mostlyclean-generic:
1276 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
a389375f
MF
1277 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1278 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1279 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
c906108c 1280
6bddc3e8 1281clean-generic:
a389375f 1282 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
c906108c 1283
6bddc3e8
MF
1284distclean-generic:
1285 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1286 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
b6b1c790
MF
1287 -rm -f igen/$(DEPDIR)/$(am__dirstamp)
1288 -rm -f igen/$(am__dirstamp)
a389375f
MF
1289 -rm -f testsuite/common/$(DEPDIR)/$(am__dirstamp)
1290 -rm -f testsuite/common/$(am__dirstamp)
1291 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
c906108c 1292
6bddc3e8
MF
1293maintainer-clean-generic:
1294 @echo "This command is intended for maintainers to use"
1295 @echo "it deletes files that may require special tools to rebuild."
1296clean: clean-recursive
c906108c 1297
a389375f
MF
1298clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
1299 mostlyclean-am
c906108c 1300
6bddc3e8
MF
1301distclean: distclean-recursive
1302 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
a389375f 1303 -rm -rf igen/$(DEPDIR) testsuite/common/$(DEPDIR)
6bddc3e8 1304 -rm -f Makefile
b6b1c790
MF
1305distclean-am: clean-am distclean-DEJAGNU distclean-compile \
1306 distclean-generic distclean-tags
c906108c 1307
6bddc3e8 1308dvi: dvi-recursive
c906108c 1309
6bddc3e8 1310dvi-am:
c906108c 1311
6bddc3e8 1312html: html-recursive
c906108c 1313
6bddc3e8 1314html-am:
c906108c 1315
6bddc3e8
MF
1316info: info-recursive
1317
1318info-am:
1319
1320install-data-am:
1321
1322install-dvi: install-dvi-recursive
1323
1324install-dvi-am:
1325
1326install-exec-am:
1327
1328install-html: install-html-recursive
1329
1330install-html-am:
1331
1332install-info: install-info-recursive
1333
1334install-info-am:
1335
1336install-man:
1337
1338install-pdf: install-pdf-recursive
1339
1340install-pdf-am:
1341
1342install-ps: install-ps-recursive
1343
1344install-ps-am:
1345
1346installcheck-am:
1347
1348maintainer-clean: maintainer-clean-recursive
1349 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1350 -rm -rf $(top_srcdir)/autom4te.cache
a389375f 1351 -rm -rf igen/$(DEPDIR) testsuite/common/$(DEPDIR)
6bddc3e8
MF
1352 -rm -f Makefile
1353maintainer-clean-am: distclean-am maintainer-clean-generic
1354
1355mostlyclean: mostlyclean-recursive
1356
b6b1c790 1357mostlyclean-am: mostlyclean-compile mostlyclean-generic
6bddc3e8
MF
1358
1359pdf: pdf-recursive
1360
1361pdf-am:
1362
1363ps: ps-recursive
1364
1365ps-am:
1366
1367uninstall-am:
1368
6c57b87f 1369.MAKE: $(am__recursive_targets) check-am install-am install-strip
6bddc3e8
MF
1370
1371.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
a389375f
MF
1372 am--refresh check check-DEJAGNU check-TESTS check-am clean \
1373 clean-checkPROGRAMS clean-cscope clean-generic \
1374 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am \
1375 distclean distclean-DEJAGNU distclean-compile \
b6b1c790
MF
1376 distclean-generic distclean-tags dvi dvi-am html html-am info \
1377 info-am install install-am install-data install-data-am \
1378 install-dvi install-dvi-am install-exec install-exec-am \
1379 install-html install-html-am install-info install-info-am \
1380 install-man install-pdf install-pdf-am install-ps \
1381 install-ps-am install-strip installcheck installcheck-am \
1382 installdirs installdirs-am maintainer-clean \
1383 maintainer-clean-generic mostlyclean mostlyclean-compile \
a389375f
MF
1384 mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
1385 uninstall uninstall-am
6bddc3e8
MF
1386
1387.PRECIOUS: Makefile
c906108c 1388
c906108c 1389
5e25901f
MF
1390# Generate nltvals.def for newlib/libgloss using devo and build tree.
1391# This file is shipped with distributions so we build in the source dir.
1392# Use `make nltvals' to rebuild.
1393# Note: If gdb releases begin to contain target header files (not a good idea,
1394# but if they did ...), nltvals.def coud be generated at build time.
1395# An alternative is to slurp in the tables at runtime.
1396.PHONY: nltvals
1397nltvals:
6bddc3e8 1398 $(abs_srcdir)/common/gennltvals.py --cpp "$(CPP)" --output nltvals.def --srcroot $(srcroot)
5e25901f
MF
1399 $(SHELL) $(srcroot)/move-if-change nltvals.def $(abs_srcdir)/common/nltvals.def
1400
b6b1c790
MF
1401# This makes sure igen is available before building the arch-subdirs which
1402# need to run the igen tool.
1403@SIM_ENABLE_IGEN_TRUE@all-recursive: igen/igen$(EXEEXT)
1404
1405# Alias for developers.
1406@SIM_ENABLE_IGEN_TRUE@igen: igen/igen$(EXEEXT)
1407
1408@SIM_ENABLE_IGEN_TRUE@igen/igen$(EXEEXT): $(igen_igen_OBJECTS) $(igen_igen_DEPENDENCIES) igen/$(am__dirstamp)
1409@SIM_ENABLE_IGEN_TRUE@ $(AM_V_CCLD)$(LINK_FOR_BUILD) $(igen_igen_OBJECTS) $(igen_igen_LDADD)
1410
1411# igen is a build-time only tool. Override the default rules for it.
1412@SIM_ENABLE_IGEN_TRUE@igen/%.o: igen/%.c
1413@SIM_ENABLE_IGEN_TRUE@ $(AM_V_CC)$(COMPILE_FOR_BUILD) -c $< -o $@
1414
1415# Build some of the files in standalone mode for developers of igen itself.
1416@SIM_ENABLE_IGEN_TRUE@igen/%-main.o: igen/%.c
1417@SIM_ENABLE_IGEN_TRUE@ $(AM_V_CC)$(COMPILE_FOR_BUILD) -DMAIN -c $< -o $@
1418
6c57b87f
MF
1419site-srcdir.exp: Makefile
1420 echo "set srcdir \"$(srcdir)/testsuite\"" > $@
1421
1422check-DEJAGNU: site.exp
1423 LC_ALL=C; export LC_ALL; \
1424 EXPECT=${EXPECT} ; export EXPECT ; \
1425 runtest=$(RUNTEST); \
1426 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1427 $$runtest $(RUNTESTFLAGS); \
1428 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1429 fi
1430
a389375f
MF
1431# These tests are build-time only tools. Override the default rules for them.
1432testsuite/common/%.o: testsuite/common/%.c
1433 $(AM_V_CC)$(COMPILE_FOR_BUILD) $(testsuite_common_CPPFLAGS) -c $< -o $@
1434
1435testsuite/common/alu-tst$(EXEEXT): $(testsuite_common_alu_tst_OBJECTS) $(testsuite_common_alu_tst_DEPENDENCIES) testsuite/common/$(am__dirstamp)
1436 $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_alu_tst_OBJECTS) $(testsuite_common_alu_tst_LDADD)
1437
1438testsuite/common/fpu-tst$(EXEEXT): $(testsuite_common_fpu_tst_OBJECTS) $(testsuite_common_fpu_tst_DEPENDENCIES) testsuite/common/$(am__dirstamp)
1439 $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_fpu_tst_OBJECTS) $(testsuite_common_fpu_tst_LDADD)
1440
1441testsuite/common/bits-gen$(EXEEXT): $(testsuite_common_bits_gen_OBJECTS) $(testsuite_common_bits_gen_DEPENDENCIES) testsuite/common/$(am__dirstamp)
1442 $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits_gen_OBJECTS) $(testsuite_common_bits_gen_LDADD)
1443
1444testsuite/common/bits32m0$(EXEEXT): $(testsuite_common_bits32m0_OBJECTS) $(testsuite_common_bits32m0_DEPENDENCIES) testsuite/common/$(am__dirstamp)
1445 $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits32m0_OBJECTS) $(testsuite_common_bits32m0_LDADD)
1446
1447testsuite/common/bits32m0.c: testsuite/common/bits-gen testsuite/common/bits-tst.c
1448 $< 32 0 big > $@.tmp
1449 cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp
1450 mv $@.tmp $@
1451
1452testsuite/common/bits32m31$(EXEEXT): $(testsuite_common_bits32m31_OBJECTS) $(testsuite_common_bits32m31_DEPENDENCIES) testsuite/common/$(am__dirstamp)
1453 $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits32m31_OBJECTS) $(testsuite_common_bits32m31_LDADD)
1454
1455testsuite/common/bits32m31.c: testsuite/common/bits-gen testsuite/common/bits-tst.c
1456 $< 32 31 little > $@.tmp
1457 cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp
1458 mv $@.tmp $@
1459
1460testsuite/common/bits64m0$(EXEEXT): $(testsuite_common_bits64m0_OBJECTS) $(testsuite_common_bits64m0_DEPENDENCIES) testsuite/common/$(am__dirstamp)
1461 $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits64m0_OBJECTS) $(testsuite_common_bits64m0_LDADD)
1462
1463testsuite/common/bits64m0.c: testsuite/common/bits-gen testsuite/common/bits-tst.c
1464 $< 64 0 big > $@.tmp
1465 cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp
1466 mv $@.tmp $@
1467
1468testsuite/common/bits64m63$(EXEEXT): $(testsuite_common_bits64m63_OBJECTS) $(testsuite_common_bits64m63_DEPENDENCIES) testsuite/common/$(am__dirstamp)
1469 $(AM_V_CCLD)$(LINK_FOR_BUILD) $(testsuite_common_bits64m63_OBJECTS) $(testsuite_common_bits64m63_LDADD)
1470
1471testsuite/common/bits64m63.c: testsuite/common/bits-gen testsuite/common/bits-tst.c
1472 $< 64 63 little > $@.tmp
1473 cat $(srcdir)/testsuite/common/bits-tst.c >> $@.tmp
1474 mv $@.tmp $@
1475
6bddc3e8
MF
1476# Tell versions [3.59,3.63) of GNU make to not export all variables.
1477# Otherwise a system limit (for SysV at least) may be exceeded.
1478.NOEXPORT: