x86: don't mix disp and imm processing
[deliverable/binutils-gdb.git] / gas / 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) 2012-2021 Free Software Foundation, Inc.
19 #
20 # This file 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; see the file COPYING3. If not see
32 # <http://www.gnu.org/licenses/>.
33 #
34
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 target_triplet = @target@
111 noinst_PROGRAMS = as-new$(EXEEXT)
112 EXTRA_PROGRAMS = itbl-test$(EXEEXT)
113 subdir = .
114 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
116 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
117 $(top_srcdir)/../config/depstand.m4 \
118 $(top_srcdir)/../config/gettext-sister.m4 \
119 $(top_srcdir)/../config/jobserver.m4 \
120 $(top_srcdir)/../config/largefile.m4 \
121 $(top_srcdir)/../config/lcmessage.m4 \
122 $(top_srcdir)/../config/lead-dot.m4 \
123 $(top_srcdir)/../config/nls.m4 \
124 $(top_srcdir)/../config/override.m4 \
125 $(top_srcdir)/../config/plugins.m4 \
126 $(top_srcdir)/../config/po.m4 \
127 $(top_srcdir)/../config/progtest.m4 \
128 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
129 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
130 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
131 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/version.m4 \
132 $(top_srcdir)/configure.ac
133 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134 $(ACLOCAL_M4)
135 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
136 $(am__configure_deps)
137 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
138 configure.lineno config.status.lineno
139 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
140 CONFIG_HEADER = config.h
141 CONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in
142 CONFIG_CLEAN_VPATH_FILES =
143 PROGRAMS = $(noinst_PROGRAMS)
144 am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \
145 compress-debug.$(OBJEXT) cond.$(OBJEXT) depend.$(OBJEXT) \
146 dwarf2dbg.$(OBJEXT) dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) \
147 ehopt.$(OBJEXT) expr.$(OBJEXT) flonum-copy.$(OBJEXT) \
148 flonum-konst.$(OBJEXT) flonum-mult.$(OBJEXT) frags.$(OBJEXT) \
149 hash.$(OBJEXT) input-file.$(OBJEXT) input-scrub.$(OBJEXT) \
150 listing.$(OBJEXT) literal.$(OBJEXT) macro.$(OBJEXT) \
151 messages.$(OBJEXT) output-file.$(OBJEXT) read.$(OBJEXT) \
152 remap.$(OBJEXT) sb.$(OBJEXT) stabs.$(OBJEXT) subsegs.$(OBJEXT) \
153 symbols.$(OBJEXT) write.$(OBJEXT)
154 am_as_new_OBJECTS = $(am__objects_1)
155 am__dirstamp = $(am__leading_dot)dirstamp
156 as_new_OBJECTS = $(am_as_new_OBJECTS)
157 am__DEPENDENCIES_1 =
158 am__DEPENDENCIES_2 = ../bfd/libbfd.la ../libiberty/libiberty.a
159 AM_V_lt = $(am__v_lt_@AM_V@)
160 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
161 am__v_lt_0 = --silent
162 am__v_lt_1 =
163 am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
164 itbl_test_OBJECTS = $(am_itbl_test_OBJECTS)
165 itbl_test_DEPENDENCIES = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ \
166 $(am__DEPENDENCIES_2)
167 SCRIPTS = $(noinst_SCRIPTS)
168 AM_V_P = $(am__v_P_@AM_V@)
169 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
170 am__v_P_0 = false
171 am__v_P_1 = :
172 AM_V_GEN = $(am__v_GEN_@AM_V@)
173 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
174 am__v_GEN_0 = @echo " GEN " $@;
175 am__v_GEN_1 =
176 AM_V_at = $(am__v_at_@AM_V@)
177 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
178 am__v_at_0 = @
179 am__v_at_1 =
180 DEFAULT_INCLUDES = -I.@am__isrc@
181 depcomp = $(SHELL) $(top_srcdir)/../depcomp
182 am__depfiles_maybe = depfiles
183 am__mv = mv -f
184 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
185 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
186 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
188 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
189 $(AM_CFLAGS) $(CFLAGS)
190 AM_V_CC = $(am__v_CC_@AM_V@)
191 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
192 am__v_CC_0 = @echo " CC " $@;
193 am__v_CC_1 =
194 CCLD = $(CC)
195 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
196 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
197 $(AM_LDFLAGS) $(LDFLAGS) -o $@
198 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
199 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
200 am__v_CCLD_0 = @echo " CCLD " $@;
201 am__v_CCLD_1 =
202 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
203 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
204 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
205 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
206 AM_V_LEX = $(am__v_LEX_@AM_V@)
207 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
208 am__v_LEX_0 = @echo " LEX " $@;
209 am__v_LEX_1 =
210 YLWRAP = $(top_srcdir)/../ylwrap
211 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
212 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
213 -e s/c++$$/h++/ -e s/c$$/h/
214 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
215 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
216 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
217 AM_V_YACC = $(am__v_YACC_@AM_V@)
218 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
219 am__v_YACC_0 = @echo " YACC " $@;
220 am__v_YACC_1 =
221 SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \
222 $(itbl_test_SOURCES)
223 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
224 ctags-recursive dvi-recursive html-recursive info-recursive \
225 install-data-recursive install-dvi-recursive \
226 install-exec-recursive install-html-recursive \
227 install-info-recursive install-pdf-recursive \
228 install-ps-recursive install-recursive installcheck-recursive \
229 installdirs-recursive pdf-recursive ps-recursive \
230 tags-recursive uninstall-recursive
231 am__can_run_installinfo = \
232 case $$AM_UPDATE_INFO_DIR in \
233 n|no|NO) false;; \
234 *) (install-info --version) >/dev/null 2>&1;; \
235 esac
236 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
237 distclean-recursive maintainer-clean-recursive
238 am__recursive_targets = \
239 $(RECURSIVE_TARGETS) \
240 $(RECURSIVE_CLEAN_TARGETS) \
241 $(am__extra_recursive_targets)
242 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
243 cscope
244 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
245 $(LISP)config.in
246 # Read a list of newline-separated strings from the standard input,
247 # and print each of them once, without duplicates. Input order is
248 # *not* preserved.
249 am__uniquify_input = $(AWK) '\
250 BEGIN { nonempty = 0; } \
251 { items[$$0] = 1; nonempty = 1; } \
252 END { if (nonempty) { for (i in items) print i; }; } \
253 '
254 # Make sure the list of sources is unique. This is necessary because,
255 # e.g., the same source file might be shared among _SOURCES variables
256 # for different programs/libraries.
257 am__define_uniq_tagged_files = \
258 list='$(am__tagged_files)'; \
259 unique=`for i in $$list; do \
260 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261 done | $(am__uniquify_input)`
262 ETAGS = etags
263 CTAGS = ctags
264 CSCOPE = cscope
265 DEJATOOL = $(PACKAGE)
266 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
267 DIST_SUBDIRS = $(SUBDIRS)
268 ACLOCAL = @ACLOCAL@
269 AMTAR = @AMTAR@
270 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
271 AR = @AR@
272 AUTOCONF = @AUTOCONF@
273 AUTOHEADER = @AUTOHEADER@
274 AUTOMAKE = @AUTOMAKE@
275 AWK = @AWK@
276 CATALOGS = @CATALOGS@
277 CATOBJEXT = @CATOBJEXT@
278 CC = @CC@
279 CCDEPMODE = @CCDEPMODE@
280 CFLAGS = @CFLAGS@
281 CPP = @CPP@
282 CPPFLAGS = @CPPFLAGS@
283 CYGPATH_W = @CYGPATH_W@
284 DATADIRNAME = @DATADIRNAME@
285 DEFS = @DEFS@
286 DEPDIR = @DEPDIR@
287 DSYMUTIL = @DSYMUTIL@
288 DUMPBIN = @DUMPBIN@
289 ECHO_C = @ECHO_C@
290 ECHO_N = @ECHO_N@
291 ECHO_T = @ECHO_T@
292 EGREP = @EGREP@
293 EXEEXT = @EXEEXT@
294 FGREP = @FGREP@
295 GDBINIT = @GDBINIT@
296 GENCAT = @GENCAT@
297 GMSGFMT = @GMSGFMT@
298 GREP = @GREP@
299 INCINTL = @INCINTL@
300 INSTALL = @INSTALL@
301 INSTALL_DATA = @INSTALL_DATA@
302 INSTALL_PROGRAM = @INSTALL_PROGRAM@
303 INSTALL_SCRIPT = @INSTALL_SCRIPT@
304 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
305 INSTOBJEXT = @INSTOBJEXT@
306 LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@
307 LD = @LD@
308 LDFLAGS = @LDFLAGS@
309 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
310 LEXLIB = @LEXLIB@
311 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
312 LIBINTL = @LIBINTL@
313 LIBINTL_DEP = @LIBINTL_DEP@
314 LIBM = @LIBM@
315 LIBOBJS = @LIBOBJS@
316 LIBS = @LIBS@
317 LIBTOOL = @LIBTOOL@
318 LIPO = @LIPO@
319 LN_S = @LN_S@
320 LTLIBOBJS = @LTLIBOBJS@
321 MAINT = @MAINT@
322 MAKEINFO = @MAKEINFO@
323 MKDIR_P = @MKDIR_P@
324 MKINSTALLDIRS = @MKINSTALLDIRS@
325 MSGFMT = @MSGFMT@
326 MSGMERGE = @MSGMERGE@
327 NM = @NM@
328 NMEDIT = @NMEDIT@
329 NO_WERROR = @NO_WERROR@
330 OBJDUMP = @OBJDUMP@
331 OBJEXT = @OBJEXT@
332 OPCODES_LIB = @OPCODES_LIB@
333 OTOOL = @OTOOL@
334 OTOOL64 = @OTOOL64@
335 PACKAGE = @PACKAGE@
336 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
337 PACKAGE_NAME = @PACKAGE_NAME@
338 PACKAGE_STRING = @PACKAGE_STRING@
339 PACKAGE_TARNAME = @PACKAGE_TARNAME@
340 PACKAGE_URL = @PACKAGE_URL@
341 PACKAGE_VERSION = @PACKAGE_VERSION@
342 PATH_SEPARATOR = @PATH_SEPARATOR@
343 POSUB = @POSUB@
344 RANLIB = @RANLIB@
345 SED = @SED@
346 SET_MAKE = @SET_MAKE@
347 SHELL = @SHELL@
348 STRIP = @STRIP@
349 USE_NLS = @USE_NLS@
350 VERSION = @VERSION@
351 WARN_CFLAGS = @WARN_CFLAGS@ @WARN_WRITE_STRINGS@
352 WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
353 WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
354 XGETTEXT = @XGETTEXT@
355 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
356 YFLAGS = @YFLAGS@
357 abs_builddir = @abs_builddir@
358 abs_srcdir = @abs_srcdir@
359 abs_top_builddir = @abs_top_builddir@
360 abs_top_srcdir = @abs_top_srcdir@
361 ac_ct_CC = @ac_ct_CC@
362 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
363 am__include = @am__include@
364 am__leading_dot = @am__leading_dot@
365 am__quote = @am__quote@
366 am__tar = @am__tar@
367 am__untar = @am__untar@
368 atof = @atof@
369 bindir = @bindir@
370 build = @build@
371 build_alias = @build_alias@
372 build_cpu = @build_cpu@
373 build_os = @build_os@
374 build_vendor = @build_vendor@
375 builddir = @builddir@
376 cgen_cpu_prefix = @cgen_cpu_prefix@
377 datadir = @datadir@
378 datarootdir = @datarootdir@
379 do_compare = @do_compare@
380 docdir = @docdir@
381 dvidir = @dvidir@
382 exec_prefix = @exec_prefix@
383 extra_objects = @extra_objects@
384 host = @host@
385 host_alias = @host_alias@
386 host_cpu = @host_cpu@
387 host_os = @host_os@
388 host_vendor = @host_vendor@
389 htmldir = @htmldir@
390 includedir = @includedir@
391 infodir = @infodir@
392 install_sh = @install_sh@
393 install_tooldir = @install_tooldir@
394 libdir = @libdir@
395 libexecdir = @libexecdir@
396 localedir = @localedir@
397 localstatedir = @localstatedir@
398 mandir = @mandir@
399 mkdir_p = @mkdir_p@
400 obj_format = @obj_format@
401 oldincludedir = @oldincludedir@
402 pdfdir = @pdfdir@
403 prefix = @prefix@
404 program_transform_name = @program_transform_name@
405 psdir = @psdir@
406 sbindir = @sbindir@
407 sharedstatedir = @sharedstatedir@
408 srcdir = @srcdir@
409 sysconfdir = @sysconfdir@
410 target = @target@
411 target_alias = @target_alias@
412 target_cpu = @target_cpu@
413 target_cpu_type = @target_cpu_type@
414 target_os = @target_os@
415 target_vendor = @target_vendor@
416 te_file = @te_file@
417 top_build_prefix = @top_build_prefix@
418 top_builddir = @top_builddir@
419 top_srcdir = @top_srcdir@
420 zlibdir = @zlibdir@
421 zlibinc = @zlibinc@
422 AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects
423 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
424 SUBDIRS = doc po
425 tooldir = $(exec_prefix)/$(target_alias)
426
427 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
428 # -I../zlib, unless we were configured with --with-system-zlib, in which
429 # case both are empty.
430 ZLIBINC = @zlibinc@
431
432 # Automake 1.10+ disables lex and yacc output file regeneration if
433 # maintainer mode is disabled. Avoid this.
434 am__skiplex =
435 am__skipyacc =
436 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
437 TARG_CPU = @target_cpu_type@
438 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
439 TARG_CPU_O = config/tc-@target_cpu_type@.@OBJEXT@
440 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
441 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
442 OBJ_FORMAT_O = config/obj-@obj_format@.@OBJEXT@
443 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
444 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
445 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
446 ATOF_TARG_O = config/atof-@atof@.@OBJEXT@
447
448 # use @target_cpu_type@ for refering to configured target name
449 IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
450 IT_SRCS = itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
451 IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
452 IT_OBJS = itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
453
454 # Regular source files.
455 GAS_CFILES = \
456 app.c \
457 as.c \
458 atof-generic.c \
459 compress-debug.c \
460 cond.c \
461 depend.c \
462 dwarf2dbg.c \
463 dw2gencfi.c \
464 ecoff.c \
465 ehopt.c \
466 expr.c \
467 flonum-copy.c \
468 flonum-konst.c \
469 flonum-mult.c \
470 frags.c \
471 hash.c \
472 input-file.c \
473 input-scrub.c \
474 listing.c \
475 literal.c \
476 macro.c \
477 messages.c \
478 output-file.c \
479 read.c \
480 remap.c \
481 sb.c \
482 stabs.c \
483 subsegs.c \
484 symbols.c \
485 write.c
486
487 CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
488 HFILES = \
489 as.h \
490 asintl.h \
491 bignum.h \
492 bit_fix.h \
493 cgen.h \
494 compress-debug.h \
495 dwarf2dbg.h \
496 dw2gencfi.h \
497 ecoff.h \
498 emul-target.h \
499 emul.h \
500 expr.h \
501 flonum.h \
502 frags.h \
503 hash.h \
504 input-file.h \
505 itbl-lex.h \
506 itbl-ops.h \
507 listing.h \
508 macro.h \
509 obj.h \
510 output-file.h \
511 read.h \
512 sb.h \
513 subsegs.h \
514 symbols.h \
515 tc.h \
516 write.h
517
518
519 # CPU files in config.
520 TARGET_CPU_CFILES = \
521 config/tc-aarch64.c \
522 config/tc-alpha.c \
523 config/tc-arc.c \
524 config/tc-arm.c \
525 config/tc-avr.c \
526 config/tc-bfin.c \
527 config/tc-bpf.c \
528 config/tc-cr16.c \
529 config/tc-cris.c \
530 config/tc-crx.c \
531 config/tc-csky.c \
532 config/tc-d10v.c \
533 config/tc-d30v.c \
534 config/tc-dlx.c \
535 config/tc-epiphany.c \
536 config/tc-fr30.c \
537 config/tc-frv.c \
538 config/tc-ft32.c \
539 config/tc-h8300.c \
540 config/tc-hppa.c \
541 config/tc-ia64.c \
542 config/tc-i386.c \
543 config/tc-ip2k.c \
544 config/tc-iq2000.c \
545 config/tc-lm32.c \
546 config/tc-m32c.c \
547 config/tc-m32r.c \
548 config/tc-m68hc11.c \
549 config/tc-m68k.c \
550 config/tc-s12z.c \
551 config/tc-mcore.c \
552 config/tc-mep.c \
553 config/tc-metag.c \
554 config/tc-microblaze.c \
555 config/tc-mips.c \
556 config/tc-mmix.c \
557 config/tc-mn10200.c \
558 config/tc-mn10300.c \
559 config/tc-moxie.c \
560 config/tc-msp430.c \
561 config/tc-mt.c \
562 config/tc-nds32.c \
563 config/tc-nios2.c \
564 config/tc-ns32k.c \
565 config/tc-or1k.c \
566 config/tc-pdp11.c \
567 config/tc-pj.c \
568 config/tc-ppc.c \
569 config/tc-pru.c \
570 config/tc-riscv.c \
571 config/tc-rl78.c \
572 config/tc-rx.c \
573 config/tc-s390.c \
574 config/tc-score.c \
575 config/tc-sh.c \
576 config/tc-sparc.c \
577 config/tc-spu.c \
578 config/tc-tic30.c \
579 config/tc-tic4x.c \
580 config/tc-tic54x.c \
581 config/tc-tic6x.c \
582 config/tc-tilegx.c \
583 config/tc-tilepro.c \
584 config/tc-v850.c \
585 config/tc-vax.c \
586 config/tc-visium.c \
587 config/tc-wasm32.c \
588 config/tc-xstormy16.c \
589 config/tc-xc16x.c \
590 config/tc-xgate.c \
591 config/tc-xtensa.c \
592 config/tc-z80.c \
593 config/tc-z8k.c
594
595 TARGET_CPU_HFILES = \
596 config/tc-aarch64.h \
597 config/tc-alpha.h \
598 config/tc-arc.h \
599 config/tc-arm.h \
600 config/tc-avr.h \
601 config/tc-bfin.h \
602 config/tc-bpf.h \
603 config/tc-cr16.h \
604 config/tc-cris.h \
605 config/tc-crx.h \
606 config/tc-csky.h \
607 config/tc-d10v.h \
608 config/tc-d30v.h \
609 config/tc-dlx.h \
610 config/tc-epiphany.h \
611 config/tc-fr30.h \
612 config/tc-frv.h \
613 config/tc-ft32.h \
614 config/tc-h8300.h \
615 config/tc-hppa.h \
616 config/tc-ia64.h \
617 config/tc-i386.h \
618 config/tc-ip2k.h \
619 config/tc-iq2000.h \
620 config/tc-lm32.h \
621 config/tc-m32c.h \
622 config/tc-m32r.h \
623 config/tc-m68hc11.h \
624 config/tc-m68k.h \
625 config/tc-s12z.h \
626 config/tc-mcore.h \
627 config/tc-mep.h \
628 config/tc-metag.h \
629 config/tc-microblaze.h \
630 config/tc-mips.h \
631 config/tc-mmix.h \
632 config/tc-mn10200.h \
633 config/tc-mn10300.h \
634 config/tc-msp430.h \
635 config/tc-mt.h \
636 config/tc-nds32.h \
637 config/tc-nios2.h \
638 config/tc-ns32k.h \
639 config/tc-or1k.h \
640 config/tc-pdp11.h \
641 config/tc-pj.h \
642 config/tc-ppc.h \
643 config/tc-pru.h \
644 config/tc-riscv.h \
645 config/tc-rl78.h \
646 config/tc-rx.h \
647 config/tc-s390.h \
648 config/tc-score.h \
649 config/tc-sh.h \
650 config/tc-sparc.h \
651 config/tc-spu.h \
652 config/tc-tic30.h \
653 config/tc-tic4x.h \
654 config/tc-tic54x.h \
655 config/tc-tic6x.h \
656 config/tc-tilegx.h \
657 config/tc-tilepro.h \
658 config/tc-v850.h \
659 config/tc-vax.h \
660 config/tc-visium.h \
661 config/tc-wasm32.h \
662 config/tc-xstormy16.h \
663 config/tc-xc16x.h \
664 config/tc-xgate.h \
665 config/tc-xtensa.h \
666 config/tc-z80.h \
667 config/tc-z8k.h
668
669 TARGET_EXTRA_FILES = \
670 config/bfin-lex-wrapper.c \
671 config/xtensa-relax.c \
672 config/xtensa-relax.h
673
674
675 # OBJ files in config
676 OBJ_FORMAT_CFILES = \
677 config/obj-aout.c \
678 config/obj-coff.c \
679 config/obj-ecoff.c \
680 config/obj-elf.c \
681 config/obj-evax.c \
682 config/obj-fdpicelf.c \
683 config/obj-macho.c \
684 config/obj-multi.c \
685 config/obj-som.c
686
687 OBJ_FORMAT_HFILES = \
688 config/obj-aout.h \
689 config/obj-coff.h \
690 config/obj-ecoff.h \
691 config/obj-elf.h \
692 config/obj-evax.h \
693 config/obj-fdpicelf.h \
694 config/obj-macho.h \
695 config/obj-multi.h \
696 config/obj-som.h
697
698
699 # Emulation header files in config
700 TARG_ENV_HFILES = \
701 config/te-386bsd.h \
702 config/te-aix5.h \
703 config/te-armeabi.h \
704 config/te-armfbsdeabi.h \
705 config/te-armfbsdvfp.h \
706 config/te-armlinuxeabi.h \
707 config/te-csky_abiv1.h \
708 config/te-csky_abiv1_linux.h \
709 config/te-csky_abiv2.h \
710 config/te-csky_abiv2_linux.h \
711 config/te-freebsd.h \
712 config/te-generic.h \
713 config/te-gnu.h \
714 config/te-go32.h \
715 config/te-hppa.h \
716 config/te-hppa64.h \
717 config/te-hppalinux64.h \
718 config/te-ia64aix.h \
719 config/te-interix.h \
720 config/te-lynx.h \
721 config/te-macos.h \
722 config/te-nbsd.h \
723 config/te-nbsd532.h \
724 config/te-pc532mach.h \
725 config/te-pe.h \
726 config/te-solaris.h \
727 config/te-svr4.h \
728 config/te-tmips.h \
729 config/te-vxworks.h \
730 config/te-wince-pe.h
731
732 TARG_ENV_CFILES = \
733 config/te-vms.c
734
735
736 # Multi files in config
737 MULTI_CFILES = \
738 config/e-crisaout.c \
739 config/e-criself.c \
740 config/e-i386aout.c \
741 config/e-i386coff.c \
742 config/e-i386elf.c \
743 config/e-mipself.c
744
745 CONFIG_ATOF_CFILES = \
746 config/atof-ieee.c \
747 config/atof-vax.c
748
749 POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
750 $(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
751 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
752 $(TARGET_EXTRA_FILES) $(HFILES) $(CFILES)
753
754 noinst_SCRIPTS = $(GDBINIT)
755 EXTRA_SCRIPTS = .gdbinit
756 EXTRA_DIST = config/m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
757 config/bfin-parse.c config/bfin-parse.h config/bfin-lex.c \
758 config/rl78-parse.c config/rl78-parse.h \
759 config/rx-parse.c config/rx-parse.h
760
761 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
762
763 # Now figure out from those variables how to compile and link.
764 BASEDIR = $(srcdir)/..
765 BFDDIR = $(BASEDIR)/bfd
766 INCDIR = $(BASEDIR)/include
767
768 # This is the variable actually used when we compile.
769 # Specify the directories to be searched for header files.
770 # Both . and srcdir are used, in that order,
771 # so that tm.h and config.h will be found in the compilation
772 # subdirectory rather than in the source directory.
773 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
774 -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ @LARGEFILE_CPPFLAGS@ \
775 -DLOCALEDIR="\"$(datadir)/locale\""
776
777
778 # How to link with both our special library facilities
779 # and the system's installed libraries.
780 GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
781
782 # Files to be copied away after each stage in building.
783 STAGESTUFF = *.@OBJEXT@ $(noinst_PROGRAMS)
784 as_new_SOURCES = $(GAS_CFILES)
785 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
786 $(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM)
787
788 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
789 $(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
790
791 EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
792 $(TARGET_CPU_HFILES) $(TARGET_EXTRA_FILES) $(TARG_ENV_CFILES) \
793 $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) \
794 $(CONFIG_ATOF_CFILES) $(MULTI_CFILES) config/m68k-parse.y \
795 config/bfin-parse.y config/bfin-lex.l config/rl78-parse.y \
796 config/rx-parse.y
797 EXPECT = expect
798 RUNTEST = runtest
799 RUNTESTFLAGS =
800 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
801 itbl_test_LDADD = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ $(GASLIBS) @LEXLIB@
802
803 # CGEN interface.
804 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
805
806 # Remake the info files.
807 MOSTLYCLEANFILES = $(STAGESTUFF) core \
808 testsuite/*.@OBJEXT@ testsuite/*.out testsuite/gas.log testsuite/gas.sum \
809 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2
810
811 against = stage2
812
813 # Reconfigure if configure.tgt changes.
814 # development.sh is used to determine -Werror default.
815 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh
816 EXTRA_DEJAGNU_SITE_CONFIG = development.exp
817 all: config.h
818 $(MAKE) $(AM_MAKEFLAGS) all-recursive
819
820 .SUFFIXES:
821 .SUFFIXES: .c .l .lo .o .obj .y
822 am--refresh: Makefile
823 @:
824 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
825 @for dep in $?; do \
826 case '$(am__configure_deps)' in \
827 *$$dep*) \
828 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
829 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
830 && exit 0; \
831 exit 1;; \
832 esac; \
833 done; \
834 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
835 $(am__cd) $(top_srcdir) && \
836 $(AUTOMAKE) --foreign Makefile
837 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
838 @case '$?' in \
839 *config.status*) \
840 echo ' $(SHELL) ./config.status'; \
841 $(SHELL) ./config.status;; \
842 *) \
843 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
844 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
845 esac;
846
847 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
848 $(SHELL) ./config.status --recheck
849
850 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
851 $(am__cd) $(srcdir) && $(AUTOCONF)
852 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
853 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
854 $(am__aclocal_m4_deps):
855
856 config.h: stamp-h1
857 @test -f $@ || rm -f stamp-h1
858 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
859
860 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
861 @rm -f stamp-h1
862 cd $(top_builddir) && $(SHELL) ./config.status config.h
863 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
864 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
865 rm -f stamp-h1
866 touch $@
867
868 distclean-hdr:
869 -rm -f config.h stamp-h1
870 gdb.ini: $(top_builddir)/config.status $(srcdir)/gdbinit.in
871 cd $(top_builddir) && $(SHELL) ./config.status $@
872 .gdbinit: $(top_builddir)/config.status $(srcdir)/gdbinit.in
873 cd $(top_builddir) && $(SHELL) ./config.status $@
874 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
875 cd $(top_builddir) && $(SHELL) ./config.status $@
876
877 clean-noinstPROGRAMS:
878 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
879 echo " rm -f" $$list; \
880 rm -f $$list || exit $$?; \
881 test -n "$(EXEEXT)" || exit 0; \
882 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
883 echo " rm -f" $$list; \
884 rm -f $$list
885 config/$(am__dirstamp):
886 @$(MKDIR_P) config
887 @: > config/$(am__dirstamp)
888 config/$(DEPDIR)/$(am__dirstamp):
889 @$(MKDIR_P) config/$(DEPDIR)
890 @: > config/$(DEPDIR)/$(am__dirstamp)
891 config/tc-aarch64.$(OBJEXT): config/$(am__dirstamp) \
892 config/$(DEPDIR)/$(am__dirstamp)
893 config/tc-alpha.$(OBJEXT): config/$(am__dirstamp) \
894 config/$(DEPDIR)/$(am__dirstamp)
895 config/tc-arc.$(OBJEXT): config/$(am__dirstamp) \
896 config/$(DEPDIR)/$(am__dirstamp)
897 config/tc-arm.$(OBJEXT): config/$(am__dirstamp) \
898 config/$(DEPDIR)/$(am__dirstamp)
899 config/tc-avr.$(OBJEXT): config/$(am__dirstamp) \
900 config/$(DEPDIR)/$(am__dirstamp)
901 config/tc-bfin.$(OBJEXT): config/$(am__dirstamp) \
902 config/$(DEPDIR)/$(am__dirstamp)
903 config/tc-bpf.$(OBJEXT): config/$(am__dirstamp) \
904 config/$(DEPDIR)/$(am__dirstamp)
905 config/tc-cr16.$(OBJEXT): config/$(am__dirstamp) \
906 config/$(DEPDIR)/$(am__dirstamp)
907 config/tc-cris.$(OBJEXT): config/$(am__dirstamp) \
908 config/$(DEPDIR)/$(am__dirstamp)
909 config/tc-crx.$(OBJEXT): config/$(am__dirstamp) \
910 config/$(DEPDIR)/$(am__dirstamp)
911 config/tc-csky.$(OBJEXT): config/$(am__dirstamp) \
912 config/$(DEPDIR)/$(am__dirstamp)
913 config/tc-d10v.$(OBJEXT): config/$(am__dirstamp) \
914 config/$(DEPDIR)/$(am__dirstamp)
915 config/tc-d30v.$(OBJEXT): config/$(am__dirstamp) \
916 config/$(DEPDIR)/$(am__dirstamp)
917 config/tc-dlx.$(OBJEXT): config/$(am__dirstamp) \
918 config/$(DEPDIR)/$(am__dirstamp)
919 config/tc-epiphany.$(OBJEXT): config/$(am__dirstamp) \
920 config/$(DEPDIR)/$(am__dirstamp)
921 config/tc-fr30.$(OBJEXT): config/$(am__dirstamp) \
922 config/$(DEPDIR)/$(am__dirstamp)
923 config/tc-frv.$(OBJEXT): config/$(am__dirstamp) \
924 config/$(DEPDIR)/$(am__dirstamp)
925 config/tc-ft32.$(OBJEXT): config/$(am__dirstamp) \
926 config/$(DEPDIR)/$(am__dirstamp)
927 config/tc-h8300.$(OBJEXT): config/$(am__dirstamp) \
928 config/$(DEPDIR)/$(am__dirstamp)
929 config/tc-hppa.$(OBJEXT): config/$(am__dirstamp) \
930 config/$(DEPDIR)/$(am__dirstamp)
931 config/tc-ia64.$(OBJEXT): config/$(am__dirstamp) \
932 config/$(DEPDIR)/$(am__dirstamp)
933 config/tc-i386.$(OBJEXT): config/$(am__dirstamp) \
934 config/$(DEPDIR)/$(am__dirstamp)
935 config/tc-ip2k.$(OBJEXT): config/$(am__dirstamp) \
936 config/$(DEPDIR)/$(am__dirstamp)
937 config/tc-iq2000.$(OBJEXT): config/$(am__dirstamp) \
938 config/$(DEPDIR)/$(am__dirstamp)
939 config/tc-lm32.$(OBJEXT): config/$(am__dirstamp) \
940 config/$(DEPDIR)/$(am__dirstamp)
941 config/tc-m32c.$(OBJEXT): config/$(am__dirstamp) \
942 config/$(DEPDIR)/$(am__dirstamp)
943 config/tc-m32r.$(OBJEXT): config/$(am__dirstamp) \
944 config/$(DEPDIR)/$(am__dirstamp)
945 config/tc-m68hc11.$(OBJEXT): config/$(am__dirstamp) \
946 config/$(DEPDIR)/$(am__dirstamp)
947 config/tc-m68k.$(OBJEXT): config/$(am__dirstamp) \
948 config/$(DEPDIR)/$(am__dirstamp)
949 config/tc-s12z.$(OBJEXT): config/$(am__dirstamp) \
950 config/$(DEPDIR)/$(am__dirstamp)
951 config/tc-mcore.$(OBJEXT): config/$(am__dirstamp) \
952 config/$(DEPDIR)/$(am__dirstamp)
953 config/tc-mep.$(OBJEXT): config/$(am__dirstamp) \
954 config/$(DEPDIR)/$(am__dirstamp)
955 config/tc-metag.$(OBJEXT): config/$(am__dirstamp) \
956 config/$(DEPDIR)/$(am__dirstamp)
957 config/tc-microblaze.$(OBJEXT): config/$(am__dirstamp) \
958 config/$(DEPDIR)/$(am__dirstamp)
959 config/tc-mips.$(OBJEXT): config/$(am__dirstamp) \
960 config/$(DEPDIR)/$(am__dirstamp)
961 config/tc-mmix.$(OBJEXT): config/$(am__dirstamp) \
962 config/$(DEPDIR)/$(am__dirstamp)
963 config/tc-mn10200.$(OBJEXT): config/$(am__dirstamp) \
964 config/$(DEPDIR)/$(am__dirstamp)
965 config/tc-mn10300.$(OBJEXT): config/$(am__dirstamp) \
966 config/$(DEPDIR)/$(am__dirstamp)
967 config/tc-moxie.$(OBJEXT): config/$(am__dirstamp) \
968 config/$(DEPDIR)/$(am__dirstamp)
969 config/tc-msp430.$(OBJEXT): config/$(am__dirstamp) \
970 config/$(DEPDIR)/$(am__dirstamp)
971 config/tc-mt.$(OBJEXT): config/$(am__dirstamp) \
972 config/$(DEPDIR)/$(am__dirstamp)
973 config/tc-nds32.$(OBJEXT): config/$(am__dirstamp) \
974 config/$(DEPDIR)/$(am__dirstamp)
975 config/tc-nios2.$(OBJEXT): config/$(am__dirstamp) \
976 config/$(DEPDIR)/$(am__dirstamp)
977 config/tc-ns32k.$(OBJEXT): config/$(am__dirstamp) \
978 config/$(DEPDIR)/$(am__dirstamp)
979 config/tc-or1k.$(OBJEXT): config/$(am__dirstamp) \
980 config/$(DEPDIR)/$(am__dirstamp)
981 config/tc-pdp11.$(OBJEXT): config/$(am__dirstamp) \
982 config/$(DEPDIR)/$(am__dirstamp)
983 config/tc-pj.$(OBJEXT): config/$(am__dirstamp) \
984 config/$(DEPDIR)/$(am__dirstamp)
985 config/tc-ppc.$(OBJEXT): config/$(am__dirstamp) \
986 config/$(DEPDIR)/$(am__dirstamp)
987 config/tc-pru.$(OBJEXT): config/$(am__dirstamp) \
988 config/$(DEPDIR)/$(am__dirstamp)
989 config/tc-riscv.$(OBJEXT): config/$(am__dirstamp) \
990 config/$(DEPDIR)/$(am__dirstamp)
991 config/tc-rl78.$(OBJEXT): config/$(am__dirstamp) \
992 config/$(DEPDIR)/$(am__dirstamp)
993 config/tc-rx.$(OBJEXT): config/$(am__dirstamp) \
994 config/$(DEPDIR)/$(am__dirstamp)
995 config/tc-s390.$(OBJEXT): config/$(am__dirstamp) \
996 config/$(DEPDIR)/$(am__dirstamp)
997 config/tc-score.$(OBJEXT): config/$(am__dirstamp) \
998 config/$(DEPDIR)/$(am__dirstamp)
999 config/tc-sh.$(OBJEXT): config/$(am__dirstamp) \
1000 config/$(DEPDIR)/$(am__dirstamp)
1001 config/tc-sparc.$(OBJEXT): config/$(am__dirstamp) \
1002 config/$(DEPDIR)/$(am__dirstamp)
1003 config/tc-spu.$(OBJEXT): config/$(am__dirstamp) \
1004 config/$(DEPDIR)/$(am__dirstamp)
1005 config/tc-tic30.$(OBJEXT): config/$(am__dirstamp) \
1006 config/$(DEPDIR)/$(am__dirstamp)
1007 config/tc-tic4x.$(OBJEXT): config/$(am__dirstamp) \
1008 config/$(DEPDIR)/$(am__dirstamp)
1009 config/tc-tic54x.$(OBJEXT): config/$(am__dirstamp) \
1010 config/$(DEPDIR)/$(am__dirstamp)
1011 config/tc-tic6x.$(OBJEXT): config/$(am__dirstamp) \
1012 config/$(DEPDIR)/$(am__dirstamp)
1013 config/tc-tilegx.$(OBJEXT): config/$(am__dirstamp) \
1014 config/$(DEPDIR)/$(am__dirstamp)
1015 config/tc-tilepro.$(OBJEXT): config/$(am__dirstamp) \
1016 config/$(DEPDIR)/$(am__dirstamp)
1017 config/tc-v850.$(OBJEXT): config/$(am__dirstamp) \
1018 config/$(DEPDIR)/$(am__dirstamp)
1019 config/tc-vax.$(OBJEXT): config/$(am__dirstamp) \
1020 config/$(DEPDIR)/$(am__dirstamp)
1021 config/tc-visium.$(OBJEXT): config/$(am__dirstamp) \
1022 config/$(DEPDIR)/$(am__dirstamp)
1023 config/tc-wasm32.$(OBJEXT): config/$(am__dirstamp) \
1024 config/$(DEPDIR)/$(am__dirstamp)
1025 config/tc-xstormy16.$(OBJEXT): config/$(am__dirstamp) \
1026 config/$(DEPDIR)/$(am__dirstamp)
1027 config/tc-xc16x.$(OBJEXT): config/$(am__dirstamp) \
1028 config/$(DEPDIR)/$(am__dirstamp)
1029 config/tc-xgate.$(OBJEXT): config/$(am__dirstamp) \
1030 config/$(DEPDIR)/$(am__dirstamp)
1031 config/tc-xtensa.$(OBJEXT): config/$(am__dirstamp) \
1032 config/$(DEPDIR)/$(am__dirstamp)
1033 config/tc-z80.$(OBJEXT): config/$(am__dirstamp) \
1034 config/$(DEPDIR)/$(am__dirstamp)
1035 config/tc-z8k.$(OBJEXT): config/$(am__dirstamp) \
1036 config/$(DEPDIR)/$(am__dirstamp)
1037 config/bfin-lex-wrapper.$(OBJEXT): config/$(am__dirstamp) \
1038 config/$(DEPDIR)/$(am__dirstamp)
1039 config/xtensa-relax.$(OBJEXT): config/$(am__dirstamp) \
1040 config/$(DEPDIR)/$(am__dirstamp)
1041 config/te-vms.$(OBJEXT): config/$(am__dirstamp) \
1042 config/$(DEPDIR)/$(am__dirstamp)
1043 config/obj-aout.$(OBJEXT): config/$(am__dirstamp) \
1044 config/$(DEPDIR)/$(am__dirstamp)
1045 config/obj-coff.$(OBJEXT): config/$(am__dirstamp) \
1046 config/$(DEPDIR)/$(am__dirstamp)
1047 config/obj-ecoff.$(OBJEXT): config/$(am__dirstamp) \
1048 config/$(DEPDIR)/$(am__dirstamp)
1049 config/obj-elf.$(OBJEXT): config/$(am__dirstamp) \
1050 config/$(DEPDIR)/$(am__dirstamp)
1051 config/obj-evax.$(OBJEXT): config/$(am__dirstamp) \
1052 config/$(DEPDIR)/$(am__dirstamp)
1053 config/obj-fdpicelf.$(OBJEXT): config/$(am__dirstamp) \
1054 config/$(DEPDIR)/$(am__dirstamp)
1055 config/obj-macho.$(OBJEXT): config/$(am__dirstamp) \
1056 config/$(DEPDIR)/$(am__dirstamp)
1057 config/obj-multi.$(OBJEXT): config/$(am__dirstamp) \
1058 config/$(DEPDIR)/$(am__dirstamp)
1059 config/obj-som.$(OBJEXT): config/$(am__dirstamp) \
1060 config/$(DEPDIR)/$(am__dirstamp)
1061 config/atof-ieee.$(OBJEXT): config/$(am__dirstamp) \
1062 config/$(DEPDIR)/$(am__dirstamp)
1063 config/atof-vax.$(OBJEXT): config/$(am__dirstamp) \
1064 config/$(DEPDIR)/$(am__dirstamp)
1065 config/e-crisaout.$(OBJEXT): config/$(am__dirstamp) \
1066 config/$(DEPDIR)/$(am__dirstamp)
1067 config/e-criself.$(OBJEXT): config/$(am__dirstamp) \
1068 config/$(DEPDIR)/$(am__dirstamp)
1069 config/e-i386aout.$(OBJEXT): config/$(am__dirstamp) \
1070 config/$(DEPDIR)/$(am__dirstamp)
1071 config/e-i386coff.$(OBJEXT): config/$(am__dirstamp) \
1072 config/$(DEPDIR)/$(am__dirstamp)
1073 config/e-i386elf.$(OBJEXT): config/$(am__dirstamp) \
1074 config/$(DEPDIR)/$(am__dirstamp)
1075 config/e-mipself.$(OBJEXT): config/$(am__dirstamp) \
1076 config/$(DEPDIR)/$(am__dirstamp)
1077 config/m68k-parse.$(OBJEXT): config/$(am__dirstamp) \
1078 config/$(DEPDIR)/$(am__dirstamp)
1079 config/bfin-parse.$(OBJEXT): config/$(am__dirstamp) \
1080 config/$(DEPDIR)/$(am__dirstamp)
1081 config/bfin-lex.$(OBJEXT): config/$(am__dirstamp) \
1082 config/$(DEPDIR)/$(am__dirstamp)
1083 config/rl78-parse.$(OBJEXT): config/$(am__dirstamp) \
1084 config/$(DEPDIR)/$(am__dirstamp)
1085 config/rx-parse.$(OBJEXT): config/$(am__dirstamp) \
1086 config/$(DEPDIR)/$(am__dirstamp)
1087
1088 as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES) $(EXTRA_as_new_DEPENDENCIES)
1089 @rm -f as-new$(EXEEXT)
1090 $(AM_V_CCLD)$(LINK) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
1091
1092 itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) $(EXTRA_itbl_test_DEPENDENCIES)
1093 @rm -f itbl-test$(EXEEXT)
1094 $(AM_V_CCLD)$(LINK) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
1095
1096 mostlyclean-compile:
1097 -rm -f *.$(OBJEXT)
1098 -rm -f config/*.$(OBJEXT)
1099
1100 distclean-compile:
1101 -rm -f *.tab.c
1102
1103 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@
1104 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/as.Po@am__quote@
1105 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atof-generic.Po@am__quote@
1106 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen.Po@am__quote@
1107 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress-debug.Po@am__quote@
1108 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cond.Po@am__quote@
1109 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/depend.Po@am__quote@
1110 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dw2gencfi.Po@am__quote@
1111 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2dbg.Po@am__quote@
1112 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecoff.Po@am__quote@
1113 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehopt.Po@am__quote@
1114 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@
1115 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-copy.Po@am__quote@
1116 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-konst.Po@am__quote@
1117 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-mult.Po@am__quote@
1118 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frags.Po@am__quote@
1119 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
1120 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-file.Po@am__quote@
1121 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-scrub.Po@am__quote@
1122 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-lex.Po@am__quote@
1123 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-ops.Po@am__quote@
1124 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-parse.Po@am__quote@
1125 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listing.Po@am__quote@
1126 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/literal.Po@am__quote@
1127 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@
1128 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messages.Po@am__quote@
1129 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output-file.Po@am__quote@
1130 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Po@am__quote@
1131 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remap.Po@am__quote@
1132 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sb.Po@am__quote@
1133 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Po@am__quote@
1134 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subsegs.Po@am__quote@
1135 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbols.Po@am__quote@
1136 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Po@am__quote@
1137 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/atof-ieee.Po@am__quote@
1138 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/atof-vax.Po@am__quote@
1139 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/bfin-lex-wrapper.Po@am__quote@
1140 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/bfin-lex.Po@am__quote@
1141 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/bfin-parse.Po@am__quote@
1142 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-crisaout.Po@am__quote@
1143 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-criself.Po@am__quote@
1144 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-i386aout.Po@am__quote@
1145 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-i386coff.Po@am__quote@
1146 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-i386elf.Po@am__quote@
1147 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-mipself.Po@am__quote@
1148 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/m68k-parse.Po@am__quote@
1149 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-aout.Po@am__quote@
1150 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-coff.Po@am__quote@
1151 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-ecoff.Po@am__quote@
1152 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-elf.Po@am__quote@
1153 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-evax.Po@am__quote@
1154 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-fdpicelf.Po@am__quote@
1155 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-macho.Po@am__quote@
1156 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-multi.Po@am__quote@
1157 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-som.Po@am__quote@
1158 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/rl78-parse.Po@am__quote@
1159 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/rx-parse.Po@am__quote@
1160 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-aarch64.Po@am__quote@
1161 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-alpha.Po@am__quote@
1162 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-arc.Po@am__quote@
1163 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-arm.Po@am__quote@
1164 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-avr.Po@am__quote@
1165 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-bfin.Po@am__quote@
1166 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-bpf.Po@am__quote@
1167 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-cr16.Po@am__quote@
1168 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-cris.Po@am__quote@
1169 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-crx.Po@am__quote@
1170 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-csky.Po@am__quote@
1171 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-d10v.Po@am__quote@
1172 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-d30v.Po@am__quote@
1173 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-dlx.Po@am__quote@
1174 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-epiphany.Po@am__quote@
1175 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-fr30.Po@am__quote@
1176 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-frv.Po@am__quote@
1177 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ft32.Po@am__quote@
1178 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-h8300.Po@am__quote@
1179 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-hppa.Po@am__quote@
1180 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-i386.Po@am__quote@
1181 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ia64.Po@am__quote@
1182 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ip2k.Po@am__quote@
1183 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-iq2000.Po@am__quote@
1184 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-lm32.Po@am__quote@
1185 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m32c.Po@am__quote@
1186 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m32r.Po@am__quote@
1187 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m68hc11.Po@am__quote@
1188 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m68k.Po@am__quote@
1189 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mcore.Po@am__quote@
1190 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mep.Po@am__quote@
1191 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-metag.Po@am__quote@
1192 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-microblaze.Po@am__quote@
1193 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mips.Po@am__quote@
1194 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mmix.Po@am__quote@
1195 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mn10200.Po@am__quote@
1196 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mn10300.Po@am__quote@
1197 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-moxie.Po@am__quote@
1198 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-msp430.Po@am__quote@
1199 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mt.Po@am__quote@
1200 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-nds32.Po@am__quote@
1201 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-nios2.Po@am__quote@
1202 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ns32k.Po@am__quote@
1203 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-or1k.Po@am__quote@
1204 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-pdp11.Po@am__quote@
1205 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-pj.Po@am__quote@
1206 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ppc.Po@am__quote@
1207 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-pru.Po@am__quote@
1208 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-riscv.Po@am__quote@
1209 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-rl78.Po@am__quote@
1210 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-rx.Po@am__quote@
1211 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-s12z.Po@am__quote@
1212 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-s390.Po@am__quote@
1213 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-score.Po@am__quote@
1214 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-sh.Po@am__quote@
1215 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-sparc.Po@am__quote@
1216 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-spu.Po@am__quote@
1217 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic30.Po@am__quote@
1218 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic4x.Po@am__quote@
1219 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic54x.Po@am__quote@
1220 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic6x.Po@am__quote@
1221 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tilegx.Po@am__quote@
1222 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tilepro.Po@am__quote@
1223 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-v850.Po@am__quote@
1224 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-vax.Po@am__quote@
1225 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-visium.Po@am__quote@
1226 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-wasm32.Po@am__quote@
1227 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-xc16x.Po@am__quote@
1228 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-xgate.Po@am__quote@
1229 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-xstormy16.Po@am__quote@
1230 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-xtensa.Po@am__quote@
1231 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-z80.Po@am__quote@
1232 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-z8k.Po@am__quote@
1233 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/te-vms.Po@am__quote@
1234 @AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/xtensa-relax.Po@am__quote@
1235
1236 .c.o:
1237 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1238 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1239 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1240 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1241 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1242 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1243
1244 .c.obj:
1245 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1246 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1247 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1250 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1251
1252 .c.lo:
1253 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1254 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1255 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1256 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1258 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1259
1260 .l.c:
1261 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
1262
1263 .y.c:
1264 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1265
1266 mostlyclean-libtool:
1267 -rm -f *.lo
1268
1269 clean-libtool:
1270 -rm -rf .libs _libs
1271
1272 distclean-libtool:
1273 -rm -f libtool config.lt
1274
1275 # This directory's subdirectories are mostly independent; you can cd
1276 # into them and run 'make' without going through this Makefile.
1277 # To change the values of 'make' variables: instead of editing Makefiles,
1278 # (1) if the variable is set in 'config.status', edit 'config.status'
1279 # (which will cause the Makefiles to be regenerated when you run 'make');
1280 # (2) otherwise, pass the desired values on the 'make' command line.
1281 $(am__recursive_targets):
1282 @fail=; \
1283 if $(am__make_keepgoing); then \
1284 failcom='fail=yes'; \
1285 else \
1286 failcom='exit 1'; \
1287 fi; \
1288 dot_seen=no; \
1289 target=`echo $@ | sed s/-recursive//`; \
1290 case "$@" in \
1291 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1292 *) list='$(SUBDIRS)' ;; \
1293 esac; \
1294 for subdir in $$list; do \
1295 echo "Making $$target in $$subdir"; \
1296 if test "$$subdir" = "."; then \
1297 dot_seen=yes; \
1298 local_target="$$target-am"; \
1299 else \
1300 local_target="$$target"; \
1301 fi; \
1302 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1303 || eval $$failcom; \
1304 done; \
1305 if test "$$dot_seen" = "no"; then \
1306 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1307 fi; test -z "$$fail"
1308
1309 ID: $(am__tagged_files)
1310 $(am__define_uniq_tagged_files); mkid -fID $$unique
1311 tags: tags-recursive
1312 TAGS: tags
1313
1314 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1315 set x; \
1316 here=`pwd`; \
1317 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1318 include_option=--etags-include; \
1319 empty_fix=.; \
1320 else \
1321 include_option=--include; \
1322 empty_fix=; \
1323 fi; \
1324 list='$(SUBDIRS)'; for subdir in $$list; do \
1325 if test "$$subdir" = .; then :; else \
1326 test ! -f $$subdir/TAGS || \
1327 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1328 fi; \
1329 done; \
1330 $(am__define_uniq_tagged_files); \
1331 shift; \
1332 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1333 test -n "$$unique" || unique=$$empty_fix; \
1334 if test $$# -gt 0; then \
1335 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1336 "$$@" $$unique; \
1337 else \
1338 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1339 $$unique; \
1340 fi; \
1341 fi
1342 ctags: ctags-recursive
1343
1344 CTAGS: ctags
1345 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1346 $(am__define_uniq_tagged_files); \
1347 test -z "$(CTAGS_ARGS)$$unique" \
1348 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1349 $$unique
1350
1351 GTAGS:
1352 here=`$(am__cd) $(top_builddir) && pwd` \
1353 && $(am__cd) $(top_srcdir) \
1354 && gtags -i $(GTAGS_ARGS) "$$here"
1355 cscope: cscope.files
1356 test ! -s cscope.files \
1357 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1358 clean-cscope:
1359 -rm -f cscope.files
1360 cscope.files: clean-cscope cscopelist
1361 cscopelist: cscopelist-recursive
1362
1363 cscopelist-am: $(am__tagged_files)
1364 list='$(am__tagged_files)'; \
1365 case "$(srcdir)" in \
1366 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1367 *) sdir=$(subdir)/$(srcdir) ;; \
1368 esac; \
1369 for i in $$list; do \
1370 if test -f "$$i"; then \
1371 echo "$(subdir)/$$i"; \
1372 else \
1373 echo "$$sdir/$$i"; \
1374 fi; \
1375 done >> $(top_builddir)/cscope.files
1376
1377 distclean-tags:
1378 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1379 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1380 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
1381 @echo 'Making a new site.exp file ...'
1382 @echo '## these variables are automatically generated by make ##' >site.tmp
1383 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
1384 @echo '# edit the last section' >>site.tmp
1385 @echo 'set srcdir "$(srcdir)"' >>site.tmp
1386 @echo "set objdir `pwd`" >>site.tmp
1387 @echo 'set build_alias "$(build_alias)"' >>site.tmp
1388 @echo 'set build_triplet $(build_triplet)' >>site.tmp
1389 @echo 'set host_alias "$(host_alias)"' >>site.tmp
1390 @echo 'set host_triplet $(host_triplet)' >>site.tmp
1391 @echo 'set target_alias "$(target_alias)"' >>site.tmp
1392 @echo 'set target_triplet $(target_triplet)' >>site.tmp
1393 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
1394 echo "## Begin content included from file $$f. Do not modify. ##" \
1395 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
1396 && echo "## End content included from file $$f. ##" \
1397 || exit 1; \
1398 done >> site.tmp
1399 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
1400 @if test -f site.exp; then \
1401 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
1402 fi
1403 @-rm -f site.bak
1404 @test ! -f site.exp || mv site.exp site.bak
1405 @mv site.tmp site.exp
1406
1407 distclean-DEJAGNU:
1408 -rm -f site.exp site.bak
1409 -l='$(DEJATOOL)'; for tool in $$l; do \
1410 rm -f $$tool.sum $$tool.log; \
1411 done
1412 check-am: all-am
1413 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1414 check: check-recursive
1415 all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
1416 installdirs: installdirs-recursive
1417 installdirs-am:
1418 install: install-recursive
1419 install-exec: install-exec-recursive
1420 install-data: install-data-recursive
1421 uninstall: uninstall-recursive
1422
1423 install-am: all-am
1424 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1425
1426 installcheck: installcheck-recursive
1427 install-strip:
1428 if test -z '$(STRIP)'; then \
1429 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1430 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1431 install; \
1432 else \
1433 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1434 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1435 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1436 fi
1437 mostlyclean-generic:
1438 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1439
1440 clean-generic:
1441
1442 distclean-generic:
1443 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1444 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1445 -rm -f config/$(DEPDIR)/$(am__dirstamp)
1446 -rm -f config/$(am__dirstamp)
1447 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1448
1449 maintainer-clean-generic:
1450 @echo "This command is intended for maintainers to use"
1451 @echo "it deletes files that may require special tools to rebuild."
1452 -rm -f config/bfin-lex.c
1453 -rm -f config/bfin-parse.c
1454 -rm -f config/m68k-parse.c
1455 -rm -f config/rl78-parse.c
1456 -rm -f config/rx-parse.c
1457 -rm -f itbl-lex.c
1458 -rm -f itbl-parse.c
1459 clean: clean-recursive
1460
1461 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
1462 mostlyclean-am
1463
1464 distclean: distclean-recursive
1465 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1466 -rm -rf ./$(DEPDIR) config/$(DEPDIR)
1467 -rm -f Makefile
1468 distclean-am: clean-am distclean-DEJAGNU distclean-compile \
1469 distclean-generic distclean-hdr distclean-libtool \
1470 distclean-tags
1471
1472 dvi: dvi-recursive
1473
1474 dvi-am:
1475
1476 html: html-recursive
1477
1478 html-am:
1479
1480 info: info-recursive
1481
1482 info-am:
1483
1484 install-data-am:
1485
1486 install-dvi: install-dvi-recursive
1487
1488 install-dvi-am:
1489
1490 install-exec-am: install-exec-local
1491
1492 install-html: install-html-recursive
1493
1494 install-html-am:
1495
1496 install-info: install-info-recursive
1497
1498 install-info-am:
1499
1500 install-man:
1501
1502 install-pdf: install-pdf-recursive
1503
1504 install-pdf-am:
1505
1506 install-ps: install-ps-recursive
1507
1508 install-ps-am:
1509
1510 installcheck-am:
1511
1512 maintainer-clean: maintainer-clean-recursive
1513 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1514 -rm -rf $(top_srcdir)/autom4te.cache
1515 -rm -rf ./$(DEPDIR) config/$(DEPDIR)
1516 -rm -f Makefile
1517 maintainer-clean-am: distclean-am maintainer-clean-generic
1518
1519 mostlyclean: mostlyclean-recursive
1520
1521 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1522 mostlyclean-libtool
1523
1524 pdf: pdf-recursive
1525
1526 pdf-am:
1527
1528 ps: ps-recursive
1529
1530 ps-am:
1531
1532 uninstall-am:
1533
1534 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1535
1536 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1537 am--refresh check check-DEJAGNU check-am clean clean-cscope \
1538 clean-generic clean-libtool clean-noinstPROGRAMS cscope \
1539 cscopelist-am ctags ctags-am distclean distclean-DEJAGNU \
1540 distclean-compile distclean-generic distclean-hdr \
1541 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1542 info-am install install-am install-data install-data-am \
1543 install-dvi install-dvi-am install-exec install-exec-am \
1544 install-exec-local install-html install-html-am install-info \
1545 install-info-am install-man install-pdf install-pdf-am \
1546 install-ps install-ps-am install-strip installcheck \
1547 installcheck-am installdirs installdirs-am maintainer-clean \
1548 maintainer-clean-generic mostlyclean mostlyclean-compile \
1549 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1550 tags tags-am uninstall uninstall-am
1551
1552 .PRECIOUS: Makefile
1553
1554 po/POTFILES.in: @MAINT@ Makefile
1555 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1556 && mv tmp $(srcdir)/po/POTFILES.in
1557
1558 diststuff: $(EXTRA_DIST) info
1559
1560 check-DEJAGNU: site.exp
1561 if [ -d testsuite ]; then \
1562 true; \
1563 else \
1564 mkdir testsuite; \
1565 fi
1566 rm -f testsuite/site.exp
1567 cp site.exp testsuite/site.exp
1568 rootme=`pwd`; export rootme; \
1569 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
1570 LC_ALL=C; export LC_ALL; \
1571 EXPECT=${EXPECT} ; export EXPECT ; \
1572 runtest=$(RUNTEST); \
1573 cd testsuite; \
1574 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1575 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
1576 $(RUNTESTFLAGS); \
1577 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1578 fi
1579
1580 development.exp: $(BFDDIR)/development.sh
1581 $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
1582 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
1583 config/m68k-parse.c: $(srcdir)/config/m68k-parse.y
1584 $(SHELL) $(YLWRAP) $(srcdir)/config/m68k-parse.y y.tab.c $@ -- $(YACCCOMPILE)
1585 config/m68k-parse.h: config/m68k-parse.c
1586 @true
1587 config/bfin-parse.c: $(srcdir)/config/bfin-parse.y
1588 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c $@ y.tab.h config/bfin-parse.h -- $(YACCCOMPILE) -d ;
1589 config/bfin-parse.h: config/bfin-parse.c
1590 @true
1591 config/bfin-lex.c: $(srcdir)/config/bfin-lex.l
1592 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
1593
1594 config/bfin-lex-wrapper.@OBJEXT@: config/bfin-lex.c config/bfin-parse.h
1595 config/rl78-parse.c: $(srcdir)/config/rl78-parse.y
1596 $(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c $@ y.tab.h config/rl78-parse.h -- $(YACCCOMPILE) -d ;
1597 config/rl78-parse.h: config/rl78-parse.c
1598 @true
1599 config/rx-parse.c: $(srcdir)/config/rx-parse.y
1600 $(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c $@ y.tab.h config/rx-parse.h -- $(YACCCOMPILE) -d ;
1601 config/rx-parse.h: config/rx-parse.c
1602 @true
1603
1604 # The mips instruction table specification lexical analyzer and parser.
1605
1606 itbl-lex-wrapper.@OBJEXT@: itbl-lex.c itbl-parse.h
1607
1608 itbl-parse.c: $(srcdir)/itbl-parse.y
1609 $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c $@ y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
1610
1611 itbl-parse.h: itbl-parse.c
1612 @true
1613
1614 itbl-ops.@OBJEXT@: itbl-parse.h
1615
1616 itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
1617 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c
1618 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-ops.c' object='$@' libtool=no @AMDEPBACKSLASH@
1620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1621 @am__fastdepCC_FALSE@ $(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
1622
1623 itbl-test.@OBJEXT@: $(srcdir)/testsuite/gas/all/itbl-test.c
1624 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
1625 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1626 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-test.c' object='$@' libtool=no @AMDEPBACKSLASH@
1627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1628 @am__fastdepCC_FALSE@ $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
1629
1630 cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
1631 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
1632 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
1633 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
1634
1635 .PHONY: install-exec-local install-data-local
1636 .PHONY: install-exec-bindir install-exec-tooldir
1637
1638 install-exec-local: install-exec-bindir @install_tooldir@
1639
1640 install-exec-bindir: $(noinst_PROGRAMS)
1641 $(mkinstalldirs) $(DESTDIR)$(bindir)
1642 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1643 if test -f $$p; then \
1644 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
1645 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
1646 else :; fi; \
1647 done
1648
1649 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
1650 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
1651 n=`echo as | sed '$(transform)'`; \
1652 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
1653 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
1654 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
1655 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
1656 else \
1657 true ; \
1658 fi
1659
1660 # These exist for maintenance purposes.
1661
1662 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
1663
1664 bootstrap: as-new$(EXEEXT)
1665 $(MAKE) stage1
1666 rm -f stage && ln -s stage1 stage
1667 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1668 $(MAKE) stage2
1669 rm -f stage && ln -s stage2 stage
1670 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1671 $(MAKE) comparison against=stage2
1672
1673 bootstrap2:
1674 rm -f stage && ln -s stage1 stage
1675 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1676 $(MAKE) stage2
1677 rm -f stage && ln -s stage2 stage
1678 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1679 $(MAKE) comparison against=stage2
1680
1681 bootstrap3:
1682 rm -f stage && ln -s stage2 stage
1683 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1684 $(MAKE) comparison against=stage2
1685
1686 # Copy the object files from a particular stage into a subdirectory.
1687 stage1:
1688 -mkdir stage1
1689 -mv $(STAGESTUFF) stage1
1690 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1691
1692 stage2:
1693 -mkdir stage2
1694 -mv $(STAGESTUFF) stage2
1695 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1696
1697 stage3:
1698 -mkdir stage3
1699 -mv $(STAGESTUFF) stage3
1700 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
1701
1702 comparison:
1703 x=0 ; \
1704 for file in *.@OBJEXT@ ; do \
1705 f1=./$$file; f2=${against}/$$file; \
1706 $(do_compare) > /dev/null 2>&1; \
1707 if test $$? -ne 0; then \
1708 echo $$file differs ; \
1709 x=1 ; \
1710 fi ; \
1711 done ; \
1712 exit $$x
1713 -rm -f tmp-foo*
1714
1715 .PHONY: de-stage1 de-stage2 de-stage3
1716
1717 de-stage1:
1718 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
1719 - rmdir stage1
1720
1721 de-stage2:
1722 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
1723 - rmdir stage2
1724
1725 de-stage3:
1726 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
1727 - rmdir stage3
1728
1729 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1730 # Otherwise a system limit (for SysV at least) may be exceeded.
1731 .NOEXPORT:
This page took 0.122639 seconds and 4 git commands to generate.