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