Update version to 2.39.50 and regenerate files
[binutils-gdb.git] / gas / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Copyright (C) 2012-2022 Free Software Foundation, Inc.
19 #
20 # This file is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 3 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; see the file COPYING3. If not see
32 # <http://www.gnu.org/licenses/>.
33 #
34
35 #
36 # Copyright (C) 2012-2022 Free Software Foundation, Inc.
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
53
54 VPATH = @srcdir@
55 am__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 }
66 am__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 \
78 case $$MAKEFLAGS in \
79 *\\[\ \ ]*) \
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;; \
102 esac; \
103 case $$flg in \
104 *$$target_option*) has_opt=yes; break;; \
105 esac; \
106 done; \
107 test $$has_opt = yes
108 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
109 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
110 pkgdatadir = $(datadir)/@PACKAGE@
111 pkgincludedir = $(includedir)/@PACKAGE@
112 pkglibdir = $(libdir)/@PACKAGE@
113 pkglibexecdir = $(libexecdir)/@PACKAGE@
114 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
115 install_sh_DATA = $(install_sh) -c -m 644
116 install_sh_PROGRAM = $(install_sh) -c
117 install_sh_SCRIPT = $(install_sh) -c
118 INSTALL_HEADER = $(INSTALL_DATA)
119 transform = $(program_transform_name)
120 NORMAL_INSTALL = :
121 PRE_INSTALL = :
122 POST_INSTALL = :
123 NORMAL_UNINSTALL = :
124 PRE_UNINSTALL = :
125 POST_UNINSTALL = :
126 build_triplet = @build@
127 host_triplet = @host@
128 target_triplet = @target@
129 noinst_PROGRAMS = as-new$(EXEEXT)
130 EXTRA_PROGRAMS = itbl-test$(EXEEXT)
131 subdir = .
132 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
133 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
134 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
135 $(top_srcdir)/../config/depstand.m4 \
136 $(top_srcdir)/../config/gettext-sister.m4 \
137 $(top_srcdir)/../config/jobserver.m4 \
138 $(top_srcdir)/../config/largefile.m4 \
139 $(top_srcdir)/../config/lcmessage.m4 \
140 $(top_srcdir)/../config/lead-dot.m4 \
141 $(top_srcdir)/../config/nls.m4 \
142 $(top_srcdir)/../config/override.m4 \
143 $(top_srcdir)/../config/plugins.m4 \
144 $(top_srcdir)/../config/po.m4 \
145 $(top_srcdir)/../config/progtest.m4 \
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
151 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
152 $(ACLOCAL_M4)
153 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
154 $(am__configure_deps)
155 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
156 configure.lineno config.status.lineno
157 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
158 CONFIG_HEADER = config.h
159 CONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in
160 CONFIG_CLEAN_VPATH_FILES =
161 PROGRAMS = $(noinst_PROGRAMS)
162 am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \
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) \
171 symbols.$(OBJEXT) write.$(OBJEXT)
172 am_as_new_OBJECTS = $(am__objects_1)
173 am__dirstamp = $(am__leading_dot)dirstamp
174 as_new_OBJECTS = $(am_as_new_OBJECTS)
175 am__DEPENDENCIES_1 =
176 am__DEPENDENCIES_2 = ../bfd/libbfd.la ../libiberty/libiberty.a
177 AM_V_lt = $(am__v_lt_@AM_V@)
178 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
179 am__v_lt_0 = --silent
180 am__v_lt_1 =
181 am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
182 itbl_test_OBJECTS = $(am_itbl_test_OBJECTS)
183 itbl_test_DEPENDENCIES = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ \
184 $(am__DEPENDENCIES_2)
185 SCRIPTS = $(noinst_SCRIPTS)
186 AM_V_P = $(am__v_P_@AM_V@)
187 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
188 am__v_P_0 = false
189 am__v_P_1 = :
190 AM_V_GEN = $(am__v_GEN_@AM_V@)
191 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
192 am__v_GEN_0 = @echo " GEN " $@;
193 am__v_GEN_1 =
194 AM_V_at = $(am__v_at_@AM_V@)
195 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
196 am__v_at_0 = @
197 am__v_at_1 =
198 DEFAULT_INCLUDES = -I.@am__isrc@
199 depcomp = $(SHELL) $(top_srcdir)/../depcomp
200 am__maybe_remake_depfiles = depfiles
201 am__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
270 am__mv = mv -f
271 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
272 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
273 LTCOMPILE = $(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)
277 AM_V_CC = $(am__v_CC_@AM_V@)
278 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
279 am__v_CC_0 = @echo " CC " $@;
280 am__v_CC_1 =
281 CCLD = $(CC)
282 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
283 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
284 $(AM_LDFLAGS) $(LDFLAGS) -o $@
285 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
286 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
287 am__v_CCLD_0 = @echo " CCLD " $@;
288 am__v_CCLD_1 =
289 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
290 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
291 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
292 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
293 AM_V_LEX = $(am__v_LEX_@AM_V@)
294 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
295 am__v_LEX_0 = @echo " LEX " $@;
296 am__v_LEX_1 =
297 YLWRAP = $(top_srcdir)/../ylwrap
298 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
299 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
300 -e s/c++$$/h++/ -e s/c$$/h/
301 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
302 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
303 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
304 AM_V_YACC = $(am__v_YACC_@AM_V@)
305 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
306 am__v_YACC_0 = @echo " YACC " $@;
307 am__v_YACC_1 =
308 SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \
309 $(itbl_test_SOURCES)
310 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
311 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
312 am__v_DVIPS_0 = @echo " DVIPS " $@;
313 am__v_DVIPS_1 =
314 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
315 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
316 am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
317 am__v_MAKEINFO_1 =
318 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
319 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
320 am__v_INFOHTML_0 = @echo " INFOHTML" $@;
321 am__v_INFOHTML_1 =
322 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
323 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
324 am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
325 am__v_TEXI2DVI_1 =
326 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
327 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
328 am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
329 am__v_TEXI2PDF_1 =
330 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
331 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
332 am__v_texinfo_0 = -q
333 am__v_texinfo_1 =
334 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
335 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
336 am__v_texidevnull_0 = > /dev/null
337 am__v_texidevnull_1 =
338 INFO_DEPS = doc/as.info
339 TEXINFO_TEX = $(top_srcdir)/../texinfo.tex
340 am__TEXINFO_TEX_DIR = $(top_srcdir)/..
341 DVIS = doc/as.dvi
342 PDFS = doc/as.pdf
343 PSS = doc/as.ps
344 HTMLS = doc/as.html
345 TEXINFOS = doc/as.texi
346 TEXI2PDF = $(TEXI2DVI) --pdf --batch
347 MAKEINFOHTML = $(MAKEINFO) --html
348 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
349 DVIPS = dvips
350 RECURSIVE_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
358 am__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
363 am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
364 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
365 am__vpath_adj = case $$p in \
366 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
367 *) f=$$p;; \
368 esac;
369 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
370 am__install_max = 40
371 am__nobase_strip_setup = \
372 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
373 am__nobase_strip = \
374 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
375 am__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] }'
382 am__base_list = \
383 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
384 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
385 am__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 }
391 man1dir = $(mandir)/man1
392 NROFF = nroff
393 MANS = $(man_MANS)
394 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
395 distclean-recursive maintainer-clean-recursive
396 am__recursive_targets = \
397 $(RECURSIVE_TARGETS) \
398 $(RECURSIVE_CLEAN_TARGETS) \
399 $(am__extra_recursive_targets)
400 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
401 cscope
402 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
403 config.in
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.
407 am__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.
415 am__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)`
420 DEJATOOL = $(PACKAGE)
421 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
422 DIST_SUBDIRS = $(SUBDIRS)
423 ACLOCAL = @ACLOCAL@
424 AMTAR = @AMTAR@
425 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
426 AR = @AR@
427 AUTOCONF = @AUTOCONF@
428 AUTOHEADER = @AUTOHEADER@
429 AUTOMAKE = @AUTOMAKE@
430 AWK = @AWK@
431 CATALOGS = @CATALOGS@
432 CATOBJEXT = @CATOBJEXT@
433 CC = @CC@
434 CCDEPMODE = @CCDEPMODE@
435 CFLAGS = @CFLAGS@
436 CPP = @CPP@
437 CPPFLAGS = @CPPFLAGS@
438 CSCOPE = @CSCOPE@
439 CTAGS = @CTAGS@
440 CYGPATH_W = @CYGPATH_W@
441 DATADIRNAME = @DATADIRNAME@
442 DEFS = @DEFS@
443 DEPDIR = @DEPDIR@
444 DSYMUTIL = @DSYMUTIL@
445 DUMPBIN = @DUMPBIN@
446 ECHO_C = @ECHO_C@
447 ECHO_N = @ECHO_N@
448 ECHO_T = @ECHO_T@
449 EGREP = @EGREP@
450 ETAGS = @ETAGS@
451 EXEEXT = @EXEEXT@
452 FGREP = @FGREP@
453 GDBINIT = @GDBINIT@
454 GENCAT = @GENCAT@
455 GMSGFMT = @GMSGFMT@
456 GREP = @GREP@
457 INCINTL = @INCINTL@
458 INSTALL = @INSTALL@
459 INSTALL_DATA = @INSTALL_DATA@
460 INSTALL_PROGRAM = @INSTALL_PROGRAM@
461 INSTALL_SCRIPT = @INSTALL_SCRIPT@
462 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
463 INSTOBJEXT = @INSTOBJEXT@
464 LARGEFILE_CPPFLAGS = @LARGEFILE_CPPFLAGS@
465 LD = @LD@
466 LDFLAGS = @LDFLAGS@
467 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
468 LEXLIB = @LEXLIB@
469 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
470 LIBINTL = @LIBINTL@
471 LIBINTL_DEP = @LIBINTL_DEP@
472 LIBM = @LIBM@
473 LIBOBJS = @LIBOBJS@
474 LIBS = @LIBS@
475 LIBTOOL = @LIBTOOL@
476 LIPO = @LIPO@
477 LN_S = @LN_S@
478 LTLIBOBJS = @LTLIBOBJS@
479 MAINT = @MAINT@
480 MAKEINFO = @MAKEINFO@
481 MKDIR_P = @MKDIR_P@
482 MKINSTALLDIRS = @MKINSTALLDIRS@
483 MSGFMT = @MSGFMT@
484 MSGMERGE = @MSGMERGE@
485 NM = @NM@
486 NMEDIT = @NMEDIT@
487 NO_WERROR = @NO_WERROR@
488 OBJDUMP = @OBJDUMP@
489 OBJEXT = @OBJEXT@
490 OPCODES_LIB = @OPCODES_LIB@
491 OTOOL = @OTOOL@
492 OTOOL64 = @OTOOL64@
493 PACKAGE = @PACKAGE@
494 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
495 PACKAGE_NAME = @PACKAGE_NAME@
496 PACKAGE_STRING = @PACKAGE_STRING@
497 PACKAGE_TARNAME = @PACKAGE_TARNAME@
498 PACKAGE_URL = @PACKAGE_URL@
499 PACKAGE_VERSION = @PACKAGE_VERSION@
500 PATH_SEPARATOR = @PATH_SEPARATOR@
501 POSUB = @POSUB@
502 RANLIB = @RANLIB@
503 SED = @SED@
504 SET_MAKE = @SET_MAKE@
505 SHELL = @SHELL@
506 STRIP = @STRIP@
507 USE_NLS = @USE_NLS@
508 VERSION = @VERSION@
509 WARN_CFLAGS = @WARN_CFLAGS@ @WARN_WRITE_STRINGS@
510 WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
511 WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
512 XGETTEXT = @XGETTEXT@
513 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
514 YFLAGS = @YFLAGS@
515 abs_builddir = @abs_builddir@
516 abs_srcdir = @abs_srcdir@
517 abs_top_builddir = @abs_top_builddir@
518 abs_top_srcdir = @abs_top_srcdir@
519 ac_ct_CC = @ac_ct_CC@
520 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
521 am__include = @am__include@
522 am__leading_dot = @am__leading_dot@
523 am__quote = @am__quote@
524 am__tar = @am__tar@
525 am__untar = @am__untar@
526 atof = @atof@
527 bindir = @bindir@
528 build = @build@
529 build_alias = @build_alias@
530 build_cpu = @build_cpu@
531 build_os = @build_os@
532 build_vendor = @build_vendor@
533 builddir = @builddir@
534 cgen_cpu_prefix = @cgen_cpu_prefix@
535 datadir = @datadir@
536 datarootdir = @datarootdir@
537 do_compare = @do_compare@
538 docdir = @docdir@
539 dvidir = @dvidir@
540 exec_prefix = @exec_prefix@
541 extra_objects = @extra_objects@
542 host = @host@
543 host_alias = @host_alias@
544 host_cpu = @host_cpu@
545 host_os = @host_os@
546 host_vendor = @host_vendor@
547 htmldir = @htmldir@
548 includedir = @includedir@
549 infodir = @infodir@
550 install_sh = @install_sh@
551 install_tooldir = @install_tooldir@
552 libdir = @libdir@
553 libexecdir = @libexecdir@
554 localedir = @localedir@
555 localstatedir = @localstatedir@
556 mandir = @mandir@
557 mkdir_p = @mkdir_p@
558 obj_format = @obj_format@
559 oldincludedir = @oldincludedir@
560 pdfdir = @pdfdir@
561 prefix = @prefix@
562 program_transform_name = @program_transform_name@
563 psdir = @psdir@
564 sbindir = @sbindir@
565 sharedstatedir = @sharedstatedir@
566 srcdir = @srcdir@
567 sysconfdir = @sysconfdir@
568 target = @target@
569 target_alias = @target_alias@
570 target_cpu = @target_cpu@
571 target_cpu_type = @target_cpu_type@
572 target_os = @target_os@
573 target_vendor = @target_vendor@
574 te_file = @te_file@
575 top_build_prefix = @top_build_prefix@
576 top_builddir = @top_builddir@
577 top_srcdir = @top_srcdir@
578 zlibdir = @zlibdir@
579 zlibinc = @zlibinc@
580 AUTOMAKE_OPTIONS = dejagnu foreign no-dist subdir-objects info-in-builddir no-texinfo.tex
581 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
582 MAINTAINERCLEANFILES = doc/asconfig.texi doc/as.info
583 SUBDIRS = po
584 tooldir = $(exec_prefix)/$(target_alias)
585
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.
589 ZLIB = @zlibdir@ -lz
590 ZLIBINC = @zlibinc@
591
592 # Automake 1.10+ disables lex and yacc output file regeneration if
593 # maintainer mode is disabled. Avoid this.
594 am__skiplex =
595 am__skipyacc =
596 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
597 TARG_CPU = @target_cpu_type@
598 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
599 TARG_CPU_O = config/tc-@target_cpu_type@.@OBJEXT@
600 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
601 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
602 OBJ_FORMAT_O = config/obj-@obj_format@.@OBJEXT@
603 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
604 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
605 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
606 ATOF_TARG_O = config/atof-@atof@.@OBJEXT@
607
608 # use @target_cpu_type@ for refering to configured target name
609 IT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
610 IT_SRCS = itbl-parse.c itbl-lex-wrapper.c $(srcdir)/itbl-ops.c
611 IT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
612 IT_OBJS = itbl-parse.@OBJEXT@ itbl-lex.@OBJEXT@ itbl-ops.@OBJEXT@
613
614 # Regular source files.
615 GAS_CFILES = \
616 app.c \
617 as.c \
618 atof-generic.c \
619 compress-debug.c \
620 cond.c \
621 depend.c \
622 dwarf2dbg.c \
623 dw2gencfi.c \
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 \
640 remap.c \
641 sb.c \
642 stabs.c \
643 subsegs.c \
644 symbols.c \
645 write.c
646
647 CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
648 HFILES = \
649 as.h \
650 asintl.h \
651 bignum.h \
652 bit_fix.h \
653 cgen.h \
654 compress-debug.h \
655 dwarf2dbg.h \
656 dw2gencfi.h \
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 \
665 itbl-lex.h \
666 itbl-ops.h \
667 listing.h \
668 macro.h \
669 obj.h \
670 output-file.h \
671 read.h \
672 sb.h \
673 subsegs.h \
674 symbols.h \
675 tc.h \
676 write.h
677
678
679 # CPU files in config.
680 TARGET_CPU_CFILES = \
681 config/tc-aarch64.c \
682 config/tc-alpha.c \
683 config/tc-arc.c \
684 config/tc-arm.c \
685 config/tc-avr.c \
686 config/tc-bfin.c \
687 config/tc-bpf.c \
688 config/tc-cr16.c \
689 config/tc-cris.c \
690 config/tc-crx.c \
691 config/tc-csky.c \
692 config/tc-d10v.c \
693 config/tc-d30v.c \
694 config/tc-dlx.c \
695 config/tc-epiphany.c \
696 config/tc-fr30.c \
697 config/tc-frv.c \
698 config/tc-ft32.c \
699 config/tc-h8300.c \
700 config/tc-hppa.c \
701 config/tc-ia64.c \
702 config/tc-i386.c \
703 config/tc-ip2k.c \
704 config/tc-iq2000.c \
705 config/tc-lm32.c \
706 config/tc-loongarch.c \
707 config/tc-m32c.c \
708 config/tc-m32r.c \
709 config/tc-m68hc11.c \
710 config/tc-m68k.c \
711 config/tc-s12z.c \
712 config/tc-mcore.c \
713 config/tc-mep.c \
714 config/tc-metag.c \
715 config/tc-microblaze.c \
716 config/tc-mips.c \
717 config/tc-mmix.c \
718 config/tc-mn10200.c \
719 config/tc-mn10300.c \
720 config/tc-moxie.c \
721 config/tc-msp430.c \
722 config/tc-mt.c \
723 config/tc-nds32.c \
724 config/tc-nios2.c \
725 config/tc-ns32k.c \
726 config/tc-or1k.c \
727 config/tc-pdp11.c \
728 config/tc-pj.c \
729 config/tc-ppc.c \
730 config/tc-pru.c \
731 config/tc-riscv.c \
732 config/tc-rl78.c \
733 config/tc-rx.c \
734 config/tc-s390.c \
735 config/tc-score.c \
736 config/tc-sh.c \
737 config/tc-sparc.c \
738 config/tc-spu.c \
739 config/tc-tic30.c \
740 config/tc-tic4x.c \
741 config/tc-tic54x.c \
742 config/tc-tic6x.c \
743 config/tc-tilegx.c \
744 config/tc-tilepro.c \
745 config/tc-v850.c \
746 config/tc-vax.c \
747 config/tc-visium.c \
748 config/tc-wasm32.c \
749 config/tc-xstormy16.c \
750 config/tc-xgate.c \
751 config/tc-xtensa.c \
752 config/tc-z80.c \
753 config/tc-z8k.c
754
755 TARGET_CPU_HFILES = \
756 config/tc-aarch64.h \
757 config/tc-alpha.h \
758 config/tc-arc.h \
759 config/tc-arm.h \
760 config/tc-avr.h \
761 config/tc-bfin.h \
762 config/tc-bpf.h \
763 config/tc-cr16.h \
764 config/tc-cris.h \
765 config/tc-crx.h \
766 config/tc-csky.h \
767 config/tc-d10v.h \
768 config/tc-d30v.h \
769 config/tc-dlx.h \
770 config/tc-epiphany.h \
771 config/tc-fr30.h \
772 config/tc-frv.h \
773 config/tc-ft32.h \
774 config/tc-h8300.h \
775 config/tc-hppa.h \
776 config/tc-ia64.h \
777 config/tc-i386.h \
778 config/tc-ip2k.h \
779 config/tc-iq2000.h \
780 config/tc-lm32.h \
781 config/tc-m32c.h \
782 config/tc-m32r.h \
783 config/tc-m68hc11.h \
784 config/tc-m68k.h \
785 config/tc-s12z.h \
786 config/tc-mcore.h \
787 config/tc-mep.h \
788 config/tc-metag.h \
789 config/tc-microblaze.h \
790 config/tc-mips.h \
791 config/tc-mmix.h \
792 config/tc-mn10200.h \
793 config/tc-mn10300.h \
794 config/tc-msp430.h \
795 config/tc-mt.h \
796 config/tc-nds32.h \
797 config/tc-nios2.h \
798 config/tc-ns32k.h \
799 config/tc-or1k.h \
800 config/tc-pdp11.h \
801 config/tc-pj.h \
802 config/tc-ppc.h \
803 config/tc-pru.h \
804 config/tc-riscv.h \
805 config/tc-rl78.h \
806 config/tc-rx.h \
807 config/tc-s390.h \
808 config/tc-score.h \
809 config/tc-sh.h \
810 config/tc-sparc.h \
811 config/tc-spu.h \
812 config/tc-tic30.h \
813 config/tc-tic4x.h \
814 config/tc-tic54x.h \
815 config/tc-tic6x.h \
816 config/tc-tilegx.h \
817 config/tc-tilepro.h \
818 config/tc-v850.h \
819 config/tc-vax.h \
820 config/tc-visium.h \
821 config/tc-wasm32.h \
822 config/tc-xstormy16.h \
823 config/tc-xgate.h \
824 config/tc-xtensa.h \
825 config/tc-z80.h \
826 config/tc-z8k.h
827
828 TARGET_EXTRA_FILES = \
829 config/bfin-lex-wrapper.c \
830 config/xtensa-relax.c \
831 config/xtensa-relax.h
832
833
834 # OBJ files in config
835 OBJ_FORMAT_CFILES = \
836 config/obj-aout.c \
837 config/obj-coff.c \
838 config/obj-ecoff.c \
839 config/obj-elf.c \
840 config/obj-evax.c \
841 config/obj-fdpicelf.c \
842 config/obj-macho.c \
843 config/obj-multi.c \
844 config/obj-som.c
845
846 OBJ_FORMAT_HFILES = \
847 config/obj-aout.h \
848 config/obj-coff.h \
849 config/obj-ecoff.h \
850 config/obj-elf.h \
851 config/obj-evax.h \
852 config/obj-fdpicelf.h \
853 config/obj-macho.h \
854 config/obj-multi.h \
855 config/obj-som.h
856
857
858 # Emulation header files in config
859 TARG_ENV_HFILES = \
860 config/te-386bsd.h \
861 config/te-aix5.h \
862 config/te-armeabi.h \
863 config/te-armfbsdeabi.h \
864 config/te-armfbsdvfp.h \
865 config/te-armlinuxeabi.h \
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 \
870 config/te-freebsd.h \
871 config/te-generic.h \
872 config/te-gnu.h \
873 config/te-go32.h \
874 config/te-hppa.h \
875 config/te-hppa64.h \
876 config/te-hppalinux64.h \
877 config/te-ia64aix.h \
878 config/te-interix.h \
879 config/te-lynx.h \
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 \
885 config/te-solaris.h \
886 config/te-svr4.h \
887 config/te-tmips.h \
888 config/te-vxworks.h \
889 config/te-wince-pe.h
890
891 TARG_ENV_CFILES = \
892 config/te-vms.c
893
894
895 # Multi files in config
896 MULTI_CFILES = \
897 config/e-crisaout.c \
898 config/e-criself.c \
899 config/e-i386aout.c \
900 config/e-i386coff.c \
901 config/e-i386elf.c \
902 config/e-mipself.c
903
904 CONFIG_ATOF_CFILES = \
905 config/atof-ieee.c \
906 config/atof-vax.c
907
908 POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) \
909 $(TARG_ENV_HFILES) $(TARG_ENV_CFILES) $(OBJ_FORMAT_HFILES) \
910 $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
911 $(TARGET_EXTRA_FILES) $(HFILES) $(CFILES)
912
913 noinst_SCRIPTS = $(GDBINIT)
914 EXTRA_SCRIPTS = .gdbinit
915 EXTRA_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 \
918 config/rx-parse.c config/rx-parse.h \
919 config/loongarch-parse.c config/loongarch-parse.h config/loongarch-lex.c
920
921 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
922
923 # Now figure out from those variables how to compile and link.
924 BASEDIR = $(srcdir)/..
925 BFDDIR = $(BASEDIR)/bfd
926 INCDIR = $(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.
933 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
934 -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ @LARGEFILE_CPPFLAGS@ \
935 -DLOCALEDIR="\"$(datadir)/locale\""
936
937
938 # How to link with both our special library facilities
939 # and the system's installed libraries.
940 GASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
941
942 # Files to be copied away after each stage in building.
943 STAGESTUFF = *.@OBJEXT@ $(noinst_PROGRAMS)
944 as_new_SOURCES = $(GAS_CFILES)
945 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
946 $(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM) $(ZLIB)
947
948 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
949 $(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
950
951
952 # The LoongArch lexical analyzer and parser.
953 EXTRA_as_new_SOURCES = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
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 \
958 config/rx-parse.y config/loongarch-parse.y \
959 config/loongarch-lex.l
960 EXPECT = expect
961 RUNTEST = runtest
962 RUNTESTFLAGS =
963 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
964 itbl_test_LDADD = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ $(GASLIBS) @LEXLIB@
965
966 # CGEN interface.
967 CGEN_CPU_PREFIX = @cgen_cpu_prefix@
968
969 # Remake the info files.
970 MOSTLYCLEANFILES = $(STAGESTUFF) core \
971 testsuite/*.@OBJEXT@ testsuite/*.out testsuite/gas.log testsuite/gas.sum \
972 testsuite/site.exp site.bak site.exp development.exp stage stage1 stage2
973
974 against = stage2
975
976 # Reconfigure if configure.tgt changes.
977 # development.sh is used to determine -Werror default.
978 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.tgt $(BFDDIR)/development.sh
979 EXTRA_DEJAGNU_SITE_CONFIG = development.exp
980
981 # What version of the manual you want; "all" includes everything
982 CONFIG = all
983
984 # Options to extract the man page from as.texi
985 MANCONF = -Dman
986 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
987 POD2MAN = pod2man --center="GNU Development Tools" \
988 --release="binutils-$(VERSION)" --section=1
989
990 man_MANS = doc/as.1
991 info_TEXINFOS = doc/as.texi
992 doc_as_TEXINFOS = doc/asconfig.texi $(CPU_DOCS)
993 AM_MAKEINFOFLAGS = -I "$(srcdir)/doc" -I doc -I "$(srcdir)/../libiberty" \
994 -I "$(srcdir)/../bfd/doc" -I ../bfd/doc \
995 --no-split
996
997 TEXI2DVI = texi2dvi -I "$(srcdir)/doc" -I doc -I "$(srcdir)/../libiberty" \
998 -I "$(srcdir)/../bfd/doc" -I ../bfd/doc
999
1000 CPU_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.
1059 noinst_TEXINFOS = doc/internals.texi
1060 all: config.h
1061 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1062
1063 .SUFFIXES:
1064 .SUFFIXES: .c .dvi .l .lo .o .obj .ps .y
1065 am--refresh: Makefile
1066 @:
1067 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/doc/local.mk $(am__configure_deps)
1068 @for dep in $?; do \
1069 case '$(am__configure_deps)' in \
1070 *$$dep*) \
1071 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1072 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1073 && exit 0; \
1074 exit 1;; \
1075 esac; \
1076 done; \
1077 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1078 $(am__cd) $(top_srcdir) && \
1079 $(AUTOMAKE) --foreign Makefile
1080 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1081 @case '$?' in \
1082 *config.status*) \
1083 echo ' $(SHELL) ./config.status'; \
1084 $(SHELL) ./config.status;; \
1085 *) \
1086 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
1087 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1088 esac;
1089 $(srcdir)/doc/local.mk $(am__empty):
1090
1091 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1092 $(SHELL) ./config.status --recheck
1093
1094 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1095 $(am__cd) $(srcdir) && $(AUTOCONF)
1096 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1097 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1098 $(am__aclocal_m4_deps):
1099
1100 config.h: stamp-h1
1101 @test -f $@ || rm -f stamp-h1
1102 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1103
1104 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1105 @rm -f stamp-h1
1106 cd $(top_builddir) && $(SHELL) ./config.status config.h
1107 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1108 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1109 rm -f stamp-h1
1110 touch $@
1111
1112 distclean-hdr:
1113 -rm -f config.h stamp-h1
1114 gdb.ini: $(top_builddir)/config.status $(srcdir)/gdbinit.in
1115 cd $(top_builddir) && $(SHELL) ./config.status $@
1116 .gdbinit: $(top_builddir)/config.status $(srcdir)/gdbinit.in
1117 cd $(top_builddir) && $(SHELL) ./config.status $@
1118 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1119 cd $(top_builddir) && $(SHELL) ./config.status $@
1120
1121 clean-noinstPROGRAMS:
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
1129 config/$(am__dirstamp):
1130 @$(MKDIR_P) config
1131 @: > config/$(am__dirstamp)
1132 config/$(DEPDIR)/$(am__dirstamp):
1133 @$(MKDIR_P) config/$(DEPDIR)
1134 @: > config/$(DEPDIR)/$(am__dirstamp)
1135 config/tc-aarch64.$(OBJEXT): config/$(am__dirstamp) \
1136 config/$(DEPDIR)/$(am__dirstamp)
1137 config/tc-alpha.$(OBJEXT): config/$(am__dirstamp) \
1138 config/$(DEPDIR)/$(am__dirstamp)
1139 config/tc-arc.$(OBJEXT): config/$(am__dirstamp) \
1140 config/$(DEPDIR)/$(am__dirstamp)
1141 config/tc-arm.$(OBJEXT): config/$(am__dirstamp) \
1142 config/$(DEPDIR)/$(am__dirstamp)
1143 config/tc-avr.$(OBJEXT): config/$(am__dirstamp) \
1144 config/$(DEPDIR)/$(am__dirstamp)
1145 config/tc-bfin.$(OBJEXT): config/$(am__dirstamp) \
1146 config/$(DEPDIR)/$(am__dirstamp)
1147 config/tc-bpf.$(OBJEXT): config/$(am__dirstamp) \
1148 config/$(DEPDIR)/$(am__dirstamp)
1149 config/tc-cr16.$(OBJEXT): config/$(am__dirstamp) \
1150 config/$(DEPDIR)/$(am__dirstamp)
1151 config/tc-cris.$(OBJEXT): config/$(am__dirstamp) \
1152 config/$(DEPDIR)/$(am__dirstamp)
1153 config/tc-crx.$(OBJEXT): config/$(am__dirstamp) \
1154 config/$(DEPDIR)/$(am__dirstamp)
1155 config/tc-csky.$(OBJEXT): config/$(am__dirstamp) \
1156 config/$(DEPDIR)/$(am__dirstamp)
1157 config/tc-d10v.$(OBJEXT): config/$(am__dirstamp) \
1158 config/$(DEPDIR)/$(am__dirstamp)
1159 config/tc-d30v.$(OBJEXT): config/$(am__dirstamp) \
1160 config/$(DEPDIR)/$(am__dirstamp)
1161 config/tc-dlx.$(OBJEXT): config/$(am__dirstamp) \
1162 config/$(DEPDIR)/$(am__dirstamp)
1163 config/tc-epiphany.$(OBJEXT): config/$(am__dirstamp) \
1164 config/$(DEPDIR)/$(am__dirstamp)
1165 config/tc-fr30.$(OBJEXT): config/$(am__dirstamp) \
1166 config/$(DEPDIR)/$(am__dirstamp)
1167 config/tc-frv.$(OBJEXT): config/$(am__dirstamp) \
1168 config/$(DEPDIR)/$(am__dirstamp)
1169 config/tc-ft32.$(OBJEXT): config/$(am__dirstamp) \
1170 config/$(DEPDIR)/$(am__dirstamp)
1171 config/tc-h8300.$(OBJEXT): config/$(am__dirstamp) \
1172 config/$(DEPDIR)/$(am__dirstamp)
1173 config/tc-hppa.$(OBJEXT): config/$(am__dirstamp) \
1174 config/$(DEPDIR)/$(am__dirstamp)
1175 config/tc-ia64.$(OBJEXT): config/$(am__dirstamp) \
1176 config/$(DEPDIR)/$(am__dirstamp)
1177 config/tc-i386.$(OBJEXT): config/$(am__dirstamp) \
1178 config/$(DEPDIR)/$(am__dirstamp)
1179 config/tc-ip2k.$(OBJEXT): config/$(am__dirstamp) \
1180 config/$(DEPDIR)/$(am__dirstamp)
1181 config/tc-iq2000.$(OBJEXT): config/$(am__dirstamp) \
1182 config/$(DEPDIR)/$(am__dirstamp)
1183 config/tc-lm32.$(OBJEXT): config/$(am__dirstamp) \
1184 config/$(DEPDIR)/$(am__dirstamp)
1185 config/tc-loongarch.$(OBJEXT): config/$(am__dirstamp) \
1186 config/$(DEPDIR)/$(am__dirstamp)
1187 config/tc-m32c.$(OBJEXT): config/$(am__dirstamp) \
1188 config/$(DEPDIR)/$(am__dirstamp)
1189 config/tc-m32r.$(OBJEXT): config/$(am__dirstamp) \
1190 config/$(DEPDIR)/$(am__dirstamp)
1191 config/tc-m68hc11.$(OBJEXT): config/$(am__dirstamp) \
1192 config/$(DEPDIR)/$(am__dirstamp)
1193 config/tc-m68k.$(OBJEXT): config/$(am__dirstamp) \
1194 config/$(DEPDIR)/$(am__dirstamp)
1195 config/tc-s12z.$(OBJEXT): config/$(am__dirstamp) \
1196 config/$(DEPDIR)/$(am__dirstamp)
1197 config/tc-mcore.$(OBJEXT): config/$(am__dirstamp) \
1198 config/$(DEPDIR)/$(am__dirstamp)
1199 config/tc-mep.$(OBJEXT): config/$(am__dirstamp) \
1200 config/$(DEPDIR)/$(am__dirstamp)
1201 config/tc-metag.$(OBJEXT): config/$(am__dirstamp) \
1202 config/$(DEPDIR)/$(am__dirstamp)
1203 config/tc-microblaze.$(OBJEXT): config/$(am__dirstamp) \
1204 config/$(DEPDIR)/$(am__dirstamp)
1205 config/tc-mips.$(OBJEXT): config/$(am__dirstamp) \
1206 config/$(DEPDIR)/$(am__dirstamp)
1207 config/tc-mmix.$(OBJEXT): config/$(am__dirstamp) \
1208 config/$(DEPDIR)/$(am__dirstamp)
1209 config/tc-mn10200.$(OBJEXT): config/$(am__dirstamp) \
1210 config/$(DEPDIR)/$(am__dirstamp)
1211 config/tc-mn10300.$(OBJEXT): config/$(am__dirstamp) \
1212 config/$(DEPDIR)/$(am__dirstamp)
1213 config/tc-moxie.$(OBJEXT): config/$(am__dirstamp) \
1214 config/$(DEPDIR)/$(am__dirstamp)
1215 config/tc-msp430.$(OBJEXT): config/$(am__dirstamp) \
1216 config/$(DEPDIR)/$(am__dirstamp)
1217 config/tc-mt.$(OBJEXT): config/$(am__dirstamp) \
1218 config/$(DEPDIR)/$(am__dirstamp)
1219 config/tc-nds32.$(OBJEXT): config/$(am__dirstamp) \
1220 config/$(DEPDIR)/$(am__dirstamp)
1221 config/tc-nios2.$(OBJEXT): config/$(am__dirstamp) \
1222 config/$(DEPDIR)/$(am__dirstamp)
1223 config/tc-ns32k.$(OBJEXT): config/$(am__dirstamp) \
1224 config/$(DEPDIR)/$(am__dirstamp)
1225 config/tc-or1k.$(OBJEXT): config/$(am__dirstamp) \
1226 config/$(DEPDIR)/$(am__dirstamp)
1227 config/tc-pdp11.$(OBJEXT): config/$(am__dirstamp) \
1228 config/$(DEPDIR)/$(am__dirstamp)
1229 config/tc-pj.$(OBJEXT): config/$(am__dirstamp) \
1230 config/$(DEPDIR)/$(am__dirstamp)
1231 config/tc-ppc.$(OBJEXT): config/$(am__dirstamp) \
1232 config/$(DEPDIR)/$(am__dirstamp)
1233 config/tc-pru.$(OBJEXT): config/$(am__dirstamp) \
1234 config/$(DEPDIR)/$(am__dirstamp)
1235 config/tc-riscv.$(OBJEXT): config/$(am__dirstamp) \
1236 config/$(DEPDIR)/$(am__dirstamp)
1237 config/tc-rl78.$(OBJEXT): config/$(am__dirstamp) \
1238 config/$(DEPDIR)/$(am__dirstamp)
1239 config/tc-rx.$(OBJEXT): config/$(am__dirstamp) \
1240 config/$(DEPDIR)/$(am__dirstamp)
1241 config/tc-s390.$(OBJEXT): config/$(am__dirstamp) \
1242 config/$(DEPDIR)/$(am__dirstamp)
1243 config/tc-score.$(OBJEXT): config/$(am__dirstamp) \
1244 config/$(DEPDIR)/$(am__dirstamp)
1245 config/tc-sh.$(OBJEXT): config/$(am__dirstamp) \
1246 config/$(DEPDIR)/$(am__dirstamp)
1247 config/tc-sparc.$(OBJEXT): config/$(am__dirstamp) \
1248 config/$(DEPDIR)/$(am__dirstamp)
1249 config/tc-spu.$(OBJEXT): config/$(am__dirstamp) \
1250 config/$(DEPDIR)/$(am__dirstamp)
1251 config/tc-tic30.$(OBJEXT): config/$(am__dirstamp) \
1252 config/$(DEPDIR)/$(am__dirstamp)
1253 config/tc-tic4x.$(OBJEXT): config/$(am__dirstamp) \
1254 config/$(DEPDIR)/$(am__dirstamp)
1255 config/tc-tic54x.$(OBJEXT): config/$(am__dirstamp) \
1256 config/$(DEPDIR)/$(am__dirstamp)
1257 config/tc-tic6x.$(OBJEXT): config/$(am__dirstamp) \
1258 config/$(DEPDIR)/$(am__dirstamp)
1259 config/tc-tilegx.$(OBJEXT): config/$(am__dirstamp) \
1260 config/$(DEPDIR)/$(am__dirstamp)
1261 config/tc-tilepro.$(OBJEXT): config/$(am__dirstamp) \
1262 config/$(DEPDIR)/$(am__dirstamp)
1263 config/tc-v850.$(OBJEXT): config/$(am__dirstamp) \
1264 config/$(DEPDIR)/$(am__dirstamp)
1265 config/tc-vax.$(OBJEXT): config/$(am__dirstamp) \
1266 config/$(DEPDIR)/$(am__dirstamp)
1267 config/tc-visium.$(OBJEXT): config/$(am__dirstamp) \
1268 config/$(DEPDIR)/$(am__dirstamp)
1269 config/tc-wasm32.$(OBJEXT): config/$(am__dirstamp) \
1270 config/$(DEPDIR)/$(am__dirstamp)
1271 config/tc-xstormy16.$(OBJEXT): config/$(am__dirstamp) \
1272 config/$(DEPDIR)/$(am__dirstamp)
1273 config/tc-xgate.$(OBJEXT): config/$(am__dirstamp) \
1274 config/$(DEPDIR)/$(am__dirstamp)
1275 config/tc-xtensa.$(OBJEXT): config/$(am__dirstamp) \
1276 config/$(DEPDIR)/$(am__dirstamp)
1277 config/tc-z80.$(OBJEXT): config/$(am__dirstamp) \
1278 config/$(DEPDIR)/$(am__dirstamp)
1279 config/tc-z8k.$(OBJEXT): config/$(am__dirstamp) \
1280 config/$(DEPDIR)/$(am__dirstamp)
1281 config/bfin-lex-wrapper.$(OBJEXT): config/$(am__dirstamp) \
1282 config/$(DEPDIR)/$(am__dirstamp)
1283 config/xtensa-relax.$(OBJEXT): config/$(am__dirstamp) \
1284 config/$(DEPDIR)/$(am__dirstamp)
1285 config/te-vms.$(OBJEXT): config/$(am__dirstamp) \
1286 config/$(DEPDIR)/$(am__dirstamp)
1287 config/obj-aout.$(OBJEXT): config/$(am__dirstamp) \
1288 config/$(DEPDIR)/$(am__dirstamp)
1289 config/obj-coff.$(OBJEXT): config/$(am__dirstamp) \
1290 config/$(DEPDIR)/$(am__dirstamp)
1291 config/obj-ecoff.$(OBJEXT): config/$(am__dirstamp) \
1292 config/$(DEPDIR)/$(am__dirstamp)
1293 config/obj-elf.$(OBJEXT): config/$(am__dirstamp) \
1294 config/$(DEPDIR)/$(am__dirstamp)
1295 config/obj-evax.$(OBJEXT): config/$(am__dirstamp) \
1296 config/$(DEPDIR)/$(am__dirstamp)
1297 config/obj-fdpicelf.$(OBJEXT): config/$(am__dirstamp) \
1298 config/$(DEPDIR)/$(am__dirstamp)
1299 config/obj-macho.$(OBJEXT): config/$(am__dirstamp) \
1300 config/$(DEPDIR)/$(am__dirstamp)
1301 config/obj-multi.$(OBJEXT): config/$(am__dirstamp) \
1302 config/$(DEPDIR)/$(am__dirstamp)
1303 config/obj-som.$(OBJEXT): config/$(am__dirstamp) \
1304 config/$(DEPDIR)/$(am__dirstamp)
1305 config/atof-ieee.$(OBJEXT): config/$(am__dirstamp) \
1306 config/$(DEPDIR)/$(am__dirstamp)
1307 config/atof-vax.$(OBJEXT): config/$(am__dirstamp) \
1308 config/$(DEPDIR)/$(am__dirstamp)
1309 config/e-crisaout.$(OBJEXT): config/$(am__dirstamp) \
1310 config/$(DEPDIR)/$(am__dirstamp)
1311 config/e-criself.$(OBJEXT): config/$(am__dirstamp) \
1312 config/$(DEPDIR)/$(am__dirstamp)
1313 config/e-i386aout.$(OBJEXT): config/$(am__dirstamp) \
1314 config/$(DEPDIR)/$(am__dirstamp)
1315 config/e-i386coff.$(OBJEXT): config/$(am__dirstamp) \
1316 config/$(DEPDIR)/$(am__dirstamp)
1317 config/e-i386elf.$(OBJEXT): config/$(am__dirstamp) \
1318 config/$(DEPDIR)/$(am__dirstamp)
1319 config/e-mipself.$(OBJEXT): config/$(am__dirstamp) \
1320 config/$(DEPDIR)/$(am__dirstamp)
1321 config/m68k-parse.$(OBJEXT): config/$(am__dirstamp) \
1322 config/$(DEPDIR)/$(am__dirstamp)
1323 config/bfin-parse.$(OBJEXT): config/$(am__dirstamp) \
1324 config/$(DEPDIR)/$(am__dirstamp)
1325 config/bfin-lex.$(OBJEXT): config/$(am__dirstamp) \
1326 config/$(DEPDIR)/$(am__dirstamp)
1327 config/rl78-parse.$(OBJEXT): config/$(am__dirstamp) \
1328 config/$(DEPDIR)/$(am__dirstamp)
1329 config/rx-parse.$(OBJEXT): config/$(am__dirstamp) \
1330 config/$(DEPDIR)/$(am__dirstamp)
1331 config/loongarch-parse.$(OBJEXT): config/$(am__dirstamp) \
1332 config/$(DEPDIR)/$(am__dirstamp)
1333 config/loongarch-lex.$(OBJEXT): config/$(am__dirstamp) \
1334 config/$(DEPDIR)/$(am__dirstamp)
1335
1336 as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES) $(EXTRA_as_new_DEPENDENCIES)
1337 @rm -f as-new$(EXEEXT)
1338 $(AM_V_CCLD)$(LINK) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
1339
1340 itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) $(EXTRA_itbl_test_DEPENDENCIES)
1341 @rm -f itbl-test$(EXEEXT)
1342 $(AM_V_CCLD)$(LINK) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
1343
1344 mostlyclean-compile:
1345 -rm -f *.$(OBJEXT)
1346 -rm -f config/*.$(OBJEXT)
1347
1348 distclean-compile:
1349 -rm -f *.tab.c
1350
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
1490 am--depfiles: $(am__depfiles_remade)
1491
1492 .c.o:
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@
1497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1498 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1499
1500 .c.obj:
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@
1505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1506 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1507
1508 .c.lo:
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@
1513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1514 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1515
1516 .l.c:
1517 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
1518
1519 .y.c:
1520 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1521
1522 mostlyclean-libtool:
1523 -rm -f *.lo
1524
1525 clean-libtool:
1526 -rm -rf .libs _libs
1527
1528 distclean-libtool:
1529 -rm -f libtool config.lt
1530 doc/$(am__dirstamp):
1531 @$(MKDIR_P) doc
1532 @: > doc/$(am__dirstamp)
1533
1534 doc/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
1553 doc/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
1559 doc/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
1565 doc/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
1578 uninstall-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
1587 uninstall-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
1596 uninstall-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
1618 uninstall-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
1627 uninstall-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
1636 dist-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
1654 mostlyclean-aminfo:
1655 -rm -rf doc/as.t2d doc/as.t2p
1656
1657 clean-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
1661 maintainer-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
1667 install-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
1701 uninstall-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)
1710
1711 # This directory's subdirectories are mostly independent; you can cd
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; \
1724 dot_seen=no; \
1725 target=`echo $@ | sed s/-recursive//`; \
1726 case "$@" in \
1727 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1728 *) list='$(SUBDIRS)' ;; \
1729 esac; \
1730 for subdir in $$list; do \
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; \
1738 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1739 || eval $$failcom; \
1740 done; \
1741 if test "$$dot_seen" = "no"; then \
1742 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1743 fi; test -z "$$fail"
1744
1745 ID: $(am__tagged_files)
1746 $(am__define_uniq_tagged_files); mkid -fID $$unique
1747 tags: tags-recursive
1748 TAGS: tags
1749
1750 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1751 set x; \
1752 here=`pwd`; \
1753 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1754 include_option=--etags-include; \
1755 empty_fix=.; \
1756 else \
1757 include_option=--include; \
1758 empty_fix=; \
1759 fi; \
1760 list='$(SUBDIRS)'; for subdir in $$list; do \
1761 if test "$$subdir" = .; then :; else \
1762 test ! -f $$subdir/TAGS || \
1763 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1764 fi; \
1765 done; \
1766 $(am__define_uniq_tagged_files); \
1767 shift; \
1768 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1769 test -n "$$unique" || unique=$$empty_fix; \
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; \
1777 fi
1778 ctags: ctags-recursive
1779
1780 CTAGS: ctags
1781 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1782 $(am__define_uniq_tagged_files); \
1783 test -z "$(CTAGS_ARGS)$$unique" \
1784 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1785 $$unique
1786
1787 GTAGS:
1788 here=`$(am__cd) $(top_builddir) && pwd` \
1789 && $(am__cd) $(top_srcdir) \
1790 && gtags -i $(GTAGS_ARGS) "$$here"
1791 cscope: cscope.files
1792 test ! -s cscope.files \
1793 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1794 clean-cscope:
1795 -rm -f cscope.files
1796 cscope.files: clean-cscope cscopelist
1797 cscopelist: cscopelist-recursive
1798
1799 cscopelist-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
1812
1813 distclean-tags:
1814 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1815 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1816 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
1817 @echo 'Making a new site.exp file ...'
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
1821 @echo 'set srcdir "$(srcdir)"' >>site.tmp
1822 @echo "set objdir \"`pwd`\"" >>site.tmp
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
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
1839 @-rm -f site.bak
1840 @test ! -f site.exp || mv site.exp site.bak
1841 @mv site.tmp site.exp
1842
1843 distclean-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
1848 check-am: all-am
1849 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1850 check: check-recursive
1851 all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(SCRIPTS) $(MANS) config.h
1852 installdirs: installdirs-recursive
1853 installdirs-am:
1854 for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
1855 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1856 done
1857 install: install-recursive
1858 install-exec: install-exec-recursive
1859 install-data: install-data-recursive
1860 uninstall: uninstall-recursive
1861
1862 install-am: all-am
1863 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1864
1865 installcheck: installcheck-recursive
1866 install-strip:
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
1876 mostlyclean-generic:
1877 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1878
1879 clean-generic:
1880
1881 distclean-generic:
1882 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1883 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1884 -rm -f config/$(DEPDIR)/$(am__dirstamp)
1885 -rm -f config/$(am__dirstamp)
1886 -rm -f doc/$(am__dirstamp)
1887 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1888
1889 maintainer-clean-generic:
1890 @echo "This command is intended for maintainers to use"
1891 @echo "it deletes files that may require special tools to rebuild."
1892 -rm -f config/bfin-lex.c
1893 -rm -f config/bfin-parse.c
1894 -rm -f config/loongarch-lex.c
1895 -rm -f config/loongarch-parse.c
1896 -rm -f config/m68k-parse.c
1897 -rm -f config/rl78-parse.c
1898 -rm -f config/rx-parse.c
1899 -rm -f itbl-lex.c
1900 -rm -f itbl-parse.c
1901 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1902 clean: clean-recursive
1903
1904 clean-am: clean-aminfo clean-generic clean-libtool \
1905 clean-noinstPROGRAMS mostlyclean-am
1906
1907 distclean: distclean-recursive
1908 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
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
2043 -rm -f Makefile
2044 distclean-am: clean-am distclean-DEJAGNU distclean-compile \
2045 distclean-generic distclean-hdr distclean-libtool \
2046 distclean-tags
2047
2048 dvi: dvi-recursive
2049
2050 dvi-am: $(DVIS)
2051
2052 html: html-recursive
2053
2054 html-am: $(HTMLS) html-local
2055
2056 info: info-recursive
2057
2058 info-am: $(INFO_DEPS) info-local
2059
2060 install-data-am: install-info-am install-man
2061
2062 install-dvi: install-dvi-recursive
2063
2064 install-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
2079 install-exec-am: install-exec-local
2080
2081 install-html: install-html-recursive
2082
2083 install-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; }
2108 install-info: install-info-recursive
2109
2110 install-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
2143 install-man: install-man1
2144
2145 install-pdf: install-pdf-recursive
2146
2147 install-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
2161 install-ps: install-ps-recursive
2162
2163 install-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
2177 installcheck-am:
2178
2179 maintainer-clean: maintainer-clean-recursive
2180 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2181 -rm -rf $(top_srcdir)/autom4te.cache
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
2316 -rm -f Makefile
2317 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
2318 maintainer-clean-generic
2319
2320 mostlyclean: mostlyclean-recursive
2321
2322 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
2323 mostlyclean-generic mostlyclean-libtool
2324
2325 pdf: pdf-recursive
2326
2327 pdf-am: $(PDFS)
2328
2329 ps: ps-recursive
2330
2331 ps-am: $(PSS)
2332
2333 uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \
2334 uninstall-man uninstall-pdf-am uninstall-ps-am
2335
2336 uninstall-man: uninstall-man1
2337
2338 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
2339
2340 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
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
2359
2360 .PRECIOUS: Makefile
2361
2362 po/POTFILES.in: @MAINT@ Makefile
2363 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
2364 && mv tmp $(srcdir)/po/POTFILES.in
2365
2366 diststuff: $(EXTRA_DIST) info
2367
2368 check-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 ; \
2378 LC_ALL=C; export LC_ALL; \
2379 EXPECT=${EXPECT} ; export EXPECT ; \
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
2388 development.exp: $(BFDDIR)/development.sh
2389 $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
2390 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
2391 config/m68k-parse.c: $(srcdir)/config/m68k-parse.y
2392 $(SHELL) $(YLWRAP) $(srcdir)/config/m68k-parse.y y.tab.c $@ -- $(YACCCOMPILE)
2393 config/m68k-parse.h: config/m68k-parse.c
2394 @true
2395 config/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 ;
2397 config/bfin-parse.h: config/bfin-parse.c
2398 @true
2399 config/bfin-lex.c: $(srcdir)/config/bfin-lex.l
2400 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
2401
2402 config/bfin-lex-wrapper.@OBJEXT@: config/bfin-lex.c config/bfin-parse.h
2403 config/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 ;
2405 config/rl78-parse.h: config/rl78-parse.c
2406 @true
2407 config/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 ;
2409 config/rx-parse.h: config/rx-parse.c
2410 @true
2411 config/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 ;
2413 config/loongarch-parse.h: config/loongarch-parse.c
2414 @true
2415 config/loongarch-lex.c: $(srcdir)/config/loongarch-lex.l
2416 $(SHELL) $(YLWRAP) $(srcdir)/config/loongarch-lex.l lex.yy.c $@ -- $(LEXCOMPILE)
2417
2418 config/loongarch-lex-wrapper.@OBJEXT@: config/loongarch-lex.c config/loongarch-parse.h
2419
2420 # The mips instruction table specification lexical analyzer and parser.
2421
2422 itbl-lex-wrapper.@OBJEXT@: itbl-lex.c itbl-parse.h
2423
2424 itbl-parse.c: $(srcdir)/itbl-parse.y
2425 $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c $@ y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
2426
2427 itbl-parse.h: itbl-parse.c
2428 @true
2429
2430 itbl-ops.@OBJEXT@: itbl-parse.h
2431
2432 itbl-tops.@OBJEXT@: itbl-ops.c itbl-parse.h
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
2438
2439 itbl-test.@OBJEXT@: $(srcdir)/testsuite/gas/all/itbl-test.c
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
2445
2446 cgen.@OBJEXT@: cgen.c cgen.h cgen-desc.h subsegs.h \
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
2454 install-exec-local: install-exec-bindir @install_tooldir@
2455
2456 install-exec-bindir: $(noinst_PROGRAMS)
2457 $(mkinstalldirs) $(DESTDIR)$(bindir)
2458 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
2459 if test -f $$p; then \
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)/'`; \
2462 else :; fi; \
2463 done
2464
2465 install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
2466 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
2467 n=`echo as | sed '$(transform)'`; \
2468 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
2469 rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
2470 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
2471 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
2472 else \
2473 true ; \
2474 fi
2475
2476 # These exist for maintenance purposes.
2477
2478 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2479
2480 bootstrap: as-new$(EXEEXT)
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
2489 bootstrap2:
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
2497 bootstrap3:
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.
2503 stage1:
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
2508 stage2:
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
2513 stage3:
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
2518 comparison:
2519 x=0 ; \
2520 for file in *.@OBJEXT@ ; do \
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 ; \
2527 done ; \
2528 exit $$x
2529 -rm -f tmp-foo*
2530
2531 .PHONY: de-stage1 de-stage2 de-stage3
2532
2533 de-stage1:
2534 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
2535 - rmdir stage1
2536
2537 de-stage2:
2538 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
2539 - rmdir stage2
2540
2541 de-stage3:
2542 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
2543 - rmdir stage3
2544
2545 doc/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
2550 # Maintenance
2551
2552 # We need it for the taz target in ../Makefile.in.
2553 info-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.
2558 doc/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
2567 html-local: doc/as/index.html
2568 doc/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
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: