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