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