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