]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/Makefile.in
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gas / Makefile.in
CommitLineData
631ec08c 1# Makefile.in generated by automake 1.16.5 from Makefile.am.
13b2be9c 2# @configure_input@
252b5132 3
631ec08c 4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
d0ac1c44 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#
a2c58332 18# Copyright (C) 2012-2022 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
bde299e0 35#
a2c58332 36# Copyright (C) 2012-2022 Free Software Foundation, Inc.
bde299e0
MF
37#
38# This file is free software; you can redistribute it and/or modify
39# it under the terms of the GNU General Public License as published by
40# the Free Software Foundation; either version 3 of the License, or
41# (at your option) any later version.
42#
43# This program is distributed in the hope that it will be useful,
44# but WITHOUT ANY WARRANTY; without even the implied warranty of
45# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46# GNU General Public License for more details.
47#
48# You should have received a copy of the GNU General Public License
49# along with this program; see the file COPYING3. If not see
50# <http://www.gnu.org/licenses/>.
51#
52
ab509236 53
252b5132 54VPATH = @srcdir@
d0ac1c44
SM
55am__is_gnu_make = { \
56 if test -z '$(MAKELEVEL)'; then \
57 false; \
58 elif test -n '$(MAKE_HOST)'; then \
59 true; \
60 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
61 true; \
62 else \
63 false; \
64 fi; \
65}
66am__make_running_with_option = \
67 case $${target_option-} in \
68 ?) ;; \
69 *) echo "am__make_running_with_option: internal error: invalid" \
70 "target option '$${target_option-}' specified" >&2; \
71 exit 1;; \
72 esac; \
73 has_opt=no; \
74 sane_makeflags=$$MAKEFLAGS; \
75 if $(am__is_gnu_make); then \
76 sane_makeflags=$$MFLAGS; \
77 else \
6fd8e7c2
L
78 case $$MAKEFLAGS in \
79 *\\[\ \ ]*) \
d0ac1c44
SM
80 bs=\\; \
81 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
82 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
83 esac; \
84 fi; \
85 skip_next=no; \
86 strip_trailopt () \
87 { \
88 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
89 }; \
90 for flg in $$sane_makeflags; do \
91 test $$skip_next = yes && { skip_next=no; continue; }; \
92 case $$flg in \
93 *=*|--*) continue;; \
94 -*I) strip_trailopt 'I'; skip_next=yes;; \
95 -*I?*) strip_trailopt 'I';; \
96 -*O) strip_trailopt 'O'; skip_next=yes;; \
97 -*O?*) strip_trailopt 'O';; \
98 -*l) strip_trailopt 'l'; skip_next=yes;; \
99 -*l?*) strip_trailopt 'l';; \
100 -[dEDm]) skip_next=yes;; \
101 -[JT]) skip_next=yes;; \
6fd8e7c2 102 esac; \
d0ac1c44
SM
103 case $$flg in \
104 *$$target_option*) has_opt=yes; break;; \
105 esac; \
106 done; \
107 test $$has_opt = yes
108am__make_dryrun = (target_option=n; $(am__make_running_with_option))
109am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
252b5132 110pkgdatadir = $(datadir)/@PACKAGE@
252b5132 111pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb
RW
112pkglibdir = $(libdir)/@PACKAGE@
113pkglibexecdir = $(libexecdir)/@PACKAGE@
13b2be9c 114am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
13b2be9c
DJ
115install_sh_DATA = $(install_sh) -c -m 644
116install_sh_PROGRAM = $(install_sh) -c
117install_sh_SCRIPT = $(install_sh) -c
118INSTALL_HEADER = $(INSTALL_DATA)
119transform = $(program_transform_name)
252b5132
RH
120NORMAL_INSTALL = :
121PRE_INSTALL = :
122POST_INSTALL = :
123NORMAL_UNINSTALL = :
124PRE_UNINSTALL = :
125POST_UNINSTALL = :
252b5132 126build_triplet = @build@
252b5132 127host_triplet = @host@
252b5132 128target_triplet = @target@
ab509236
L
129noinst_PROGRAMS = as-new$(EXEEXT)
130EXTRA_PROGRAMS = itbl-test$(EXEEXT)
ab509236
L
131subdir = .
132ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
f2c621e4 133am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
f2c621e4 134 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
79887925 135 $(top_srcdir)/../config/depstand.m4 \
20e95c23 136 $(top_srcdir)/../config/gettext-sister.m4 \
5347ed60 137 $(top_srcdir)/../config/jobserver.m4 \
91d6fa6a 138 $(top_srcdir)/../config/largefile.m4 \
f6c1a2d5 139 $(top_srcdir)/../config/lcmessage.m4 \
79887925 140 $(top_srcdir)/../config/lead-dot.m4 \
8944f3c2
AM
141 $(top_srcdir)/../config/nls.m4 \
142 $(top_srcdir)/../config/override.m4 \
91d6fa6a 143 $(top_srcdir)/../config/plugins.m4 \
8944f3c2 144 $(top_srcdir)/../config/po.m4 \
20e95c23 145 $(top_srcdir)/../config/progtest.m4 \
543b7933
L
146 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
147 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
148 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
149 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/version.m4 \
150 $(top_srcdir)/configure.ac
ab509236
L
151am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
152 $(ACLOCAL_M4)
d0ac1c44
SM
153DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
154 $(am__configure_deps)
ab509236 155am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81ecdfbb 156 configure.lineno config.status.lineno
ab509236
L
157mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
158CONFIG_HEADER = config.h
159CONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in
81ecdfbb 160CONFIG_CLEAN_VPATH_FILES =
ab509236
L
161PROGRAMS = $(noinst_PROGRAMS)
162am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \
0acf065b
CC
163 compress-debug.$(OBJEXT) cond.$(OBJEXT) depend.$(OBJEXT) \
164 dwarf2dbg.$(OBJEXT) dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) \
165 ehopt.$(OBJEXT) expr.$(OBJEXT) flonum-copy.$(OBJEXT) \
166 flonum-konst.$(OBJEXT) flonum-mult.$(OBJEXT) frags.$(OBJEXT) \
167 hash.$(OBJEXT) input-file.$(OBJEXT) input-scrub.$(OBJEXT) \
168 listing.$(OBJEXT) literal.$(OBJEXT) macro.$(OBJEXT) \
169 messages.$(OBJEXT) output-file.$(OBJEXT) read.$(OBJEXT) \
170 remap.$(OBJEXT) sb.$(OBJEXT) stabs.$(OBJEXT) subsegs.$(OBJEXT) \
3d6b762c 171 symbols.$(OBJEXT) write.$(OBJEXT)
ab509236 172am_as_new_OBJECTS = $(am__objects_1)
d0ac1c44 173am__dirstamp = $(am__leading_dot)dirstamp
ab509236 174as_new_OBJECTS = $(am_as_new_OBJECTS)
81ecdfbb
RW
175am__DEPENDENCIES_1 =
176am__DEPENDENCIES_2 = ../bfd/libbfd.la ../libiberty/libiberty.a
d0ac1c44
SM
177AM_V_lt = $(am__v_lt_@AM_V@)
178am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
179am__v_lt_0 = --silent
180am__v_lt_1 =
ab509236
L
181am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
182itbl_test_OBJECTS = $(am_itbl_test_OBJECTS)
52a6ecd2
NC
183itbl_test_DEPENDENCIES = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ \
184 $(am__DEPENDENCIES_2)
ab509236 185SCRIPTS = $(noinst_SCRIPTS)
d0ac1c44
SM
186AM_V_P = $(am__v_P_@AM_V@)
187am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
188am__v_P_0 = false
189am__v_P_1 = :
190AM_V_GEN = $(am__v_GEN_@AM_V@)
191am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
192am__v_GEN_0 = @echo " GEN " $@;
193am__v_GEN_1 =
194AM_V_at = $(am__v_at_@AM_V@)
195am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
196am__v_at_0 = @
197am__v_at_1 =
81ecdfbb 198DEFAULT_INCLUDES = -I.@am__isrc@
a5c7551f 199depcomp = $(SHELL) $(top_srcdir)/../depcomp
631ec08c
NC
200am__maybe_remake_depfiles = depfiles
201am__depfiles_remade = ./$(DEPDIR)/app.Po ./$(DEPDIR)/as.Po \
202 ./$(DEPDIR)/atof-generic.Po ./$(DEPDIR)/cgen.Po \
203 ./$(DEPDIR)/compress-debug.Po ./$(DEPDIR)/cond.Po \
204 ./$(DEPDIR)/depend.Po ./$(DEPDIR)/dw2gencfi.Po \
205 ./$(DEPDIR)/dwarf2dbg.Po ./$(DEPDIR)/ecoff.Po \
206 ./$(DEPDIR)/ehopt.Po ./$(DEPDIR)/expr.Po \
207 ./$(DEPDIR)/flonum-copy.Po ./$(DEPDIR)/flonum-konst.Po \
208 ./$(DEPDIR)/flonum-mult.Po ./$(DEPDIR)/frags.Po \
209 ./$(DEPDIR)/hash.Po ./$(DEPDIR)/input-file.Po \
210 ./$(DEPDIR)/input-scrub.Po ./$(DEPDIR)/itbl-lex.Po \
211 ./$(DEPDIR)/itbl-ops.Po ./$(DEPDIR)/itbl-parse.Po \
212 ./$(DEPDIR)/listing.Po ./$(DEPDIR)/literal.Po \
213 ./$(DEPDIR)/macro.Po ./$(DEPDIR)/messages.Po \
214 ./$(DEPDIR)/output-file.Po ./$(DEPDIR)/read.Po \
215 ./$(DEPDIR)/remap.Po ./$(DEPDIR)/sb.Po ./$(DEPDIR)/stabs.Po \
216 ./$(DEPDIR)/subsegs.Po ./$(DEPDIR)/symbols.Po \
217 ./$(DEPDIR)/write.Po config/$(DEPDIR)/atof-ieee.Po \
218 config/$(DEPDIR)/atof-vax.Po \
219 config/$(DEPDIR)/bfin-lex-wrapper.Po \
220 config/$(DEPDIR)/bfin-lex.Po config/$(DEPDIR)/bfin-parse.Po \
221 config/$(DEPDIR)/e-crisaout.Po config/$(DEPDIR)/e-criself.Po \
222 config/$(DEPDIR)/e-i386aout.Po config/$(DEPDIR)/e-i386coff.Po \
223 config/$(DEPDIR)/e-i386elf.Po config/$(DEPDIR)/e-mipself.Po \
224 config/$(DEPDIR)/loongarch-lex.Po \
225 config/$(DEPDIR)/loongarch-parse.Po \
226 config/$(DEPDIR)/m68k-parse.Po config/$(DEPDIR)/obj-aout.Po \
227 config/$(DEPDIR)/obj-coff.Po config/$(DEPDIR)/obj-ecoff.Po \
228 config/$(DEPDIR)/obj-elf.Po config/$(DEPDIR)/obj-evax.Po \
229 config/$(DEPDIR)/obj-fdpicelf.Po config/$(DEPDIR)/obj-macho.Po \
230 config/$(DEPDIR)/obj-multi.Po config/$(DEPDIR)/obj-som.Po \
231 config/$(DEPDIR)/rl78-parse.Po config/$(DEPDIR)/rx-parse.Po \
232 config/$(DEPDIR)/tc-aarch64.Po config/$(DEPDIR)/tc-alpha.Po \
233 config/$(DEPDIR)/tc-arc.Po config/$(DEPDIR)/tc-arm.Po \
234 config/$(DEPDIR)/tc-avr.Po config/$(DEPDIR)/tc-bfin.Po \
235 config/$(DEPDIR)/tc-bpf.Po config/$(DEPDIR)/tc-cr16.Po \
236 config/$(DEPDIR)/tc-cris.Po config/$(DEPDIR)/tc-crx.Po \
237 config/$(DEPDIR)/tc-csky.Po config/$(DEPDIR)/tc-d10v.Po \
238 config/$(DEPDIR)/tc-d30v.Po config/$(DEPDIR)/tc-dlx.Po \
239 config/$(DEPDIR)/tc-epiphany.Po config/$(DEPDIR)/tc-fr30.Po \
240 config/$(DEPDIR)/tc-frv.Po config/$(DEPDIR)/tc-ft32.Po \
241 config/$(DEPDIR)/tc-h8300.Po config/$(DEPDIR)/tc-hppa.Po \
242 config/$(DEPDIR)/tc-i386.Po config/$(DEPDIR)/tc-ia64.Po \
243 config/$(DEPDIR)/tc-ip2k.Po config/$(DEPDIR)/tc-iq2000.Po \
244 config/$(DEPDIR)/tc-lm32.Po config/$(DEPDIR)/tc-loongarch.Po \
245 config/$(DEPDIR)/tc-m32c.Po config/$(DEPDIR)/tc-m32r.Po \
246 config/$(DEPDIR)/tc-m68hc11.Po config/$(DEPDIR)/tc-m68k.Po \
247 config/$(DEPDIR)/tc-mcore.Po config/$(DEPDIR)/tc-mep.Po \
248 config/$(DEPDIR)/tc-metag.Po config/$(DEPDIR)/tc-microblaze.Po \
249 config/$(DEPDIR)/tc-mips.Po config/$(DEPDIR)/tc-mmix.Po \
250 config/$(DEPDIR)/tc-mn10200.Po config/$(DEPDIR)/tc-mn10300.Po \
251 config/$(DEPDIR)/tc-moxie.Po config/$(DEPDIR)/tc-msp430.Po \
252 config/$(DEPDIR)/tc-mt.Po config/$(DEPDIR)/tc-nds32.Po \
253 config/$(DEPDIR)/tc-nios2.Po config/$(DEPDIR)/tc-ns32k.Po \
254 config/$(DEPDIR)/tc-or1k.Po config/$(DEPDIR)/tc-pdp11.Po \
255 config/$(DEPDIR)/tc-pj.Po config/$(DEPDIR)/tc-ppc.Po \
256 config/$(DEPDIR)/tc-pru.Po config/$(DEPDIR)/tc-riscv.Po \
257 config/$(DEPDIR)/tc-rl78.Po config/$(DEPDIR)/tc-rx.Po \
258 config/$(DEPDIR)/tc-s12z.Po config/$(DEPDIR)/tc-s390.Po \
259 config/$(DEPDIR)/tc-score.Po config/$(DEPDIR)/tc-sh.Po \
260 config/$(DEPDIR)/tc-sparc.Po config/$(DEPDIR)/tc-spu.Po \
261 config/$(DEPDIR)/tc-tic30.Po config/$(DEPDIR)/tc-tic4x.Po \
262 config/$(DEPDIR)/tc-tic54x.Po config/$(DEPDIR)/tc-tic6x.Po \
263 config/$(DEPDIR)/tc-tilegx.Po config/$(DEPDIR)/tc-tilepro.Po \
264 config/$(DEPDIR)/tc-v850.Po config/$(DEPDIR)/tc-vax.Po \
265 config/$(DEPDIR)/tc-visium.Po config/$(DEPDIR)/tc-wasm32.Po \
266 config/$(DEPDIR)/tc-xgate.Po config/$(DEPDIR)/tc-xstormy16.Po \
267 config/$(DEPDIR)/tc-xtensa.Po config/$(DEPDIR)/tc-z80.Po \
268 config/$(DEPDIR)/tc-z8k.Po config/$(DEPDIR)/te-vms.Po \
269 config/$(DEPDIR)/xtensa-relax.Po
a5c7551f 270am__mv = mv -f
ab509236
L
271COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
272 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d0ac1c44
SM
273LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
274 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
275 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
276 $(AM_CFLAGS) $(CFLAGS)
277AM_V_CC = $(am__v_CC_@AM_V@)
278am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
279am__v_CC_0 = @echo " CC " $@;
280am__v_CC_1 =
ab509236 281CCLD = $(CC)
d0ac1c44
SM
282LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
283 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
284 $(AM_LDFLAGS) $(LDFLAGS) -o $@
285AM_V_CCLD = $(am__v_CCLD_@AM_V@)
286am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
287am__v_CCLD_0 = @echo " CCLD " $@;
288am__v_CCLD_1 =
81ecdfbb 289@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
6fd8e7c2 290LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
d0ac1c44
SM
291LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
292 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
293AM_V_LEX = $(am__v_LEX_@AM_V@)
294am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
295am__v_LEX_0 = @echo " LEX " $@;
296am__v_LEX_1 =
ab509236 297YLWRAP = $(top_srcdir)/../ylwrap
81ecdfbb 298@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
d0ac1c44
SM
299am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
300 -e s/c++$$/h++/ -e s/c$$/h/
6fd8e7c2 301YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
d0ac1c44
SM
302LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
303 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
304AM_V_YACC = $(am__v_YACC_@AM_V@)
305am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
306am__v_YACC_0 = @echo " YACC " $@;
307am__v_YACC_1 =
ab509236
L
308SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \
309 $(itbl_test_SOURCES)
bde299e0
MF
310AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
311am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
312am__v_DVIPS_0 = @echo " DVIPS " $@;
313am__v_DVIPS_1 =
314AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
315am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
316am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
317am__v_MAKEINFO_1 =
318AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
319am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
320am__v_INFOHTML_0 = @echo " INFOHTML" $@;
321am__v_INFOHTML_1 =
322AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
323am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
324am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
325am__v_TEXI2DVI_1 =
326AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
327am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
328am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
329am__v_TEXI2PDF_1 =
330AM_V_texinfo = $(am__v_texinfo_@AM_V@)
331am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
332am__v_texinfo_0 = -q
333am__v_texinfo_1 =
334AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
335am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
336am__v_texidevnull_0 = > /dev/null
337am__v_texidevnull_1 =
338INFO_DEPS = doc/as.info
339TEXINFO_TEX = $(top_srcdir)/../texinfo.tex
340am__TEXINFO_TEX_DIR = $(top_srcdir)/..
341DVIS = doc/as.dvi
342PDFS = doc/as.pdf
343PSS = doc/as.ps
344HTMLS = doc/as.html
345TEXINFOS = doc/as.texi
346TEXI2PDF = $(TEXI2DVI) --pdf --batch
347MAKEINFOHTML = $(MAKEINFO) --html
348AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
349DVIPS = dvips
d0ac1c44
SM
350RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
351 ctags-recursive dvi-recursive html-recursive info-recursive \
352 install-data-recursive install-dvi-recursive \
353 install-exec-recursive install-html-recursive \
354 install-info-recursive install-pdf-recursive \
355 install-ps-recursive install-recursive installcheck-recursive \
356 installdirs-recursive pdf-recursive ps-recursive \
357 tags-recursive uninstall-recursive
6fd8e7c2
L
358am__can_run_installinfo = \
359 case $$AM_UPDATE_INFO_DIR in \
360 n|no|NO) false;; \
361 *) (install-info --version) >/dev/null 2>&1;; \
362 esac
bde299e0
MF
363am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
364am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
365am__vpath_adj = case $$p in \
366 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
367 *) f=$$p;; \
368 esac;
369am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
370am__install_max = 40
371am__nobase_strip_setup = \
372 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
373am__nobase_strip = \
374 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
375am__nobase_list = $(am__nobase_strip_setup); \
376 for p in $$list; do echo "$$p $$p"; done | \
377 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
378 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
379 if (++n[$$2] == $(am__install_max)) \
380 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
381 END { for (dir in files) print dir, files[dir] }'
382am__base_list = \
383 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
384 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
385am__uninstall_files_from_dir = { \
386 test -z "$$files" \
387 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
388 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
389 $(am__cd) "$$dir" && rm -f $$files; }; \
390 }
391man1dir = $(mandir)/man1
392NROFF = nroff
393MANS = $(man_MANS)
81ecdfbb
RW
394RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
395 distclean-recursive maintainer-clean-recursive
d0ac1c44
SM
396am__recursive_targets = \
397 $(RECURSIVE_TARGETS) \
398 $(RECURSIVE_CLEAN_TARGETS) \
399 $(am__extra_recursive_targets)
400AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
401 cscope
631ec08c
NC
402am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
403 config.in
d0ac1c44
SM
404# Read a list of newline-separated strings from the standard input,
405# and print each of them once, without duplicates. Input order is
406# *not* preserved.
407am__uniquify_input = $(AWK) '\
408 BEGIN { nonempty = 0; } \
409 { items[$$0] = 1; nonempty = 1; } \
410 END { if (nonempty) { for (i in items) print i; }; } \
411'
412# Make sure the list of sources is unique. This is necessary because,
413# e.g., the same source file might be shared among _SOURCES variables
414# for different programs/libraries.
415am__define_uniq_tagged_files = \
416 list='$(am__tagged_files)'; \
417 unique=`for i in $$list; do \
418 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419 done | $(am__uniquify_input)`
ab509236
L
420DEJATOOL = $(PACKAGE)
421RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
a5c7551f 422DIST_SUBDIRS = $(SUBDIRS)
13b2be9c 423ACLOCAL = @ACLOCAL@
13b2be9c 424AMTAR = @AMTAR@
d0ac1c44 425AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
d7040cdb 426AR = @AR@
13b2be9c
DJ
427AUTOCONF = @AUTOCONF@
428AUTOHEADER = @AUTOHEADER@
429AUTOMAKE = @AUTOMAKE@
430AWK = @AWK@
252b5132
RH
431CATALOGS = @CATALOGS@
432CATOBJEXT = @CATOBJEXT@
433CC = @CC@
13b2be9c
DJ
434CCDEPMODE = @CCDEPMODE@
435CFLAGS = @CFLAGS@
436CPP = @CPP@
437CPPFLAGS = @CPPFLAGS@
631ec08c
NC
438CSCOPE = @CSCOPE@
439CTAGS = @CTAGS@
13b2be9c 440CYGPATH_W = @CYGPATH_W@
252b5132 441DATADIRNAME = @DATADIRNAME@
13b2be9c
DJ
442DEFS = @DEFS@
443DEPDIR = @DEPDIR@
718a6fd8 444DSYMUTIL = @DSYMUTIL@
d7040cdb 445DUMPBIN = @DUMPBIN@
13b2be9c
DJ
446ECHO_C = @ECHO_C@
447ECHO_N = @ECHO_N@
448ECHO_T = @ECHO_T@
449EGREP = @EGREP@
631ec08c 450ETAGS = @ETAGS@
252b5132 451EXEEXT = @EXEEXT@
d7040cdb 452FGREP = @FGREP@
76a27922 453GDBINIT = @GDBINIT@
20e95c23 454GENCAT = @GENCAT@
252b5132 455GMSGFMT = @GMSGFMT@
d7040cdb 456GREP = @GREP@
20e95c23 457INCINTL = @INCINTL@
81ecdfbb 458INSTALL = @INSTALL@
13b2be9c
DJ
459INSTALL_DATA = @INSTALL_DATA@
460INSTALL_PROGRAM = @INSTALL_PROGRAM@
461INSTALL_SCRIPT = @INSTALL_SCRIPT@
462INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 463INSTOBJEXT = @INSTOBJEXT@
c8693053 464LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@
d7040cdb 465LD = @LD@
13b2be9c
DJ
466LDFLAGS = @LDFLAGS@
467LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
468LEXLIB = @LEXLIB@
469LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
20e95c23
DJ
470LIBINTL = @LIBINTL@
471LIBINTL_DEP = @LIBINTL_DEP@
39bec121 472LIBM = @LIBM@
13b2be9c
DJ
473LIBOBJS = @LIBOBJS@
474LIBS = @LIBS@
252b5132 475LIBTOOL = @LIBTOOL@
718a6fd8 476LIPO = @LIPO@
252b5132 477LN_S = @LN_S@
13b2be9c 478LTLIBOBJS = @LTLIBOBJS@
252b5132
RH
479MAINT = @MAINT@
480MAKEINFO = @MAKEINFO@
81ecdfbb 481MKDIR_P = @MKDIR_P@
252b5132
RH
482MKINSTALLDIRS = @MKINSTALLDIRS@
483MSGFMT = @MSGFMT@
20e95c23 484MSGMERGE = @MSGMERGE@
d7040cdb 485NM = @NM@
718a6fd8 486NMEDIT = @NMEDIT@
9e9b66a9 487NO_WERROR = @NO_WERROR@
718a6fd8 488OBJDUMP = @OBJDUMP@
18e03609 489OBJEXT = @OBJEXT@
252b5132 490OPCODES_LIB = @OPCODES_LIB@
718a6fd8
SE
491OTOOL = @OTOOL@
492OTOOL64 = @OTOOL64@
252b5132 493PACKAGE = @PACKAGE@
13b2be9c
DJ
494PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
495PACKAGE_NAME = @PACKAGE_NAME@
496PACKAGE_STRING = @PACKAGE_STRING@
497PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 498PACKAGE_URL = @PACKAGE_URL@
13b2be9c
DJ
499PACKAGE_VERSION = @PACKAGE_VERSION@
500PATH_SEPARATOR = @PATH_SEPARATOR@
252b5132
RH
501POSUB = @POSUB@
502RANLIB = @RANLIB@
d7040cdb 503SED = @SED@
13b2be9c
DJ
504SET_MAKE = @SET_MAKE@
505SHELL = @SHELL@
18e03609 506STRIP = @STRIP@
252b5132
RH
507USE_NLS = @USE_NLS@
508VERSION = @VERSION@
6757cf57 509WARN_CFLAGS = @WARN_CFLAGS@ @WARN_WRITE_STRINGS@
c5da1932 510WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
6fd8e7c2 511WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
13b2be9c 512XGETTEXT = @XGETTEXT@
13b2be9c 513YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
14ec8efd 514YFLAGS = @YFLAGS@
81ecdfbb
RW
515abs_builddir = @abs_builddir@
516abs_srcdir = @abs_srcdir@
517abs_top_builddir = @abs_top_builddir@
518abs_top_srcdir = @abs_top_srcdir@
13b2be9c 519ac_ct_CC = @ac_ct_CC@
d7040cdb 520ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
13b2be9c
DJ
521am__include = @am__include@
522am__leading_dot = @am__leading_dot@
523am__quote = @am__quote@
8ea2b00f
AM
524am__tar = @am__tar@
525am__untar = @am__untar@
252b5132 526atof = @atof@
13b2be9c
DJ
527bindir = @bindir@
528build = @build@
529build_alias = @build_alias@
530build_cpu = @build_cpu@
531build_os = @build_os@
532build_vendor = @build_vendor@
81ecdfbb 533builddir = @builddir@
252b5132 534cgen_cpu_prefix = @cgen_cpu_prefix@
13b2be9c 535datadir = @datadir@
108a6f8e 536datarootdir = @datarootdir@
2d7f2507 537do_compare = @do_compare@
108a6f8e 538docdir = @docdir@
81ecdfbb 539dvidir = @dvidir@
13b2be9c 540exec_prefix = @exec_prefix@
252b5132 541extra_objects = @extra_objects@
13b2be9c
DJ
542host = @host@
543host_alias = @host_alias@
544host_cpu = @host_cpu@
545host_os = @host_os@
546host_vendor = @host_vendor@
108a6f8e 547htmldir = @htmldir@
13b2be9c
DJ
548includedir = @includedir@
549infodir = @infodir@
550install_sh = @install_sh@
252b5132 551install_tooldir = @install_tooldir@
13b2be9c
DJ
552libdir = @libdir@
553libexecdir = @libexecdir@
81ecdfbb 554localedir = @localedir@
13b2be9c
DJ
555localstatedir = @localstatedir@
556mandir = @mandir@
ab509236 557mkdir_p = @mkdir_p@
252b5132 558obj_format = @obj_format@
13b2be9c 559oldincludedir = @oldincludedir@
31dd3154 560pdfdir = @pdfdir@
13b2be9c
DJ
561prefix = @prefix@
562program_transform_name = @program_transform_name@
81ecdfbb 563psdir = @psdir@
13b2be9c
DJ
564sbindir = @sbindir@
565sharedstatedir = @sharedstatedir@
81ecdfbb 566srcdir = @srcdir@
13b2be9c
DJ
567sysconfdir = @sysconfdir@
568target = @target@
569target_alias = @target_alias@
570target_cpu = @target_cpu@
252b5132 571target_cpu_type = @target_cpu_type@
13b2be9c
DJ
572target_os = @target_os@
573target_vendor = @target_vendor@
252b5132 574te_file = @te_file@
81ecdfbb
RW
575top_build_prefix = @top_build_prefix@
576top_builddir = @top_builddir@
577top_srcdir = @top_srcdir@
543b7933 578zlibdir = @zlibdir@
0138187e 579zlibinc = @zlibinc@
bde299e0 580AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects info-in-builddir no-texinfo.tex
79887925 581ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
bde299e0
MF
582MAINTAINERCLEANFILES = doc/asconfig.texi doc/as.info
583SUBDIRS = po
252b5132 584tooldir = $(exec_prefix)/$(target_alias)
a15af8e2 585
0138187e
L
586# This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
587# -I../zlib, unless we were configured with --with-system-zlib, in which
588# case both are empty.
d556135f 589ZLIB = @zlibdir@ -lz
0138187e
L
590ZLIBINC = @zlibinc@
591
a15af8e2
RW
592# Automake 1.10+ disables lex and yacc output file regeneration if
593# maintainer mode is disabled. Avoid this.
594am__skiplex =
595am__skipyacc =
0138187e 596AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
252b5132
RH
597TARG_CPU = @target_cpu_type@
598TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
d0ac1c44 599TARG_CPU_O = config/tc-@target_cpu_type@.@OBJEXT@
252b5132
RH
600TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
601OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
d0ac1c44 602OBJ_FORMAT_O = config/obj-@obj_format@.@OBJEXT@
252b5132
RH
603OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
604TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
605ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
d0ac1c44 606ATOF_TARG_O = config/atof-@atof@.@OBJEXT@
252b5132
RH
607
608# use @target_cpu_type@ for refering to configured target name
12e64c2c 609IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
df7b86aa 610IT_SRCS = itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
252b5132 611IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
52a6ecd2 612IT_OBJS = itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
252b5132 613
13b2be9c 614# Regular source files.
45f85b08
L
615GAS_CFILES = \
616 app.c \
617 as.c \
618 atof-generic.c \
0acf065b 619 compress-debug.c \
45f85b08
L
620 cond.c \
621 depend.c \
622 dwarf2dbg.c \
54cfded0 623 dw2gencfi.c \
45f85b08
L
624 ecoff.c \
625 ehopt.c \
626 expr.c \
627 flonum-copy.c \
628 flonum-konst.c \
629 flonum-mult.c \
630 frags.c \
631 hash.c \
632 input-file.c \
633 input-scrub.c \
634 listing.c \
635 literal.c \
636 macro.c \
637 messages.c \
638 output-file.c \
639 read.c \
3d6b762c 640 remap.c \
45f85b08
L
641 sb.c \
642 stabs.c \
643 subsegs.c \
644 symbols.c \
645 write.c
252b5132 646
bd3ba5d1 647CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
45f85b08
L
648HFILES = \
649 as.h \
650 asintl.h \
651 bignum.h \
652 bit_fix.h \
653 cgen.h \
0acf065b 654 compress-debug.h \
45f85b08 655 dwarf2dbg.h \
54cfded0 656 dw2gencfi.h \
45f85b08
L
657 ecoff.h \
658 emul-target.h \
659 emul.h \
660 expr.h \
661 flonum.h \
662 frags.h \
663 hash.h \
664 input-file.h \
b16b813f 665 itbl-lex.h \
45f85b08
L
666 itbl-ops.h \
667 listing.h \
668 macro.h \
669 obj.h \
670 output-file.h \
671 read.h \
672 sb.h \
45f85b08
L
673 subsegs.h \
674 symbols.h \
675 tc.h \
676 write.h
252b5132
RH
677
678
13b2be9c 679# CPU files in config.
45f85b08 680TARGET_CPU_CFILES = \
a06ea964 681 config/tc-aarch64.c \
45f85b08
L
682 config/tc-alpha.c \
683 config/tc-arc.c \
684 config/tc-arm.c \
685 config/tc-avr.c \
07c1b327 686 config/tc-bfin.c \
f8861f5d 687 config/tc-bpf.c \
3d3d428f 688 config/tc-cr16.c \
3bcbcc3d 689 config/tc-cris.c \
1fe1f39c 690 config/tc-crx.c \
b8891f8d 691 config/tc-csky.c \
45f85b08
L
692 config/tc-d10v.c \
693 config/tc-d30v.c \
d172d4ba 694 config/tc-dlx.c \
cfb8c092 695 config/tc-epiphany.c \
45f85b08 696 config/tc-fr30.c \
0ebb9a87 697 config/tc-frv.c \
3f8107ab 698 config/tc-ft32.c \
45f85b08 699 config/tc-h8300.c \
45f85b08
L
700 config/tc-hppa.c \
701 config/tc-ia64.c \
45f85b08 702 config/tc-i386.c \
a40cbfa3 703 config/tc-ip2k.c \
bd3ba5d1 704 config/tc-iq2000.c \
84e94c90 705 config/tc-lm32.c \
4462d7c4 706 config/tc-loongarch.c \
49f58d10 707 config/tc-m32c.c \
45f85b08
L
708 config/tc-m32r.c \
709 config/tc-m68hc11.c \
710 config/tc-m68k.c \
7b4ae824 711 config/tc-s12z.c \
45f85b08 712 config/tc-mcore.c \
280d71bf 713 config/tc-mep.c \
a3c62988 714 config/tc-metag.c \
7ba29e2a 715 config/tc-microblaze.c \
45f85b08 716 config/tc-mips.c \
3c3bdf30 717 config/tc-mmix.c \
45f85b08
L
718 config/tc-mn10200.c \
719 config/tc-mn10300.c \
2cbd2211 720 config/tc-moxie.c \
2469cfa2 721 config/tc-msp430.c \
bd3ba5d1 722 config/tc-mt.c \
35c08157 723 config/tc-nds32.c \
36591ba1 724 config/tc-nios2.c \
45f85b08 725 config/tc-ns32k.c \
73589c9d 726 config/tc-or1k.c \
e135f41b 727 config/tc-pdp11.c \
45f85b08
L
728 config/tc-pj.c \
729 config/tc-ppc.c \
93f11b16 730 config/tc-pru.c \
e23eba97 731 config/tc-riscv.c \
99c513f6 732 config/tc-rl78.c \
c7927a3c 733 config/tc-rx.c \
a85d7ed0 734 config/tc-s390.c \
1c0d3aa6 735 config/tc-score.c \
45f85b08
L
736 config/tc-sh.c \
737 config/tc-sparc.c \
e9f53129 738 config/tc-spu.c \
45f85b08 739 config/tc-tic30.c \
bd3ba5d1 740 config/tc-tic4x.c \
45f85b08 741 config/tc-tic54x.c \
40b36596 742 config/tc-tic6x.c \
aa137e4d
NC
743 config/tc-tilegx.c \
744 config/tc-tilepro.c \
45f85b08 745 config/tc-v850.c \
b6605ddd
EB
746 config/tc-vax.c \
747 config/tc-visium.c \
f96bd6c2 748 config/tc-wasm32.c \
93fbbb04 749 config/tc-xstormy16.c \
f6c1a2d5 750 config/tc-xgate.c \
e0001a05 751 config/tc-xtensa.c \
3c9b82ba 752 config/tc-z80.c \
55add51e 753 config/tc-z8k.c
45f85b08 754
45f85b08 755TARGET_CPU_HFILES = \
a06ea964 756 config/tc-aarch64.h \
45f85b08
L
757 config/tc-alpha.h \
758 config/tc-arc.h \
759 config/tc-arm.h \
760 config/tc-avr.h \
07c1b327 761 config/tc-bfin.h \
f8861f5d 762 config/tc-bpf.h \
3d3d428f 763 config/tc-cr16.h \
3bcbcc3d 764 config/tc-cris.h \
1fe1f39c 765 config/tc-crx.h \
b8891f8d 766 config/tc-csky.h \
45f85b08
L
767 config/tc-d10v.h \
768 config/tc-d30v.h \
d172d4ba 769 config/tc-dlx.h \
cfb8c092 770 config/tc-epiphany.h \
45f85b08 771 config/tc-fr30.h \
0ebb9a87 772 config/tc-frv.h \
3f8107ab 773 config/tc-ft32.h \
45f85b08 774 config/tc-h8300.h \
45f85b08
L
775 config/tc-hppa.h \
776 config/tc-ia64.h \
45f85b08 777 config/tc-i386.h \
a40cbfa3 778 config/tc-ip2k.h \
bd3ba5d1 779 config/tc-iq2000.h \
84e94c90 780 config/tc-lm32.h \
49f58d10 781 config/tc-m32c.h \
45f85b08
L
782 config/tc-m32r.h \
783 config/tc-m68hc11.h \
784 config/tc-m68k.h \
7b4ae824 785 config/tc-s12z.h \
45f85b08 786 config/tc-mcore.h \
280d71bf 787 config/tc-mep.h \
a3c62988 788 config/tc-metag.h \
7ba29e2a 789 config/tc-microblaze.h \
45f85b08 790 config/tc-mips.h \
3c3bdf30 791 config/tc-mmix.h \
45f85b08
L
792 config/tc-mn10200.h \
793 config/tc-mn10300.h \
2469cfa2 794 config/tc-msp430.h \
bd3ba5d1 795 config/tc-mt.h \
35c08157 796 config/tc-nds32.h \
36591ba1 797 config/tc-nios2.h \
45f85b08 798 config/tc-ns32k.h \
73589c9d 799 config/tc-or1k.h \
e135f41b 800 config/tc-pdp11.h \
45f85b08
L
801 config/tc-pj.h \
802 config/tc-ppc.h \
93f11b16 803 config/tc-pru.h \
e23eba97 804 config/tc-riscv.h \
99c513f6 805 config/tc-rl78.h \
c7927a3c 806 config/tc-rx.h \
a85d7ed0 807 config/tc-s390.h \
1c0d3aa6 808 config/tc-score.h \
45f85b08
L
809 config/tc-sh.h \
810 config/tc-sparc.h \
e9f53129 811 config/tc-spu.h \
45f85b08 812 config/tc-tic30.h \
bd3ba5d1 813 config/tc-tic4x.h \
45f85b08 814 config/tc-tic54x.h \
40b36596 815 config/tc-tic6x.h \
aa137e4d
NC
816 config/tc-tilegx.h \
817 config/tc-tilepro.h \
45f85b08 818 config/tc-v850.h \
b6605ddd
EB
819 config/tc-vax.h \
820 config/tc-visium.h \
f96bd6c2 821 config/tc-wasm32.h \
93fbbb04 822 config/tc-xstormy16.h \
f6c1a2d5 823 config/tc-xgate.h \
e0001a05 824 config/tc-xtensa.h \
3c9b82ba 825 config/tc-z80.h \
55add51e
AM
826 config/tc-z8k.h
827
828TARGET_EXTRA_FILES = \
829 config/bfin-lex-wrapper.c \
830 config/xtensa-relax.c \
bd3ba5d1 831 config/xtensa-relax.h
252b5132
RH
832
833
13b2be9c 834# OBJ files in config
45f85b08
L
835OBJ_FORMAT_CFILES = \
836 config/obj-aout.c \
45f85b08
L
837 config/obj-coff.c \
838 config/obj-ecoff.c \
839 config/obj-elf.c \
840 config/obj-evax.c \
fe4fa32c 841 config/obj-fdpicelf.c \
e57f8c65 842 config/obj-macho.c \
a5c7551f 843 config/obj-multi.c \
ec91a2c2 844 config/obj-som.c
45f85b08 845
45f85b08
L
846OBJ_FORMAT_HFILES = \
847 config/obj-aout.h \
45f85b08
L
848 config/obj-coff.h \
849 config/obj-ecoff.h \
850 config/obj-elf.h \
851 config/obj-evax.h \
fe4fa32c 852 config/obj-fdpicelf.h \
e57f8c65 853 config/obj-macho.h \
a5c7551f 854 config/obj-multi.h \
ec91a2c2 855 config/obj-som.h
252b5132
RH
856
857
13b2be9c 858# Emulation header files in config
45f85b08
L
859TARG_ENV_HFILES = \
860 config/te-386bsd.h \
bd3ba5d1
NC
861 config/te-aix5.h \
862 config/te-armeabi.h \
37186264 863 config/te-armfbsdeabi.h \
f7f2534e 864 config/te-armfbsdvfp.h \
c820d418 865 config/te-armlinuxeabi.h \
b8891f8d
AJ
866 config/te-csky_abiv1.h \
867 config/te-csky_abiv1_linux.h \
868 config/te-csky_abiv2.h \
869 config/te-csky_abiv2_linux.h \
bd3ba5d1 870 config/te-freebsd.h \
45f85b08 871 config/te-generic.h \
bd3ba5d1 872 config/te-gnu.h \
45f85b08 873 config/te-go32.h \
45f85b08 874 config/te-hppa.h \
3438adb3
AM
875 config/te-hppa64.h \
876 config/te-hppalinux64.h \
7463c317 877 config/te-ia64aix.h \
bd3ba5d1 878 config/te-interix.h \
45f85b08 879 config/te-lynx.h \
45f85b08
L
880 config/te-macos.h \
881 config/te-nbsd.h \
882 config/te-nbsd532.h \
883 config/te-pc532mach.h \
884 config/te-pe.h \
2774199c 885 config/te-solaris.h \
45f85b08 886 config/te-svr4.h \
7148cc28 887 config/te-tmips.h \
bd3ba5d1 888 config/te-vxworks.h \
7148cc28 889 config/te-wince-pe.h
252b5132 890
b11d79f2
TG
891TARG_ENV_CFILES = \
892 config/te-vms.c
893
252b5132 894
13b2be9c 895# Multi files in config
45f85b08 896MULTI_CFILES = \
3bcbcc3d
HPN
897 config/e-crisaout.c \
898 config/e-criself.c \
45f85b08
L
899 config/e-i386aout.c \
900 config/e-i386coff.c \
901 config/e-i386elf.c \
45f85b08
L
902 config/e-mipself.c
903
bd3ba5d1
NC
904CONFIG_ATOF_CFILES = \
905 config/atof-ieee.c \
906 config/atof-vax.c
907
b11d79f2
TG
908POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
909 $(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
45f85b08 910 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
55add51e 911 $(TARGET_EXTRA_FILES) $(HFILES) $(CFILES)
252b5132 912
81afc846
ILT
913noinst_SCRIPTS = $(GDBINIT)
914EXTRA_SCRIPTS = .gdbinit
55add51e
AM
915EXTRA_DIST = config/m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
916 config/bfin-parse.c config/bfin-parse.h config/bfin-lex.c \
917 config/rl78-parse.c config/rl78-parse.h \
4462d7c4 918 config/rx-parse.c config/rx-parse.h \
919 config/loongarch-parse.c config/loongarch-parse.h config/loongarch-lex.c
07c1b327 920
252b5132
RH
921DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
922
13b2be9c 923# Now figure out from those variables how to compile and link.
252b5132
RH
924BASEDIR = $(srcdir)/..
925BFDDIR = $(BASEDIR)/bfd
926INCDIR = $(BASEDIR)/include
927
928# This is the variable actually used when we compile.
929# Specify the directories to be searched for header files.
930# Both . and srcdir are used, in that order,
931# so that tm.h and config.h will be found in the compilation
932# subdirectory rather than in the source directory.
14ec8efd 933AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
c8693053 934 -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ @LARGEFILE_CPPFLAGS@ \
92f01d61
JM
935 -DLOCALEDIR="\"$(datadir)/locale\""
936
252b5132 937
252b5132
RH
938# How to link with both our special library facilities
939# and the system's installed libraries.
03bf704f 940GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
252b5132
RH
941
942# Files to be copied away after each stage in building.
52a6ecd2 943STAGESTUFF = *.@OBJEXT@ $(noinst_PROGRAMS)
252b5132 944as_new_SOURCES = $(GAS_CFILES)
45f85b08 945as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
d556135f 946 $(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM) $(ZLIB)
252b5132 947
45f85b08 948as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
20e95c23 949 $(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
252b5132 950
4462d7c4 951
952# The LoongArch lexical analyzer and parser.
a5c7551f 953EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
55add51e
AM
954 $(TARGET_CPU_HFILES) $(TARGET_EXTRA_FILES) $(TARG_ENV_CFILES) \
955 $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) \
956 $(CONFIG_ATOF_CFILES) $(MULTI_CFILES) config/m68k-parse.y \
957 config/bfin-parse.y config/bfin-lex.l config/rl78-parse.y \
4462d7c4 958 config/rx-parse.y config/loongarch-parse.y \
959 config/loongarch-lex.l
c3298874
BE
960EXPECT = expect
961RUNTEST = runtest
252b5132 962RUNTESTFLAGS =
252b5132 963itbl_test_SOURCES = itbl-parse.y itbl-lex.l
52a6ecd2 964itbl_test_LDADD = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ $(GASLIBS) @LEXLIB@
252b5132 965
13b2be9c 966# CGEN interface.
252b5132
RH
967CGEN_CPU_PREFIX = @cgen_cpu_prefix@
968
13b2be9c 969# Remake the info files.
e079bef8 970MOSTLYCLEANFILES = $(STAGESTUFF) core \
5ae57a91 971 testsuite/*.@OBJEXT@ testsuite/*.out testsuite/gas.log testsuite/gas.sum \
7dd36a6f 972 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2
252b5132 973
252b5132 974against = stage2
270c9937 975
2e98a7bd
AM
976# Reconfigure if configure.tgt changes.
977# development.sh is used to determine -Werror default.
978CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh
7dd36a6f 979EXTRA_DEJAGNU_SITE_CONFIG = development.exp
bde299e0
MF
980
981# What version of the manual you want; "all" includes everything
982CONFIG = all
983
984# Options to extract the man page from as.texi
985MANCONF = -Dman
986TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
987POD2MAN = pod2man --center="GNU Development Tools" \
988 --release="binutils-$(VERSION)" --section=1
989
990man_MANS = doc/as.1
991info_TEXINFOS = doc/as.texi
992doc_as_TEXINFOS = doc/asconfig.texi $(CPU_DOCS)
993AM_MAKEINFOFLAGS = -I "$(srcdir)/doc" -I doc -I "$(srcdir)/../libiberty" \
994 -I "$(srcdir)/../bfd/doc" -I ../bfd/doc \
995 --no-split
996
997TEXI2DVI = texi2dvi -I "$(srcdir)/doc" -I doc -I "$(srcdir)/../libiberty" \
998 -I "$(srcdir)/../bfd/doc" -I ../bfd/doc
999
1000CPU_DOCS = \
1001 doc/c-aarch64.texi \
1002 doc/c-alpha.texi \
1003 doc/c-arc.texi \
1004 doc/c-arm.texi \
1005 doc/c-avr.texi \
1006 doc/c-bfin.texi \
1007 doc/c-bpf.texi \
1008 doc/c-cr16.texi \
1009 doc/c-cris.texi \
1010 doc/c-csky.texi \
1011 doc/c-d10v.texi \
1012 doc/c-epiphany.texi \
1013 doc/c-h8300.texi \
1014 doc/c-hppa.texi \
1015 doc/c-i386.texi \
1016 doc/c-ip2k.texi \
1017 doc/c-lm32.texi \
1018 doc/c-m32c.texi \
1019 doc/c-m32r.texi \
1020 doc/c-m68hc11.texi \
1021 doc/c-m68k.texi \
1022 doc/c-s12z.texi \
1023 doc/c-metag.texi \
1024 doc/c-microblaze.texi \
1025 doc/c-mips.texi \
1026 doc/c-mmix.texi \
1027 doc/c-mt.texi \
1028 doc/c-msp430.texi \
1029 doc/c-nios2.texi \
1030 doc/c-nds32.texi \
1031 doc/c-ns32k.texi \
1032 doc/c-or1k.texi \
1033 doc/c-pdp11.texi \
1034 doc/c-pj.texi \
1035 doc/c-ppc.texi \
1036 doc/c-pru.texi \
1037 doc/c-rl78.texi \
1038 doc/c-riscv.texi \
1039 doc/c-rx.texi \
1040 doc/c-s390.texi \
1041 doc/c-score.texi \
1042 doc/c-sh.texi \
1043 doc/c-sparc.texi \
1044 doc/c-tic54x.texi \
1045 doc/c-tic6x.texi \
1046 doc/c-tilegx.texi \
1047 doc/c-tilepro.texi \
1048 doc/c-v850.texi \
1049 doc/c-vax.texi \
1050 doc/c-visium.texi \
1051 doc/c-xgate.texi \
1052 doc/c-xstormy16.texi \
1053 doc/c-xtensa.texi \
1054 doc/c-z80.texi \
1055 doc/c-z8k.texi
1056
1057
1058# This one isn't ready for prime time yet. Not even a little bit.
1059noinst_TEXINFOS = doc/internals.texi
13b2be9c
DJ
1060all: config.h
1061 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 1062
252b5132 1063.SUFFIXES:
bde299e0 1064.SUFFIXES: .c .dvi .l .lo .o .obj .ps .y
6fd8e7c2 1065am--refresh: Makefile
ab509236 1066 @:
bde299e0 1067$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/doc/local.mk $(am__configure_deps)
ab509236
L
1068 @for dep in $?; do \
1069 case '$(am__configure_deps)' in \
1070 *$$dep*) \
81ecdfbb
RW
1071 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1072 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
ab509236
L
1073 && exit 0; \
1074 exit 1;; \
1075 esac; \
1076 done; \
81ecdfbb
RW
1077 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1078 $(am__cd) $(top_srcdir) && \
1079 $(AUTOMAKE) --foreign Makefile
ab509236
L
1080Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1081 @case '$?' in \
1082 *config.status*) \
1083 echo ' $(SHELL) ./config.status'; \
1084 $(SHELL) ./config.status;; \
1085 *) \
631ec08c
NC
1086 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
1087 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
ab509236 1088 esac;
bde299e0 1089$(srcdir)/doc/local.mk $(am__empty):
252b5132 1090
ab509236 1091$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252b5132 1092 $(SHELL) ./config.status --recheck
252b5132 1093
ab509236 1094$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1095 $(am__cd) $(srcdir) && $(AUTOCONF)
ab509236 1096$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
81ecdfbb
RW
1097 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1098$(am__aclocal_m4_deps):
13b2be9c
DJ
1099
1100config.h: stamp-h1
d0ac1c44
SM
1101 @test -f $@ || rm -f stamp-h1
1102 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
252b5132 1103
13b2be9c
DJ
1104stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1105 @rm -f stamp-h1
1106 cd $(top_builddir) && $(SHELL) ./config.status config.h
ab509236 1107$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 1108 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
ab509236
L
1109 rm -f stamp-h1
1110 touch $@
252b5132
RH
1111
1112distclean-hdr:
13b2be9c 1113 -rm -f config.h stamp-h1
ab509236 1114gdb.ini: $(top_builddir)/config.status $(srcdir)/gdbinit.in
13b2be9c 1115 cd $(top_builddir) && $(SHELL) ./config.status $@
ab509236 1116.gdbinit: $(top_builddir)/config.status $(srcdir)/gdbinit.in
13b2be9c
DJ
1117 cd $(top_builddir) && $(SHELL) ./config.status $@
1118po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1119 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
1120
1121clean-noinstPROGRAMS:
81ecdfbb
RW
1122 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1123 echo " rm -f" $$list; \
1124 rm -f $$list || exit $$?; \
1125 test -n "$(EXEEXT)" || exit 0; \
1126 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1127 echo " rm -f" $$list; \
1128 rm -f $$list
d0ac1c44
SM
1129config/$(am__dirstamp):
1130 @$(MKDIR_P) config
1131 @: > config/$(am__dirstamp)
1132config/$(DEPDIR)/$(am__dirstamp):
1133 @$(MKDIR_P) config/$(DEPDIR)
1134 @: > config/$(DEPDIR)/$(am__dirstamp)
1135config/tc-aarch64.$(OBJEXT): config/$(am__dirstamp) \
1136 config/$(DEPDIR)/$(am__dirstamp)
1137config/tc-alpha.$(OBJEXT): config/$(am__dirstamp) \
1138 config/$(DEPDIR)/$(am__dirstamp)
1139config/tc-arc.$(OBJEXT): config/$(am__dirstamp) \
1140 config/$(DEPDIR)/$(am__dirstamp)
1141config/tc-arm.$(OBJEXT): config/$(am__dirstamp) \
1142 config/$(DEPDIR)/$(am__dirstamp)
1143config/tc-avr.$(OBJEXT): config/$(am__dirstamp) \
1144 config/$(DEPDIR)/$(am__dirstamp)
1145config/tc-bfin.$(OBJEXT): config/$(am__dirstamp) \
1146 config/$(DEPDIR)/$(am__dirstamp)
f8861f5d
JM
1147config/tc-bpf.$(OBJEXT): config/$(am__dirstamp) \
1148 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1149config/tc-cr16.$(OBJEXT): config/$(am__dirstamp) \
1150 config/$(DEPDIR)/$(am__dirstamp)
1151config/tc-cris.$(OBJEXT): config/$(am__dirstamp) \
1152 config/$(DEPDIR)/$(am__dirstamp)
1153config/tc-crx.$(OBJEXT): config/$(am__dirstamp) \
1154 config/$(DEPDIR)/$(am__dirstamp)
b8891f8d
AJ
1155config/tc-csky.$(OBJEXT): config/$(am__dirstamp) \
1156 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1157config/tc-d10v.$(OBJEXT): config/$(am__dirstamp) \
1158 config/$(DEPDIR)/$(am__dirstamp)
1159config/tc-d30v.$(OBJEXT): config/$(am__dirstamp) \
1160 config/$(DEPDIR)/$(am__dirstamp)
1161config/tc-dlx.$(OBJEXT): config/$(am__dirstamp) \
1162 config/$(DEPDIR)/$(am__dirstamp)
1163config/tc-epiphany.$(OBJEXT): config/$(am__dirstamp) \
1164 config/$(DEPDIR)/$(am__dirstamp)
1165config/tc-fr30.$(OBJEXT): config/$(am__dirstamp) \
1166 config/$(DEPDIR)/$(am__dirstamp)
1167config/tc-frv.$(OBJEXT): config/$(am__dirstamp) \
1168 config/$(DEPDIR)/$(am__dirstamp)
1169config/tc-ft32.$(OBJEXT): config/$(am__dirstamp) \
1170 config/$(DEPDIR)/$(am__dirstamp)
1171config/tc-h8300.$(OBJEXT): config/$(am__dirstamp) \
1172 config/$(DEPDIR)/$(am__dirstamp)
1173config/tc-hppa.$(OBJEXT): config/$(am__dirstamp) \
1174 config/$(DEPDIR)/$(am__dirstamp)
1175config/tc-ia64.$(OBJEXT): config/$(am__dirstamp) \
1176 config/$(DEPDIR)/$(am__dirstamp)
1177config/tc-i386.$(OBJEXT): config/$(am__dirstamp) \
1178 config/$(DEPDIR)/$(am__dirstamp)
1179config/tc-ip2k.$(OBJEXT): config/$(am__dirstamp) \
1180 config/$(DEPDIR)/$(am__dirstamp)
1181config/tc-iq2000.$(OBJEXT): config/$(am__dirstamp) \
1182 config/$(DEPDIR)/$(am__dirstamp)
1183config/tc-lm32.$(OBJEXT): config/$(am__dirstamp) \
1184 config/$(DEPDIR)/$(am__dirstamp)
4462d7c4 1185config/tc-loongarch.$(OBJEXT): config/$(am__dirstamp) \
1186 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1187config/tc-m32c.$(OBJEXT): config/$(am__dirstamp) \
1188 config/$(DEPDIR)/$(am__dirstamp)
1189config/tc-m32r.$(OBJEXT): config/$(am__dirstamp) \
1190 config/$(DEPDIR)/$(am__dirstamp)
1191config/tc-m68hc11.$(OBJEXT): config/$(am__dirstamp) \
1192 config/$(DEPDIR)/$(am__dirstamp)
1193config/tc-m68k.$(OBJEXT): config/$(am__dirstamp) \
1194 config/$(DEPDIR)/$(am__dirstamp)
1195config/tc-s12z.$(OBJEXT): config/$(am__dirstamp) \
1196 config/$(DEPDIR)/$(am__dirstamp)
1197config/tc-mcore.$(OBJEXT): config/$(am__dirstamp) \
1198 config/$(DEPDIR)/$(am__dirstamp)
1199config/tc-mep.$(OBJEXT): config/$(am__dirstamp) \
1200 config/$(DEPDIR)/$(am__dirstamp)
1201config/tc-metag.$(OBJEXT): config/$(am__dirstamp) \
1202 config/$(DEPDIR)/$(am__dirstamp)
1203config/tc-microblaze.$(OBJEXT): config/$(am__dirstamp) \
1204 config/$(DEPDIR)/$(am__dirstamp)
1205config/tc-mips.$(OBJEXT): config/$(am__dirstamp) \
1206 config/$(DEPDIR)/$(am__dirstamp)
1207config/tc-mmix.$(OBJEXT): config/$(am__dirstamp) \
1208 config/$(DEPDIR)/$(am__dirstamp)
1209config/tc-mn10200.$(OBJEXT): config/$(am__dirstamp) \
1210 config/$(DEPDIR)/$(am__dirstamp)
1211config/tc-mn10300.$(OBJEXT): config/$(am__dirstamp) \
1212 config/$(DEPDIR)/$(am__dirstamp)
1213config/tc-moxie.$(OBJEXT): config/$(am__dirstamp) \
1214 config/$(DEPDIR)/$(am__dirstamp)
1215config/tc-msp430.$(OBJEXT): config/$(am__dirstamp) \
1216 config/$(DEPDIR)/$(am__dirstamp)
1217config/tc-mt.$(OBJEXT): config/$(am__dirstamp) \
1218 config/$(DEPDIR)/$(am__dirstamp)
1219config/tc-nds32.$(OBJEXT): config/$(am__dirstamp) \
1220 config/$(DEPDIR)/$(am__dirstamp)
1221config/tc-nios2.$(OBJEXT): config/$(am__dirstamp) \
1222 config/$(DEPDIR)/$(am__dirstamp)
1223config/tc-ns32k.$(OBJEXT): config/$(am__dirstamp) \
1224 config/$(DEPDIR)/$(am__dirstamp)
1225config/tc-or1k.$(OBJEXT): config/$(am__dirstamp) \
1226 config/$(DEPDIR)/$(am__dirstamp)
1227config/tc-pdp11.$(OBJEXT): config/$(am__dirstamp) \
1228 config/$(DEPDIR)/$(am__dirstamp)
1229config/tc-pj.$(OBJEXT): config/$(am__dirstamp) \
1230 config/$(DEPDIR)/$(am__dirstamp)
1231config/tc-ppc.$(OBJEXT): config/$(am__dirstamp) \
1232 config/$(DEPDIR)/$(am__dirstamp)
1233config/tc-pru.$(OBJEXT): config/$(am__dirstamp) \
1234 config/$(DEPDIR)/$(am__dirstamp)
1235config/tc-riscv.$(OBJEXT): config/$(am__dirstamp) \
1236 config/$(DEPDIR)/$(am__dirstamp)
1237config/tc-rl78.$(OBJEXT): config/$(am__dirstamp) \
1238 config/$(DEPDIR)/$(am__dirstamp)
1239config/tc-rx.$(OBJEXT): config/$(am__dirstamp) \
1240 config/$(DEPDIR)/$(am__dirstamp)
1241config/tc-s390.$(OBJEXT): config/$(am__dirstamp) \
1242 config/$(DEPDIR)/$(am__dirstamp)
1243config/tc-score.$(OBJEXT): config/$(am__dirstamp) \
1244 config/$(DEPDIR)/$(am__dirstamp)
1245config/tc-sh.$(OBJEXT): config/$(am__dirstamp) \
1246 config/$(DEPDIR)/$(am__dirstamp)
1247config/tc-sparc.$(OBJEXT): config/$(am__dirstamp) \
1248 config/$(DEPDIR)/$(am__dirstamp)
1249config/tc-spu.$(OBJEXT): config/$(am__dirstamp) \
1250 config/$(DEPDIR)/$(am__dirstamp)
1251config/tc-tic30.$(OBJEXT): config/$(am__dirstamp) \
1252 config/$(DEPDIR)/$(am__dirstamp)
1253config/tc-tic4x.$(OBJEXT): config/$(am__dirstamp) \
1254 config/$(DEPDIR)/$(am__dirstamp)
1255config/tc-tic54x.$(OBJEXT): config/$(am__dirstamp) \
1256 config/$(DEPDIR)/$(am__dirstamp)
1257config/tc-tic6x.$(OBJEXT): config/$(am__dirstamp) \
1258 config/$(DEPDIR)/$(am__dirstamp)
1259config/tc-tilegx.$(OBJEXT): config/$(am__dirstamp) \
1260 config/$(DEPDIR)/$(am__dirstamp)
1261config/tc-tilepro.$(OBJEXT): config/$(am__dirstamp) \
1262 config/$(DEPDIR)/$(am__dirstamp)
1263config/tc-v850.$(OBJEXT): config/$(am__dirstamp) \
1264 config/$(DEPDIR)/$(am__dirstamp)
1265config/tc-vax.$(OBJEXT): config/$(am__dirstamp) \
1266 config/$(DEPDIR)/$(am__dirstamp)
1267config/tc-visium.$(OBJEXT): config/$(am__dirstamp) \
1268 config/$(DEPDIR)/$(am__dirstamp)
1269config/tc-wasm32.$(OBJEXT): config/$(am__dirstamp) \
1270 config/$(DEPDIR)/$(am__dirstamp)
1271config/tc-xstormy16.$(OBJEXT): config/$(am__dirstamp) \
1272 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1273config/tc-xgate.$(OBJEXT): config/$(am__dirstamp) \
1274 config/$(DEPDIR)/$(am__dirstamp)
1275config/tc-xtensa.$(OBJEXT): config/$(am__dirstamp) \
1276 config/$(DEPDIR)/$(am__dirstamp)
1277config/tc-z80.$(OBJEXT): config/$(am__dirstamp) \
1278 config/$(DEPDIR)/$(am__dirstamp)
1279config/tc-z8k.$(OBJEXT): config/$(am__dirstamp) \
1280 config/$(DEPDIR)/$(am__dirstamp)
55add51e
AM
1281config/bfin-lex-wrapper.$(OBJEXT): config/$(am__dirstamp) \
1282 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1283config/xtensa-relax.$(OBJEXT): config/$(am__dirstamp) \
1284 config/$(DEPDIR)/$(am__dirstamp)
55add51e
AM
1285config/te-vms.$(OBJEXT): config/$(am__dirstamp) \
1286 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1287config/obj-aout.$(OBJEXT): config/$(am__dirstamp) \
1288 config/$(DEPDIR)/$(am__dirstamp)
1289config/obj-coff.$(OBJEXT): config/$(am__dirstamp) \
1290 config/$(DEPDIR)/$(am__dirstamp)
1291config/obj-ecoff.$(OBJEXT): config/$(am__dirstamp) \
1292 config/$(DEPDIR)/$(am__dirstamp)
1293config/obj-elf.$(OBJEXT): config/$(am__dirstamp) \
1294 config/$(DEPDIR)/$(am__dirstamp)
1295config/obj-evax.$(OBJEXT): config/$(am__dirstamp) \
1296 config/$(DEPDIR)/$(am__dirstamp)
1297config/obj-fdpicelf.$(OBJEXT): config/$(am__dirstamp) \
1298 config/$(DEPDIR)/$(am__dirstamp)
1299config/obj-macho.$(OBJEXT): config/$(am__dirstamp) \
1300 config/$(DEPDIR)/$(am__dirstamp)
1301config/obj-multi.$(OBJEXT): config/$(am__dirstamp) \
1302 config/$(DEPDIR)/$(am__dirstamp)
1303config/obj-som.$(OBJEXT): config/$(am__dirstamp) \
1304 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1305config/atof-ieee.$(OBJEXT): config/$(am__dirstamp) \
1306 config/$(DEPDIR)/$(am__dirstamp)
1307config/atof-vax.$(OBJEXT): config/$(am__dirstamp) \
1308 config/$(DEPDIR)/$(am__dirstamp)
1309config/e-crisaout.$(OBJEXT): config/$(am__dirstamp) \
1310 config/$(DEPDIR)/$(am__dirstamp)
1311config/e-criself.$(OBJEXT): config/$(am__dirstamp) \
1312 config/$(DEPDIR)/$(am__dirstamp)
1313config/e-i386aout.$(OBJEXT): config/$(am__dirstamp) \
1314 config/$(DEPDIR)/$(am__dirstamp)
1315config/e-i386coff.$(OBJEXT): config/$(am__dirstamp) \
1316 config/$(DEPDIR)/$(am__dirstamp)
1317config/e-i386elf.$(OBJEXT): config/$(am__dirstamp) \
1318 config/$(DEPDIR)/$(am__dirstamp)
1319config/e-mipself.$(OBJEXT): config/$(am__dirstamp) \
1320 config/$(DEPDIR)/$(am__dirstamp)
1321config/m68k-parse.$(OBJEXT): config/$(am__dirstamp) \
1322 config/$(DEPDIR)/$(am__dirstamp)
1323config/bfin-parse.$(OBJEXT): config/$(am__dirstamp) \
1324 config/$(DEPDIR)/$(am__dirstamp)
55add51e
AM
1325config/bfin-lex.$(OBJEXT): config/$(am__dirstamp) \
1326 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44
SM
1327config/rl78-parse.$(OBJEXT): config/$(am__dirstamp) \
1328 config/$(DEPDIR)/$(am__dirstamp)
1329config/rx-parse.$(OBJEXT): config/$(am__dirstamp) \
1330 config/$(DEPDIR)/$(am__dirstamp)
4462d7c4 1331config/loongarch-parse.$(OBJEXT): config/$(am__dirstamp) \
1332 config/$(DEPDIR)/$(am__dirstamp)
1333config/loongarch-lex.$(OBJEXT): config/$(am__dirstamp) \
1334 config/$(DEPDIR)/$(am__dirstamp)
d0ac1c44 1335
6fd8e7c2 1336as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES) $(EXTRA_as_new_DEPENDENCIES)
13b2be9c 1337 @rm -f as-new$(EXEEXT)
d0ac1c44
SM
1338 $(AM_V_CCLD)$(LINK) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
1339
6fd8e7c2 1340itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) $(EXTRA_itbl_test_DEPENDENCIES)
13b2be9c 1341 @rm -f itbl-test$(EXEEXT)
d0ac1c44 1342 $(AM_V_CCLD)$(LINK) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
a2d91340 1343
252b5132 1344mostlyclean-compile:
ab509236 1345 -rm -f *.$(OBJEXT)
d0ac1c44 1346 -rm -f config/*.$(OBJEXT)
252b5132
RH
1347
1348distclean-compile:
1349 -rm -f *.tab.c
1350
631ec08c
NC
1351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/app.Po@am__quote@ # am--include-marker
1352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/as.Po@am__quote@ # am--include-marker
1353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atof-generic.Po@am__quote@ # am--include-marker
1354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen.Po@am__quote@ # am--include-marker
1355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress-debug.Po@am__quote@ # am--include-marker
1356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cond.Po@am__quote@ # am--include-marker
1357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/depend.Po@am__quote@ # am--include-marker
1358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dw2gencfi.Po@am__quote@ # am--include-marker
1359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2dbg.Po@am__quote@ # am--include-marker
1360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecoff.Po@am__quote@ # am--include-marker
1361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehopt.Po@am__quote@ # am--include-marker
1362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@ # am--include-marker
1363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-copy.Po@am__quote@ # am--include-marker
1364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-konst.Po@am__quote@ # am--include-marker
1365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flonum-mult.Po@am__quote@ # am--include-marker
1366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frags.Po@am__quote@ # am--include-marker
1367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ # am--include-marker
1368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-file.Po@am__quote@ # am--include-marker
1369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input-scrub.Po@am__quote@ # am--include-marker
1370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-lex.Po@am__quote@ # am--include-marker
1371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-ops.Po@am__quote@ # am--include-marker
1372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itbl-parse.Po@am__quote@ # am--include-marker
1373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listing.Po@am__quote@ # am--include-marker
1374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/literal.Po@am__quote@ # am--include-marker
1375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@ # am--include-marker
1376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messages.Po@am__quote@ # am--include-marker
1377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output-file.Po@am__quote@ # am--include-marker
1378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Po@am__quote@ # am--include-marker
1379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remap.Po@am__quote@ # am--include-marker
1380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sb.Po@am__quote@ # am--include-marker
1381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Po@am__quote@ # am--include-marker
1382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subsegs.Po@am__quote@ # am--include-marker
1383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbols.Po@am__quote@ # am--include-marker
1384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write.Po@am__quote@ # am--include-marker
1385@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/atof-ieee.Po@am__quote@ # am--include-marker
1386@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/atof-vax.Po@am__quote@ # am--include-marker
1387@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/bfin-lex-wrapper.Po@am__quote@ # am--include-marker
1388@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/bfin-lex.Po@am__quote@ # am--include-marker
1389@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/bfin-parse.Po@am__quote@ # am--include-marker
1390@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-crisaout.Po@am__quote@ # am--include-marker
1391@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-criself.Po@am__quote@ # am--include-marker
1392@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-i386aout.Po@am__quote@ # am--include-marker
1393@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-i386coff.Po@am__quote@ # am--include-marker
1394@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-i386elf.Po@am__quote@ # am--include-marker
1395@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/e-mipself.Po@am__quote@ # am--include-marker
1396@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/loongarch-lex.Po@am__quote@ # am--include-marker
1397@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/loongarch-parse.Po@am__quote@ # am--include-marker
1398@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/m68k-parse.Po@am__quote@ # am--include-marker
1399@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-aout.Po@am__quote@ # am--include-marker
1400@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-coff.Po@am__quote@ # am--include-marker
1401@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-ecoff.Po@am__quote@ # am--include-marker
1402@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-elf.Po@am__quote@ # am--include-marker
1403@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-evax.Po@am__quote@ # am--include-marker
1404@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-fdpicelf.Po@am__quote@ # am--include-marker
1405@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-macho.Po@am__quote@ # am--include-marker
1406@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-multi.Po@am__quote@ # am--include-marker
1407@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/obj-som.Po@am__quote@ # am--include-marker
1408@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/rl78-parse.Po@am__quote@ # am--include-marker
1409@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/rx-parse.Po@am__quote@ # am--include-marker
1410@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-aarch64.Po@am__quote@ # am--include-marker
1411@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-alpha.Po@am__quote@ # am--include-marker
1412@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-arc.Po@am__quote@ # am--include-marker
1413@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-arm.Po@am__quote@ # am--include-marker
1414@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-avr.Po@am__quote@ # am--include-marker
1415@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-bfin.Po@am__quote@ # am--include-marker
1416@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-bpf.Po@am__quote@ # am--include-marker
1417@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-cr16.Po@am__quote@ # am--include-marker
1418@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-cris.Po@am__quote@ # am--include-marker
1419@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-crx.Po@am__quote@ # am--include-marker
1420@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-csky.Po@am__quote@ # am--include-marker
1421@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-d10v.Po@am__quote@ # am--include-marker
1422@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-d30v.Po@am__quote@ # am--include-marker
1423@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-dlx.Po@am__quote@ # am--include-marker
1424@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-epiphany.Po@am__quote@ # am--include-marker
1425@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-fr30.Po@am__quote@ # am--include-marker
1426@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-frv.Po@am__quote@ # am--include-marker
1427@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ft32.Po@am__quote@ # am--include-marker
1428@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-h8300.Po@am__quote@ # am--include-marker
1429@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-hppa.Po@am__quote@ # am--include-marker
1430@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-i386.Po@am__quote@ # am--include-marker
1431@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ia64.Po@am__quote@ # am--include-marker
1432@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ip2k.Po@am__quote@ # am--include-marker
1433@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-iq2000.Po@am__quote@ # am--include-marker
1434@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-lm32.Po@am__quote@ # am--include-marker
1435@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-loongarch.Po@am__quote@ # am--include-marker
1436@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m32c.Po@am__quote@ # am--include-marker
1437@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m32r.Po@am__quote@ # am--include-marker
1438@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m68hc11.Po@am__quote@ # am--include-marker
1439@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-m68k.Po@am__quote@ # am--include-marker
1440@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mcore.Po@am__quote@ # am--include-marker
1441@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mep.Po@am__quote@ # am--include-marker
1442@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-metag.Po@am__quote@ # am--include-marker
1443@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-microblaze.Po@am__quote@ # am--include-marker
1444@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mips.Po@am__quote@ # am--include-marker
1445@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mmix.Po@am__quote@ # am--include-marker
1446@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mn10200.Po@am__quote@ # am--include-marker
1447@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mn10300.Po@am__quote@ # am--include-marker
1448@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-moxie.Po@am__quote@ # am--include-marker
1449@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-msp430.Po@am__quote@ # am--include-marker
1450@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-mt.Po@am__quote@ # am--include-marker
1451@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-nds32.Po@am__quote@ # am--include-marker
1452@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-nios2.Po@am__quote@ # am--include-marker
1453@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ns32k.Po@am__quote@ # am--include-marker
1454@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-or1k.Po@am__quote@ # am--include-marker
1455@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-pdp11.Po@am__quote@ # am--include-marker
1456@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-pj.Po@am__quote@ # am--include-marker
1457@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-ppc.Po@am__quote@ # am--include-marker
1458@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-pru.Po@am__quote@ # am--include-marker
1459@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-riscv.Po@am__quote@ # am--include-marker
1460@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-rl78.Po@am__quote@ # am--include-marker
1461@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-rx.Po@am__quote@ # am--include-marker
1462@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-s12z.Po@am__quote@ # am--include-marker
1463@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-s390.Po@am__quote@ # am--include-marker
1464@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-score.Po@am__quote@ # am--include-marker
1465@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-sh.Po@am__quote@ # am--include-marker
1466@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-sparc.Po@am__quote@ # am--include-marker
1467@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-spu.Po@am__quote@ # am--include-marker
1468@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic30.Po@am__quote@ # am--include-marker
1469@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic4x.Po@am__quote@ # am--include-marker
1470@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic54x.Po@am__quote@ # am--include-marker
1471@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tic6x.Po@am__quote@ # am--include-marker
1472@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tilegx.Po@am__quote@ # am--include-marker
1473@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-tilepro.Po@am__quote@ # am--include-marker
1474@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-v850.Po@am__quote@ # am--include-marker
1475@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-vax.Po@am__quote@ # am--include-marker
1476@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-visium.Po@am__quote@ # am--include-marker
1477@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-wasm32.Po@am__quote@ # am--include-marker
1478@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-xgate.Po@am__quote@ # am--include-marker
1479@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-xstormy16.Po@am__quote@ # am--include-marker
1480@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-xtensa.Po@am__quote@ # am--include-marker
1481@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-z80.Po@am__quote@ # am--include-marker
1482@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/tc-z8k.Po@am__quote@ # am--include-marker
1483@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/te-vms.Po@am__quote@ # am--include-marker
1484@AMDEP_TRUE@@am__include@ @am__quote@config/$(DEPDIR)/xtensa-relax.Po@am__quote@ # am--include-marker
1485
1486$(am__depfiles_remade):
1487 @$(MKDIR_P) $(@D)
1488 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
1489
1490am--depfiles: $(am__depfiles_remade)
a5c7551f 1491
13b2be9c 1492.c.o:
d0ac1c44
SM
1493@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1494@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1495@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1496@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
a5c7551f 1497@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1498@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
13b2be9c
DJ
1499
1500.c.obj:
d0ac1c44
SM
1501@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1502@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1503@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1504@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
a5c7551f 1505@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1506@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
252b5132 1507
a2d91340 1508.c.lo:
d0ac1c44
SM
1509@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1510@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1511@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1512@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
99c513f6 1513@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
d0ac1c44 1514@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
a2d91340 1515
13b2be9c 1516.l.c:
d0ac1c44 1517 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
a2d91340 1518
13b2be9c 1519.y.c:
d0ac1c44 1520 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
a2d91340 1521
252b5132
RH
1522mostlyclean-libtool:
1523 -rm -f *.lo
1524
1525clean-libtool:
1526 -rm -rf .libs _libs
1527
1528distclean-libtool:
f3d2b04b 1529 -rm -f libtool config.lt
bde299e0
MF
1530doc/$(am__dirstamp):
1531 @$(MKDIR_P) doc
1532 @: > doc/$(am__dirstamp)
1533
1534doc/as.info: doc/as.texi $(doc_as_TEXINFOS)
1535 @test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp)
1536 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1537 rm -rf $$backupdir && mkdir $$backupdir && \
1538 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
1539 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
1540 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
1541 done; \
1542 else :; fi && \
1543 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
1544 -o $@ `test -f 'doc/as.texi' || echo '$(srcdir)/'`doc/as.texi; \
1545 then \
1546 rc=0; \
1547 else \
1548 rc=$$?; \
1549 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
1550 fi; \
1551 rm -rf $$backupdir; exit $$rc
1552
1553doc/as.dvi: doc/as.texi $(doc_as_TEXINFOS) doc/$(am__dirstamp)
1554 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1555 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
1556 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1557 `test -f 'doc/as.texi' || echo '$(srcdir)/'`doc/as.texi
1558
1559doc/as.pdf: doc/as.texi $(doc_as_TEXINFOS) doc/$(am__dirstamp)
1560 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1561 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
1562 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1563 `test -f 'doc/as.texi' || echo '$(srcdir)/'`doc/as.texi
1564
1565doc/as.html: doc/as.texi $(doc_as_TEXINFOS) doc/$(am__dirstamp)
1566 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1567 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
1568 -o $(@:.html=.htp) `test -f 'doc/as.texi' || echo '$(srcdir)/'`doc/as.texi; \
1569 then \
1570 rm -rf $@ && mv $(@:.html=.htp) $@; \
1571 else \
1572 rm -rf $(@:.html=.htp); exit 1; \
1573 fi
1574.dvi.ps:
1575 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1576 $(DVIPS) $(AM_V_texinfo) -o $@ $<
1577
1578uninstall-dvi-am:
1579 @$(NORMAL_UNINSTALL)
1580 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1581 for p in $$list; do \
1582 $(am__strip_dir) \
1583 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
1584 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
1585 done
1586
1587uninstall-html-am:
1588 @$(NORMAL_UNINSTALL)
1589 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
1590 for p in $$list; do \
1591 $(am__strip_dir) \
1592 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
1593 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
1594 done
1595
1596uninstall-info-am:
1597 @$(PRE_UNINSTALL)
1598 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
1599 list='$(INFO_DEPS)'; \
1600 for file in $$list; do \
1601 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1602 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
1603 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
1604 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
1605 done; \
1606 else :; fi
1607 @$(NORMAL_UNINSTALL)
1608 @list='$(INFO_DEPS)'; \
1609 for file in $$list; do \
1610 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1611 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
1612 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
1613 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
1614 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
1615 else :; fi); \
1616 done
1617
1618uninstall-pdf-am:
1619 @$(NORMAL_UNINSTALL)
1620 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1621 for p in $$list; do \
1622 $(am__strip_dir) \
1623 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
1624 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
1625 done
1626
1627uninstall-ps-am:
1628 @$(NORMAL_UNINSTALL)
1629 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1630 for p in $$list; do \
1631 $(am__strip_dir) \
1632 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
1633 rm -f "$(DESTDIR)$(psdir)/$$f"; \
1634 done
1635
1636dist-info: $(INFO_DEPS)
1637 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1638 list='$(INFO_DEPS)'; \
1639 for base in $$list; do \
1640 case $$base in \
1641 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
1642 esac; \
1643 if test -f $$base; then d=.; else d=$(srcdir); fi; \
1644 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
1645 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
1646 if test -f $$file; then \
1647 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
1648 test -f "$(distdir)/$$relfile" || \
1649 cp -p $$file "$(distdir)/$$relfile"; \
1650 else :; fi; \
1651 done; \
1652 done
1653
1654mostlyclean-aminfo:
1655 -rm -rf doc/as.t2d doc/as.t2p
1656
1657clean-aminfo:
1658 -test -z "doc/as.dvi doc/as.pdf doc/as.ps doc/as.html" \
1659 || rm -rf doc/as.dvi doc/as.pdf doc/as.ps doc/as.html
1660
1661maintainer-clean-aminfo:
1662 @list='$(INFO_DEPS)'; for i in $$list; do \
1663 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
1664 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
1665 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
1666 done
1667install-man1: $(man_MANS)
1668 @$(NORMAL_INSTALL)
1669 @list1=''; \
1670 list2='$(man_MANS)'; \
1671 test -n "$(man1dir)" \
1672 && test -n "`echo $$list1$$list2`" \
1673 || exit 0; \
1674 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1675 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1676 { for i in $$list1; do echo "$$i"; done; \
1677 if test -n "$$list2"; then \
1678 for i in $$list2; do echo "$$i"; done \
1679 | sed -n '/\.1[a-z]*$$/p'; \
1680 fi; \
1681 } | while read p; do \
1682 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1683 echo "$$d$$p"; echo "$$p"; \
1684 done | \
1685 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1686 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1687 sed 'N;N;s,\n, ,g' | { \
1688 list=; while read file base inst; do \
1689 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1690 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1691 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1692 fi; \
1693 done; \
1694 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1695 while read files; do \
1696 test -z "$$files" || { \
1697 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1698 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1699 done; }
1700
1701uninstall-man1:
1702 @$(NORMAL_UNINSTALL)
1703 @list=''; test -n "$(man1dir)" || exit 0; \
1704 files=`{ for i in $$list; do echo "$$i"; done; \
1705 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1706 sed -n '/\.1[a-z]*$$/p'; \
1707 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1708 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1709 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
252b5132
RH
1710
1711# This directory's subdirectories are mostly independent; you can cd
d0ac1c44
SM
1712# into them and run 'make' without going through this Makefile.
1713# To change the values of 'make' variables: instead of editing Makefiles,
1714# (1) if the variable is set in 'config.status', edit 'config.status'
1715# (which will cause the Makefiles to be regenerated when you run 'make');
1716# (2) otherwise, pass the desired values on the 'make' command line.
1717$(am__recursive_targets):
1718 @fail=; \
1719 if $(am__make_keepgoing); then \
1720 failcom='fail=yes'; \
1721 else \
1722 failcom='exit 1'; \
1723 fi; \
252b5132
RH
1724 dot_seen=no; \
1725 target=`echo $@ | sed s/-recursive//`; \
d0ac1c44
SM
1726 case "$@" in \
1727 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1728 *) list='$(SUBDIRS)' ;; \
1729 esac; \
1730 for subdir in $$list; do \
252b5132
RH
1731 echo "Making $$target in $$subdir"; \
1732 if test "$$subdir" = "."; then \
1733 dot_seen=yes; \
1734 local_target="$$target-am"; \
1735 else \
1736 local_target="$$target"; \
1737 fi; \
81ecdfbb 1738 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b898a385 1739 || eval $$failcom; \
252b5132
RH
1740 done; \
1741 if test "$$dot_seen" = "no"; then \
1742 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1743 fi; test -z "$$fail"
1744
d0ac1c44
SM
1745ID: $(am__tagged_files)
1746 $(am__define_uniq_tagged_files); mkid -fID $$unique
1747tags: tags-recursive
1748TAGS: tags
13b2be9c 1749
d0ac1c44 1750tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
81ecdfbb 1751 set x; \
252b5132 1752 here=`pwd`; \
bfbdcf04 1753 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
13b2be9c 1754 include_option=--etags-include; \
bfbdcf04 1755 empty_fix=.; \
13b2be9c
DJ
1756 else \
1757 include_option=--include; \
bfbdcf04 1758 empty_fix=; \
13b2be9c 1759 fi; \
252b5132 1760 list='$(SUBDIRS)'; for subdir in $$list; do \
13b2be9c 1761 if test "$$subdir" = .; then :; else \
1fe1f39c 1762 test ! -f $$subdir/TAGS || \
81ecdfbb 1763 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
13b2be9c 1764 fi; \
252b5132 1765 done; \
d0ac1c44 1766 $(am__define_uniq_tagged_files); \
81ecdfbb
RW
1767 shift; \
1768 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1fe1f39c 1769 test -n "$$unique" || unique=$$empty_fix; \
81ecdfbb
RW
1770 if test $$# -gt 0; then \
1771 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1772 "$$@" $$unique; \
1773 else \
1774 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1775 $$unique; \
1776 fi; \
bfbdcf04 1777 fi
d0ac1c44
SM
1778ctags: ctags-recursive
1779
1780CTAGS: ctags
1781ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1782 $(am__define_uniq_tagged_files); \
81ecdfbb 1783 test -z "$(CTAGS_ARGS)$$unique" \
13b2be9c 1784 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
81ecdfbb 1785 $$unique
252b5132 1786
13b2be9c
DJ
1787GTAGS:
1788 here=`$(am__cd) $(top_builddir) && pwd` \
81ecdfbb
RW
1789 && $(am__cd) $(top_srcdir) \
1790 && gtags -i $(GTAGS_ARGS) "$$here"
d0ac1c44
SM
1791cscope: cscope.files
1792 test ! -s cscope.files \
1793 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1794clean-cscope:
1795 -rm -f cscope.files
1796cscope.files: clean-cscope cscopelist
1797cscopelist: cscopelist-recursive
1798
1799cscopelist-am: $(am__tagged_files)
1800 list='$(am__tagged_files)'; \
1801 case "$(srcdir)" in \
1802 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1803 *) sdir=$(subdir)/$(srcdir) ;; \
1804 esac; \
1805 for i in $$list; do \
1806 if test -f "$$i"; then \
1807 echo "$(subdir)/$$i"; \
1808 else \
1809 echo "$$sdir/$$i"; \
1810 fi; \
1811 done >> $(top_builddir)/cscope.files
252b5132
RH
1812
1813distclean-tags:
13b2be9c 1814 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
d0ac1c44 1815 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
6fd8e7c2 1816site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
d0ac1c44 1817 @echo 'Making a new site.exp file ...'
13b2be9c
DJ
1818 @echo '## these variables are automatically generated by make ##' >site.tmp
1819 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
1820 @echo '# edit the last section' >>site.tmp
6fd8e7c2 1821 @echo 'set srcdir "$(srcdir)"' >>site.tmp
631ec08c 1822 @echo "set objdir \"`pwd`\"" >>site.tmp
13b2be9c
DJ
1823 @echo 'set build_alias "$(build_alias)"' >>site.tmp
1824 @echo 'set build_triplet $(build_triplet)' >>site.tmp
1825 @echo 'set host_alias "$(host_alias)"' >>site.tmp
1826 @echo 'set host_triplet $(host_triplet)' >>site.tmp
1827 @echo 'set target_alias "$(target_alias)"' >>site.tmp
1828 @echo 'set target_triplet $(target_triplet)' >>site.tmp
6fd8e7c2
L
1829 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
1830 echo "## Begin content included from file $$f. Do not modify. ##" \
1831 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
1832 && echo "## End content included from file $$f. ##" \
1833 || exit 1; \
1834 done >> site.tmp
1835 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
1836 @if test -f site.exp; then \
1837 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
1838 fi
13b2be9c 1839 @-rm -f site.bak
a2d91340 1840 @test ! -f site.exp || mv site.exp site.bak
13b2be9c
DJ
1841 @mv site.tmp site.exp
1842
1843distclean-DEJAGNU:
1844 -rm -f site.exp site.bak
1845 -l='$(DEJATOOL)'; for tool in $$l; do \
1846 rm -f $$tool.sum $$tool.log; \
1847 done
a5c7551f 1848check-am: all-am
252b5132
RH
1849 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1850check: check-recursive
bde299e0 1851all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(SCRIPTS) $(MANS) config.h
13b2be9c
DJ
1852installdirs: installdirs-recursive
1853installdirs-am:
bde299e0
MF
1854 for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
1855 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1856 done
ab509236 1857install: install-recursive
252b5132 1858install-exec: install-exec-recursive
252b5132 1859install-data: install-data-recursive
13b2be9c 1860uninstall: uninstall-recursive
252b5132
RH
1861
1862install-am: all-am
1863 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 1864
13b2be9c
DJ
1865installcheck: installcheck-recursive
1866install-strip:
6fd8e7c2
L
1867 if test -z '$(STRIP)'; then \
1868 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1869 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1870 install; \
1871 else \
1872 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1873 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1874 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1875 fi
252b5132
RH
1876mostlyclean-generic:
1877 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1878
1879clean-generic:
252b5132
RH
1880
1881distclean-generic:
8ea2b00f 1882 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 1883 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
d0ac1c44
SM
1884 -rm -f config/$(DEPDIR)/$(am__dirstamp)
1885 -rm -f config/$(am__dirstamp)
bde299e0 1886 -rm -f doc/$(am__dirstamp)
252b5132
RH
1887 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1888
1889maintainer-clean-generic:
13b2be9c
DJ
1890 @echo "This command is intended for maintainers to use"
1891 @echo "it deletes files that may require special tools to rebuild."
55add51e 1892 -rm -f config/bfin-lex.c
d0ac1c44 1893 -rm -f config/bfin-parse.c
4462d7c4 1894 -rm -f config/loongarch-lex.c
1895 -rm -f config/loongarch-parse.c
d0ac1c44
SM
1896 -rm -f config/m68k-parse.c
1897 -rm -f config/rl78-parse.c
1898 -rm -f config/rx-parse.c
13b2be9c
DJ
1899 -rm -f itbl-lex.c
1900 -rm -f itbl-parse.c
bde299e0 1901 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
13b2be9c 1902clean: clean-recursive
252b5132 1903
bde299e0
MF
1904clean-am: clean-aminfo clean-generic clean-libtool \
1905 clean-noinstPROGRAMS mostlyclean-am
252b5132 1906
13b2be9c
DJ
1907distclean: distclean-recursive
1908 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
631ec08c
NC
1909 -rm -f ./$(DEPDIR)/app.Po
1910 -rm -f ./$(DEPDIR)/as.Po
1911 -rm -f ./$(DEPDIR)/atof-generic.Po
1912 -rm -f ./$(DEPDIR)/cgen.Po
1913 -rm -f ./$(DEPDIR)/compress-debug.Po
1914 -rm -f ./$(DEPDIR)/cond.Po
1915 -rm -f ./$(DEPDIR)/depend.Po
1916 -rm -f ./$(DEPDIR)/dw2gencfi.Po
1917 -rm -f ./$(DEPDIR)/dwarf2dbg.Po
1918 -rm -f ./$(DEPDIR)/ecoff.Po
1919 -rm -f ./$(DEPDIR)/ehopt.Po
1920 -rm -f ./$(DEPDIR)/expr.Po
1921 -rm -f ./$(DEPDIR)/flonum-copy.Po
1922 -rm -f ./$(DEPDIR)/flonum-konst.Po
1923 -rm -f ./$(DEPDIR)/flonum-mult.Po
1924 -rm -f ./$(DEPDIR)/frags.Po
1925 -rm -f ./$(DEPDIR)/hash.Po
1926 -rm -f ./$(DEPDIR)/input-file.Po
1927 -rm -f ./$(DEPDIR)/input-scrub.Po
1928 -rm -f ./$(DEPDIR)/itbl-lex.Po
1929 -rm -f ./$(DEPDIR)/itbl-ops.Po
1930 -rm -f ./$(DEPDIR)/itbl-parse.Po
1931 -rm -f ./$(DEPDIR)/listing.Po
1932 -rm -f ./$(DEPDIR)/literal.Po
1933 -rm -f ./$(DEPDIR)/macro.Po
1934 -rm -f ./$(DEPDIR)/messages.Po
1935 -rm -f ./$(DEPDIR)/output-file.Po
1936 -rm -f ./$(DEPDIR)/read.Po
1937 -rm -f ./$(DEPDIR)/remap.Po
1938 -rm -f ./$(DEPDIR)/sb.Po
1939 -rm -f ./$(DEPDIR)/stabs.Po
1940 -rm -f ./$(DEPDIR)/subsegs.Po
1941 -rm -f ./$(DEPDIR)/symbols.Po
1942 -rm -f ./$(DEPDIR)/write.Po
1943 -rm -f config/$(DEPDIR)/atof-ieee.Po
1944 -rm -f config/$(DEPDIR)/atof-vax.Po
1945 -rm -f config/$(DEPDIR)/bfin-lex-wrapper.Po
1946 -rm -f config/$(DEPDIR)/bfin-lex.Po
1947 -rm -f config/$(DEPDIR)/bfin-parse.Po
1948 -rm -f config/$(DEPDIR)/e-crisaout.Po
1949 -rm -f config/$(DEPDIR)/e-criself.Po
1950 -rm -f config/$(DEPDIR)/e-i386aout.Po
1951 -rm -f config/$(DEPDIR)/e-i386coff.Po
1952 -rm -f config/$(DEPDIR)/e-i386elf.Po
1953 -rm -f config/$(DEPDIR)/e-mipself.Po
1954 -rm -f config/$(DEPDIR)/loongarch-lex.Po
1955 -rm -f config/$(DEPDIR)/loongarch-parse.Po
1956 -rm -f config/$(DEPDIR)/m68k-parse.Po
1957 -rm -f config/$(DEPDIR)/obj-aout.Po
1958 -rm -f config/$(DEPDIR)/obj-coff.Po
1959 -rm -f config/$(DEPDIR)/obj-ecoff.Po
1960 -rm -f config/$(DEPDIR)/obj-elf.Po
1961 -rm -f config/$(DEPDIR)/obj-evax.Po
1962 -rm -f config/$(DEPDIR)/obj-fdpicelf.Po
1963 -rm -f config/$(DEPDIR)/obj-macho.Po
1964 -rm -f config/$(DEPDIR)/obj-multi.Po
1965 -rm -f config/$(DEPDIR)/obj-som.Po
1966 -rm -f config/$(DEPDIR)/rl78-parse.Po
1967 -rm -f config/$(DEPDIR)/rx-parse.Po
1968 -rm -f config/$(DEPDIR)/tc-aarch64.Po
1969 -rm -f config/$(DEPDIR)/tc-alpha.Po
1970 -rm -f config/$(DEPDIR)/tc-arc.Po
1971 -rm -f config/$(DEPDIR)/tc-arm.Po
1972 -rm -f config/$(DEPDIR)/tc-avr.Po
1973 -rm -f config/$(DEPDIR)/tc-bfin.Po
1974 -rm -f config/$(DEPDIR)/tc-bpf.Po
1975 -rm -f config/$(DEPDIR)/tc-cr16.Po
1976 -rm -f config/$(DEPDIR)/tc-cris.Po
1977 -rm -f config/$(DEPDIR)/tc-crx.Po
1978 -rm -f config/$(DEPDIR)/tc-csky.Po
1979 -rm -f config/$(DEPDIR)/tc-d10v.Po
1980 -rm -f config/$(DEPDIR)/tc-d30v.Po
1981 -rm -f config/$(DEPDIR)/tc-dlx.Po
1982 -rm -f config/$(DEPDIR)/tc-epiphany.Po
1983 -rm -f config/$(DEPDIR)/tc-fr30.Po
1984 -rm -f config/$(DEPDIR)/tc-frv.Po
1985 -rm -f config/$(DEPDIR)/tc-ft32.Po
1986 -rm -f config/$(DEPDIR)/tc-h8300.Po
1987 -rm -f config/$(DEPDIR)/tc-hppa.Po
1988 -rm -f config/$(DEPDIR)/tc-i386.Po
1989 -rm -f config/$(DEPDIR)/tc-ia64.Po
1990 -rm -f config/$(DEPDIR)/tc-ip2k.Po
1991 -rm -f config/$(DEPDIR)/tc-iq2000.Po
1992 -rm -f config/$(DEPDIR)/tc-lm32.Po
1993 -rm -f config/$(DEPDIR)/tc-loongarch.Po
1994 -rm -f config/$(DEPDIR)/tc-m32c.Po
1995 -rm -f config/$(DEPDIR)/tc-m32r.Po
1996 -rm -f config/$(DEPDIR)/tc-m68hc11.Po
1997 -rm -f config/$(DEPDIR)/tc-m68k.Po
1998 -rm -f config/$(DEPDIR)/tc-mcore.Po
1999 -rm -f config/$(DEPDIR)/tc-mep.Po
2000 -rm -f config/$(DEPDIR)/tc-metag.Po
2001 -rm -f config/$(DEPDIR)/tc-microblaze.Po
2002 -rm -f config/$(DEPDIR)/tc-mips.Po
2003 -rm -f config/$(DEPDIR)/tc-mmix.Po
2004 -rm -f config/$(DEPDIR)/tc-mn10200.Po
2005 -rm -f config/$(DEPDIR)/tc-mn10300.Po
2006 -rm -f config/$(DEPDIR)/tc-moxie.Po
2007 -rm -f config/$(DEPDIR)/tc-msp430.Po
2008 -rm -f config/$(DEPDIR)/tc-mt.Po
2009 -rm -f config/$(DEPDIR)/tc-nds32.Po
2010 -rm -f config/$(DEPDIR)/tc-nios2.Po
2011 -rm -f config/$(DEPDIR)/tc-ns32k.Po
2012 -rm -f config/$(DEPDIR)/tc-or1k.Po
2013 -rm -f config/$(DEPDIR)/tc-pdp11.Po
2014 -rm -f config/$(DEPDIR)/tc-pj.Po
2015 -rm -f config/$(DEPDIR)/tc-ppc.Po
2016 -rm -f config/$(DEPDIR)/tc-pru.Po
2017 -rm -f config/$(DEPDIR)/tc-riscv.Po
2018 -rm -f config/$(DEPDIR)/tc-rl78.Po
2019 -rm -f config/$(DEPDIR)/tc-rx.Po
2020 -rm -f config/$(DEPDIR)/tc-s12z.Po
2021 -rm -f config/$(DEPDIR)/tc-s390.Po
2022 -rm -f config/$(DEPDIR)/tc-score.Po
2023 -rm -f config/$(DEPDIR)/tc-sh.Po
2024 -rm -f config/$(DEPDIR)/tc-sparc.Po
2025 -rm -f config/$(DEPDIR)/tc-spu.Po
2026 -rm -f config/$(DEPDIR)/tc-tic30.Po
2027 -rm -f config/$(DEPDIR)/tc-tic4x.Po
2028 -rm -f config/$(DEPDIR)/tc-tic54x.Po
2029 -rm -f config/$(DEPDIR)/tc-tic6x.Po
2030 -rm -f config/$(DEPDIR)/tc-tilegx.Po
2031 -rm -f config/$(DEPDIR)/tc-tilepro.Po
2032 -rm -f config/$(DEPDIR)/tc-v850.Po
2033 -rm -f config/$(DEPDIR)/tc-vax.Po
2034 -rm -f config/$(DEPDIR)/tc-visium.Po
2035 -rm -f config/$(DEPDIR)/tc-wasm32.Po
2036 -rm -f config/$(DEPDIR)/tc-xgate.Po
2037 -rm -f config/$(DEPDIR)/tc-xstormy16.Po
2038 -rm -f config/$(DEPDIR)/tc-xtensa.Po
2039 -rm -f config/$(DEPDIR)/tc-z80.Po
2040 -rm -f config/$(DEPDIR)/tc-z8k.Po
2041 -rm -f config/$(DEPDIR)/te-vms.Po
2042 -rm -f config/$(DEPDIR)/xtensa-relax.Po
5e2d1ae8 2043 -rm -f Makefile
13b2be9c
DJ
2044distclean-am: clean-am distclean-DEJAGNU distclean-compile \
2045 distclean-generic distclean-hdr distclean-libtool \
2046 distclean-tags
252b5132 2047
13b2be9c 2048dvi: dvi-recursive
252b5132 2049
bde299e0 2050dvi-am: $(DVIS)
252b5132 2051
ab509236
L
2052html: html-recursive
2053
bde299e0 2054html-am: $(HTMLS) html-local
81ecdfbb 2055
13b2be9c
DJ
2056info: info-recursive
2057
bde299e0 2058info-am: $(INFO_DEPS) info-local
13b2be9c 2059
9a84a44d 2060install-data-am: install-info-am install-man
13b2be9c 2061
81ecdfbb
RW
2062install-dvi: install-dvi-recursive
2063
bde299e0
MF
2064install-dvi-am: $(DVIS)
2065 @$(NORMAL_INSTALL)
2066 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
2067 if test -n "$$list"; then \
2068 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
2069 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
2070 fi; \
2071 for p in $$list; do \
2072 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2073 echo "$$d$$p"; \
2074 done | $(am__base_list) | \
2075 while read files; do \
2076 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
2077 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
2078 done
13b2be9c
DJ
2079install-exec-am: install-exec-local
2080
af542c2e
RW
2081install-html: install-html-recursive
2082
bde299e0
MF
2083install-html-am: $(HTMLS)
2084 @$(NORMAL_INSTALL)
2085 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
2086 if test -n "$$list"; then \
2087 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
2088 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
2089 fi; \
2090 for p in $$list; do \
2091 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
2092 $(am__strip_dir) \
2093 d2=$$d$$p; \
2094 if test -d "$$d2"; then \
2095 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
2096 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
2097 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
2098 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
2099 else \
2100 list2="$$list2 $$d2"; \
2101 fi; \
2102 done; \
2103 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
2104 while read files; do \
2105 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
2106 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
2107 done; }
ab509236 2108install-info: install-info-recursive
13b2be9c 2109
bde299e0
MF
2110install-info-am: $(INFO_DEPS)
2111 @$(NORMAL_INSTALL)
2112 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
2113 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
2114 if test -n "$$list"; then \
2115 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
2116 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
2117 fi; \
2118 for file in $$list; do \
2119 case $$file in \
2120 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
2121 esac; \
2122 if test -f $$file; then d=.; else d=$(srcdir); fi; \
2123 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
2124 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
2125 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
2126 if test -f $$ifile; then \
2127 echo "$$ifile"; \
2128 else : ; fi; \
2129 done; \
2130 done | $(am__base_list) | \
2131 while read files; do \
2132 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
2133 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
2134 @$(POST_INSTALL)
2135 @if $(am__can_run_installinfo); then \
2136 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
2137 for file in $$list; do \
2138 relfile=`echo "$$file" | sed 's|^.*/||'`; \
2139 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
2140 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
2141 done; \
2142 else : ; fi
2143install-man: install-man1
13b2be9c 2144
af542c2e
RW
2145install-pdf: install-pdf-recursive
2146
bde299e0
MF
2147install-pdf-am: $(PDFS)
2148 @$(NORMAL_INSTALL)
2149 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
2150 if test -n "$$list"; then \
2151 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
2152 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
2153 fi; \
2154 for p in $$list; do \
2155 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2156 echo "$$d$$p"; \
2157 done | $(am__base_list) | \
2158 while read files; do \
2159 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
2160 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
81ecdfbb
RW
2161install-ps: install-ps-recursive
2162
bde299e0
MF
2163install-ps-am: $(PSS)
2164 @$(NORMAL_INSTALL)
2165 @list='$(PSS)'; test -n "$(psdir)" || list=; \
2166 if test -n "$$list"; then \
2167 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
2168 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
2169 fi; \
2170 for p in $$list; do \
2171 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2172 echo "$$d$$p"; \
2173 done | $(am__base_list) | \
2174 while read files; do \
2175 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
2176 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
13b2be9c 2177installcheck-am:
252b5132
RH
2178
2179maintainer-clean: maintainer-clean-recursive
13b2be9c 2180 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
5e2d1ae8 2181 -rm -rf $(top_srcdir)/autom4te.cache
631ec08c
NC
2182 -rm -f ./$(DEPDIR)/app.Po
2183 -rm -f ./$(DEPDIR)/as.Po
2184 -rm -f ./$(DEPDIR)/atof-generic.Po
2185 -rm -f ./$(DEPDIR)/cgen.Po
2186 -rm -f ./$(DEPDIR)/compress-debug.Po
2187 -rm -f ./$(DEPDIR)/cond.Po
2188 -rm -f ./$(DEPDIR)/depend.Po
2189 -rm -f ./$(DEPDIR)/dw2gencfi.Po
2190 -rm -f ./$(DEPDIR)/dwarf2dbg.Po
2191 -rm -f ./$(DEPDIR)/ecoff.Po
2192 -rm -f ./$(DEPDIR)/ehopt.Po
2193 -rm -f ./$(DEPDIR)/expr.Po
2194 -rm -f ./$(DEPDIR)/flonum-copy.Po
2195 -rm -f ./$(DEPDIR)/flonum-konst.Po
2196 -rm -f ./$(DEPDIR)/flonum-mult.Po
2197 -rm -f ./$(DEPDIR)/frags.Po
2198 -rm -f ./$(DEPDIR)/hash.Po
2199 -rm -f ./$(DEPDIR)/input-file.Po
2200 -rm -f ./$(DEPDIR)/input-scrub.Po
2201 -rm -f ./$(DEPDIR)/itbl-lex.Po
2202 -rm -f ./$(DEPDIR)/itbl-ops.Po
2203 -rm -f ./$(DEPDIR)/itbl-parse.Po
2204 -rm -f ./$(DEPDIR)/listing.Po
2205 -rm -f ./$(DEPDIR)/literal.Po
2206 -rm -f ./$(DEPDIR)/macro.Po
2207 -rm -f ./$(DEPDIR)/messages.Po
2208 -rm -f ./$(DEPDIR)/output-file.Po
2209 -rm -f ./$(DEPDIR)/read.Po
2210 -rm -f ./$(DEPDIR)/remap.Po
2211 -rm -f ./$(DEPDIR)/sb.Po
2212 -rm -f ./$(DEPDIR)/stabs.Po
2213 -rm -f ./$(DEPDIR)/subsegs.Po
2214 -rm -f ./$(DEPDIR)/symbols.Po
2215 -rm -f ./$(DEPDIR)/write.Po
2216 -rm -f config/$(DEPDIR)/atof-ieee.Po
2217 -rm -f config/$(DEPDIR)/atof-vax.Po
2218 -rm -f config/$(DEPDIR)/bfin-lex-wrapper.Po
2219 -rm -f config/$(DEPDIR)/bfin-lex.Po
2220 -rm -f config/$(DEPDIR)/bfin-parse.Po
2221 -rm -f config/$(DEPDIR)/e-crisaout.Po
2222 -rm -f config/$(DEPDIR)/e-criself.Po
2223 -rm -f config/$(DEPDIR)/e-i386aout.Po
2224 -rm -f config/$(DEPDIR)/e-i386coff.Po
2225 -rm -f config/$(DEPDIR)/e-i386elf.Po
2226 -rm -f config/$(DEPDIR)/e-mipself.Po
2227 -rm -f config/$(DEPDIR)/loongarch-lex.Po
2228 -rm -f config/$(DEPDIR)/loongarch-parse.Po
2229 -rm -f config/$(DEPDIR)/m68k-parse.Po
2230 -rm -f config/$(DEPDIR)/obj-aout.Po
2231 -rm -f config/$(DEPDIR)/obj-coff.Po
2232 -rm -f config/$(DEPDIR)/obj-ecoff.Po
2233 -rm -f config/$(DEPDIR)/obj-elf.Po
2234 -rm -f config/$(DEPDIR)/obj-evax.Po
2235 -rm -f config/$(DEPDIR)/obj-fdpicelf.Po
2236 -rm -f config/$(DEPDIR)/obj-macho.Po
2237 -rm -f config/$(DEPDIR)/obj-multi.Po
2238 -rm -f config/$(DEPDIR)/obj-som.Po
2239 -rm -f config/$(DEPDIR)/rl78-parse.Po
2240 -rm -f config/$(DEPDIR)/rx-parse.Po
2241 -rm -f config/$(DEPDIR)/tc-aarch64.Po
2242 -rm -f config/$(DEPDIR)/tc-alpha.Po
2243 -rm -f config/$(DEPDIR)/tc-arc.Po
2244 -rm -f config/$(DEPDIR)/tc-arm.Po
2245 -rm -f config/$(DEPDIR)/tc-avr.Po
2246 -rm -f config/$(DEPDIR)/tc-bfin.Po
2247 -rm -f config/$(DEPDIR)/tc-bpf.Po
2248 -rm -f config/$(DEPDIR)/tc-cr16.Po
2249 -rm -f config/$(DEPDIR)/tc-cris.Po
2250 -rm -f config/$(DEPDIR)/tc-crx.Po
2251 -rm -f config/$(DEPDIR)/tc-csky.Po
2252 -rm -f config/$(DEPDIR)/tc-d10v.Po
2253 -rm -f config/$(DEPDIR)/tc-d30v.Po
2254 -rm -f config/$(DEPDIR)/tc-dlx.Po
2255 -rm -f config/$(DEPDIR)/tc-epiphany.Po
2256 -rm -f config/$(DEPDIR)/tc-fr30.Po
2257 -rm -f config/$(DEPDIR)/tc-frv.Po
2258 -rm -f config/$(DEPDIR)/tc-ft32.Po
2259 -rm -f config/$(DEPDIR)/tc-h8300.Po
2260 -rm -f config/$(DEPDIR)/tc-hppa.Po
2261 -rm -f config/$(DEPDIR)/tc-i386.Po
2262 -rm -f config/$(DEPDIR)/tc-ia64.Po
2263 -rm -f config/$(DEPDIR)/tc-ip2k.Po
2264 -rm -f config/$(DEPDIR)/tc-iq2000.Po
2265 -rm -f config/$(DEPDIR)/tc-lm32.Po
2266 -rm -f config/$(DEPDIR)/tc-loongarch.Po
2267 -rm -f config/$(DEPDIR)/tc-m32c.Po
2268 -rm -f config/$(DEPDIR)/tc-m32r.Po
2269 -rm -f config/$(DEPDIR)/tc-m68hc11.Po
2270 -rm -f config/$(DEPDIR)/tc-m68k.Po
2271 -rm -f config/$(DEPDIR)/tc-mcore.Po
2272 -rm -f config/$(DEPDIR)/tc-mep.Po
2273 -rm -f config/$(DEPDIR)/tc-metag.Po
2274 -rm -f config/$(DEPDIR)/tc-microblaze.Po
2275 -rm -f config/$(DEPDIR)/tc-mips.Po
2276 -rm -f config/$(DEPDIR)/tc-mmix.Po
2277 -rm -f config/$(DEPDIR)/tc-mn10200.Po
2278 -rm -f config/$(DEPDIR)/tc-mn10300.Po
2279 -rm -f config/$(DEPDIR)/tc-moxie.Po
2280 -rm -f config/$(DEPDIR)/tc-msp430.Po
2281 -rm -f config/$(DEPDIR)/tc-mt.Po
2282 -rm -f config/$(DEPDIR)/tc-nds32.Po
2283 -rm -f config/$(DEPDIR)/tc-nios2.Po
2284 -rm -f config/$(DEPDIR)/tc-ns32k.Po
2285 -rm -f config/$(DEPDIR)/tc-or1k.Po
2286 -rm -f config/$(DEPDIR)/tc-pdp11.Po
2287 -rm -f config/$(DEPDIR)/tc-pj.Po
2288 -rm -f config/$(DEPDIR)/tc-ppc.Po
2289 -rm -f config/$(DEPDIR)/tc-pru.Po
2290 -rm -f config/$(DEPDIR)/tc-riscv.Po
2291 -rm -f config/$(DEPDIR)/tc-rl78.Po
2292 -rm -f config/$(DEPDIR)/tc-rx.Po
2293 -rm -f config/$(DEPDIR)/tc-s12z.Po
2294 -rm -f config/$(DEPDIR)/tc-s390.Po
2295 -rm -f config/$(DEPDIR)/tc-score.Po
2296 -rm -f config/$(DEPDIR)/tc-sh.Po
2297 -rm -f config/$(DEPDIR)/tc-sparc.Po
2298 -rm -f config/$(DEPDIR)/tc-spu.Po
2299 -rm -f config/$(DEPDIR)/tc-tic30.Po
2300 -rm -f config/$(DEPDIR)/tc-tic4x.Po
2301 -rm -f config/$(DEPDIR)/tc-tic54x.Po
2302 -rm -f config/$(DEPDIR)/tc-tic6x.Po
2303 -rm -f config/$(DEPDIR)/tc-tilegx.Po
2304 -rm -f config/$(DEPDIR)/tc-tilepro.Po
2305 -rm -f config/$(DEPDIR)/tc-v850.Po
2306 -rm -f config/$(DEPDIR)/tc-vax.Po
2307 -rm -f config/$(DEPDIR)/tc-visium.Po
2308 -rm -f config/$(DEPDIR)/tc-wasm32.Po
2309 -rm -f config/$(DEPDIR)/tc-xgate.Po
2310 -rm -f config/$(DEPDIR)/tc-xstormy16.Po
2311 -rm -f config/$(DEPDIR)/tc-xtensa.Po
2312 -rm -f config/$(DEPDIR)/tc-z80.Po
2313 -rm -f config/$(DEPDIR)/tc-z8k.Po
2314 -rm -f config/$(DEPDIR)/te-vms.Po
2315 -rm -f config/$(DEPDIR)/xtensa-relax.Po
5e2d1ae8 2316 -rm -f Makefile
bde299e0
MF
2317maintainer-clean-am: distclean-am maintainer-clean-aminfo \
2318 maintainer-clean-generic
13b2be9c
DJ
2319
2320mostlyclean: mostlyclean-recursive
2321
bde299e0
MF
2322mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
2323 mostlyclean-generic mostlyclean-libtool
13b2be9c
DJ
2324
2325pdf: pdf-recursive
2326
bde299e0 2327pdf-am: $(PDFS)
13b2be9c
DJ
2328
2329ps: ps-recursive
2330
bde299e0
MF
2331ps-am: $(PSS)
2332
2333uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
2334 uninstall-man uninstall-pdf-am uninstall-ps-am
13b2be9c 2335
bde299e0 2336uninstall-man: uninstall-man1
13b2be9c 2337
d0ac1c44
SM
2338.MAKE: $(am__recursive_targets) all check-am install-am install-strip
2339
2340.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
631ec08c
NC
2341 am--depfiles am--refresh check check-DEJAGNU check-am clean \
2342 clean-aminfo clean-cscope clean-generic clean-libtool \
2343 clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am \
2344 dist-info distclean distclean-DEJAGNU distclean-compile \
2345 distclean-generic distclean-hdr distclean-libtool \
2346 distclean-tags dvi dvi-am html html-am html-local info info-am \
2347 info-local install install-am install-data install-data-am \
2348 install-dvi install-dvi-am install-exec install-exec-am \
2349 install-exec-local install-html install-html-am install-info \
2350 install-info-am install-man install-man1 install-pdf \
2351 install-pdf-am install-ps install-ps-am install-strip \
2352 installcheck installcheck-am installdirs installdirs-am \
2353 maintainer-clean maintainer-clean-aminfo \
2354 maintainer-clean-generic mostlyclean mostlyclean-aminfo \
2355 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2356 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
2357 uninstall-dvi-am uninstall-html-am uninstall-info-am \
2358 uninstall-man uninstall-man1 uninstall-pdf-am uninstall-ps-am
d0ac1c44
SM
2359
2360.PRECIOUS: Makefile
252b5132
RH
2361
2362po/POTFILES.in: @MAINT@ Makefile
323ee3f4 2363 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
252b5132 2364 && mv tmp $(srcdir)/po/POTFILES.in
07c1b327 2365
c45021f2 2366diststuff: $(EXTRA_DIST) info
252b5132
RH
2367
2368check-DEJAGNU: site.exp
2369 if [ -d testsuite ]; then \
2370 true; \
2371 else \
2372 mkdir testsuite; \
2373 fi
2374 rm -f testsuite/site.exp
2375 cp site.exp testsuite/site.exp
2376 rootme=`pwd`; export rootme; \
2377 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
e5b62927 2378 LC_ALL=C; export LC_ALL; \
252b5132 2379 EXPECT=${EXPECT} ; export EXPECT ; \
252b5132
RH
2380 runtest=$(RUNTEST); \
2381 cd testsuite; \
2382 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
2383 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
2384 $(RUNTESTFLAGS); \
2385 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
2386 fi
2387
7dd36a6f 2388development.exp: $(BFDDIR)/development.sh
a76bf0e5 2389 $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
7dd36a6f 2390 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
55add51e
AM
2391config/m68k-parse.c: $(srcdir)/config/m68k-parse.y
2392 $(SHELL) $(YLWRAP) $(srcdir)/config/m68k-parse.y y.tab.c $@ -- $(YACCCOMPILE)
2393config/m68k-parse.h: config/m68k-parse.c
2394 @true
2395config/bfin-parse.c: $(srcdir)/config/bfin-parse.y
2396 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c $@ y.tab.h config/bfin-parse.h -- $(YACCCOMPILE) -d ;
2397config/bfin-parse.h: config/bfin-parse.c
2398 @true
2399config/bfin-lex.c: $(srcdir)/config/bfin-lex.l
2400 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
2401
2402config/bfin-lex-wrapper.@OBJEXT@: config/bfin-lex.c config/bfin-parse.h
2403config/rl78-parse.c: $(srcdir)/config/rl78-parse.y
2404 $(SHELL) $(YLWRAP) $(srcdir)/config/rl78-parse.y y.tab.c $@ y.tab.h config/rl78-parse.h -- $(YACCCOMPILE) -d ;
2405config/rl78-parse.h: config/rl78-parse.c
2406 @true
2407config/rx-parse.c: $(srcdir)/config/rx-parse.y
2408 $(SHELL) $(YLWRAP) $(srcdir)/config/rx-parse.y y.tab.c $@ y.tab.h config/rx-parse.h -- $(YACCCOMPILE) -d ;
2409config/rx-parse.h: config/rx-parse.c
2410 @true
4462d7c4 2411config/loongarch-parse.c: $(srcdir)/config/loongarch-parse.y
2412 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-parse.y y.tab.c $@ y.tab.h config/loongarch-parse.h -- $(YACCCOMPILE) -d ;
2413config/loongarch-parse.h: config/loongarch-parse.c
2414 @true
2415config/loongarch-lex.c: $(srcdir)/config/loongarch-lex.l
2416 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
2417
2418config/loongarch-lex-wrapper.@OBJEXT@: config/loongarch-lex.c config/loongarch-parse.h
55add51e
AM
2419
2420# The mips instruction table specification lexical analyzer and parser.
2421
2422itbl-lex-wrapper.@OBJEXT@: itbl-lex.c itbl-parse.h
252b5132 2423
ce4a1a3a 2424itbl-parse.c: $(srcdir)/itbl-parse.y
55add51e 2425 $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c $@ y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
252b5132 2426
55add51e
AM
2427itbl-parse.h: itbl-parse.c
2428 @true
ce4a1a3a 2429
52a6ecd2 2430itbl-ops.@OBJEXT@: itbl-parse.h
ce4a1a3a 2431
52a6ecd2 2432itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
a5c7551f
RW
2433@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -o $@ -c -DSTAND_ALONE $(srcdir)/itbl-ops.c
2434@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2435@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-ops.c' object='$@' libtool=no @AMDEPBACKSLASH@
2436@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2437@am__fastdepCC_FALSE@ $(COMPILE) -o $@ -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
252b5132 2438
52a6ecd2 2439itbl-test.@OBJEXT@: $(srcdir)/testsuite/gas/all/itbl-test.c
a5c7551f
RW
2440@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
2441@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2442@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='itbl-test.c' object='$@' libtool=no @AMDEPBACKSLASH@
2443@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2444@am__fastdepCC_FALSE@ $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
252b5132 2445
52a6ecd2 2446cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
252b5132
RH
2447 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
2448 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
2449 $(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
2450
2451.PHONY: install-exec-local install-data-local
2452.PHONY: install-exec-bindir install-exec-tooldir
2453
2454install-exec-local: install-exec-bindir @install_tooldir@
2455
2456install-exec-bindir: $(noinst_PROGRAMS)
d3d8a9ee 2457 $(mkinstalldirs) $(DESTDIR)$(bindir)
252b5132
RH
2458 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
2459 if test -f $$p; then \
f2c7d7ee
RM
2460 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)/'`"; \
2461 $(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
2462 else :; fi; \
2463 done
2464
f8c827e9 2465install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
d3d8a9ee 2466 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
252b5132
RH
2467 n=`echo as | sed '$(transform)'`; \
2468 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
d3d8a9ee
NC
2469 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
2470 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
f2c7d7ee 2471 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
252b5132
RH
2472 else \
2473 true ; \
2474 fi
2475
2476# These exist for maintenance purposes.
2477
2478.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2479
5c7a0b3e 2480bootstrap: as-new$(EXEEXT)
252b5132
RH
2481 $(MAKE) stage1
2482 rm -f stage && ln -s stage1 stage
2483 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2484 $(MAKE) stage2
2485 rm -f stage && ln -s stage2 stage
2486 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2487 $(MAKE) comparison against=stage2
2488
2489bootstrap2:
2490 rm -f stage && ln -s stage1 stage
2491 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2492 $(MAKE) stage2
2493 rm -f stage && ln -s stage2 stage
2494 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2495 $(MAKE) comparison against=stage2
2496
2497bootstrap3:
2498 rm -f stage && ln -s stage2 stage
2499 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
2500 $(MAKE) comparison against=stage2
2501
2502# Copy the object files from a particular stage into a subdirectory.
2503stage1:
2504 -mkdir stage1
2505 -mv $(STAGESTUFF) stage1
2506 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
2507
2508stage2:
2509 -mkdir stage2
2510 -mv $(STAGESTUFF) stage2
2511 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
2512
2513stage3:
2514 -mkdir stage3
2515 -mv $(STAGESTUFF) stage3
2516 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
2517
252b5132
RH
2518comparison:
2519 x=0 ; \
52a6ecd2 2520 for file in *.@OBJEXT@ ; do \
2d7f2507
AM
2521 f1=./$$file; f2=${against}/$$file; \
2522 $(do_compare) > /dev/null 2>&1; \
2523 if test $$? -ne 0; then \
2524 echo $$file differs ; \
2525 x=1 ; \
2526 fi ; \
252b5132
RH
2527 done ; \
2528 exit $$x
2529 -rm -f tmp-foo*
2530
2531.PHONY: de-stage1 de-stage2 de-stage3
2532
2533de-stage1:
2534 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
2535 - rmdir stage1
2536
2537de-stage2:
2538 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
2539 - rmdir stage2
2540
2541de-stage3:
2542 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
2543 - rmdir stage3
2544
bde299e0
MF
2545doc/asconfig.texi: doc/$(CONFIG).texi doc/$(am__dirstamp)
2546 $(AM_V_at)rm -f doc/asconfig.texi
2547 $(AM_V_GEN)cp $(srcdir)/doc/$(CONFIG).texi doc/asconfig.texi
2548 $(AM_V_at)chmod u+w doc/asconfig.texi
2549
bde299e0
MF
2550# Maintenance
2551
2552# We need it for the taz target in ../Makefile.in.
2553info-local: $(MANS)
2554
2555# Build the man page from the texinfo file
2556# The sed command removes the no-adjust Nroff command so that
2557# the man output looks standard.
2558doc/as.1: $(srcdir)/doc/as.texi doc/asconfig.texi $(CPU_DOCS) doc/$(am__dirstamp)
2559 $(AM_V_GEN)touch $@
2560 $(AM_V_at)-$(TEXI2POD) $(MANCONF) < $(srcdir)/doc/as.texi > doc/as.pod
2561 $(AM_V_at)-($(POD2MAN) doc/as.pod | \
2562 sed -e '/^.if n .na/d' > $@.T$$$$ && \
2563 mv -f $@.T$$$$ $@) || \
2564 (rm -f $@.T$$$$ && exit 1)
2565 $(AM_V_at)rm -f doc/as.pod
2566
2567html-local: doc/as/index.html
2568doc/as/index.html: doc/as.texi $(doc_as_TEXINFOS) doc/$(am__dirstamp)
2569 $(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
2570 --split=node -I$(srcdir)/doc -o doc/as $(srcdir)/doc/as.texi
2571
252b5132
RH
2572# Tell versions [3.59,3.63) of GNU make to not export all variables.
2573# Otherwise a system limit (for SysV at least) may be exceeded.
2574.NOEXPORT: