Ticket #45328: patch-atmel-binutils-3.4.4-autotool.diff

File patch-atmel-binutils-3.4.4-autotool.diff, 613.4 KB (added by bbandi86@…, 10 years ago)
  • bfd/aclocal.m4

    diff -rupdN binutils-ref/bfd/aclocal.m4 binutils/bfd/aclocal.m4
    old new  
    1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
    2 
    3 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     1# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
    42
     3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
     5# Inc.
    56# This file is free software; the Free Software Foundation
    67# gives unlimited permission to copy and/or distribute it,
    78# with or without modifications, as long as this notice is preserved.
     
    1112# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    1213# PARTICULAR PURPOSE.
    1314
    14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
    1515m4_ifndef([AC_AUTOCONF_VERSION],
    1616  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    1717m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
    1818[m4_warning([this file was generated for autoconf 2.69.
    1919You have another version of autoconf.  It may work, but is not guaranteed to.
    2020If you have problems, you may need to regenerate the build system entirely.
    21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
     21To do so, use the procedure documented by the package, typically `autoreconf'.])])
    2222
    23 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
     23# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
     24# Foundation, Inc.
    2425#
    2526# This file is free software; the Free Software Foundation
    2627# gives unlimited permission to copy and/or distribute it,
    2728# with or without modifications, as long as this notice is preserved.
    2829
     30# serial 1
     31
    2932# AM_AUTOMAKE_VERSION(VERSION)
    3033# ----------------------------
    3134# Automake X.Y traces this macro to ensure aclocal.m4 has been
    3235# generated from the m4 files accompanying Automake X.Y.
    3336# (This private macro should not be called outside this file.)
    3437AC_DEFUN([AM_AUTOMAKE_VERSION],
    35 [am__api_version='1.14'
     38[am__api_version='1.11'
    3639dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    3740dnl require some minimum version.  Point them to the right macro.
    38 m4_if([$1], [1.14.1], [],
     41m4_if([$1], [1.11.6], [],
    3942      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    4043])
    4144
    m4_define([_AM_AUTOCONF_VERSION], []) 
    5154# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    5255# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    5356AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    54 [AM_AUTOMAKE_VERSION([1.14.1])dnl
     57[AM_AUTOMAKE_VERSION([1.11.6])dnl
    5558m4_ifndef([AC_AUTOCONF_VERSION],
    5659  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    5760_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    5861
    5962# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    6063
    61 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     64# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    6265#
    6366# This file is free software; the Free Software Foundation
    6467# gives unlimited permission to copy and/or distribute it,
    6568# with or without modifications, as long as this notice is preserved.
    6669
     70# serial 1
     71
    6772# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    68 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
    69 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
     73# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
     74# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    7075#
    7176# Of course, Automake must honor this variable whenever it calls a
    7277# tool from the auxiliary directory.  The problem is that $srcdir (and
    _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCON 
    8590#
    8691# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
    8792# are both prefixed by $srcdir.  In an in-source build this is usually
    88 # harmless because $srcdir is '.', but things will broke when you
     93# harmless because $srcdir is `.', but things will broke when you
    8994# start a VPATH build or use an absolute $srcdir.
    9095#
    9196# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
    am_aux_dir=`cd $ac_aux_dir && pwd` 
    111116
    112117# AM_CONDITIONAL                                            -*- Autoconf -*-
    113118
    114 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
     119# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
     120# Free Software Foundation, Inc.
    115121#
    116122# This file is free software; the Free Software Foundation
    117123# gives unlimited permission to copy and/or distribute it,
    118124# with or without modifications, as long as this notice is preserved.
    119125
     126# serial 9
     127
    120128# AM_CONDITIONAL(NAME, SHELL-CONDITION)
    121129# -------------------------------------
    122130# Define a conditional.
    123131AC_DEFUN([AM_CONDITIONAL],
    124 [AC_PREREQ([2.52])dnl
    125  m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    126        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     132[AC_PREREQ(2.52)dnl
     133 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
     134        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
    127135AC_SUBST([$1_TRUE])dnl
    128136AC_SUBST([$1_FALSE])dnl
    129137_AM_SUBST_NOTMAKE([$1_TRUE])dnl
    AC_CONFIG_COMMANDS_PRE( 
    142150Usually this means the macro was only invoked conditionally.]])
    143151fi])])
    144152
    145 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
     153# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
     154# 2010, 2011 Free Software Foundation, Inc.
    146155#
    147156# This file is free software; the Free Software Foundation
    148157# gives unlimited permission to copy and/or distribute it,
    149158# with or without modifications, as long as this notice is preserved.
    150159
     160# serial 12
    151161
    152 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
     162# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    153163# written in clear, in which case automake, when reading aclocal.m4,
    154164# will think it sees a *use*, and therefore will trigger all it's
    155165# C support machinery.  Also note that it means that autoscan, seeing
    fi])]) 
    159169# _AM_DEPENDENCIES(NAME)
    160170# ----------------------
    161171# See how the compiler implements dependency checking.
    162 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
     172# NAME is "CC", "CXX", "GCJ", or "OBJC".
    163173# We try a few techniques and use that to set a single cache variable.
    164174#
    165175# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
    AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAND 
    172182AC_REQUIRE([AM_MAKE_INCLUDE])dnl
    173183AC_REQUIRE([AM_DEP_TRACK])dnl
    174184
    175 m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
    176       [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
    177       [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
    178       [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
    179       [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
    180       [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
    181                     [depcc="$$1"   am_compiler_list=])
     185ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
     186       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
     187       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
     188       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
     189       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
     190                   [depcc="$$1"   am_compiler_list=])
    182191
    183192AC_CACHE_CHECK([dependency style of $depcc],
    184193               [am_cv_$1_dependencies_compiler_type],
    AC_CACHE_CHECK([dependency style of $dep 
    186195  # We make a subdir and do the tests there.  Otherwise we can end up
    187196  # making bogus files that we don't know about and never remove.  For
    188197  # instance it was reported that on HP-UX the gcc test will end up
    189   # making a dummy file named 'D' -- because '-MD' means "put the output
    190   # in D".
     198  # making a dummy file named `D' -- because `-MD' means `put the output
     199  # in D'.
    191200  rm -rf conftest.dir
    192201  mkdir conftest.dir
    193202  # Copy depcomp to subdir because otherwise we won't find it if we're
    AC_CACHE_CHECK([dependency style of $dep 
    227236    : > sub/conftest.c
    228237    for i in 1 2 3 4 5 6; do
    229238      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    230       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    231       # Solaris 10 /bin/sh.
    232       echo '/* dummy */' > sub/conftst$i.h
     239      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     240      # Solaris 8's {/usr,}/bin/sh.
     241      touch sub/conftst$i.h
    233242    done
    234243    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    235244
    236     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     245    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    237246    # mode.  It turns out that the SunPro C++ compiler does not properly
    238     # handle '-M -o', and we need to detect this.  Also, some Intel
    239     # versions had trouble with output in subdirs.
     247    # handle `-M -o', and we need to detect this.  Also, some Intel
     248    # versions had trouble with output in subdirs
    240249    am__obj=sub/conftest.${OBJEXT-o}
    241250    am__minus_obj="-o $am__obj"
    242251    case $depmode in
    AC_CACHE_CHECK([dependency style of $dep 
    245254      test "$am__universal" = false || continue
    246255      ;;
    247256    nosideeffect)
    248       # After this tag, mechanisms are not by side-effect, so they'll
    249       # only be used when explicitly requested.
     257      # after this tag, mechanisms are not by side-effect, so they'll
     258      # only be used when explicitly requested
    250259      if test "x$enable_dependency_tracking" = xyes; then
    251260        continue
    252261      else
    AC_CACHE_CHECK([dependency style of $dep 
    254263      fi
    255264      ;;
    256265    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    257       # This compiler won't grok '-c -o', but also, the minuso test has
     266      # This compiler won't grok `-c -o', but also, the minuso test has
    258267      # not run yet.  These depmodes are late enough in the game, and
    259268      # so weak that their functioning should not be impacted.
    260269      am__obj=conftest.${OBJEXT-o}
    AM_CONDITIONAL([am__fastdep$1], [ 
    302311# AM_SET_DEPDIR
    303312# -------------
    304313# Choose a directory name for dependency files.
    305 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
     314# This macro is AC_REQUIREd in _AM_DEPENDENCIES
    306315AC_DEFUN([AM_SET_DEPDIR],
    307316[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    308317AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    AC_SUBST([DEPDIR], ["${am__leading_dot}d 
    312321# AM_DEP_TRACK
    313322# ------------
    314323AC_DEFUN([AM_DEP_TRACK],
    315 [AC_ARG_ENABLE([dependency-tracking], [dnl
    316 AS_HELP_STRING(
    317   [--enable-dependency-tracking],
    318   [do not reject slow dependency extractors])
    319 AS_HELP_STRING(
    320   [--disable-dependency-tracking],
    321   [speeds up one-time build])])
     324[AC_ARG_ENABLE(dependency-tracking,
     325[  --disable-dependency-tracking  speeds up one-time build
     326  --enable-dependency-tracking   do not reject slow dependency extractors])
    322327if test "x$enable_dependency_tracking" != xno; then
    323328  am_depcomp="$ac_aux_dir/depcomp"
    324329  AMDEPBACKSLASH='\'
    _AM_SUBST_NOTMAKE([am__nodep])dnl 
    333338
    334339# Generate code to set up dependency tracking.              -*- Autoconf -*-
    335340
    336 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
     341# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
     342# Free Software Foundation, Inc.
    337343#
    338344# This file is free software; the Free Software Foundation
    339345# gives unlimited permission to copy and/or distribute it,
    340346# with or without modifications, as long as this notice is preserved.
    341347
     348#serial 5
    342349
    343350# _AM_OUTPUT_DEPENDENCY_COMMANDS
    344351# ------------------------------
    345352AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
    346353[{
    347   # Older Autoconf quotes --file arguments for eval, but not when files
     354  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    348355  # are listed without --file.  Let's play safe and only enable the eval
    349356  # if we detect the quoting.
    350357  case $CONFIG_FILES in
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    357364    # Strip MF so we end up with the name of the file.
    358365    mf=`echo "$mf" | sed -e 's/:.*$//'`
    359366    # Check whether this is an Automake generated Makefile or not.
    360     # We used to match only the files named 'Makefile.in', but
     367    # We used to match only the files named `Makefile.in', but
    361368    # some people rename them; so instead we look at the file content.
    362369    # Grep'ing the first line is not enough: some people post-process
    363370    # each Makefile.in and add a new line on top of each file to say so.
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    369376      continue
    370377    fi
    371378    # Extract the definition of DEPDIR, am__include, and am__quote
    372     # from the Makefile without running 'make'.
     379    # from the Makefile without running `make'.
    373380    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    374381    test -z "$DEPDIR" && continue
    375382    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    376     test -z "$am__include" && continue
     383    test -z "am__include" && continue
    377384    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     385    # When using ansi2knr, U may be empty or an underscore; expand it
     386    U=`sed -n 's/^U = //p' < "$mf"`
    378387    # Find all dependency output files, they are included files with
    379388    # $(DEPDIR) in their names.  We invoke sed twice because it is the
    380389    # simplest approach to changing $(DEPDIR) to its actual value in the
    381390    # expansion.
    382391    for file in `sed -n "
    383392      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    384          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     393         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    385394      # Make sure the directory exists.
    386395      test -f "$dirpart/$file" && continue
    387396      fdir=`AS_DIRNAME(["$file"])`
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    399408# This macro should only be invoked once -- use via AC_REQUIRE.
    400409#
    401410# This code is only required when automatic dependency tracking
    402 # is enabled.  FIXME.  This creates each '.P' file that we will
     411# is enabled.  FIXME.  This creates each `.P' file that we will
    403412# need in order to bootstrap the dependency handling code.
    404413AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
    405414[AC_CONFIG_COMMANDS([depfiles],
    AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] 
    409418
    410419# Do all the work for Automake.                             -*- Autoconf -*-
    411420
    412 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     421# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     422# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
    413423#
    414424# This file is free software; the Free Software Foundation
    415425# gives unlimited permission to copy and/or distribute it,
    416426# with or without modifications, as long as this notice is preserved.
    417427
     428# serial 16
     429
    418430# This macro actually does too much.  Some checks are only needed if
    419431# your package does certain things.  But this isn't really a big deal.
    420432
    421 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
    422 m4_define([AC_PROG_CC],
    423 m4_defn([AC_PROG_CC])
    424 [_AM_PROG_CC_C_O
    425 ])
    426 
    427433# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
    428434# AM_INIT_AUTOMAKE([OPTIONS])
    429435# -----------------------------------------------
    m4_defn([AC_PROG_CC]) 
    436442# arguments mandatory, and then we can depend on a new Autoconf
    437443# release and drop the old call support.
    438444AC_DEFUN([AM_INIT_AUTOMAKE],
    439 [AC_PREREQ([2.65])dnl
     445[AC_PREREQ([2.62])dnl
    440446dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    441447dnl the ones we care about.
    442448m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
    AC_SUBST([CYGPATH_W]) 
    465471# Define the identity of the package.
    466472dnl Distinguish between old-style and new-style calls.
    467473m4_ifval([$2],
    468 [AC_DIAGNOSE([obsolete],
    469              [$0: two- and three-arguments forms are deprecated.])
    470 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
     474[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
    471475 AC_SUBST([PACKAGE], [$1])dnl
    472476 AC_SUBST([VERSION], [$2])],
    473477[_AM_SET_OPTIONS([$1])dnl
    474478dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
    475 m4_if(
    476   m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
    477   [ok:ok],,
     479m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
    478480  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
    479481 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
    480482 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
    481483
    482484_AM_IF_OPTION([no-define],,
    483 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
    484  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
     485[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
     486 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
    485487
    486488# Some tools Automake needs.
    487489AC_REQUIRE([AM_SANITY_CHECK])dnl
    488490AC_REQUIRE([AC_ARG_PROGRAM])dnl
    489 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
    490 AM_MISSING_PROG([AUTOCONF], [autoconf])
    491 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
    492 AM_MISSING_PROG([AUTOHEADER], [autoheader])
    493 AM_MISSING_PROG([MAKEINFO], [makeinfo])
     491AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
     492AM_MISSING_PROG(AUTOCONF, autoconf)
     493AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
     494AM_MISSING_PROG(AUTOHEADER, autoheader)
     495AM_MISSING_PROG(MAKEINFO, makeinfo)
    494496AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    495497AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
    496 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    497 # For better backward compatibility.  To be removed once Automake 1.9.x
    498 # dies out for good.  For more background, see:
    499 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    500 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    501 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
     498AC_REQUIRE([AM_PROG_MKDIR_P])dnl
    502499# We need awk for the "check" target.  The system "awk" is bad on
    503500# some platforms.
    504501AC_REQUIRE([AC_PROG_AWK])dnl
    _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR 
    509506                             [_AM_PROG_TAR([v7])])])
    510507_AM_IF_OPTION([no-dependencies],,
    511508[AC_PROVIDE_IFELSE([AC_PROG_CC],
    512                   [_AM_DEPENDENCIES([CC])],
    513                   [m4_define([AC_PROG_CC],
    514                              m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
     509                  [_AM_DEPENDENCIES(CC)],
     510                  [define([AC_PROG_CC],
     511                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    515512AC_PROVIDE_IFELSE([AC_PROG_CXX],
    516                   [_AM_DEPENDENCIES([CXX])],
    517                   [m4_define([AC_PROG_CXX],
    518                              m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
     513                  [_AM_DEPENDENCIES(CXX)],
     514                  [define([AC_PROG_CXX],
     515                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    519516AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    520                   [_AM_DEPENDENCIES([OBJC])],
    521                   [m4_define([AC_PROG_OBJC],
    522                              m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
    523 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
    524                   [_AM_DEPENDENCIES([OBJCXX])],
    525                   [m4_define([AC_PROG_OBJCXX],
    526                              m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
     517                  [_AM_DEPENDENCIES(OBJC)],
     518                  [define([AC_PROG_OBJC],
     519                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
    527520])
    528 AC_REQUIRE([AM_SILENT_RULES])dnl
    529 dnl The testsuite driver may need to know about EXEEXT, so add the
    530 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
    531 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
     521_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
     522dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
     523dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
     524dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
    532525AC_CONFIG_COMMANDS_PRE(dnl
    533526[m4_provide_if([_AM_COMPILER_EXEEXT],
    534527  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
     528])
    535529
    536 # POSIX will say in a future version that running "rm -f" with no argument
    537 # is OK; and we want to be able to make that assumption in our Makefile
    538 # recipes.  So use an aggressive probe to check that the usage we want is
    539 # actually supported "in the wild" to an acceptable degree.
    540 # See automake bug#10828.
    541 # To make any issue more visible, cause the running configure to be aborted
    542 # by default if the 'rm' program in use doesn't match our expectations; the
    543 # user can still override this though.
    544 if rm -f && rm -fr && rm -rf; then : OK; else
    545   cat >&2 <<'END'
    546 Oops!
    547 
    548 Your 'rm' program seems unable to run without file operands specified
    549 on the command line, even when the '-f' option is present.  This is contrary
    550 to the behaviour of most rm programs out there, and not conforming with
    551 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    552 
    553 Please tell bug-automake@gnu.org about your system, including the value
    554 of your $PATH and any error possibly output before this message.  This
    555 can help us improve future automake versions.
    556 
    557 END
    558   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    559     echo 'Configuration will proceed anyway, since you have set the' >&2
    560     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    561     echo >&2
    562   else
    563     cat >&2 <<'END'
    564 Aborting the configuration process, to ensure you take notice of the issue.
    565 
    566 You can download and install GNU coreutils to get an 'rm' implementation
    567 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    568 
    569 If you want to complete the configuration process using your problematic
    570 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    571 to "yes", and re-run configure.
    572 
    573 END
    574     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
    575   fi
    576 fi])
    577 
    578 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
     530dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
    579531dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
    580532dnl mangled by Autoconf and run in a shell conditional statement.
    581533m4_define([_AC_COMPILER_EXEEXT],
    582534m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
    583535
     536
    584537# When config.status generates a header, we must update the stamp-h file.
    585538# This file resides in the same directory as the config header
    586539# that is generated.  The stamp files are numbered to have different names.
    for _am_header in $config_headers :; do 
    602555done
    603556echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    604557
    605 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     558# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
     559# Inc.
    606560#
    607561# This file is free software; the Free Software Foundation
    608562# gives unlimited permission to copy and/or distribute it,
    609563# with or without modifications, as long as this notice is preserved.
    610564
     565# serial 1
     566
    611567# AM_PROG_INSTALL_SH
    612568# ------------------
    613569# Define $install_sh.
    if test x"${install_sh}" != xset; then 
    621577    install_sh="\${SHELL} $am_aux_dir/install-sh"
    622578  esac
    623579fi
    624 AC_SUBST([install_sh])])
     580AC_SUBST(install_sh)])
    625581
    626582# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
    627583# From Jim Meyering
    628584
    629 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     585# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
     586# 2011 Free Software Foundation, Inc.
    630587#
    631588# This file is free software; the Free Software Foundation
    632589# gives unlimited permission to copy and/or distribute it,
    633590# with or without modifications, as long as this notice is preserved.
    634591
     592# serial 5
     593
    635594# AM_MAINTAINER_MODE([DEFAULT-MODE])
    636595# ----------------------------------
    637596# Control maintainer-specific portions of Makefiles.
    638 # Default is to disable them, unless 'enable' is passed literally.
    639 # For symmetry, 'disable' may be passed as well.  Anyway, the user
     597# Default is to disable them, unless `enable' is passed literally.
     598# For symmetry, `disable' may be passed as well.  Anyway, the user
    640599# can override the default with the --enable/--disable switch.
    641600AC_DEFUN([AM_MAINTAINER_MODE],
    642601[m4_case(m4_default([$1], [disable]),
    AC_DEFUN([AM_MAINTAINER_MODE], 
    647606AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    648607  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    649608  AC_ARG_ENABLE([maintainer-mode],
    650     [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
    651       am_maintainer_other[ make rules and dependencies not useful
    652       (and sometimes confusing) to the casual installer])],
    653     [USE_MAINTAINER_MODE=$enableval],
    654     [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
     609[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
     610                          (and sometimes confusing) to the casual installer],
     611      [USE_MAINTAINER_MODE=$enableval],
     612      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
    655613  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
    656614  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
    657615  MAINT=$MAINTAINER_MODE_TRUE
    AC_MSG_CHECKING([whether to enable maint 
    659617]
    660618)
    661619
     620AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
     621
    662622# Check to see how 'make' treats includes.                  -*- Autoconf -*-
    663623
    664 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     624# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
    665625#
    666626# This file is free software; the Free Software Foundation
    667627# gives unlimited permission to copy and/or distribute it,
    668628# with or without modifications, as long as this notice is preserved.
    669629
     630# serial 4
     631
    670632# AM_MAKE_INCLUDE()
    671633# -----------------
    672634# Check to see how make treats includes.
    am__quote= 
    684646_am_result=none
    685647# First try GNU make style include.
    686648echo "include confinc" > confmf
    687 # Ignore all kinds of additional output from 'make'.
     649# Ignore all kinds of additional output from `make'.
    688650case `$am_make -s -f confmf 2> /dev/null` in #(
    689651*the\ am__doit\ target*)
    690652  am__include=include
    rm -f confinc confmf 
    711673
    712674# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
    713675
    714 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
     676# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
     677# Free Software Foundation, Inc.
    715678#
    716679# This file is free software; the Free Software Foundation
    717680# gives unlimited permission to copy and/or distribute it,
    718681# with or without modifications, as long as this notice is preserved.
    719682
     683# serial 6
     684
    720685# AM_MISSING_PROG(NAME, PROGRAM)
    721686# ------------------------------
    722687AC_DEFUN([AM_MISSING_PROG],
    AC_DEFUN([AM_MISSING_PROG], 
    724689$1=${$1-"${am_missing_run}$2"}
    725690AC_SUBST($1)])
    726691
     692
    727693# AM_MISSING_HAS_RUN
    728694# ------------------
    729 # Define MISSING if not defined so far and test if it is modern enough.
    730 # If it is, set am_missing_run to use it, otherwise, to nothing.
     695# Define MISSING if not defined so far and test if it supports --run.
     696# If it does, set am_missing_run to use it, otherwise, to nothing.
    731697AC_DEFUN([AM_MISSING_HAS_RUN],
    732698[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    733699AC_REQUIRE_AUX_FILE([missing])dnl
    if test x"${MISSING+set}" != xset; then 
    740706  esac
    741707fi
    742708# Use eval to expand $SHELL
    743 if eval "$MISSING --is-lightweight"; then
    744   am_missing_run="$MISSING "
     709if eval "$MISSING --run true"; then
     710  am_missing_run="$MISSING --run "
    745711else
    746712  am_missing_run=
    747   AC_MSG_WARN(['missing' script is too old or missing])
     713  AC_MSG_WARN([`missing' script is too old or missing])
    748714fi
    749715])
    750716
     717# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
     718# Inc.
     719#
     720# This file is free software; the Free Software Foundation
     721# gives unlimited permission to copy and/or distribute it,
     722# with or without modifications, as long as this notice is preserved.
     723
     724# serial 1
     725
     726# AM_PROG_MKDIR_P
     727# ---------------
     728# Check for `mkdir -p'.
     729AC_DEFUN([AM_PROG_MKDIR_P],
     730[AC_PREREQ([2.60])dnl
     731AC_REQUIRE([AC_PROG_MKDIR_P])dnl
     732dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     733dnl while keeping a definition of mkdir_p for backward compatibility.
     734dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
     735dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
     736dnl Makefile.ins that do not define MKDIR_P, so we do our own
     737dnl adjustment using top_builddir (which is defined more often than
     738dnl MKDIR_P).
     739AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
     740case $mkdir_p in
     741  [[\\/$]]* | ?:[[\\/]]*) ;;
     742  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     743esac
     744])
     745
    751746# Helper functions for option handling.                     -*- Autoconf -*-
    752747
    753 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     748# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
     749# Foundation, Inc.
    754750#
    755751# This file is free software; the Free Software Foundation
    756752# gives unlimited permission to copy and/or distribute it,
    757753# with or without modifications, as long as this notice is preserved.
    758754
     755# serial 5
     756
    759757# _AM_MANGLE_OPTION(NAME)
    760758# -----------------------
    761759AC_DEFUN([_AM_MANGLE_OPTION],
    AC_DEFUN([_AM_MANGLE_OPTION], 
    765763# --------------------
    766764# Set option NAME.  Presently that only means defining a flag for this option.
    767765AC_DEFUN([_AM_SET_OPTION],
    768 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
     766[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    769767
    770768# _AM_SET_OPTIONS(OPTIONS)
    771769# ------------------------
    AC_DEFUN([_AM_SET_OPTIONS], 
    779777AC_DEFUN([_AM_IF_OPTION],
    780778[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    781779
    782 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
    783 #
    784 # This file is free software; the Free Software Foundation
    785 # gives unlimited permission to copy and/or distribute it,
    786 # with or without modifications, as long as this notice is preserved.
    787 
    788 # _AM_PROG_CC_C_O
    789 # ---------------
    790 # Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
    791 # to automatically call this.
    792 AC_DEFUN([_AM_PROG_CC_C_O],
    793 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    794 AC_REQUIRE_AUX_FILE([compile])dnl
    795 AC_LANG_PUSH([C])dnl
    796 AC_CACHE_CHECK(
    797   [whether $CC understands -c and -o together],
    798   [am_cv_prog_cc_c_o],
    799   [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
    800   # Make sure it works both with $CC and with simple cc.
    801   # Following AC_PROG_CC_C_O, we do the test twice because some
    802   # compilers refuse to overwrite an existing .o file with -o,
    803   # though they will create one.
    804   am_cv_prog_cc_c_o=yes
    805   for am_i in 1 2; do
    806     if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
    807          && test -f conftest2.$ac_objext; then
    808       : OK
    809     else
    810       am_cv_prog_cc_c_o=no
    811       break
    812     fi
    813   done
    814   rm -f core conftest*
    815   unset am_i])
    816 if test "$am_cv_prog_cc_c_o" != yes; then
    817    # Losing compiler, so override with the script.
    818    # FIXME: It is wrong to rewrite CC.
    819    # But if we don't then we get into trouble of one sort or another.
    820    # A longer-term fix would be to have automake use am__CC in this case,
    821    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    822    CC="$am_aux_dir/compile $CC"
    823 fi
    824 AC_LANG_POP([C])])
    825 
    826 # For backward compatibility.
    827 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
    828 
    829 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    830 #
    831 # This file is free software; the Free Software Foundation
    832 # gives unlimited permission to copy and/or distribute it,
    833 # with or without modifications, as long as this notice is preserved.
    834 
    835 # AM_RUN_LOG(COMMAND)
    836 # -------------------
    837 # Run COMMAND, save the exit status in ac_status, and log it.
    838 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
    839 AC_DEFUN([AM_RUN_LOG],
    840 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    841    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    842    ac_status=$?
    843    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    844    (exit $ac_status); }])
    845 
    846780# Check to make sure that the build environment is sane.    -*- Autoconf -*-
    847781
    848 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     782# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
     783# Free Software Foundation, Inc.
    849784#
    850785# This file is free software; the Free Software Foundation
    851786# gives unlimited permission to copy and/or distribute it,
    852787# with or without modifications, as long as this notice is preserved.
    853788
     789# serial 5
     790
    854791# AM_SANITY_CHECK
    855792# ---------------
    856793AC_DEFUN([AM_SANITY_CHECK],
    857794[AC_MSG_CHECKING([whether build environment is sane])
     795# Just in case
     796sleep 1
     797echo timestamp > conftest.file
    858798# Reject unsafe characters in $srcdir or the absolute working directory
    859799# name.  Accept space and tab only in the latter.
    860800am_lf='
    case `pwd` in 
    865805esac
    866806case $srcdir in
    867807  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
    868     AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
     808    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
    869809esac
    870810
    871 # Do 'set' in a subshell so we don't clobber the current shell's
     811# Do `set' in a subshell so we don't clobber the current shell's
    872812# arguments.  Must try -L first in case configure is actually a
    873813# symlink; some systems play weird games with the mod time of symlinks
    874814# (eg FreeBSD returns the mod time of the symlink's containing
    875815# directory).
    876816if (
    877    am_has_slept=no
    878    for am_try in 1 2; do
    879      echo "timestamp, slept: $am_has_slept" > conftest.file
    880      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    881      if test "$[*]" = "X"; then
    882         # -L didn't work.
    883         set X `ls -t "$srcdir/configure" conftest.file`
    884      fi
    885      if test "$[*]" != "X $srcdir/configure conftest.file" \
    886         && test "$[*]" != "X conftest.file $srcdir/configure"; then
     817   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     818   if test "$[*]" = "X"; then
     819      # -L didn't work.
     820      set X `ls -t "$srcdir/configure" conftest.file`
     821   fi
     822   rm -f conftest.file
     823   if test "$[*]" != "X $srcdir/configure conftest.file" \
     824      && test "$[*]" != "X conftest.file $srcdir/configure"; then
     825
     826      # If neither matched, then we have a broken ls.  This can happen
     827      # if, for instance, CONFIG_SHELL is bash and it inherits a
     828      # broken ls alias from the environment.  This has actually
     829      # happened.  Such a system could not be considered "sane".
     830      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
     831alias in your environment])
     832   fi
    887833
    888         # If neither matched, then we have a broken ls.  This can happen
    889         # if, for instance, CONFIG_SHELL is bash and it inherits a
    890         # broken ls alias from the environment.  This has actually
    891         # happened.  Such a system could not be considered "sane".
    892         AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    893   alias in your environment])
    894      fi
    895      if test "$[2]" = conftest.file || test $am_try -eq 2; then
    896        break
    897      fi
    898      # Just in case.
    899      sleep 1
    900      am_has_slept=yes
    901    done
    902834   test "$[2]" = conftest.file
    903835   )
    904836then
    else 
    908840   AC_MSG_ERROR([newly created file is older than distributed files!
    909841Check your system clock])
    910842fi
    911 AC_MSG_RESULT([yes])
    912 # If we didn't sleep, we still need to ensure time stamps of config.status and
    913 # generated files are strictly newer.
    914 am_sleep_pid=
    915 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    916   ( sleep 1 ) &
    917   am_sleep_pid=$!
    918 fi
    919 AC_CONFIG_COMMANDS_PRE(
    920   [AC_MSG_CHECKING([that generated files are newer than configure])
    921    if test -n "$am_sleep_pid"; then
    922      # Hide warnings about reused PIDs.
    923      wait $am_sleep_pid 2>/dev/null
    924    fi
    925    AC_MSG_RESULT([done])])
    926 rm -f conftest.file
    927 ])
     843AC_MSG_RESULT(yes)])
    928844
    929 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
     845# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    930846#
    931847# This file is free software; the Free Software Foundation
    932848# gives unlimited permission to copy and/or distribute it,
    933849# with or without modifications, as long as this notice is preserved.
    934850
    935 # AM_SILENT_RULES([DEFAULT])
    936 # --------------------------
    937 # Enable less verbose build rules; with the default set to DEFAULT
    938 # ("yes" being less verbose, "no" or empty being verbose).
    939 AC_DEFUN([AM_SILENT_RULES],
    940 [AC_ARG_ENABLE([silent-rules], [dnl
    941 AS_HELP_STRING(
    942   [--enable-silent-rules],
    943   [less verbose build output (undo: "make V=1")])
    944 AS_HELP_STRING(
    945   [--disable-silent-rules],
    946   [verbose build output (undo: "make V=0")])dnl
    947 ])
    948 case $enable_silent_rules in @%:@ (((
    949   yes) AM_DEFAULT_VERBOSITY=0;;
    950    no) AM_DEFAULT_VERBOSITY=1;;
    951     *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
    952 esac
    953 dnl
    954 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
    955 dnl do not support nested variable expansions.
    956 dnl See automake bug#9928 and bug#10237.
    957 am_make=${MAKE-make}
    958 AC_CACHE_CHECK([whether $am_make supports nested variables],
    959    [am_cv_make_support_nested_variables],
    960    [if AS_ECHO([['TRUE=$(BAR$(V))
    961 BAR0=false
    962 BAR1=true
    963 V=1
    964 am__doit:
    965         @$(TRUE)
    966 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
    967   am_cv_make_support_nested_variables=yes
    968 else
    969   am_cv_make_support_nested_variables=no
    970 fi])
    971 if test $am_cv_make_support_nested_variables = yes; then
    972   dnl Using '$V' instead of '$(V)' breaks IRIX make.
    973   AM_V='$(V)'
    974   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    975 else
    976   AM_V=$AM_DEFAULT_VERBOSITY
    977   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
    978 fi
    979 AC_SUBST([AM_V])dnl
    980 AM_SUBST_NOTMAKE([AM_V])dnl
    981 AC_SUBST([AM_DEFAULT_V])dnl
    982 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
    983 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
    984 AM_BACKSLASH='\'
    985 AC_SUBST([AM_BACKSLASH])dnl
    986 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
    987 ])
    988 
    989 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    990 #
    991 # This file is free software; the Free Software Foundation
    992 # gives unlimited permission to copy and/or distribute it,
    993 # with or without modifications, as long as this notice is preserved.
     851# serial 1
    994852
    995853# AM_PROG_INSTALL_STRIP
    996854# ---------------------
    997 # One issue with vendor 'install' (even GNU) is that you can't
     855# One issue with vendor `install' (even GNU) is that you can't
    998856# specify the program used to strip binaries.  This is especially
    999857# annoying in cross-compiling environments, where the build's strip
    1000858# is unlikely to handle the host's binaries.
    1001859# Fortunately install-sh will honor a STRIPPROG variable, so we
    1002 # always use install-sh in "make install-strip", and initialize
     860# always use install-sh in `make install-strip', and initialize
    1003861# STRIPPROG with the value of the STRIP variable (set by the user).
    1004862AC_DEFUN([AM_PROG_INSTALL_STRIP],
    1005863[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    1006 # Installed binaries are usually stripped using 'strip' when the user
    1007 # run "make install-strip".  However 'strip' might not be the right
     864# Installed binaries are usually stripped using `strip' when the user
     865# run `make install-strip'.  However `strip' might not be the right
    1008866# tool to use in cross-compilation environments, therefore Automake
    1009 # will honor the 'STRIP' environment variable to overrule this program.
    1010 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
     867# will honor the `STRIP' environment variable to overrule this program.
     868dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
    1011869if test "$cross_compiling" != no; then
    1012870  AC_CHECK_TOOL([STRIP], [strip], :)
    1013871fi
    1014872INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    1015873AC_SUBST([INSTALL_STRIP_PROGRAM])])
    1016874
    1017 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
     875# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
    1018876#
    1019877# This file is free software; the Free Software Foundation
    1020878# gives unlimited permission to copy and/or distribute it,
    1021879# with or without modifications, as long as this notice is preserved.
    1022880
     881# serial 3
     882
    1023883# _AM_SUBST_NOTMAKE(VARIABLE)
    1024884# ---------------------------
    1025885# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    1033893
    1034894# Check how to create a tarball.                            -*- Autoconf -*-
    1035895
    1036 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
     896# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
    1037897#
    1038898# This file is free software; the Free Software Foundation
    1039899# gives unlimited permission to copy and/or distribute it,
    1040900# with or without modifications, as long as this notice is preserved.
    1041901
     902# serial 2
     903
    1042904# _AM_PROG_TAR(FORMAT)
    1043905# --------------------
    1044906# Check how to create a tarball in format FORMAT.
    1045 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
     907# FORMAT should be one of `v7', `ustar', or `pax'.
    1046908#
    1047909# Substitute a variable $(am__tar) that is a command
    1048910# writing to stdout a FORMAT-tarball containing the directory
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    1052914# Substitute a variable $(am__untar) that extract such
    1053915# a tarball read from stdin.
    1054916#     $(am__untar) < result.tar
    1055 #
    1056917AC_DEFUN([_AM_PROG_TAR],
    1057918[# Always define AMTAR for backward compatibility.  Yes, it's still used
    1058919# in the wild :-(  We should find a proper way to deprecate it ...
    1059920AC_SUBST([AMTAR], ['$${TAR-tar}'])
    1060 
    1061 # We'll loop over all known methods to create a tar archive until one works.
    1062 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
    1063 
    1064921m4_if([$1], [v7],
    1065   [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
    1066 
    1067   [m4_case([$1],
    1068     [ustar],
    1069      [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
    1070       # There is notably a 21 bits limit for the UID and the GID.  In fact,
    1071       # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
    1072       # and bug#13588).
    1073       am_max_uid=2097151 # 2^21 - 1
    1074       am_max_gid=$am_max_uid
    1075       # The $UID and $GID variables are not portable, so we need to resort
    1076       # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
    1077       # below are definitely unexpected, so allow the users to see them
    1078       # (that is, avoid stderr redirection).
    1079       am_uid=`id -u || echo unknown`
    1080       am_gid=`id -g || echo unknown`
    1081       AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
    1082       if test $am_uid -le $am_max_uid; then
    1083          AC_MSG_RESULT([yes])
    1084       else
    1085          AC_MSG_RESULT([no])
    1086          _am_tools=none
    1087       fi
    1088       AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
    1089       if test $am_gid -le $am_max_gid; then
    1090          AC_MSG_RESULT([yes])
    1091       else
    1092         AC_MSG_RESULT([no])
    1093         _am_tools=none
    1094       fi],
    1095 
    1096   [pax],
    1097     [],
    1098 
    1099   [m4_fatal([Unknown tar format])])
    1100 
    1101   AC_MSG_CHECKING([how to create a $1 tar archive])
    1102 
    1103   # Go ahead even if we have the value already cached.  We do so because we
    1104   # need to set the values for the 'am__tar' and 'am__untar' variables.
    1105   _am_tools=${am_cv_prog_tar_$1-$_am_tools}
    1106 
    1107   for _am_tool in $_am_tools; do
    1108     case $_am_tool in
    1109     gnutar)
    1110       for _am_tar in tar gnutar gtar; do
    1111         AM_RUN_LOG([$_am_tar --version]) && break
    1112       done
    1113       am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
    1114       am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
    1115       am__untar="$_am_tar -xf -"
    1116       ;;
    1117     plaintar)
    1118       # Must skip GNU tar: if it does not support --format= it doesn't create
    1119       # ustar tarball either.
    1120       (tar --version) >/dev/null 2>&1 && continue
    1121       am__tar='tar chf - "$$tardir"'
    1122       am__tar_='tar chf - "$tardir"'
    1123       am__untar='tar xf -'
    1124       ;;
    1125     pax)
    1126       am__tar='pax -L -x $1 -w "$$tardir"'
    1127       am__tar_='pax -L -x $1 -w "$tardir"'
    1128       am__untar='pax -r'
    1129       ;;
    1130     cpio)
    1131       am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
    1132       am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
    1133       am__untar='cpio -i -H $1 -d'
    1134       ;;
    1135     none)
    1136       am__tar=false
    1137       am__tar_=false
    1138       am__untar=false
    1139       ;;
    1140     esac
     922     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
     923     [m4_case([$1], [ustar],, [pax],,
     924              [m4_fatal([Unknown tar format])])
     925AC_MSG_CHECKING([how to create a $1 tar archive])
     926# Loop over all known methods to create a tar archive until one works.
     927_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
     928_am_tools=${am_cv_prog_tar_$1-$_am_tools}
     929# Do not fold the above two line into one, because Tru64 sh and
     930# Solaris sh will not grok spaces in the rhs of `-'.
     931for _am_tool in $_am_tools
     932do
     933  case $_am_tool in
     934  gnutar)
     935    for _am_tar in tar gnutar gtar;
     936    do
     937      AM_RUN_LOG([$_am_tar --version]) && break
     938    done
     939    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
     940    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
     941    am__untar="$_am_tar -xf -"
     942    ;;
     943  plaintar)
     944    # Must skip GNU tar: if it does not support --format= it doesn't create
     945    # ustar tarball either.
     946    (tar --version) >/dev/null 2>&1 && continue
     947    am__tar='tar chf - "$$tardir"'
     948    am__tar_='tar chf - "$tardir"'
     949    am__untar='tar xf -'
     950    ;;
     951  pax)
     952    am__tar='pax -L -x $1 -w "$$tardir"'
     953    am__tar_='pax -L -x $1 -w "$tardir"'
     954    am__untar='pax -r'
     955    ;;
     956  cpio)
     957    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
     958    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
     959    am__untar='cpio -i -H $1 -d'
     960    ;;
     961  none)
     962    am__tar=false
     963    am__tar_=false
     964    am__untar=false
     965    ;;
     966  esac
    1141967
    1142     # If the value was cached, stop now.  We just wanted to have am__tar
    1143     # and am__untar set.
    1144     test -n "${am_cv_prog_tar_$1}" && break
     968  # If the value was cached, stop now.  We just wanted to have am__tar
     969  # and am__untar set.
     970  test -n "${am_cv_prog_tar_$1}" && break
    1145971
    1146     # tar/untar a dummy directory, and stop if the command works.
    1147     rm -rf conftest.dir
    1148     mkdir conftest.dir
    1149     echo GrepMe > conftest.dir/file
    1150     AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
    1151     rm -rf conftest.dir
    1152     if test -s conftest.tar; then
    1153       AM_RUN_LOG([$am__untar <conftest.tar])
    1154       AM_RUN_LOG([cat conftest.dir/file])
    1155       grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
    1156     fi
    1157   done
     972  # tar/untar a dummy directory, and stop if the command works
    1158973  rm -rf conftest.dir
     974  mkdir conftest.dir
     975  echo GrepMe > conftest.dir/file
     976  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
     977  rm -rf conftest.dir
     978  if test -s conftest.tar; then
     979    AM_RUN_LOG([$am__untar <conftest.tar])
     980    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
     981  fi
     982done
     983rm -rf conftest.dir
    1159984
    1160   AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
    1161   AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    1162 
     985AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
     986AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    1163987AC_SUBST([am__tar])
    1164988AC_SUBST([am__untar])
    1165989]) # _AM_PROG_TAR
  • bfd/configure

    diff -rupdN binutils-ref/bfd/configure binutils/bfd/configure
    old new GREP 
    714714CPP
    715715RANLIB
    716716AR
    717 AM_BACKSLASH
    718 AM_DEFAULT_VERBOSITY
    719 AM_DEFAULT_V
    720 AM_V
    721717am__fastdepCC_FALSE
    722718am__fastdepCC_TRUE
    723719CCDEPMODE
    ac_subst_files='' 
    812808ac_user_opts='
    813809enable_option_checking
    814810enable_dependency_tracking
    815 enable_silent_rules
    816811enable_shared
    817812enable_static
    818813with_pic
    Optional Features: 
    14651460  --disable-option-checking  ignore unrecognized --enable/--with options
    14661461  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14671462  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    1468   --enable-dependency-tracking
    1469                           do not reject slow dependency extractors
    1470   --disable-dependency-tracking
    1471                           speeds up one-time build
    1472   --enable-silent-rules   less verbose build output (undo: "make V=1")
    1473   --disable-silent-rules  verbose build output (undo: "make V=0")
     1463  --disable-dependency-tracking  speeds up one-time build
     1464  --enable-dependency-tracking   do not reject slow dependency extractors
    14741465  --enable-shared[=PKGS]  build shared libraries [default=no]
    14751466  --enable-static[=PKGS]  build static libraries [default=yes]
    14761467  --enable-fast-install[=PKGS]
    Optional Features: 
    14861477  --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
    14871478  --enable-werror         treat compile warnings as errors
    14881479  --enable-build-warnings enable build-time compiler warnings
    1489   --enable-maintainer-mode
    1490                           enable make rules and dependencies not useful (and
    1491                           sometimes confusing) to the casual installer
     1480  --enable-maintainer-mode  enable make rules and dependencies not useful
     1481                          (and sometimes confusing) to the casual installer
    14921482  --enable-install-libbfd controls installation of libbfd and related headers
    14931483  --disable-nls           do not use Native Language Support
    14941484
    test -n "$target_alias" && 
    27262716  test "$program_prefix$program_suffix$program_transform_name" = \
    27272717    NONENONEs,x,x, &&
    27282718  program_prefix=${target_alias}-
    2729 # expand $ac_aux_dir to an absolute path
    2730 am_aux_dir=`cd $ac_aux_dir && pwd`
    2731 
    27322719ac_ext=c
    27332720ac_cpp='$CPP $CPPFLAGS'
    27342721ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    ac_compile='$CC -c $CFLAGS $CPPFLAGS con 
    35183505ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    35193506ac_compiler_gnu=$ac_cv_c_compiler_gnu
    35203507
    3521 ac_ext=c
    3522 ac_cpp='$CPP $CPPFLAGS'
    3523 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    3524 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    3525 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
    3527 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
    3528 if ${am_cv_prog_cc_c_o+:} false; then :
    3529   $as_echo_n "(cached) " >&6
    3530 else
    3531   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3532 /* end confdefs.h.  */
    3533 
    3534 int
    3535 main ()
    3536 {
    3537 
    3538   ;
    3539   return 0;
    3540 }
    3541 _ACEOF
    3542   # Make sure it works both with $CC and with simple cc.
    3543   # Following AC_PROG_CC_C_O, we do the test twice because some
    3544   # compilers refuse to overwrite an existing .o file with -o,
    3545   # though they will create one.
    3546   am_cv_prog_cc_c_o=yes
    3547   for am_i in 1 2; do
    3548     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
    3549    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
    3550    ac_status=$?
    3551    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3552    (exit $ac_status); } \
    3553          && test -f conftest2.$ac_objext; then
    3554       : OK
    3555     else
    3556       am_cv_prog_cc_c_o=no
    3557       break
    3558     fi
    3559   done
    3560   rm -f core conftest*
    3561   unset am_i
    3562 fi
    3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
    3564 $as_echo "$am_cv_prog_cc_c_o" >&6; }
    3565 if test "$am_cv_prog_cc_c_o" != yes; then
    3566    # Losing compiler, so override with the script.
    3567    # FIXME: It is wrong to rewrite CC.
    3568    # But if we don't then we get into trouble of one sort or another.
    3569    # A longer-term fix would be to have automake use am__CC in this case,
    3570    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    3571    CC="$am_aux_dir/compile $CC"
    3572 fi
    3573 ac_ext=c
    3574 ac_cpp='$CPP $CPPFLAGS'
    3575 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    3576 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    3577 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3578 
    3579 
    35803508
    35813509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
    35823510$as_echo_n "checking for library containing strerror... " >&6; }
    test -z "$INSTALL_DATA" && INSTALL_DATA= 
    37323660
    37333661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    37343662$as_echo_n "checking whether build environment is sane... " >&6; }
     3663# Just in case
     3664sleep 1
     3665echo timestamp > conftest.file
    37353666# Reject unsafe characters in $srcdir or the absolute working directory
    37363667# name.  Accept space and tab only in the latter.
    37373668am_lf='
    case `pwd` in 
    37423673esac
    37433674case $srcdir in
    37443675  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    3745     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
     3676    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
    37463677esac
    37473678
    3748 # Do 'set' in a subshell so we don't clobber the current shell's
     3679# Do `set' in a subshell so we don't clobber the current shell's
    37493680# arguments.  Must try -L first in case configure is actually a
    37503681# symlink; some systems play weird games with the mod time of symlinks
    37513682# (eg FreeBSD returns the mod time of the symlink's containing
    37523683# directory).
    37533684if (
    3754    am_has_slept=no
    3755    for am_try in 1 2; do
    3756      echo "timestamp, slept: $am_has_slept" > conftest.file
    3757      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    3758      if test "$*" = "X"; then
    3759         # -L didn't work.
    3760         set X `ls -t "$srcdir/configure" conftest.file`
    3761      fi
    3762      if test "$*" != "X $srcdir/configure conftest.file" \
    3763         && test "$*" != "X conftest.file $srcdir/configure"; then
     3685   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     3686   if test "$*" = "X"; then
     3687      # -L didn't work.
     3688      set X `ls -t "$srcdir/configure" conftest.file`
     3689   fi
     3690   rm -f conftest.file
     3691   if test "$*" != "X $srcdir/configure conftest.file" \
     3692      && test "$*" != "X conftest.file $srcdir/configure"; then
     3693
     3694      # If neither matched, then we have a broken ls.  This can happen
     3695      # if, for instance, CONFIG_SHELL is bash and it inherits a
     3696      # broken ls alias from the environment.  This has actually
     3697      # happened.  Such a system could not be considered "sane".
     3698      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
     3699alias in your environment" "$LINENO" 5
     3700   fi
    37643701
    3765         # If neither matched, then we have a broken ls.  This can happen
    3766         # if, for instance, CONFIG_SHELL is bash and it inherits a
    3767         # broken ls alias from the environment.  This has actually
    3768         # happened.  Such a system could not be considered "sane".
    3769         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
    3770   alias in your environment" "$LINENO" 5
    3771      fi
    3772      if test "$2" = conftest.file || test $am_try -eq 2; then
    3773        break
    3774      fi
    3775      # Just in case.
    3776      sleep 1
    3777      am_has_slept=yes
    3778    done
    37793702   test "$2" = conftest.file
    37803703   )
    37813704then
    Check your system clock" "$LINENO" 5 
    37873710fi
    37883711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    37893712$as_echo "yes" >&6; }
    3790 # If we didn't sleep, we still need to ensure time stamps of config.status and
    3791 # generated files are strictly newer.
    3792 am_sleep_pid=
    3793 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    3794   ( sleep 1 ) &
    3795   am_sleep_pid=$!
    3796 fi
    3797 
    3798 rm -f conftest.file
    3799 
    38003713test "$program_prefix" != NONE &&
    38013714  program_transform_name="s&^&$program_prefix&;$program_transform_name"
    38023715# Use a double $ so make ignores it.
    test "$program_suffix" != NONE && 
    38073720ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    38083721program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    38093722
     3723# expand $ac_aux_dir to an absolute path
     3724am_aux_dir=`cd $ac_aux_dir && pwd`
     3725
    38103726if test x"${MISSING+set}" != xset; then
    38113727  case $am_aux_dir in
    38123728  *\ * | *\     *)
    if test x"${MISSING+set}" != xset; then 
    38163732  esac
    38173733fi
    38183734# Use eval to expand $SHELL
    3819 if eval "$MISSING --is-lightweight"; then
    3820   am_missing_run="$MISSING "
     3735if eval "$MISSING --run true"; then
     3736  am_missing_run="$MISSING --run "
    38213737else
    38223738  am_missing_run=
    3823   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
    3824 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
     3739  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
     3740$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    38253741fi
    38263742
    38273743if test x"${install_sh}" != xset; then
    if test x"${install_sh}" != xset; then 
    38333749  esac
    38343750fi
    38353751
    3836 # Installed binaries are usually stripped using 'strip' when the user
    3837 # run "make install-strip".  However 'strip' might not be the right
     3752# Installed binaries are usually stripped using `strip' when the user
     3753# run `make install-strip'.  However `strip' might not be the right
    38383754# tool to use in cross-compilation environments, therefore Automake
    3839 # will honor the 'STRIP' environment variable to overrule this program.
     3755# will honor the `STRIP' environment variable to overrule this program.
    38403756if test "$cross_compiling" != no; then
    38413757  if test -n "$ac_tool_prefix"; then
    38423758  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    fi 
    39753891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
    39763892$as_echo "$MKDIR_P" >&6; }
    39773893
     3894mkdir_p="$MKDIR_P"
     3895case $mkdir_p in
     3896  [\\/$]* | ?:[\\/]*) ;;
     3897  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     3898esac
     3899
    39783900for ac_prog in gawk mawk nawk awk
    39793901do
    39803902  # Extract the first word of "$ac_prog", so it can be a program name with args.
    am__quote= 
    40763998_am_result=none
    40773999# First try GNU make style include.
    40784000echo "include confinc" > confmf
    4079 # Ignore all kinds of additional output from 'make'.
     4001# Ignore all kinds of additional output from `make'.
    40804002case `$am_make -s -f confmf 2> /dev/null` in #(
    40814003*the\ am__doit\ target*)
    40824004  am__include=include
    else 
    41204042fi
    41214043
    41224044
    4123 # Check whether --enable-silent-rules was given.
    4124 if test "${enable_silent_rules+set}" = set; then :
    4125   enableval=$enable_silent_rules;
    4126 fi
    4127 
    4128 case $enable_silent_rules in # (((
    4129   yes) AM_DEFAULT_VERBOSITY=0;;
    4130    no) AM_DEFAULT_VERBOSITY=1;;
    4131     *) AM_DEFAULT_VERBOSITY=1;;
    4132 esac
    4133 am_make=${MAKE-make}
    4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
    4135 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
    4136 if ${am_cv_make_support_nested_variables+:} false; then :
    4137   $as_echo_n "(cached) " >&6
    4138 else
    4139   if $as_echo 'TRUE=$(BAR$(V))
    4140 BAR0=false
    4141 BAR1=true
    4142 V=1
    4143 am__doit:
    4144         @$(TRUE)
    4145 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
    4146   am_cv_make_support_nested_variables=yes
    4147 else
    4148   am_cv_make_support_nested_variables=no
    4149 fi
    4150 fi
    4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
    4152 $as_echo "$am_cv_make_support_nested_variables" >&6; }
    4153 if test $am_cv_make_support_nested_variables = yes; then
    4154     AM_V='$(V)'
    4155   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    4156 else
    4157   AM_V=$AM_DEFAULT_VERBOSITY
    4158   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
    4159 fi
    4160 AM_BACKSLASH='\'
    4161 
    41624045if test "`cd $srcdir && pwd`" != "`pwd`"; then
    41634046  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
    41644047  # is not polluted with repeated "-I."
    AUTOHEADER=${AUTOHEADER-"${am_missing_ru 
    42094092
    42104093MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    42114094
    4212 # For better backward compatibility.  To be removed once Automake 1.9.x
    4213 # dies out for good.  For more background, see:
    4214 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    4215 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    4216 mkdir_p='$(MKDIR_P)'
    4217 
    42184095# We need awk for the "check" target.  The system "awk" is bad on
    42194096# some platforms.
    42204097# Always define AMTAR for backward compatibility.  Yes, it's still used
    42214098# in the wild :-(  We should find a proper way to deprecate it ...
    42224099AMTAR='$${TAR-tar}'
    42234100
    4224 
    4225 # We'll loop over all known methods to create a tar archive until one works.
    4226 _am_tools='gnutar  pax cpio none'
    4227 
    42284101am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    42294102
    42304103
    42314104
    42324105
    4233 
    42344106depcc="$CC"   am_compiler_list=
    42354107
    42364108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
    else 
    42424114  # We make a subdir and do the tests there.  Otherwise we can end up
    42434115  # making bogus files that we don't know about and never remove.  For
    42444116  # instance it was reported that on HP-UX the gcc test will end up
    4245   # making a dummy file named 'D' -- because '-MD' means "put the output
    4246   # in D".
     4117  # making a dummy file named `D' -- because `-MD' means `put the output
     4118  # in D'.
    42474119  rm -rf conftest.dir
    42484120  mkdir conftest.dir
    42494121  # Copy depcomp to subdir because otherwise we won't find it if we're
    else 
    42784150    : > sub/conftest.c
    42794151    for i in 1 2 3 4 5 6; do
    42804152      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    4281       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    4282       # Solaris 10 /bin/sh.
    4283       echo '/* dummy */' > sub/conftst$i.h
     4153      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     4154      # Solaris 8's {/usr,}/bin/sh.
     4155      touch sub/conftst$i.h
    42844156    done
    42854157    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    42864158
    4287     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     4159    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    42884160    # mode.  It turns out that the SunPro C++ compiler does not properly
    4289     # handle '-M -o', and we need to detect this.  Also, some Intel
    4290     # versions had trouble with output in subdirs.
     4161    # handle `-M -o', and we need to detect this.  Also, some Intel
     4162    # versions had trouble with output in subdirs
    42914163    am__obj=sub/conftest.${OBJEXT-o}
    42924164    am__minus_obj="-o $am__obj"
    42934165    case $depmode in
    else 
    42964168      test "$am__universal" = false || continue
    42974169      ;;
    42984170    nosideeffect)
    4299       # After this tag, mechanisms are not by side-effect, so they'll
    4300       # only be used when explicitly requested.
     4171      # after this tag, mechanisms are not by side-effect, so they'll
     4172      # only be used when explicitly requested
    43014173      if test "x$enable_dependency_tracking" = xyes; then
    43024174        continue
    43034175      else
    else 
    43054177      fi
    43064178      ;;
    43074179    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    4308       # This compiler won't grok '-c -o', but also, the minuso test has
     4180      # This compiler won't grok `-c -o', but also, the minuso test has
    43094181      # not run yet.  These depmodes are late enough in the game, and
    43104182      # so weak that their functioning should not be impacted.
    43114183      am__obj=conftest.${OBJEXT-o}
    fi 
    43604232
    43614233
    43624234
    4363 # POSIX will say in a future version that running "rm -f" with no argument
    4364 # is OK; and we want to be able to make that assumption in our Makefile
    4365 # recipes.  So use an aggressive probe to check that the usage we want is
    4366 # actually supported "in the wild" to an acceptable degree.
    4367 # See automake bug#10828.
    4368 # To make any issue more visible, cause the running configure to be aborted
    4369 # by default if the 'rm' program in use doesn't match our expectations; the
    4370 # user can still override this though.
    4371 if rm -f && rm -fr && rm -rf; then : OK; else
    4372   cat >&2 <<'END'
    4373 Oops!
    4374 
    4375 Your 'rm' program seems unable to run without file operands specified
    4376 on the command line, even when the '-f' option is present.  This is contrary
    4377 to the behaviour of most rm programs out there, and not conforming with
    4378 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    4379 
    4380 Please tell bug-automake@gnu.org about your system, including the value
    4381 of your $PATH and any error possibly output before this message.  This
    4382 can help us improve future automake versions.
    4383 
    4384 END
    4385   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    4386     echo 'Configuration will proceed anyway, since you have set the' >&2
    4387     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    4388     echo >&2
    4389   else
    4390     cat >&2 <<'END'
    4391 Aborting the configuration process, to ensure you take notice of the issue.
    4392 
    4393 You can download and install GNU coreutils to get an 'rm' implementation
    4394 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    4395 
    4396 If you want to complete the configuration process using your problematic
    4397 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    4398 to "yes", and re-run configure.
    4399 
    4400 END
    4401     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
    4402   fi
    4403 fi
    44044235
    44054236if test -n "$ac_tool_prefix"; then
    44064237  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    ac_cpp='$CPP $CPPFLAGS' 
    51634994ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    51644995ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    51654996ac_compiler_gnu=$ac_cv_c_compiler_gnu
    5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
    5167 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
    5168 if ${am_cv_prog_cc_c_o+:} false; then :
    5169   $as_echo_n "(cached) " >&6
    5170 else
    5171   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    5172 /* end confdefs.h.  */
    5173 
    5174 int
    5175 main ()
    5176 {
    5177 
    5178   ;
    5179   return 0;
    5180 }
    5181 _ACEOF
    5182   # Make sure it works both with $CC and with simple cc.
    5183   # Following AC_PROG_CC_C_O, we do the test twice because some
    5184   # compilers refuse to overwrite an existing .o file with -o,
    5185   # though they will create one.
    5186   am_cv_prog_cc_c_o=yes
    5187   for am_i in 1 2; do
    5188     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
    5189    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
    5190    ac_status=$?
    5191    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    5192    (exit $ac_status); } \
    5193          && test -f conftest2.$ac_objext; then
    5194       : OK
    5195     else
    5196       am_cv_prog_cc_c_o=no
    5197       break
    5198     fi
    5199   done
    5200   rm -f core conftest*
    5201   unset am_i
    5202 fi
    5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
    5204 $as_echo "$am_cv_prog_cc_c_o" >&6; }
    5205 if test "$am_cv_prog_cc_c_o" != yes; then
    5206    # Losing compiler, so override with the script.
    5207    # FIXME: It is wrong to rewrite CC.
    5208    # But if we don't then we get into trouble of one sort or another.
    5209    # A longer-term fix would be to have automake use am__CC in this case,
    5210    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    5211    CC="$am_aux_dir/compile $CC"
    5212 fi
    5213 ac_ext=c
    5214 ac_cpp='$CPP $CPPFLAGS'
    5215 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    5216 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    5217 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    5218 
    5219 
    5220 ac_ext=c
    5221 ac_cpp='$CPP $CPPFLAGS'
    5222 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    5223 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    5224 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    52254997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
    52264998$as_echo_n "checking how to run the C preprocessor... " >&6; }
    52274999# On Suns, sometimes $CPP names a directory.
    else 
    1172111493  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1172211494  lt_status=$lt_dlunknown
    1172311495  cat > conftest.$ac_ext <<_LT_EOF
    11724 #line 11724 "configure"
     11496#line 11496 "configure"
    1172511497#include "confdefs.h"
    1172611498
    1172711499#if HAVE_DLFCN_H
    else 
    1182711599  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1182811600  lt_status=$lt_dlunknown
    1182911601  cat > conftest.$ac_ext <<_LT_EOF
    11830 #line 11830 "configure"
     11602#line 11602 "configure"
    1183111603#include "confdefs.h"
    1183211604
    1183311605#if HAVE_DLFCN_H
    LIBOBJS=$ac_libobjs 
    1635816130LTLIBOBJS=$ac_ltlibobjs
    1635916131
    1636016132
    16361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
    16362 $as_echo_n "checking that generated files are newer than configure... " >&6; }
    16363    if test -n "$am_sleep_pid"; then
    16364      # Hide warnings about reused PIDs.
    16365      wait $am_sleep_pid 2>/dev/null
    16366    fi
    16367    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
    16368 $as_echo "done" >&6; }
    1636916133if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    1637016134  as_fn_error $? "conditional \"AMDEP\" was never defined.
    1637116135Usually this means the macro was only invoked conditionally." "$LINENO" 5
    $as_echo "$as_me: executing $ac_file com 
    1788217646
    1788317647  case $ac_file$ac_mode in
    1788417648    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
    17885   # Older Autoconf quotes --file arguments for eval, but not when files
     17649  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    1788617650  # are listed without --file.  Let's play safe and only enable the eval
    1788717651  # if we detect the quoting.
    1788817652  case $CONFIG_FILES in
    $as_echo "$as_me: executing $ac_file com 
    1789517659    # Strip MF so we end up with the name of the file.
    1789617660    mf=`echo "$mf" | sed -e 's/:.*$//'`
    1789717661    # Check whether this is an Automake generated Makefile or not.
    17898     # We used to match only the files named 'Makefile.in', but
     17662    # We used to match only the files named `Makefile.in', but
    1789917663    # some people rename them; so instead we look at the file content.
    1790017664    # Grep'ing the first line is not enough: some people post-process
    1790117665    # each Makefile.in and add a new line on top of each file to say so.
    $as_echo X"$mf" | 
    1792917693      continue
    1793017694    fi
    1793117695    # Extract the definition of DEPDIR, am__include, and am__quote
    17932     # from the Makefile without running 'make'.
     17696    # from the Makefile without running `make'.
    1793317697    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    1793417698    test -z "$DEPDIR" && continue
    1793517699    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    17936     test -z "$am__include" && continue
     17700    test -z "am__include" && continue
    1793717701    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     17702    # When using ansi2knr, U may be empty or an underscore; expand it
     17703    U=`sed -n 's/^U = //p' < "$mf"`
    1793817704    # Find all dependency output files, they are included files with
    1793917705    # $(DEPDIR) in their names.  We invoke sed twice because it is the
    1794017706    # simplest approach to changing $(DEPDIR) to its actual value in the
    1794117707    # expansion.
    1794217708    for file in `sed -n "
    1794317709      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    17944          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     17710         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    1794517711      # Make sure the directory exists.
    1794617712      test -f "$dirpart/$file" && continue
    1794717713      fdir=`$as_dirname -- "$file" ||
  • bfd/doc/Makefile.in

    diff -rupdN binutils-ref/bfd/doc/Makefile.in binutils/bfd/doc/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6 # Inc.
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    77# This Makefile.in is free software; the Free Software Foundation
    88# gives unlimited permission to copy and/or distribute it,
    99# with or without modifications, as long as this notice is preserved.
     
    3333# <http://www.gnu.org/licenses/>.
    3434#
    3535VPATH = @srcdir@
     36am__make_dryrun = \
     37  { \
     38    am__dry=no; \
     39    case $$MAKEFLAGS in \
     40      *\\[\ \   ]*) \
     41        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     42          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     43      *) \
     44        for am__flg in $$MAKEFLAGS; do \
     45          case $$am__flg in \
     46            *=*|--*) ;; \
     47            *n*) am__dry=yes; break;; \
     48          esac; \
     49        done;; \
     50    esac; \
     51    test $$am__dry = yes; \
     52  }
    3653pkgdatadir = $(datadir)/@PACKAGE@
    3754pkgincludedir = $(includedir)/@PACKAGE@
    3855pkglibdir = $(libdir)/@PACKAGE@
    TEXI2PDF = $(TEXI2DVI) --pdf --batch 
    103120MAKEINFOHTML = $(MAKEINFO) --html
    104121AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
    105122DVIPS = dvips
     123am__can_run_installinfo = \
     124  case $$AM_UPDATE_INFO_DIR in \
     125    n|no|NO) false;; \
     126    *) (install-info --version) >/dev/null 2>&1;; \
     127  esac
    106128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    107129am__vpath_adj = case $$p in \
    108130    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    am__nobase_list = $(am__nobase_strip_set 
    124146am__base_list = \
    125147  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    126148  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     149am__uninstall_files_from_dir = { \
     150  test -z "$$files" \
     151    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
     152    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
     153         $(am__cd) "$$dir" && rm -f $$files; }; \
     154  }
    127155ACLOCAL = @ACLOCAL@
    128156AMTAR = @AMTAR@
    129157AR = @AR@
    uninstall-html-am: 
    501529
    502530uninstall-info-am:
    503531        @$(PRE_UNINSTALL)
    504         @if test -d '$(DESTDIR)$(infodir)' && \
    505             (install-info --version && \
    506              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     532        @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
    507533          list='$(INFO_DEPS)'; \
    508534          for file in $$list; do \
    509535            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    install-am: all-am 
    594620
    595621installcheck: installcheck-am
    596622install-strip:
    597         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    598           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    599           `test -z '$(STRIP)' || \
    600             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     623        if test -z '$(STRIP)'; then \
     624          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     625            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     626              install; \
     627        else \
     628          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     629            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     630            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     631        fi
    601632mostlyclean-generic:
    602633        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    603634
    install-dvi: install-dvi-am 
    639670
    640671install-dvi-am: $(DVIS)
    641672        @$(NORMAL_INSTALL)
    642         test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
    643673        @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
     674        if test -n "$$list"; then \
     675          echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
     676          $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
     677        fi; \
    644678        for p in $$list; do \
    645679          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    646680          echo "$$d$$p"; \
    install-html: install-html-am 
    655689
    656690install-html-am: $(HTMLS)
    657691        @$(NORMAL_INSTALL)
    658         test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
    659692        @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
     693        if test -n "$$list"; then \
     694          echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
     695          $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
     696        fi; \
    660697        for p in $$list; do \
    661698          if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
    662699          $(am__strip_dir) \
    663           if test -d "$$d$$p"; then \
     700          d2=$$d$$p; \
     701          if test -d "$$d2"; then \
    664702            echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
    665703            $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
    666             echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
    667             $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
     704            echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
     705            $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
    668706          else \
    669             list2="$$list2 $$d$$p"; \
     707            list2="$$list2 $$d2"; \
    670708          fi; \
    671709        done; \
    672710        test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
    install-info: install-info-am 
    678716
    679717install-info-am: $(INFO_DEPS)
    680718        @$(NORMAL_INSTALL)
    681         test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
    682719        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    683720        list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
     721        if test -n "$$list"; then \
     722          echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
     723          $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
     724        fi; \
    684725        for file in $$list; do \
    685726          case $$file in \
    686727            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    install-info-am: $(INFO_DEPS) 
    698739          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
    699740          $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
    700741        @$(POST_INSTALL)
    701         @if (install-info --version && \
    702              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     742        @if $(am__can_run_installinfo); then \
    703743          list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
    704744          for file in $$list; do \
    705745            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    install-pdf: install-pdf-am 
    713753
    714754install-pdf-am: $(PDFS)
    715755        @$(NORMAL_INSTALL)
    716         test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
    717756        @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
     757        if test -n "$$list"; then \
     758          echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
     759          $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
     760        fi; \
    718761        for p in $$list; do \
    719762          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    720763          echo "$$d$$p"; \
    install-ps: install-ps-am 
    726769
    727770install-ps-am: $(PSS)
    728771        @$(NORMAL_INSTALL)
    729         test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
    730772        @list='$(PSS)'; test -n "$(psdir)" || list=; \
     773        if test -n "$$list"; then \
     774          echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
     775          $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
     776        fi; \
    731777        for p in $$list; do \
    732778          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    733779          echo "$$d$$p"; \
  • bfd/Makefile.in

    diff -rupdN binutils-ref/bfd/Makefile.in binutils/bfd/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
    5 
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
    89# with or without modifications, as long as this notice is preserved.
     
    3536
    3637
    3738VPATH = @srcdir@
    38 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    39 am__make_running_with_option = \
    40   case $${target_option-} in \
    41       ?) ;; \
    42       *) echo "am__make_running_with_option: internal error: invalid" \
    43               "target option '$${target_option-}' specified" >&2; \
    44          exit 1;; \
    45   esac; \
    46   has_opt=no; \
    47   sane_makeflags=$$MAKEFLAGS; \
    48   if $(am__is_gnu_make); then \
    49     sane_makeflags=$$MFLAGS; \
    50   else \
     39am__make_dryrun = \
     40  { \
     41    am__dry=no; \
    5142    case $$MAKEFLAGS in \
    5243      *\\[\ \   ]*) \
    53         bs=\\; \
    54         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    55           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    56     esac; \
    57   fi; \
    58   skip_next=no; \
    59   strip_trailopt () \
    60   { \
    61     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    62   }; \
    63   for flg in $$sane_makeflags; do \
    64     test $$skip_next = yes && { skip_next=no; continue; }; \
    65     case $$flg in \
    66       *=*|--*) continue;; \
    67         -*I) strip_trailopt 'I'; skip_next=yes;; \
    68       -*I?*) strip_trailopt 'I';; \
    69         -*O) strip_trailopt 'O'; skip_next=yes;; \
    70       -*O?*) strip_trailopt 'O';; \
    71         -*l) strip_trailopt 'l'; skip_next=yes;; \
    72       -*l?*) strip_trailopt 'l';; \
    73       -[dEDm]) skip_next=yes;; \
    74       -[JT]) skip_next=yes;; \
    75     esac; \
    76     case $$flg in \
    77       *$$target_option*) has_opt=yes; break;; \
     44        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     45          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     46      *) \
     47        for am__flg in $$MAKEFLAGS; do \
     48          case $$am__flg in \
     49            *=*|--*) ;; \
     50            *n*) am__dry=yes; break;; \
     51          esac; \
     52        done;; \
    7853    esac; \
    79   done; \
    80   test $$has_opt = yes
    81 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    82 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     54    test $$am__dry = yes; \
     55  }
    8356pkgdatadir = $(datadir)/@PACKAGE@
    8457pkgincludedir = $(includedir)/@PACKAGE@
    8558pkglibdir = $(libdir)/@PACKAGE@
    target_triplet = @target@ 
    10275@INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(rpath_bfdlibdir)
    10376@PLUGINS_TRUE@am__append_2 = $(INCDIR)/plugin-api.h
    10477subdir = .
    105 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    106         $(top_srcdir)/configure $(am__configure_deps) \
    107         $(srcdir)/config.in $(top_srcdir)/../mkinstalldirs \
    108         $(srcdir)/bfd-in2.h $(top_srcdir)/po/Make-in \
    109         $(top_srcdir)/../depcomp $(am__bfdinclude_HEADERS_DIST)
     78DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
     79        $(srcdir)/Makefile.am $(top_srcdir)/configure \
     80        $(am__configure_deps) $(srcdir)/config.in \
     81        $(srcdir)/../mkinstalldirs $(srcdir)/bfd-in2.h \
     82        $(top_srcdir)/po/Make-in $(srcdir)/../depcomp \
     83        $(am__bfdinclude_HEADERS_DIST)
    11084ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    11185am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
    11286        $(top_srcdir)/../config/depstand.m4 \
    CONFIG_CLEAN_FILES = bfd-in3.h po/Makefi 
    134108CONFIG_CLEAN_VPATH_FILES =
    135109LIBRARIES = $(noinst_LIBRARIES)
    136110ARFLAGS = cru
    137 AM_V_AR = $(am__v_AR_@AM_V@)
    138 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
    139 am__v_AR_0 = @echo "  AR      " $@;
    140 am__v_AR_1 =
    141111libbfd_a_AR = $(AR) $(ARFLAGS)
    142112libbfd_a_LIBADD =
    143113am_libbfd_a_OBJECTS =
    am__objects_1 = archive.lo archures.lo b 
    181151        verilog.lo
    182152am_libbfd_la_OBJECTS = $(am__objects_1)
    183153libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
    184 AM_V_lt = $(am__v_lt_@AM_V@)
    185 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    186 am__v_lt_0 = --silent
    187 am__v_lt_1 =
    188 libbfd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
     154libbfd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
    189155        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    190156        $(libbfd_la_LDFLAGS) $(LDFLAGS) -o $@
    191157@INSTALL_LIBBFD_FALSE@am_libbfd_la_rpath =
    192158@INSTALL_LIBBFD_TRUE@am_libbfd_la_rpath = -rpath $(bfdlibdir)
    193 AM_V_P = $(am__v_P_@AM_V@)
    194 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    195 am__v_P_0 = false
    196 am__v_P_1 = :
    197 AM_V_GEN = $(am__v_GEN_@AM_V@)
    198 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    199 am__v_GEN_0 = @echo "  GEN     " $@;
    200 am__v_GEN_1 =
    201 AM_V_at = $(am__v_at_@AM_V@)
    202 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    203 am__v_at_0 = @
    204 am__v_at_1 =
    205159DEFAULT_INCLUDES = -I.@am__isrc@
    206160depcomp = $(SHELL) $(top_srcdir)/../depcomp
    207161am__depfiles_maybe = depfiles
    208162am__mv = mv -f
    209163COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    210164        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    211 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    212         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    213         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    214         $(AM_CFLAGS) $(CFLAGS)
    215 AM_V_CC = $(am__v_CC_@AM_V@)
    216 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    217 am__v_CC_0 = @echo "  CC      " $@;
    218 am__v_CC_1 =
     165LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     166        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     167        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    219168CCLD = $(CC)
    220 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    221         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    222         $(AM_LDFLAGS) $(LDFLAGS) -o $@
    223 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    224 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    225 am__v_CCLD_0 = @echo "  CCLD    " $@;
    226 am__v_CCLD_1 =
     169LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     170        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
     171        $(LDFLAGS) -o $@
    227172SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) \
    228173        $(EXTRA_libbfd_la_SOURCES)
    229 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    230         ctags-recursive dvi-recursive html-recursive info-recursive \
    231         install-data-recursive install-dvi-recursive \
    232         install-exec-recursive install-html-recursive \
    233         install-info-recursive install-pdf-recursive \
    234         install-ps-recursive install-recursive installcheck-recursive \
    235         installdirs-recursive pdf-recursive ps-recursive \
    236         tags-recursive uninstall-recursive
     174RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     175        html-recursive info-recursive install-data-recursive \
     176        install-dvi-recursive install-exec-recursive \
     177        install-html-recursive install-info-recursive \
     178        install-pdf-recursive install-ps-recursive install-recursive \
     179        installcheck-recursive installdirs-recursive pdf-recursive \
     180        ps-recursive uninstall-recursive
    237181am__can_run_installinfo = \
    238182  case $$AM_UPDATE_INFO_DIR in \
    239183    n|no|NO) false;; \
    am__bfdinclude_HEADERS_DIST = $(INCDIR)/ 
    244188HEADERS = $(bfdinclude_HEADERS)
    245189RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    246190  distclean-recursive maintainer-clean-recursive
    247 am__recursive_targets = \
    248   $(RECURSIVE_TARGETS) \
    249   $(RECURSIVE_CLEAN_TARGETS) \
    250   $(am__extra_recursive_targets)
    251 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    252         cscope
    253 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    254         $(LISP)config.in
    255 # Read a list of newline-separated strings from the standard input,
    256 # and print each of them once, without duplicates.  Input order is
    257 # *not* preserved.
    258 am__uniquify_input = $(AWK) '\
    259   BEGIN { nonempty = 0; } \
    260   { items[$$0] = 1; nonempty = 1; } \
    261   END { if (nonempty) { for (i in items) print i; }; } \
    262 '
    263 # Make sure the list of sources is unique.  This is necessary because,
    264 # e.g., the same source file might be shared among _SOURCES variables
    265 # for different programs/libraries.
    266 am__define_uniq_tagged_files = \
    267   list='$(am__tagged_files)'; \
    268   unique=`for i in $$list; do \
    269     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    270   done | $(am__uniquify_input)`
     191AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     192        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
    271193ETAGS = etags
    272194CTAGS = ctags
    273 CSCOPE = cscope
    274195DIST_SUBDIRS = $(SUBDIRS)
    275196ACLOCAL = @ACLOCAL@
    276197AMTAR = @AMTAR@
    277 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    278198AR = @AR@
    279199AUTOCONF = @AUTOCONF@
    280200AUTOHEADER = @AUTOHEADER@
    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 
    12831203$(am__aclocal_m4_deps):
    12841204
    12851205config.h: stamp-h1
    1286         @test -f $@ || rm -f stamp-h1
    1287         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
     1206        @if test ! -f $@; then rm -f stamp-h1; else :; fi
     1207        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    12881208
    12891209stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
    12901210        @rm -f stamp-h1
    po/Makefile.in: $(top_builddir)/config.s 
    13031223
    13041224clean-noinstLIBRARIES:
    13051225        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    1306 
    13071226install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
    13081227        @$(NORMAL_INSTALL)
    13091228        @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
    uninstall-bfdlibLTLIBRARIES: 
    13301249
    13311250clean-bfdlibLTLIBRARIES:
    13321251        -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
    1333         @list='$(bfdlib_LTLIBRARIES)'; \
    1334         locs=`for p in $$list; do echo $$p; done | \
    1335               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    1336               sort -u`; \
    1337         test -z "$$locs" || { \
    1338           echo rm -f $${locs}; \
    1339           rm -f $${locs}; \
    1340         }
     1252        @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
     1253          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
     1254          test "$$dir" != "$$p" || dir=.; \
     1255          echo "rm -f \"$${dir}/so_locations\""; \
     1256          rm -f "$${dir}/so_locations"; \
     1257        done
    13411258
    13421259clean-noinstLTLIBRARIES:
    13431260        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    1344         @list='$(noinst_LTLIBRARIES)'; \
    1345         locs=`for p in $$list; do echo $$p; done | \
    1346               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    1347               sort -u`; \
    1348         test -z "$$locs" || { \
    1349           echo rm -f $${locs}; \
    1350           rm -f $${locs}; \
    1351         }
    1352 
     1261        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
     1262          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
     1263          test "$$dir" != "$$p" || dir=.; \
     1264          echo "rm -f \"$${dir}/so_locations\""; \
     1265          rm -f "$${dir}/so_locations"; \
     1266        done
    13531267libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES) $(EXTRA_libbfd_la_DEPENDENCIES)
    1354         $(AM_V_CCLD)$(libbfd_la_LINK) $(am_libbfd_la_rpath) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
     1268        $(libbfd_la_LINK) $(am_libbfd_la_rpath) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
    13551269
    13561270mostlyclean-compile:
    13571271        -rm -f *.$(OBJEXT)
    distclean-compile: 
    17081622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-modules.Plo@am__quote@
    17091623
    17101624.c.o:
    1711 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    1712 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1713 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     1625@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     1626@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     1627@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    17141628@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1715 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
     1629@am__fastdepCC_FALSE@   $(COMPILE) -c $<
    17161630
    17171631.c.obj:
    1718 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    1719 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     1632@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
     1633@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     1634@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    17211635@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1722 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     1636@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
    17231637
    17241638.c.lo:
    1725 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    1726 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    1727 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
     1639@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     1640@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
     1641@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    17281642@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1729 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
     1643@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
    17301644
    17311645mostlyclean-libtool:
    17321646        -rm -f *.lo
    uninstall-bfdincludeHEADERS: 
    17591673        dir='$(DESTDIR)$(bfdincludedir)'; $(am__uninstall_files_from_dir)
    17601674
    17611675# This directory's subdirectories are mostly independent; you can cd
    1762 # into them and run 'make' without going through this Makefile.
    1763 # To change the values of 'make' variables: instead of editing Makefiles,
    1764 # (1) if the variable is set in 'config.status', edit 'config.status'
    1765 #     (which will cause the Makefiles to be regenerated when you run 'make');
    1766 # (2) otherwise, pass the desired values on the 'make' command line.
    1767 $(am__recursive_targets):
    1768         @fail=; \
    1769         if $(am__make_keepgoing); then \
    1770           failcom='fail=yes'; \
    1771         else \
    1772           failcom='exit 1'; \
    1773         fi; \
     1676# into them and run `make' without going through this Makefile.
     1677# To change the values of `make' variables: instead of editing Makefiles,
     1678# (1) if the variable is set in `config.status', edit `config.status'
     1679#     (which will cause the Makefiles to be regenerated when you run `make');
     1680# (2) otherwise, pass the desired values on the `make' command line.
     1681$(RECURSIVE_TARGETS):
     1682        @fail= failcom='exit 1'; \
     1683        for f in x $$MAKEFLAGS; do \
     1684          case $$f in \
     1685            *=* | --[!k]*);; \
     1686            *k*) failcom='fail=yes';; \
     1687          esac; \
     1688        done; \
    17741689        dot_seen=no; \
    17751690        target=`echo $@ | sed s/-recursive//`; \
    1776         case "$@" in \
    1777           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    1778           *) list='$(SUBDIRS)' ;; \
    1779         esac; \
    1780         for subdir in $$list; do \
     1691        list='$(SUBDIRS)'; for subdir in $$list; do \
    17811692          echo "Making $$target in $$subdir"; \
    17821693          if test "$$subdir" = "."; then \
    17831694            dot_seen=yes; \
    $(am__recursive_targets): 
    17921703          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    17931704        fi; test -z "$$fail"
    17941705
    1795 ID: $(am__tagged_files)
    1796         $(am__define_uniq_tagged_files); mkid -fID $$unique
    1797 tags: tags-recursive
    1798 TAGS: tags
     1706$(RECURSIVE_CLEAN_TARGETS):
     1707        @fail= failcom='exit 1'; \
     1708        for f in x $$MAKEFLAGS; do \
     1709          case $$f in \
     1710            *=* | --[!k]*);; \
     1711            *k*) failcom='fail=yes';; \
     1712          esac; \
     1713        done; \
     1714        dot_seen=no; \
     1715        case "$@" in \
     1716          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
     1717          *) list='$(SUBDIRS)' ;; \
     1718        esac; \
     1719        rev=''; for subdir in $$list; do \
     1720          if test "$$subdir" = "."; then :; else \
     1721            rev="$$subdir $$rev"; \
     1722          fi; \
     1723        done; \
     1724        rev="$$rev ."; \
     1725        target=`echo $@ | sed s/-recursive//`; \
     1726        for subdir in $$rev; do \
     1727          echo "Making $$target in $$subdir"; \
     1728          if test "$$subdir" = "."; then \
     1729            local_target="$$target-am"; \
     1730          else \
     1731            local_target="$$target"; \
     1732          fi; \
     1733          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
     1734          || eval $$failcom; \
     1735        done && test -z "$$fail"
     1736tags-recursive:
     1737        list='$(SUBDIRS)'; for subdir in $$list; do \
     1738          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
     1739        done
     1740ctags-recursive:
     1741        list='$(SUBDIRS)'; for subdir in $$list; do \
     1742          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
     1743        done
    17991744
    1800 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     1745ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     1746        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     1747        unique=`for i in $$list; do \
     1748            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     1749          done | \
     1750          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     1751              END { if (nonempty) { for (i in files) print i; }; }'`; \
     1752        mkid -fID $$unique
     1753tags: TAGS
     1754
     1755TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
     1756                $(TAGS_FILES) $(LISP)
    18011757        set x; \
    18021758        here=`pwd`; \
    18031759        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 
    18131769              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    18141770          fi; \
    18151771        done; \
    1816         $(am__define_uniq_tagged_files); \
     1772        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
     1773        unique=`for i in $$list; do \
     1774            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     1775          done | \
     1776          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     1777              END { if (nonempty) { for (i in files) print i; }; }'`; \
    18171778        shift; \
    18181779        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    18191780          test -n "$$unique" || unique=$$empty_fix; \
    tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 
    18251786              $$unique; \
    18261787          fi; \
    18271788        fi
    1828 ctags: ctags-recursive
    1829 
    1830 CTAGS: ctags
    1831 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    1832         $(am__define_uniq_tagged_files); \
     1789ctags: CTAGS
     1790CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
     1791                $(TAGS_FILES) $(LISP)
     1792        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
     1793        unique=`for i in $$list; do \
     1794            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     1795          done | \
     1796          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     1797              END { if (nonempty) { for (i in files) print i; }; }'`; \
    18331798        test -z "$(CTAGS_ARGS)$$unique" \
    18341799          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    18351800             $$unique
    GTAGS: 
    18381803        here=`$(am__cd) $(top_builddir) && pwd` \
    18391804          && $(am__cd) $(top_srcdir) \
    18401805          && gtags -i $(GTAGS_ARGS) "$$here"
    1841 cscope: cscope.files
    1842         test ! -s cscope.files \
    1843           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    1844 clean-cscope:
    1845         -rm -f cscope.files
    1846 cscope.files: clean-cscope cscopelist
    1847 cscopelist: cscopelist-recursive
    1848 
    1849 cscopelist-am: $(am__tagged_files)
    1850         list='$(am__tagged_files)'; \
    1851         case "$(srcdir)" in \
    1852           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    1853           *) sdir=$(subdir)/$(srcdir) ;; \
    1854         esac; \
    1855         for i in $$list; do \
    1856           if test -f "$$i"; then \
    1857             echo "$(subdir)/$$i"; \
    1858           else \
    1859             echo "$$sdir/$$i"; \
    1860           fi; \
    1861         done >> $(top_builddir)/cscope.files
    18621806
    18631807distclean-tags:
    18641808        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    1865         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    18661809check-am: all-am
    18671810check: $(BUILT_SOURCES)
    18681811        $(MAKE) $(AM_MAKEFLAGS) check-recursive
    ps-am: 
    19811924
    19821925uninstall-am: uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
    19831926
    1984 .MAKE: $(am__recursive_targets) all check install install-am \
    1985         install-strip
     1927.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
     1928        ctags-recursive install install-am install-strip \
     1929        tags-recursive
    19861930
    1987 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    1988         am--refresh check check-am clean clean-bfdlibLTLIBRARIES \
    1989         clean-cscope clean-generic clean-libtool clean-noinstLIBRARIES \
    1990         clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
    1991         distclean distclean-compile distclean-generic distclean-hdr \
    1992         distclean-libtool distclean-tags dvi dvi-am html html-am info \
    1993         info-am install install-am install-bfdincludeHEADERS \
    1994         install-bfdlibLTLIBRARIES install-data install-data-am \
    1995         install-dvi install-dvi-am install-exec install-exec-am \
    1996         install-html install-html-am install-info install-info-am \
    1997         install-man install-pdf install-pdf-am install-ps \
    1998         install-ps-am install-strip installcheck installcheck-am \
    1999         installdirs installdirs-am maintainer-clean \
    2000         maintainer-clean-generic mostlyclean mostlyclean-compile \
    2001         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    2002         tags tags-am uninstall uninstall-am \
     1931.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
     1932        all all-am am--refresh check check-am clean \
     1933        clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
     1934        clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
     1935        ctags-recursive distclean distclean-compile distclean-generic \
     1936        distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
     1937        html-am info info-am install install-am \
     1938        install-bfdincludeHEADERS install-bfdlibLTLIBRARIES \
     1939        install-data install-data-am install-dvi install-dvi-am \
     1940        install-exec install-exec-am install-html install-html-am \
     1941        install-info install-info-am install-man install-pdf \
     1942        install-pdf-am install-ps install-ps-am install-strip \
     1943        installcheck installcheck-am installdirs installdirs-am \
     1944        maintainer-clean maintainer-clean-generic mostlyclean \
     1945        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
     1946        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
    20031947        uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
    20041948
    20051949
  • binutils/aclocal.m4

    diff -rupdN binutils-ref/binutils/aclocal.m4 binutils/binutils/aclocal.m4
    old new  
    1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
    2 
    3 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     1# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
    42
     3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
     5# Inc.
    56# This file is free software; the Free Software Foundation
    67# gives unlimited permission to copy and/or distribute it,
    78# with or without modifications, as long as this notice is preserved.
     
    1112# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    1213# PARTICULAR PURPOSE.
    1314
    14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
    1515m4_ifndef([AC_AUTOCONF_VERSION],
    1616  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    1717m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
    1818[m4_warning([this file was generated for autoconf 2.69.
    1919You have another version of autoconf.  It may work, but is not guaranteed to.
    2020If you have problems, you may need to regenerate the build system entirely.
    21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
     21To do so, use the procedure documented by the package, typically `autoreconf'.])])
    2222
    23 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
     23# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
     24# Foundation, Inc.
    2425#
    2526# This file is free software; the Free Software Foundation
    2627# gives unlimited permission to copy and/or distribute it,
    2728# with or without modifications, as long as this notice is preserved.
    2829
     30# serial 1
     31
    2932# AM_AUTOMAKE_VERSION(VERSION)
    3033# ----------------------------
    3134# Automake X.Y traces this macro to ensure aclocal.m4 has been
    3235# generated from the m4 files accompanying Automake X.Y.
    3336# (This private macro should not be called outside this file.)
    3437AC_DEFUN([AM_AUTOMAKE_VERSION],
    35 [am__api_version='1.14'
     38[am__api_version='1.11'
    3639dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    3740dnl require some minimum version.  Point them to the right macro.
    38 m4_if([$1], [1.14.1], [],
     41m4_if([$1], [1.11.6], [],
    3942      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    4043])
    4144
    m4_define([_AM_AUTOCONF_VERSION], []) 
    5154# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    5255# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    5356AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    54 [AM_AUTOMAKE_VERSION([1.14.1])dnl
     57[AM_AUTOMAKE_VERSION([1.11.6])dnl
    5558m4_ifndef([AC_AUTOCONF_VERSION],
    5659  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    5760_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    5861
    5962# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    6063
    61 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     64# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    6265#
    6366# This file is free software; the Free Software Foundation
    6467# gives unlimited permission to copy and/or distribute it,
    6568# with or without modifications, as long as this notice is preserved.
    6669
     70# serial 1
     71
    6772# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    68 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
    69 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
     73# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
     74# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    7075#
    7176# Of course, Automake must honor this variable whenever it calls a
    7277# tool from the auxiliary directory.  The problem is that $srcdir (and
    _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCON 
    8590#
    8691# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
    8792# are both prefixed by $srcdir.  In an in-source build this is usually
    88 # harmless because $srcdir is '.', but things will broke when you
     93# harmless because $srcdir is `.', but things will broke when you
    8994# start a VPATH build or use an absolute $srcdir.
    9095#
    9196# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
    am_aux_dir=`cd $ac_aux_dir && pwd` 
    111116
    112117# AM_CONDITIONAL                                            -*- Autoconf -*-
    113118
    114 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
     119# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
     120# Free Software Foundation, Inc.
    115121#
    116122# This file is free software; the Free Software Foundation
    117123# gives unlimited permission to copy and/or distribute it,
    118124# with or without modifications, as long as this notice is preserved.
    119125
     126# serial 9
     127
    120128# AM_CONDITIONAL(NAME, SHELL-CONDITION)
    121129# -------------------------------------
    122130# Define a conditional.
    123131AC_DEFUN([AM_CONDITIONAL],
    124 [AC_PREREQ([2.52])dnl
    125  m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    126        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     132[AC_PREREQ(2.52)dnl
     133 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
     134        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
    127135AC_SUBST([$1_TRUE])dnl
    128136AC_SUBST([$1_FALSE])dnl
    129137_AM_SUBST_NOTMAKE([$1_TRUE])dnl
    AC_CONFIG_COMMANDS_PRE( 
    142150Usually this means the macro was only invoked conditionally.]])
    143151fi])])
    144152
    145 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
     153# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
     154# 2010, 2011 Free Software Foundation, Inc.
    146155#
    147156# This file is free software; the Free Software Foundation
    148157# gives unlimited permission to copy and/or distribute it,
    149158# with or without modifications, as long as this notice is preserved.
    150159
     160# serial 12
    151161
    152 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
     162# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    153163# written in clear, in which case automake, when reading aclocal.m4,
    154164# will think it sees a *use*, and therefore will trigger all it's
    155165# C support machinery.  Also note that it means that autoscan, seeing
    fi])]) 
    159169# _AM_DEPENDENCIES(NAME)
    160170# ----------------------
    161171# See how the compiler implements dependency checking.
    162 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
     172# NAME is "CC", "CXX", "GCJ", or "OBJC".
    163173# We try a few techniques and use that to set a single cache variable.
    164174#
    165175# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
    AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAND 
    172182AC_REQUIRE([AM_MAKE_INCLUDE])dnl
    173183AC_REQUIRE([AM_DEP_TRACK])dnl
    174184
    175 m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
    176       [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
    177       [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
    178       [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
    179       [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
    180       [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
    181                     [depcc="$$1"   am_compiler_list=])
     185ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
     186       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
     187       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
     188       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
     189       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
     190                   [depcc="$$1"   am_compiler_list=])
    182191
    183192AC_CACHE_CHECK([dependency style of $depcc],
    184193               [am_cv_$1_dependencies_compiler_type],
    AC_CACHE_CHECK([dependency style of $dep 
    186195  # We make a subdir and do the tests there.  Otherwise we can end up
    187196  # making bogus files that we don't know about and never remove.  For
    188197  # instance it was reported that on HP-UX the gcc test will end up
    189   # making a dummy file named 'D' -- because '-MD' means "put the output
    190   # in D".
     198  # making a dummy file named `D' -- because `-MD' means `put the output
     199  # in D'.
    191200  rm -rf conftest.dir
    192201  mkdir conftest.dir
    193202  # Copy depcomp to subdir because otherwise we won't find it if we're
    AC_CACHE_CHECK([dependency style of $dep 
    227236    : > sub/conftest.c
    228237    for i in 1 2 3 4 5 6; do
    229238      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    230       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    231       # Solaris 10 /bin/sh.
    232       echo '/* dummy */' > sub/conftst$i.h
     239      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     240      # Solaris 8's {/usr,}/bin/sh.
     241      touch sub/conftst$i.h
    233242    done
    234243    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    235244
    236     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     245    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    237246    # mode.  It turns out that the SunPro C++ compiler does not properly
    238     # handle '-M -o', and we need to detect this.  Also, some Intel
    239     # versions had trouble with output in subdirs.
     247    # handle `-M -o', and we need to detect this.  Also, some Intel
     248    # versions had trouble with output in subdirs
    240249    am__obj=sub/conftest.${OBJEXT-o}
    241250    am__minus_obj="-o $am__obj"
    242251    case $depmode in
    AC_CACHE_CHECK([dependency style of $dep 
    245254      test "$am__universal" = false || continue
    246255      ;;
    247256    nosideeffect)
    248       # After this tag, mechanisms are not by side-effect, so they'll
    249       # only be used when explicitly requested.
     257      # after this tag, mechanisms are not by side-effect, so they'll
     258      # only be used when explicitly requested
    250259      if test "x$enable_dependency_tracking" = xyes; then
    251260        continue
    252261      else
    AC_CACHE_CHECK([dependency style of $dep 
    254263      fi
    255264      ;;
    256265    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    257       # This compiler won't grok '-c -o', but also, the minuso test has
     266      # This compiler won't grok `-c -o', but also, the minuso test has
    258267      # not run yet.  These depmodes are late enough in the game, and
    259268      # so weak that their functioning should not be impacted.
    260269      am__obj=conftest.${OBJEXT-o}
    AM_CONDITIONAL([am__fastdep$1], [ 
    302311# AM_SET_DEPDIR
    303312# -------------
    304313# Choose a directory name for dependency files.
    305 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
     314# This macro is AC_REQUIREd in _AM_DEPENDENCIES
    306315AC_DEFUN([AM_SET_DEPDIR],
    307316[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    308317AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    AC_SUBST([DEPDIR], ["${am__leading_dot}d 
    312321# AM_DEP_TRACK
    313322# ------------
    314323AC_DEFUN([AM_DEP_TRACK],
    315 [AC_ARG_ENABLE([dependency-tracking], [dnl
    316 AS_HELP_STRING(
    317   [--enable-dependency-tracking],
    318   [do not reject slow dependency extractors])
    319 AS_HELP_STRING(
    320   [--disable-dependency-tracking],
    321   [speeds up one-time build])])
     324[AC_ARG_ENABLE(dependency-tracking,
     325[  --disable-dependency-tracking  speeds up one-time build
     326  --enable-dependency-tracking   do not reject slow dependency extractors])
    322327if test "x$enable_dependency_tracking" != xno; then
    323328  am_depcomp="$ac_aux_dir/depcomp"
    324329  AMDEPBACKSLASH='\'
    _AM_SUBST_NOTMAKE([am__nodep])dnl 
    333338
    334339# Generate code to set up dependency tracking.              -*- Autoconf -*-
    335340
    336 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
     341# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
     342# Free Software Foundation, Inc.
    337343#
    338344# This file is free software; the Free Software Foundation
    339345# gives unlimited permission to copy and/or distribute it,
    340346# with or without modifications, as long as this notice is preserved.
    341347
     348#serial 5
    342349
    343350# _AM_OUTPUT_DEPENDENCY_COMMANDS
    344351# ------------------------------
    345352AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
    346353[{
    347   # Older Autoconf quotes --file arguments for eval, but not when files
     354  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    348355  # are listed without --file.  Let's play safe and only enable the eval
    349356  # if we detect the quoting.
    350357  case $CONFIG_FILES in
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    357364    # Strip MF so we end up with the name of the file.
    358365    mf=`echo "$mf" | sed -e 's/:.*$//'`
    359366    # Check whether this is an Automake generated Makefile or not.
    360     # We used to match only the files named 'Makefile.in', but
     367    # We used to match only the files named `Makefile.in', but
    361368    # some people rename them; so instead we look at the file content.
    362369    # Grep'ing the first line is not enough: some people post-process
    363370    # each Makefile.in and add a new line on top of each file to say so.
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    369376      continue
    370377    fi
    371378    # Extract the definition of DEPDIR, am__include, and am__quote
    372     # from the Makefile without running 'make'.
     379    # from the Makefile without running `make'.
    373380    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    374381    test -z "$DEPDIR" && continue
    375382    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    376     test -z "$am__include" && continue
     383    test -z "am__include" && continue
    377384    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     385    # When using ansi2knr, U may be empty or an underscore; expand it
     386    U=`sed -n 's/^U = //p' < "$mf"`
    378387    # Find all dependency output files, they are included files with
    379388    # $(DEPDIR) in their names.  We invoke sed twice because it is the
    380389    # simplest approach to changing $(DEPDIR) to its actual value in the
    381390    # expansion.
    382391    for file in `sed -n "
    383392      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    384          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     393         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    385394      # Make sure the directory exists.
    386395      test -f "$dirpart/$file" && continue
    387396      fdir=`AS_DIRNAME(["$file"])`
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    399408# This macro should only be invoked once -- use via AC_REQUIRE.
    400409#
    401410# This code is only required when automatic dependency tracking
    402 # is enabled.  FIXME.  This creates each '.P' file that we will
     411# is enabled.  FIXME.  This creates each `.P' file that we will
    403412# need in order to bootstrap the dependency handling code.
    404413AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
    405414[AC_CONFIG_COMMANDS([depfiles],
    AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] 
    409418
    410419# Do all the work for Automake.                             -*- Autoconf -*-
    411420
    412 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     421# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     422# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
    413423#
    414424# This file is free software; the Free Software Foundation
    415425# gives unlimited permission to copy and/or distribute it,
    416426# with or without modifications, as long as this notice is preserved.
    417427
     428# serial 16
     429
    418430# This macro actually does too much.  Some checks are only needed if
    419431# your package does certain things.  But this isn't really a big deal.
    420432
    421 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
    422 m4_define([AC_PROG_CC],
    423 m4_defn([AC_PROG_CC])
    424 [_AM_PROG_CC_C_O
    425 ])
    426 
    427433# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
    428434# AM_INIT_AUTOMAKE([OPTIONS])
    429435# -----------------------------------------------
    m4_defn([AC_PROG_CC]) 
    436442# arguments mandatory, and then we can depend on a new Autoconf
    437443# release and drop the old call support.
    438444AC_DEFUN([AM_INIT_AUTOMAKE],
    439 [AC_PREREQ([2.65])dnl
     445[AC_PREREQ([2.62])dnl
    440446dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    441447dnl the ones we care about.
    442448m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
    AC_SUBST([CYGPATH_W]) 
    465471# Define the identity of the package.
    466472dnl Distinguish between old-style and new-style calls.
    467473m4_ifval([$2],
    468 [AC_DIAGNOSE([obsolete],
    469              [$0: two- and three-arguments forms are deprecated.])
    470 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
     474[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
    471475 AC_SUBST([PACKAGE], [$1])dnl
    472476 AC_SUBST([VERSION], [$2])],
    473477[_AM_SET_OPTIONS([$1])dnl
    474478dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
    475 m4_if(
    476   m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
    477   [ok:ok],,
     479m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
    478480  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
    479481 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
    480482 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
    481483
    482484_AM_IF_OPTION([no-define],,
    483 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
    484  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
     485[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
     486 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
    485487
    486488# Some tools Automake needs.
    487489AC_REQUIRE([AM_SANITY_CHECK])dnl
    488490AC_REQUIRE([AC_ARG_PROGRAM])dnl
    489 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
    490 AM_MISSING_PROG([AUTOCONF], [autoconf])
    491 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
    492 AM_MISSING_PROG([AUTOHEADER], [autoheader])
    493 AM_MISSING_PROG([MAKEINFO], [makeinfo])
     491AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
     492AM_MISSING_PROG(AUTOCONF, autoconf)
     493AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
     494AM_MISSING_PROG(AUTOHEADER, autoheader)
     495AM_MISSING_PROG(MAKEINFO, makeinfo)
    494496AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    495497AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
    496 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    497 # For better backward compatibility.  To be removed once Automake 1.9.x
    498 # dies out for good.  For more background, see:
    499 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    500 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    501 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
     498AC_REQUIRE([AM_PROG_MKDIR_P])dnl
    502499# We need awk for the "check" target.  The system "awk" is bad on
    503500# some platforms.
    504501AC_REQUIRE([AC_PROG_AWK])dnl
    _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR 
    509506                             [_AM_PROG_TAR([v7])])])
    510507_AM_IF_OPTION([no-dependencies],,
    511508[AC_PROVIDE_IFELSE([AC_PROG_CC],
    512                   [_AM_DEPENDENCIES([CC])],
    513                   [m4_define([AC_PROG_CC],
    514                              m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
     509                  [_AM_DEPENDENCIES(CC)],
     510                  [define([AC_PROG_CC],
     511                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    515512AC_PROVIDE_IFELSE([AC_PROG_CXX],
    516                   [_AM_DEPENDENCIES([CXX])],
    517                   [m4_define([AC_PROG_CXX],
    518                              m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
     513                  [_AM_DEPENDENCIES(CXX)],
     514                  [define([AC_PROG_CXX],
     515                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    519516AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    520                   [_AM_DEPENDENCIES([OBJC])],
    521                   [m4_define([AC_PROG_OBJC],
    522                              m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
    523 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
    524                   [_AM_DEPENDENCIES([OBJCXX])],
    525                   [m4_define([AC_PROG_OBJCXX],
    526                              m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
     517                  [_AM_DEPENDENCIES(OBJC)],
     518                  [define([AC_PROG_OBJC],
     519                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
    527520])
    528 AC_REQUIRE([AM_SILENT_RULES])dnl
    529 dnl The testsuite driver may need to know about EXEEXT, so add the
    530 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
    531 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
     521_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
     522dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
     523dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
     524dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
    532525AC_CONFIG_COMMANDS_PRE(dnl
    533526[m4_provide_if([_AM_COMPILER_EXEEXT],
    534527  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
     528])
    535529
    536 # POSIX will say in a future version that running "rm -f" with no argument
    537 # is OK; and we want to be able to make that assumption in our Makefile
    538 # recipes.  So use an aggressive probe to check that the usage we want is
    539 # actually supported "in the wild" to an acceptable degree.
    540 # See automake bug#10828.
    541 # To make any issue more visible, cause the running configure to be aborted
    542 # by default if the 'rm' program in use doesn't match our expectations; the
    543 # user can still override this though.
    544 if rm -f && rm -fr && rm -rf; then : OK; else
    545   cat >&2 <<'END'
    546 Oops!
    547 
    548 Your 'rm' program seems unable to run without file operands specified
    549 on the command line, even when the '-f' option is present.  This is contrary
    550 to the behaviour of most rm programs out there, and not conforming with
    551 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    552 
    553 Please tell bug-automake@gnu.org about your system, including the value
    554 of your $PATH and any error possibly output before this message.  This
    555 can help us improve future automake versions.
    556 
    557 END
    558   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    559     echo 'Configuration will proceed anyway, since you have set the' >&2
    560     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    561     echo >&2
    562   else
    563     cat >&2 <<'END'
    564 Aborting the configuration process, to ensure you take notice of the issue.
    565 
    566 You can download and install GNU coreutils to get an 'rm' implementation
    567 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    568 
    569 If you want to complete the configuration process using your problematic
    570 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    571 to "yes", and re-run configure.
    572 
    573 END
    574     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
    575   fi
    576 fi])
    577 
    578 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
     530dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
    579531dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
    580532dnl mangled by Autoconf and run in a shell conditional statement.
    581533m4_define([_AC_COMPILER_EXEEXT],
    582534m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
    583535
     536
    584537# When config.status generates a header, we must update the stamp-h file.
    585538# This file resides in the same directory as the config header
    586539# that is generated.  The stamp files are numbered to have different names.
    for _am_header in $config_headers :; do 
    602555done
    603556echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    604557
    605 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     558# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
     559# Inc.
    606560#
    607561# This file is free software; the Free Software Foundation
    608562# gives unlimited permission to copy and/or distribute it,
    609563# with or without modifications, as long as this notice is preserved.
    610564
     565# serial 1
     566
    611567# AM_PROG_INSTALL_SH
    612568# ------------------
    613569# Define $install_sh.
    if test x"${install_sh}" != xset; then 
    621577    install_sh="\${SHELL} $am_aux_dir/install-sh"
    622578  esac
    623579fi
    624 AC_SUBST([install_sh])])
     580AC_SUBST(install_sh)])
    625581
    626 # Copyright (C) 1998-2013 Free Software Foundation, Inc.
     582# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
     583# Free Software Foundation, Inc.
    627584#
    628585# This file is free software; the Free Software Foundation
    629586# gives unlimited permission to copy and/or distribute it,
    630587# with or without modifications, as long as this notice is preserved.
    631588
     589# serial 5
     590
    632591# AM_PROG_LEX
    633592# -----------
    634593# Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
    635594# "missing" invocation, for better error output.
    636595AC_DEFUN([AM_PROG_LEX],
    637 [AC_PREREQ([2.50])dnl
     596[AC_PREREQ(2.50)dnl
    638597AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
    639598AC_REQUIRE([AC_PROG_LEX])dnl
    640599if test "$LEX" = :; then
    fi]) 
    644603# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
    645604# From Jim Meyering
    646605
    647 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     606# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
     607# 2011 Free Software Foundation, Inc.
    648608#
    649609# This file is free software; the Free Software Foundation
    650610# gives unlimited permission to copy and/or distribute it,
    651611# with or without modifications, as long as this notice is preserved.
    652612
     613# serial 5
     614
    653615# AM_MAINTAINER_MODE([DEFAULT-MODE])
    654616# ----------------------------------
    655617# Control maintainer-specific portions of Makefiles.
    656 # Default is to disable them, unless 'enable' is passed literally.
    657 # For symmetry, 'disable' may be passed as well.  Anyway, the user
     618# Default is to disable them, unless `enable' is passed literally.
     619# For symmetry, `disable' may be passed as well.  Anyway, the user
    658620# can override the default with the --enable/--disable switch.
    659621AC_DEFUN([AM_MAINTAINER_MODE],
    660622[m4_case(m4_default([$1], [disable]),
    AC_DEFUN([AM_MAINTAINER_MODE], 
    665627AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    666628  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    667629  AC_ARG_ENABLE([maintainer-mode],
    668     [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
    669       am_maintainer_other[ make rules and dependencies not useful
    670       (and sometimes confusing) to the casual installer])],
    671     [USE_MAINTAINER_MODE=$enableval],
    672     [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
     630[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
     631                          (and sometimes confusing) to the casual installer],
     632      [USE_MAINTAINER_MODE=$enableval],
     633      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
    673634  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
    674635  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
    675636  MAINT=$MAINTAINER_MODE_TRUE
    AC_MSG_CHECKING([whether to enable maint 
    677638]
    678639)
    679640
     641AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
     642
    680643# Check to see how 'make' treats includes.                  -*- Autoconf -*-
    681644
    682 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     645# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
    683646#
    684647# This file is free software; the Free Software Foundation
    685648# gives unlimited permission to copy and/or distribute it,
    686649# with or without modifications, as long as this notice is preserved.
    687650
     651# serial 4
     652
    688653# AM_MAKE_INCLUDE()
    689654# -----------------
    690655# Check to see how make treats includes.
    am__quote= 
    702667_am_result=none
    703668# First try GNU make style include.
    704669echo "include confinc" > confmf
    705 # Ignore all kinds of additional output from 'make'.
     670# Ignore all kinds of additional output from `make'.
    706671case `$am_make -s -f confmf 2> /dev/null` in #(
    707672*the\ am__doit\ target*)
    708673  am__include=include
    rm -f confinc confmf 
    729694
    730695# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
    731696
    732 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
     697# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
     698# Free Software Foundation, Inc.
    733699#
    734700# This file is free software; the Free Software Foundation
    735701# gives unlimited permission to copy and/or distribute it,
    736702# with or without modifications, as long as this notice is preserved.
    737703
     704# serial 6
     705
    738706# AM_MISSING_PROG(NAME, PROGRAM)
    739707# ------------------------------
    740708AC_DEFUN([AM_MISSING_PROG],
    AC_DEFUN([AM_MISSING_PROG], 
    742710$1=${$1-"${am_missing_run}$2"}
    743711AC_SUBST($1)])
    744712
     713
    745714# AM_MISSING_HAS_RUN
    746715# ------------------
    747 # Define MISSING if not defined so far and test if it is modern enough.
    748 # If it is, set am_missing_run to use it, otherwise, to nothing.
     716# Define MISSING if not defined so far and test if it supports --run.
     717# If it does, set am_missing_run to use it, otherwise, to nothing.
    749718AC_DEFUN([AM_MISSING_HAS_RUN],
    750719[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    751720AC_REQUIRE_AUX_FILE([missing])dnl
    if test x"${MISSING+set}" != xset; then 
    758727  esac
    759728fi
    760729# Use eval to expand $SHELL
    761 if eval "$MISSING --is-lightweight"; then
    762   am_missing_run="$MISSING "
     730if eval "$MISSING --run true"; then
     731  am_missing_run="$MISSING --run "
    763732else
    764733  am_missing_run=
    765   AC_MSG_WARN(['missing' script is too old or missing])
     734  AC_MSG_WARN([`missing' script is too old or missing])
    766735fi
    767736])
    768737
     738# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
     739# Inc.
     740#
     741# This file is free software; the Free Software Foundation
     742# gives unlimited permission to copy and/or distribute it,
     743# with or without modifications, as long as this notice is preserved.
     744
     745# serial 1
     746
     747# AM_PROG_MKDIR_P
     748# ---------------
     749# Check for `mkdir -p'.
     750AC_DEFUN([AM_PROG_MKDIR_P],
     751[AC_PREREQ([2.60])dnl
     752AC_REQUIRE([AC_PROG_MKDIR_P])dnl
     753dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     754dnl while keeping a definition of mkdir_p for backward compatibility.
     755dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
     756dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
     757dnl Makefile.ins that do not define MKDIR_P, so we do our own
     758dnl adjustment using top_builddir (which is defined more often than
     759dnl MKDIR_P).
     760AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
     761case $mkdir_p in
     762  [[\\/$]]* | ?:[[\\/]]*) ;;
     763  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     764esac
     765])
     766
    769767# Helper functions for option handling.                     -*- Autoconf -*-
    770768
    771 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     769# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
     770# Foundation, Inc.
    772771#
    773772# This file is free software; the Free Software Foundation
    774773# gives unlimited permission to copy and/or distribute it,
    775774# with or without modifications, as long as this notice is preserved.
    776775
     776# serial 5
     777
    777778# _AM_MANGLE_OPTION(NAME)
    778779# -----------------------
    779780AC_DEFUN([_AM_MANGLE_OPTION],
    AC_DEFUN([_AM_MANGLE_OPTION], 
    783784# --------------------
    784785# Set option NAME.  Presently that only means defining a flag for this option.
    785786AC_DEFUN([_AM_SET_OPTION],
    786 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
     787[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    787788
    788789# _AM_SET_OPTIONS(OPTIONS)
    789790# ------------------------
    AC_DEFUN([_AM_SET_OPTIONS], 
    797798AC_DEFUN([_AM_IF_OPTION],
    798799[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    799800
    800 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
    801 #
    802 # This file is free software; the Free Software Foundation
    803 # gives unlimited permission to copy and/or distribute it,
    804 # with or without modifications, as long as this notice is preserved.
    805 
    806 # _AM_PROG_CC_C_O
    807 # ---------------
    808 # Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
    809 # to automatically call this.
    810 AC_DEFUN([_AM_PROG_CC_C_O],
    811 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    812 AC_REQUIRE_AUX_FILE([compile])dnl
    813 AC_LANG_PUSH([C])dnl
    814 AC_CACHE_CHECK(
    815   [whether $CC understands -c and -o together],
    816   [am_cv_prog_cc_c_o],
    817   [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
    818   # Make sure it works both with $CC and with simple cc.
    819   # Following AC_PROG_CC_C_O, we do the test twice because some
    820   # compilers refuse to overwrite an existing .o file with -o,
    821   # though they will create one.
    822   am_cv_prog_cc_c_o=yes
    823   for am_i in 1 2; do
    824     if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
    825          && test -f conftest2.$ac_objext; then
    826       : OK
    827     else
    828       am_cv_prog_cc_c_o=no
    829       break
    830     fi
    831   done
    832   rm -f core conftest*
    833   unset am_i])
    834 if test "$am_cv_prog_cc_c_o" != yes; then
    835    # Losing compiler, so override with the script.
    836    # FIXME: It is wrong to rewrite CC.
    837    # But if we don't then we get into trouble of one sort or another.
    838    # A longer-term fix would be to have automake use am__CC in this case,
    839    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    840    CC="$am_aux_dir/compile $CC"
    841 fi
    842 AC_LANG_POP([C])])
    843 
    844 # For backward compatibility.
    845 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
    846 
    847 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    848 #
    849 # This file is free software; the Free Software Foundation
    850 # gives unlimited permission to copy and/or distribute it,
    851 # with or without modifications, as long as this notice is preserved.
    852 
    853 # AM_RUN_LOG(COMMAND)
    854 # -------------------
    855 # Run COMMAND, save the exit status in ac_status, and log it.
    856 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
    857 AC_DEFUN([AM_RUN_LOG],
    858 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    859    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    860    ac_status=$?
    861    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    862    (exit $ac_status); }])
    863 
    864801# Check to make sure that the build environment is sane.    -*- Autoconf -*-
    865802
    866 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     803# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
     804# Free Software Foundation, Inc.
    867805#
    868806# This file is free software; the Free Software Foundation
    869807# gives unlimited permission to copy and/or distribute it,
    870808# with or without modifications, as long as this notice is preserved.
    871809
     810# serial 5
     811
    872812# AM_SANITY_CHECK
    873813# ---------------
    874814AC_DEFUN([AM_SANITY_CHECK],
    875815[AC_MSG_CHECKING([whether build environment is sane])
     816# Just in case
     817sleep 1
     818echo timestamp > conftest.file
    876819# Reject unsafe characters in $srcdir or the absolute working directory
    877820# name.  Accept space and tab only in the latter.
    878821am_lf='
    case `pwd` in 
    883826esac
    884827case $srcdir in
    885828  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
    886     AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
     829    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
    887830esac
    888831
    889 # Do 'set' in a subshell so we don't clobber the current shell's
     832# Do `set' in a subshell so we don't clobber the current shell's
    890833# arguments.  Must try -L first in case configure is actually a
    891834# symlink; some systems play weird games with the mod time of symlinks
    892835# (eg FreeBSD returns the mod time of the symlink's containing
    893836# directory).
    894837if (
    895    am_has_slept=no
    896    for am_try in 1 2; do
    897      echo "timestamp, slept: $am_has_slept" > conftest.file
    898      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    899      if test "$[*]" = "X"; then
    900         # -L didn't work.
    901         set X `ls -t "$srcdir/configure" conftest.file`
    902      fi
    903      if test "$[*]" != "X $srcdir/configure conftest.file" \
    904         && test "$[*]" != "X conftest.file $srcdir/configure"; then
     838   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     839   if test "$[*]" = "X"; then
     840      # -L didn't work.
     841      set X `ls -t "$srcdir/configure" conftest.file`
     842   fi
     843   rm -f conftest.file
     844   if test "$[*]" != "X $srcdir/configure conftest.file" \
     845      && test "$[*]" != "X conftest.file $srcdir/configure"; then
     846
     847      # If neither matched, then we have a broken ls.  This can happen
     848      # if, for instance, CONFIG_SHELL is bash and it inherits a
     849      # broken ls alias from the environment.  This has actually
     850      # happened.  Such a system could not be considered "sane".
     851      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
     852alias in your environment])
     853   fi
    905854
    906         # If neither matched, then we have a broken ls.  This can happen
    907         # if, for instance, CONFIG_SHELL is bash and it inherits a
    908         # broken ls alias from the environment.  This has actually
    909         # happened.  Such a system could not be considered "sane".
    910         AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    911   alias in your environment])
    912      fi
    913      if test "$[2]" = conftest.file || test $am_try -eq 2; then
    914        break
    915      fi
    916      # Just in case.
    917      sleep 1
    918      am_has_slept=yes
    919    done
    920855   test "$[2]" = conftest.file
    921856   )
    922857then
    else 
    926861   AC_MSG_ERROR([newly created file is older than distributed files!
    927862Check your system clock])
    928863fi
    929 AC_MSG_RESULT([yes])
    930 # If we didn't sleep, we still need to ensure time stamps of config.status and
    931 # generated files are strictly newer.
    932 am_sleep_pid=
    933 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    934   ( sleep 1 ) &
    935   am_sleep_pid=$!
    936 fi
    937 AC_CONFIG_COMMANDS_PRE(
    938   [AC_MSG_CHECKING([that generated files are newer than configure])
    939    if test -n "$am_sleep_pid"; then
    940      # Hide warnings about reused PIDs.
    941      wait $am_sleep_pid 2>/dev/null
    942    fi
    943    AC_MSG_RESULT([done])])
    944 rm -f conftest.file
    945 ])
     864AC_MSG_RESULT(yes)])
    946865
    947 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
     866# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    948867#
    949868# This file is free software; the Free Software Foundation
    950869# gives unlimited permission to copy and/or distribute it,
    951870# with or without modifications, as long as this notice is preserved.
    952871
    953 # AM_SILENT_RULES([DEFAULT])
    954 # --------------------------
    955 # Enable less verbose build rules; with the default set to DEFAULT
    956 # ("yes" being less verbose, "no" or empty being verbose).
    957 AC_DEFUN([AM_SILENT_RULES],
    958 [AC_ARG_ENABLE([silent-rules], [dnl
    959 AS_HELP_STRING(
    960   [--enable-silent-rules],
    961   [less verbose build output (undo: "make V=1")])
    962 AS_HELP_STRING(
    963   [--disable-silent-rules],
    964   [verbose build output (undo: "make V=0")])dnl
    965 ])
    966 case $enable_silent_rules in @%:@ (((
    967   yes) AM_DEFAULT_VERBOSITY=0;;
    968    no) AM_DEFAULT_VERBOSITY=1;;
    969     *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
    970 esac
    971 dnl
    972 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
    973 dnl do not support nested variable expansions.
    974 dnl See automake bug#9928 and bug#10237.
    975 am_make=${MAKE-make}
    976 AC_CACHE_CHECK([whether $am_make supports nested variables],
    977    [am_cv_make_support_nested_variables],
    978    [if AS_ECHO([['TRUE=$(BAR$(V))
    979 BAR0=false
    980 BAR1=true
    981 V=1
    982 am__doit:
    983         @$(TRUE)
    984 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
    985   am_cv_make_support_nested_variables=yes
    986 else
    987   am_cv_make_support_nested_variables=no
    988 fi])
    989 if test $am_cv_make_support_nested_variables = yes; then
    990   dnl Using '$V' instead of '$(V)' breaks IRIX make.
    991   AM_V='$(V)'
    992   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    993 else
    994   AM_V=$AM_DEFAULT_VERBOSITY
    995   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
    996 fi
    997 AC_SUBST([AM_V])dnl
    998 AM_SUBST_NOTMAKE([AM_V])dnl
    999 AC_SUBST([AM_DEFAULT_V])dnl
    1000 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
    1001 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
    1002 AM_BACKSLASH='\'
    1003 AC_SUBST([AM_BACKSLASH])dnl
    1004 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
    1005 ])
    1006 
    1007 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    1008 #
    1009 # This file is free software; the Free Software Foundation
    1010 # gives unlimited permission to copy and/or distribute it,
    1011 # with or without modifications, as long as this notice is preserved.
     872# serial 1
    1012873
    1013874# AM_PROG_INSTALL_STRIP
    1014875# ---------------------
    1015 # One issue with vendor 'install' (even GNU) is that you can't
     876# One issue with vendor `install' (even GNU) is that you can't
    1016877# specify the program used to strip binaries.  This is especially
    1017878# annoying in cross-compiling environments, where the build's strip
    1018879# is unlikely to handle the host's binaries.
    1019880# Fortunately install-sh will honor a STRIPPROG variable, so we
    1020 # always use install-sh in "make install-strip", and initialize
     881# always use install-sh in `make install-strip', and initialize
    1021882# STRIPPROG with the value of the STRIP variable (set by the user).
    1022883AC_DEFUN([AM_PROG_INSTALL_STRIP],
    1023884[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    1024 # Installed binaries are usually stripped using 'strip' when the user
    1025 # run "make install-strip".  However 'strip' might not be the right
     885# Installed binaries are usually stripped using `strip' when the user
     886# run `make install-strip'.  However `strip' might not be the right
    1026887# tool to use in cross-compilation environments, therefore Automake
    1027 # will honor the 'STRIP' environment variable to overrule this program.
    1028 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
     888# will honor the `STRIP' environment variable to overrule this program.
     889dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
    1029890if test "$cross_compiling" != no; then
    1030891  AC_CHECK_TOOL([STRIP], [strip], :)
    1031892fi
    1032893INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    1033894AC_SUBST([INSTALL_STRIP_PROGRAM])])
    1034895
    1035 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
     896# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
    1036897#
    1037898# This file is free software; the Free Software Foundation
    1038899# gives unlimited permission to copy and/or distribute it,
    1039900# with or without modifications, as long as this notice is preserved.
    1040901
     902# serial 3
     903
    1041904# _AM_SUBST_NOTMAKE(VARIABLE)
    1042905# ---------------------------
    1043906# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    1051914
    1052915# Check how to create a tarball.                            -*- Autoconf -*-
    1053916
    1054 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
     917# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
    1055918#
    1056919# This file is free software; the Free Software Foundation
    1057920# gives unlimited permission to copy and/or distribute it,
    1058921# with or without modifications, as long as this notice is preserved.
    1059922
     923# serial 2
     924
    1060925# _AM_PROG_TAR(FORMAT)
    1061926# --------------------
    1062927# Check how to create a tarball in format FORMAT.
    1063 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
     928# FORMAT should be one of `v7', `ustar', or `pax'.
    1064929#
    1065930# Substitute a variable $(am__tar) that is a command
    1066931# writing to stdout a FORMAT-tarball containing the directory
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    1070935# Substitute a variable $(am__untar) that extract such
    1071936# a tarball read from stdin.
    1072937#     $(am__untar) < result.tar
    1073 #
    1074938AC_DEFUN([_AM_PROG_TAR],
    1075939[# Always define AMTAR for backward compatibility.  Yes, it's still used
    1076940# in the wild :-(  We should find a proper way to deprecate it ...
    1077941AC_SUBST([AMTAR], ['$${TAR-tar}'])
    1078 
    1079 # We'll loop over all known methods to create a tar archive until one works.
    1080 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
    1081 
    1082942m4_if([$1], [v7],
    1083   [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
    1084 
    1085   [m4_case([$1],
    1086     [ustar],
    1087      [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
    1088       # There is notably a 21 bits limit for the UID and the GID.  In fact,
    1089       # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
    1090       # and bug#13588).
    1091       am_max_uid=2097151 # 2^21 - 1
    1092       am_max_gid=$am_max_uid
    1093       # The $UID and $GID variables are not portable, so we need to resort
    1094       # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
    1095       # below are definitely unexpected, so allow the users to see them
    1096       # (that is, avoid stderr redirection).
    1097       am_uid=`id -u || echo unknown`
    1098       am_gid=`id -g || echo unknown`
    1099       AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
    1100       if test $am_uid -le $am_max_uid; then
    1101          AC_MSG_RESULT([yes])
    1102       else
    1103          AC_MSG_RESULT([no])
    1104          _am_tools=none
    1105       fi
    1106       AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
    1107       if test $am_gid -le $am_max_gid; then
    1108          AC_MSG_RESULT([yes])
    1109       else
    1110         AC_MSG_RESULT([no])
    1111         _am_tools=none
    1112       fi],
    1113 
    1114   [pax],
    1115     [],
    1116 
    1117   [m4_fatal([Unknown tar format])])
    1118 
    1119   AC_MSG_CHECKING([how to create a $1 tar archive])
    1120 
    1121   # Go ahead even if we have the value already cached.  We do so because we
    1122   # need to set the values for the 'am__tar' and 'am__untar' variables.
    1123   _am_tools=${am_cv_prog_tar_$1-$_am_tools}
    1124 
    1125   for _am_tool in $_am_tools; do
    1126     case $_am_tool in
    1127     gnutar)
    1128       for _am_tar in tar gnutar gtar; do
    1129         AM_RUN_LOG([$_am_tar --version]) && break
    1130       done
    1131       am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
    1132       am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
    1133       am__untar="$_am_tar -xf -"
    1134       ;;
    1135     plaintar)
    1136       # Must skip GNU tar: if it does not support --format= it doesn't create
    1137       # ustar tarball either.
    1138       (tar --version) >/dev/null 2>&1 && continue
    1139       am__tar='tar chf - "$$tardir"'
    1140       am__tar_='tar chf - "$tardir"'
    1141       am__untar='tar xf -'
    1142       ;;
    1143     pax)
    1144       am__tar='pax -L -x $1 -w "$$tardir"'
    1145       am__tar_='pax -L -x $1 -w "$tardir"'
    1146       am__untar='pax -r'
    1147       ;;
    1148     cpio)
    1149       am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
    1150       am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
    1151       am__untar='cpio -i -H $1 -d'
    1152       ;;
    1153     none)
    1154       am__tar=false
    1155       am__tar_=false
    1156       am__untar=false
    1157       ;;
    1158     esac
     943     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
     944     [m4_case([$1], [ustar],, [pax],,
     945              [m4_fatal([Unknown tar format])])
     946AC_MSG_CHECKING([how to create a $1 tar archive])
     947# Loop over all known methods to create a tar archive until one works.
     948_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
     949_am_tools=${am_cv_prog_tar_$1-$_am_tools}
     950# Do not fold the above two line into one, because Tru64 sh and
     951# Solaris sh will not grok spaces in the rhs of `-'.
     952for _am_tool in $_am_tools
     953do
     954  case $_am_tool in
     955  gnutar)
     956    for _am_tar in tar gnutar gtar;
     957    do
     958      AM_RUN_LOG([$_am_tar --version]) && break
     959    done
     960    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
     961    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
     962    am__untar="$_am_tar -xf -"
     963    ;;
     964  plaintar)
     965    # Must skip GNU tar: if it does not support --format= it doesn't create
     966    # ustar tarball either.
     967    (tar --version) >/dev/null 2>&1 && continue
     968    am__tar='tar chf - "$$tardir"'
     969    am__tar_='tar chf - "$tardir"'
     970    am__untar='tar xf -'
     971    ;;
     972  pax)
     973    am__tar='pax -L -x $1 -w "$$tardir"'
     974    am__tar_='pax -L -x $1 -w "$tardir"'
     975    am__untar='pax -r'
     976    ;;
     977  cpio)
     978    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
     979    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
     980    am__untar='cpio -i -H $1 -d'
     981    ;;
     982  none)
     983    am__tar=false
     984    am__tar_=false
     985    am__untar=false
     986    ;;
     987  esac
    1159988
    1160     # If the value was cached, stop now.  We just wanted to have am__tar
    1161     # and am__untar set.
    1162     test -n "${am_cv_prog_tar_$1}" && break
     989  # If the value was cached, stop now.  We just wanted to have am__tar
     990  # and am__untar set.
     991  test -n "${am_cv_prog_tar_$1}" && break
    1163992
    1164     # tar/untar a dummy directory, and stop if the command works.
    1165     rm -rf conftest.dir
    1166     mkdir conftest.dir
    1167     echo GrepMe > conftest.dir/file
    1168     AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
    1169     rm -rf conftest.dir
    1170     if test -s conftest.tar; then
    1171       AM_RUN_LOG([$am__untar <conftest.tar])
    1172       AM_RUN_LOG([cat conftest.dir/file])
    1173       grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
    1174     fi
    1175   done
     993  # tar/untar a dummy directory, and stop if the command works
    1176994  rm -rf conftest.dir
     995  mkdir conftest.dir
     996  echo GrepMe > conftest.dir/file
     997  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
     998  rm -rf conftest.dir
     999  if test -s conftest.tar; then
     1000    AM_RUN_LOG([$am__untar <conftest.tar])
     1001    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
     1002  fi
     1003done
     1004rm -rf conftest.dir
    11771005
    1178   AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
    1179   AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    1180 
     1006AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
     1007AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    11811008AC_SUBST([am__tar])
    11821009AC_SUBST([am__untar])
    11831010]) # _AM_PROG_TAR
  • binutils/configure

    diff -rupdN binutils-ref/binutils/configure binutils/binutils/configure
    old new LIBTOOL 
    700700EGREP
    701701GREP
    702702CPP
    703 AM_BACKSLASH
    704 AM_DEFAULT_VERBOSITY
    705 AM_DEFAULT_V
    706 AM_V
    707703am__fastdepCC_FALSE
    708704am__fastdepCC_TRUE
    709705CCDEPMODE
    ac_subst_files='' 
    798794ac_user_opts='
    799795enable_option_checking
    800796enable_dependency_tracking
    801 enable_silent_rules
    802797enable_plugins
    803798enable_largefile
    804799enable_shared
    Optional Features: 
    14451440  --disable-option-checking  ignore unrecognized --enable/--with options
    14461441  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14471442  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    1448   --enable-dependency-tracking
    1449                           do not reject slow dependency extractors
    1450   --disable-dependency-tracking
    1451                           speeds up one-time build
    1452   --enable-silent-rules   less verbose build output (undo: "make V=1")
    1453   --disable-silent-rules  verbose build output (undo: "make V=0")
     1443  --disable-dependency-tracking  speeds up one-time build
     1444  --enable-dependency-tracking   do not reject slow dependency extractors
    14541445  --enable-plugins        Enable support for plugins (defaults no)
    14551446  --disable-largefile     omit support for large files
    14561447  --enable-shared[=PKGS]  build shared libraries [default=yes]
    Optional Features: 
    14641455  --enable-werror         treat compile warnings as errors
    14651456  --enable-build-warnings enable build-time compiler warnings
    14661457  --disable-nls           do not use Native Language Support
    1467   --enable-maintainer-mode
    1468                           enable make rules and dependencies not useful (and
    1469                           sometimes confusing) to the casual installer
     1458  --enable-maintainer-mode  enable make rules and dependencies not useful
     1459                          (and sometimes confusing) to the casual installer
    14701460  --disable-rpath         do not hardcode runtime library paths
    14711461
    14721462Optional Packages:
    test -n "$target_alias" && 
    25192509  test "$program_prefix$program_suffix$program_transform_name" = \
    25202510    NONENONEs,x,x, &&
    25212511  program_prefix=${target_alias}-
    2522 # expand $ac_aux_dir to an absolute path
    2523 am_aux_dir=`cd $ac_aux_dir && pwd`
    2524 
    25252512ac_ext=c
    25262513ac_cpp='$CPP $CPPFLAGS'
    25272514ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    ac_compile='$CC -c $CFLAGS $CPPFLAGS con 
    33113298ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    33123299ac_compiler_gnu=$ac_cv_c_compiler_gnu
    33133300
    3314 ac_ext=c
    3315 ac_cpp='$CPP $CPPFLAGS'
    3316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    3317 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    3318 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
    3320 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
    3321 if ${am_cv_prog_cc_c_o+:} false; then :
    3322   $as_echo_n "(cached) " >&6
    3323 else
    3324   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3325 /* end confdefs.h.  */
    3326 
    3327 int
    3328 main ()
    3329 {
    3330 
    3331   ;
    3332   return 0;
    3333 }
    3334 _ACEOF
    3335   # Make sure it works both with $CC and with simple cc.
    3336   # Following AC_PROG_CC_C_O, we do the test twice because some
    3337   # compilers refuse to overwrite an existing .o file with -o,
    3338   # though they will create one.
    3339   am_cv_prog_cc_c_o=yes
    3340   for am_i in 1 2; do
    3341     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
    3342    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
    3343    ac_status=$?
    3344    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3345    (exit $ac_status); } \
    3346          && test -f conftest2.$ac_objext; then
    3347       : OK
    3348     else
    3349       am_cv_prog_cc_c_o=no
    3350       break
    3351     fi
    3352   done
    3353   rm -f core conftest*
    3354   unset am_i
    3355 fi
    3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
    3357 $as_echo "$am_cv_prog_cc_c_o" >&6; }
    3358 if test "$am_cv_prog_cc_c_o" != yes; then
    3359    # Losing compiler, so override with the script.
    3360    # FIXME: It is wrong to rewrite CC.
    3361    # But if we don't then we get into trouble of one sort or another.
    3362    # A longer-term fix would be to have automake use am__CC in this case,
    3363    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    3364    CC="$am_aux_dir/compile $CC"
    3365 fi
    3366 ac_ext=c
    3367 ac_cpp='$CPP $CPPFLAGS'
    3368 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    3369 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    3370 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3371 
    3372 
    33733301
    33743302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
    33753303$as_echo_n "checking for library containing strerror... " >&6; }
    test -z "$INSTALL_DATA" && INSTALL_DATA= 
    35263454
    35273455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    35283456$as_echo_n "checking whether build environment is sane... " >&6; }
     3457# Just in case
     3458sleep 1
     3459echo timestamp > conftest.file
    35293460# Reject unsafe characters in $srcdir or the absolute working directory
    35303461# name.  Accept space and tab only in the latter.
    35313462am_lf='
    case `pwd` in 
    35363467esac
    35373468case $srcdir in
    35383469  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    3539     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
     3470    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
    35403471esac
    35413472
    3542 # Do 'set' in a subshell so we don't clobber the current shell's
     3473# Do `set' in a subshell so we don't clobber the current shell's
    35433474# arguments.  Must try -L first in case configure is actually a
    35443475# symlink; some systems play weird games with the mod time of symlinks
    35453476# (eg FreeBSD returns the mod time of the symlink's containing
    35463477# directory).
    35473478if (
    3548    am_has_slept=no
    3549    for am_try in 1 2; do
    3550      echo "timestamp, slept: $am_has_slept" > conftest.file
    3551      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    3552      if test "$*" = "X"; then
    3553         # -L didn't work.
    3554         set X `ls -t "$srcdir/configure" conftest.file`
    3555      fi
    3556      if test "$*" != "X $srcdir/configure conftest.file" \
    3557         && test "$*" != "X conftest.file $srcdir/configure"; then
     3479   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     3480   if test "$*" = "X"; then
     3481      # -L didn't work.
     3482      set X `ls -t "$srcdir/configure" conftest.file`
     3483   fi
     3484   rm -f conftest.file
     3485   if test "$*" != "X $srcdir/configure conftest.file" \
     3486      && test "$*" != "X conftest.file $srcdir/configure"; then
     3487
     3488      # If neither matched, then we have a broken ls.  This can happen
     3489      # if, for instance, CONFIG_SHELL is bash and it inherits a
     3490      # broken ls alias from the environment.  This has actually
     3491      # happened.  Such a system could not be considered "sane".
     3492      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
     3493alias in your environment" "$LINENO" 5
     3494   fi
    35583495
    3559         # If neither matched, then we have a broken ls.  This can happen
    3560         # if, for instance, CONFIG_SHELL is bash and it inherits a
    3561         # broken ls alias from the environment.  This has actually
    3562         # happened.  Such a system could not be considered "sane".
    3563         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
    3564   alias in your environment" "$LINENO" 5
    3565      fi
    3566      if test "$2" = conftest.file || test $am_try -eq 2; then
    3567        break
    3568      fi
    3569      # Just in case.
    3570      sleep 1
    3571      am_has_slept=yes
    3572    done
    35733496   test "$2" = conftest.file
    35743497   )
    35753498then
    Check your system clock" "$LINENO" 5 
    35813504fi
    35823505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    35833506$as_echo "yes" >&6; }
    3584 # If we didn't sleep, we still need to ensure time stamps of config.status and
    3585 # generated files are strictly newer.
    3586 am_sleep_pid=
    3587 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    3588   ( sleep 1 ) &
    3589   am_sleep_pid=$!
    3590 fi
    3591 
    3592 rm -f conftest.file
    3593 
    35943507test "$program_prefix" != NONE &&
    35953508  program_transform_name="s&^&$program_prefix&;$program_transform_name"
    35963509# Use a double $ so make ignores it.
    test "$program_suffix" != NONE && 
    36013514ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    36023515program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    36033516
     3517# expand $ac_aux_dir to an absolute path
     3518am_aux_dir=`cd $ac_aux_dir && pwd`
     3519
    36043520if test x"${MISSING+set}" != xset; then
    36053521  case $am_aux_dir in
    36063522  *\ * | *\     *)
    if test x"${MISSING+set}" != xset; then 
    36103526  esac
    36113527fi
    36123528# Use eval to expand $SHELL
    3613 if eval "$MISSING --is-lightweight"; then
    3614   am_missing_run="$MISSING "
     3529if eval "$MISSING --run true"; then
     3530  am_missing_run="$MISSING --run "
    36153531else
    36163532  am_missing_run=
    3617   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
    3618 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
     3533  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
     3534$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    36193535fi
    36203536
    36213537if test x"${install_sh}" != xset; then
    if test x"${install_sh}" != xset; then 
    36273543  esac
    36283544fi
    36293545
    3630 # Installed binaries are usually stripped using 'strip' when the user
    3631 # run "make install-strip".  However 'strip' might not be the right
     3546# Installed binaries are usually stripped using `strip' when the user
     3547# run `make install-strip'.  However `strip' might not be the right
    36323548# tool to use in cross-compilation environments, therefore Automake
    3633 # will honor the 'STRIP' environment variable to overrule this program.
     3549# will honor the `STRIP' environment variable to overrule this program.
    36343550if test "$cross_compiling" != no; then
    36353551  if test -n "$ac_tool_prefix"; then
    36363552  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    fi 
    37693685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
    37703686$as_echo "$MKDIR_P" >&6; }
    37713687
     3688mkdir_p="$MKDIR_P"
     3689case $mkdir_p in
     3690  [\\/$]* | ?:[\\/]*) ;;
     3691  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     3692esac
     3693
    37723694for ac_prog in gawk mawk nawk awk
    37733695do
    37743696  # Extract the first word of "$ac_prog", so it can be a program name with args.
    am__quote= 
    38703792_am_result=none
    38713793# First try GNU make style include.
    38723794echo "include confinc" > confmf
    3873 # Ignore all kinds of additional output from 'make'.
     3795# Ignore all kinds of additional output from `make'.
    38743796case `$am_make -s -f confmf 2> /dev/null` in #(
    38753797*the\ am__doit\ target*)
    38763798  am__include=include
    else 
    39143836fi
    39153837
    39163838
    3917 # Check whether --enable-silent-rules was given.
    3918 if test "${enable_silent_rules+set}" = set; then :
    3919   enableval=$enable_silent_rules;
    3920 fi
    3921 
    3922 case $enable_silent_rules in # (((
    3923   yes) AM_DEFAULT_VERBOSITY=0;;
    3924    no) AM_DEFAULT_VERBOSITY=1;;
    3925     *) AM_DEFAULT_VERBOSITY=1;;
    3926 esac
    3927 am_make=${MAKE-make}
    3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
    3929 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
    3930 if ${am_cv_make_support_nested_variables+:} false; then :
    3931   $as_echo_n "(cached) " >&6
    3932 else
    3933   if $as_echo 'TRUE=$(BAR$(V))
    3934 BAR0=false
    3935 BAR1=true
    3936 V=1
    3937 am__doit:
    3938         @$(TRUE)
    3939 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
    3940   am_cv_make_support_nested_variables=yes
    3941 else
    3942   am_cv_make_support_nested_variables=no
    3943 fi
    3944 fi
    3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
    3946 $as_echo "$am_cv_make_support_nested_variables" >&6; }
    3947 if test $am_cv_make_support_nested_variables = yes; then
    3948     AM_V='$(V)'
    3949   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    3950 else
    3951   AM_V=$AM_DEFAULT_VERBOSITY
    3952   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
    3953 fi
    3954 AM_BACKSLASH='\'
    3955 
    39563839if test "`cd $srcdir && pwd`" != "`pwd`"; then
    39573840  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
    39583841  # is not polluted with repeated "-I."
    fi 
    39743857
    39753858
    39763859# Define the identity of the package.
    3977 
    39783860 PACKAGE=binutils
    39793861 VERSION=${BFD_VERSION}
    39803862
    AUTOHEADER=${AUTOHEADER-"${am_missing_ru 
    40043886
    40053887MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    40063888
    4007 # For better backward compatibility.  To be removed once Automake 1.9.x
    4008 # dies out for good.  For more background, see:
    4009 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    4010 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    4011 mkdir_p='$(MKDIR_P)'
    4012 
    40133889# We need awk for the "check" target.  The system "awk" is bad on
    40143890# some platforms.
    40153891# Always define AMTAR for backward compatibility.  Yes, it's still used
    40163892# in the wild :-(  We should find a proper way to deprecate it ...
    40173893AMTAR='$${TAR-tar}'
    40183894
    4019 
    4020 # We'll loop over all known methods to create a tar archive until one works.
    4021 _am_tools='gnutar  pax cpio none'
    4022 
    40233895am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    40243896
    40253897
    40263898
    40273899
    4028 
    40293900depcc="$CC"   am_compiler_list=
    40303901
    40313902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
    else 
    40373908  # We make a subdir and do the tests there.  Otherwise we can end up
    40383909  # making bogus files that we don't know about and never remove.  For
    40393910  # instance it was reported that on HP-UX the gcc test will end up
    4040   # making a dummy file named 'D' -- because '-MD' means "put the output
    4041   # in D".
     3911  # making a dummy file named `D' -- because `-MD' means `put the output
     3912  # in D'.
    40423913  rm -rf conftest.dir
    40433914  mkdir conftest.dir
    40443915  # Copy depcomp to subdir because otherwise we won't find it if we're
    else 
    40733944    : > sub/conftest.c
    40743945    for i in 1 2 3 4 5 6; do
    40753946      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    4076       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    4077       # Solaris 10 /bin/sh.
    4078       echo '/* dummy */' > sub/conftst$i.h
     3947      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3948      # Solaris 8's {/usr,}/bin/sh.
     3949      touch sub/conftst$i.h
    40793950    done
    40803951    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    40813952
    4082     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     3953    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    40833954    # mode.  It turns out that the SunPro C++ compiler does not properly
    4084     # handle '-M -o', and we need to detect this.  Also, some Intel
    4085     # versions had trouble with output in subdirs.
     3955    # handle `-M -o', and we need to detect this.  Also, some Intel
     3956    # versions had trouble with output in subdirs
    40863957    am__obj=sub/conftest.${OBJEXT-o}
    40873958    am__minus_obj="-o $am__obj"
    40883959    case $depmode in
    else 
    40913962      test "$am__universal" = false || continue
    40923963      ;;
    40933964    nosideeffect)
    4094       # After this tag, mechanisms are not by side-effect, so they'll
    4095       # only be used when explicitly requested.
     3965      # after this tag, mechanisms are not by side-effect, so they'll
     3966      # only be used when explicitly requested
    40963967      if test "x$enable_dependency_tracking" = xyes; then
    40973968        continue
    40983969      else
    else 
    41003971      fi
    41013972      ;;
    41023973    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    4103       # This compiler won't grok '-c -o', but also, the minuso test has
     3974      # This compiler won't grok `-c -o', but also, the minuso test has
    41043975      # not run yet.  These depmodes are late enough in the game, and
    41053976      # so weak that their functioning should not be impacted.
    41063977      am__obj=conftest.${OBJEXT-o}
    fi 
    41554026
    41564027
    41574028
    4158 # POSIX will say in a future version that running "rm -f" with no argument
    4159 # is OK; and we want to be able to make that assumption in our Makefile
    4160 # recipes.  So use an aggressive probe to check that the usage we want is
    4161 # actually supported "in the wild" to an acceptable degree.
    4162 # See automake bug#10828.
    4163 # To make any issue more visible, cause the running configure to be aborted
    4164 # by default if the 'rm' program in use doesn't match our expectations; the
    4165 # user can still override this though.
    4166 if rm -f && rm -fr && rm -rf; then : OK; else
    4167   cat >&2 <<'END'
    4168 Oops!
    4169 
    4170 Your 'rm' program seems unable to run without file operands specified
    4171 on the command line, even when the '-f' option is present.  This is contrary
    4172 to the behaviour of most rm programs out there, and not conforming with
    4173 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    4174 
    4175 Please tell bug-automake@gnu.org about your system, including the value
    4176 of your $PATH and any error possibly output before this message.  This
    4177 can help us improve future automake versions.
    4178 
    4179 END
    4180   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    4181     echo 'Configuration will proceed anyway, since you have set the' >&2
    4182     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    4183     echo >&2
    4184   else
    4185     cat >&2 <<'END'
    4186 Aborting the configuration process, to ensure you take notice of the issue.
    4187 
    4188 You can download and install GNU coreutils to get an 'rm' implementation
    4189 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    4190 
    4191 If you want to complete the configuration process using your problematic
    4192 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    4193 to "yes", and re-run configure.
    4194 
    4195 END
    4196     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
    4197   fi
    4198 fi
    41994029
    42004030ac_ext=c
    42014031ac_cpp='$CPP $CPPFLAGS'
    ac_cpp='$CPP $CPPFLAGS' 
    47414571ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    47424572ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    47434573ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
    4745 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
    4746 if ${am_cv_prog_cc_c_o+:} false; then :
    4747   $as_echo_n "(cached) " >&6
    4748 else
    4749   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    4750 /* end confdefs.h.  */
    4751 
    4752 int
    4753 main ()
    4754 {
    4755 
    4756   ;
    4757   return 0;
    4758 }
    4759 _ACEOF
    4760   # Make sure it works both with $CC and with simple cc.
    4761   # Following AC_PROG_CC_C_O, we do the test twice because some
    4762   # compilers refuse to overwrite an existing .o file with -o,
    4763   # though they will create one.
    4764   am_cv_prog_cc_c_o=yes
    4765   for am_i in 1 2; do
    4766     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
    4767    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
    4768    ac_status=$?
    4769    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4770    (exit $ac_status); } \
    4771          && test -f conftest2.$ac_objext; then
    4772       : OK
    4773     else
    4774       am_cv_prog_cc_c_o=no
    4775       break
    4776     fi
    4777   done
    4778   rm -f core conftest*
    4779   unset am_i
    4780 fi
    4781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
    4782 $as_echo "$am_cv_prog_cc_c_o" >&6; }
    4783 if test "$am_cv_prog_cc_c_o" != yes; then
    4784    # Losing compiler, so override with the script.
    4785    # FIXME: It is wrong to rewrite CC.
    4786    # But if we don't then we get into trouble of one sort or another.
    4787    # A longer-term fix would be to have automake use am__CC in this case,
    4788    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    4789    CC="$am_aux_dir/compile $CC"
    4790 fi
    4791 ac_ext=c
    4792 ac_cpp='$CPP $CPPFLAGS'
    4793 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4794 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4795 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4796 
    4797 
    4798 ac_ext=c
    4799 ac_cpp='$CPP $CPPFLAGS'
    4800 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4801 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4802 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    48034574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
    48044575$as_echo_n "checking how to run the C preprocessor... " >&6; }
    48054576# On Suns, sometimes $CPP names a directory.
    else 
    1156711338  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1156811339  lt_status=$lt_dlunknown
    1156911340  cat > conftest.$ac_ext <<_LT_EOF
    11570 #line 11570 "configure"
     11341#line 11341 "configure"
    1157111342#include "confdefs.h"
    1157211343
    1157311344#if HAVE_DLFCN_H
    else 
    1167311444  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1167411445  lt_status=$lt_dlunknown
    1167511446  cat > conftest.$ac_ext <<_LT_EOF
    11676 #line 11676 "configure"
     11447#line 11447 "configure"
    1167711448#include "confdefs.h"
    1167811449
    1167911450#if HAVE_DLFCN_H
    LIBOBJS=$ac_libobjs 
    1467114442LTLIBOBJS=$ac_ltlibobjs
    1467214443
    1467314444
    14674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
    14675 $as_echo_n "checking that generated files are newer than configure... " >&6; }
    14676    if test -n "$am_sleep_pid"; then
    14677      # Hide warnings about reused PIDs.
    14678      wait $am_sleep_pid 2>/dev/null
    14679    fi
    14680    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
    14681 $as_echo "done" >&6; }
    1468214445if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    1468314446  as_fn_error $? "conditional \"AMDEP\" was never defined.
    1468414447Usually this means the macro was only invoked conditionally." "$LINENO" 5
    $as_echo "$as_me: executing $ac_file com 
    1616515928
    1616615929  case $ac_file$ac_mode in
    1616715930    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
    16168   # Older Autoconf quotes --file arguments for eval, but not when files
     15931  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    1616915932  # are listed without --file.  Let's play safe and only enable the eval
    1617015933  # if we detect the quoting.
    1617115934  case $CONFIG_FILES in
    $as_echo "$as_me: executing $ac_file com 
    1617815941    # Strip MF so we end up with the name of the file.
    1617915942    mf=`echo "$mf" | sed -e 's/:.*$//'`
    1618015943    # Check whether this is an Automake generated Makefile or not.
    16181     # We used to match only the files named 'Makefile.in', but
     15944    # We used to match only the files named `Makefile.in', but
    1618215945    # some people rename them; so instead we look at the file content.
    1618315946    # Grep'ing the first line is not enough: some people post-process
    1618415947    # each Makefile.in and add a new line on top of each file to say so.
    $as_echo X"$mf" | 
    1621215975      continue
    1621315976    fi
    1621415977    # Extract the definition of DEPDIR, am__include, and am__quote
    16215     # from the Makefile without running 'make'.
     15978    # from the Makefile without running `make'.
    1621615979    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    1621715980    test -z "$DEPDIR" && continue
    1621815981    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    16219     test -z "$am__include" && continue
     15982    test -z "am__include" && continue
    1622015983    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     15984    # When using ansi2knr, U may be empty or an underscore; expand it
     15985    U=`sed -n 's/^U = //p' < "$mf"`
    1622115986    # Find all dependency output files, they are included files with
    1622215987    # $(DEPDIR) in their names.  We invoke sed twice because it is the
    1622315988    # simplest approach to changing $(DEPDIR) to its actual value in the
    1622415989    # expansion.
    1622515990    for file in `sed -n "
    1622615991      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    16227          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     15992         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    1622815993      # Make sure the directory exists.
    1622915994      test -f "$dirpart/$file" && continue
    1623015995      fdir=`$as_dirname -- "$file" ||
  • binutils/doc/Makefile.in

    diff -rupdN binutils-ref/binutils/doc/Makefile.in binutils/binutils/doc/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6 # Inc.
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    77# This Makefile.in is free software; the Free Software Foundation
    88# gives unlimited permission to copy and/or distribute it,
    99# with or without modifications, as long as this notice is preserved.
     
    3333# <http://www.gnu.org/licenses/>.
    3434#
    3535VPATH = @srcdir@
     36am__make_dryrun = \
     37  { \
     38    am__dry=no; \
     39    case $$MAKEFLAGS in \
     40      *\\[\ \   ]*) \
     41        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     42          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     43      *) \
     44        for am__flg in $$MAKEFLAGS; do \
     45          case $$am__flg in \
     46            *=*|--*) ;; \
     47            *n*) am__dry=yes; break;; \
     48          esac; \
     49        done;; \
     50    esac; \
     51    test $$am__dry = yes; \
     52  }
    3653pkgdatadir = $(datadir)/@PACKAGE@
    3754pkgincludedir = $(includedir)/@PACKAGE@
    3855pkglibdir = $(libdir)/@PACKAGE@
    TEXI2PDF = $(TEXI2DVI) --pdf --batch 
    96113MAKEINFOHTML = $(MAKEINFO) --html
    97114AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
    98115DVIPS = dvips
     116am__can_run_installinfo = \
     117  case $$AM_UPDATE_INFO_DIR in \
     118    n|no|NO) false;; \
     119    *) (install-info --version) >/dev/null 2>&1;; \
     120  esac
    99121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    100122am__vpath_adj = case $$p in \
    101123    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    am__nobase_list = $(am__nobase_strip_set 
    117139am__base_list = \
    118140  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    119141  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     142am__uninstall_files_from_dir = { \
     143  test -z "$$files" \
     144    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
     145    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
     146         $(am__cd) "$$dir" && rm -f $$files; }; \
     147  }
    120148man1dir = $(mandir)/man1
    121149am__installdirs = "$(DESTDIR)$(man1dir)"
    122150NROFF = nroff
    uninstall-html-am: 
    431459
    432460uninstall-info-am:
    433461        @$(PRE_UNINSTALL)
    434         @if test -d '$(DESTDIR)$(infodir)' && \
    435             (install-info --version && \
    436              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     462        @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
    437463          list='$(INFO_DEPS)'; \
    438464          for file in $$list; do \
    439465            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    maintainer-clean-aminfo: 
    509535clean-info: mostlyclean-aminfo clean-aminfo
    510536install-man1: $(man_MANS)
    511537        @$(NORMAL_INSTALL)
    512         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
    513         @list=''; test -n "$(man1dir)" || exit 0; \
    514         { for i in $$list; do echo "$$i"; done; \
    515         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    516           sed -n '/\.1[a-z]*$$/p'; \
     538        @list1=''; \
     539        list2='$(man_MANS)'; \
     540        test -n "$(man1dir)" \
     541          && test -n "`echo $$list1$$list2`" \
     542          || exit 0; \
     543        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
     544        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
     545        { for i in $$list1; do echo "$$i"; done;  \
     546        if test -n "$$list2"; then \
     547          for i in $$list2; do echo "$$i"; done \
     548            | sed -n '/\.1[a-z]*$$/p'; \
     549        fi; \
    517550        } | while read p; do \
    518551          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    519552          echo "$$d$$p"; echo "$$p"; \
    uninstall-man1: 
    542575          sed -n '/\.1[a-z]*$$/p'; \
    543576        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    544577              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    545         test -z "$$files" || { \
    546           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
    547           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
     578        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
    548579tags: TAGS
    549580TAGS:
    550581
    install-am: all-am 
    568599
    569600installcheck: installcheck-am
    570601install-strip:
    571         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    572           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    573           `test -z '$(STRIP)' || \
    574             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     602        if test -z '$(STRIP)'; then \
     603          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     604            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     605              install; \
     606        else \
     607          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     608            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     609            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     610        fi
    575611mostlyclean-generic:
    576612        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    577613
    install-dvi: install-dvi-am 
    612648
    613649install-dvi-am: $(DVIS)
    614650        @$(NORMAL_INSTALL)
    615         test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
    616651        @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
     652        if test -n "$$list"; then \
     653          echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
     654          $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
     655        fi; \
    617656        for p in $$list; do \
    618657          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    619658          echo "$$d$$p"; \
    install-html: install-html-am 
    628667
    629668install-html-am: $(HTMLS)
    630669        @$(NORMAL_INSTALL)
    631         test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
    632670        @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
     671        if test -n "$$list"; then \
     672          echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
     673          $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
     674        fi; \
    633675        for p in $$list; do \
    634676          if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
    635677          $(am__strip_dir) \
    636           if test -d "$$d$$p"; then \
     678          d2=$$d$$p; \
     679          if test -d "$$d2"; then \
    637680            echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
    638681            $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
    639             echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
    640             $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
     682            echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
     683            $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
    641684          else \
    642             list2="$$list2 $$d$$p"; \
     685            list2="$$list2 $$d2"; \
    643686          fi; \
    644687        done; \
    645688        test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
    install-info: install-info-am 
    651694
    652695install-info-am: $(INFO_DEPS)
    653696        @$(NORMAL_INSTALL)
    654         test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
    655697        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    656698        list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
     699        if test -n "$$list"; then \
     700          echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
     701          $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
     702        fi; \
    657703        for file in $$list; do \
    658704          case $$file in \
    659705            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    install-info-am: $(INFO_DEPS) 
    671717          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
    672718          $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
    673719        @$(POST_INSTALL)
    674         @if (install-info --version && \
    675              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     720        @if $(am__can_run_installinfo); then \
    676721          list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
    677722          for file in $$list; do \
    678723            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    install-pdf: install-pdf-am 
    686731
    687732install-pdf-am: $(PDFS)
    688733        @$(NORMAL_INSTALL)
    689         test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
    690734        @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
     735        if test -n "$$list"; then \
     736          echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
     737          $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
     738        fi; \
    691739        for p in $$list; do \
    692740          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    693741          echo "$$d$$p"; \
    install-ps: install-ps-am 
    699747
    700748install-ps-am: $(PSS)
    701749        @$(NORMAL_INSTALL)
    702         test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
    703750        @list='$(PSS)'; test -n "$(psdir)" || list=; \
     751        if test -n "$$list"; then \
     752          echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
     753          $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
     754        fi; \
    704755        for p in $$list; do \
    705756          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    706757          echo "$$d$$p"; \
  • binutils/Makefile.in

    diff -rupdN binutils-ref/binutils/Makefile.in binutils/binutils/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
    5 
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
    89# with or without modifications, as long as this notice is preserved.
     
    3435
    3536
    3637VPATH = @srcdir@
    37 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    38 am__make_running_with_option = \
    39   case $${target_option-} in \
    40       ?) ;; \
    41       *) echo "am__make_running_with_option: internal error: invalid" \
    42               "target option '$${target_option-}' specified" >&2; \
    43          exit 1;; \
    44   esac; \
    45   has_opt=no; \
    46   sane_makeflags=$$MAKEFLAGS; \
    47   if $(am__is_gnu_make); then \
    48     sane_makeflags=$$MFLAGS; \
    49   else \
     38am__make_dryrun = \
     39  { \
     40    am__dry=no; \
    5041    case $$MAKEFLAGS in \
    5142      *\\[\ \   ]*) \
    52         bs=\\; \
    53         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    54           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    55     esac; \
    56   fi; \
    57   skip_next=no; \
    58   strip_trailopt () \
    59   { \
    60     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    61   }; \
    62   for flg in $$sane_makeflags; do \
    63     test $$skip_next = yes && { skip_next=no; continue; }; \
    64     case $$flg in \
    65       *=*|--*) continue;; \
    66         -*I) strip_trailopt 'I'; skip_next=yes;; \
    67       -*I?*) strip_trailopt 'I';; \
    68         -*O) strip_trailopt 'O'; skip_next=yes;; \
    69       -*O?*) strip_trailopt 'O';; \
    70         -*l) strip_trailopt 'l'; skip_next=yes;; \
    71       -*l?*) strip_trailopt 'l';; \
    72       -[dEDm]) skip_next=yes;; \
    73       -[JT]) skip_next=yes;; \
    74     esac; \
    75     case $$flg in \
    76       *$$target_option*) has_opt=yes; break;; \
     43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     45      *) \
     46        for am__flg in $$MAKEFLAGS; do \
     47          case $$am__flg in \
     48            *=*|--*) ;; \
     49            *n*) am__dry=yes; break;; \
     50          esac; \
     51        done;; \
    7752    esac; \
    78   done; \
    79   test $$has_opt = yes
    80 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    81 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     53    test $$am__dry = yes; \
     54  }
    8255pkgdatadir = $(datadir)/@PACKAGE@
    8356pkgincludedir = $(includedir)/@PACKAGE@
    8457pkglibdir = $(libdir)/@PACKAGE@
    EXTRA_PROGRAMS = $(am__EXEEXT_1) srconv$ 
    10881        coffdump$(EXEEXT) $(am__EXEEXT_2) $(am__EXEEXT_3) \
    10982        $(am__EXEEXT_4) $(am__EXEEXT_5)
    11083subdir = .
    111 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    112         $(top_srcdir)/configure $(am__configure_deps) \
    113         $(srcdir)/config.in $(top_srcdir)/../mkinstalldirs \
    114         $(top_srcdir)/po/Make-in arparse.h arparse.c arlex.c \
    115         defparse.h defparse.c deflex.c nlmheader.h nlmheader.c \
    116         arparse.h arparse.c arlex.c mcparse.h mcparse.c rcparse.h \
    117         rcparse.c $(top_srcdir)/../depcomp $(top_srcdir)/../ylwrap
     84DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
     85        $(srcdir)/Makefile.am $(top_srcdir)/configure \
     86        $(am__configure_deps) $(srcdir)/config.in \
     87        $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in arparse.h \
     88        arparse.c arlex.c defparse.h defparse.c deflex.c nlmheader.h \
     89        nlmheader.c arparse.h arparse.c arlex.c mcparse.h mcparse.c \
     90        rcparse.h rcparse.c $(srcdir)/../depcomp $(srcdir)/../ylwrap
    11891ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    11992am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
    12093        $(top_srcdir)/../config/zlib.m4 \
    am_addr2line_OBJECTS = addr2line.$(OBJEX 
    172145addr2line_OBJECTS = $(am_addr2line_OBJECTS)
    173146addr2line_LDADD = $(LDADD)
    174147am__DEPENDENCIES_1 =
    175 AM_V_lt = $(am__v_lt_@AM_V@)
    176 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    177 am__v_lt_0 = --silent
    178 am__v_lt_1 =
    179148am_ar_OBJECTS = arparse.$(OBJEXT) arlex.$(OBJEXT) ar.$(OBJEXT) \
    180149        not-ranlib.$(OBJEXT) arsup.$(OBJEXT) rename.$(OBJEXT) \
    181150        binemul.$(OBJEXT) emul_$(EMULATION).$(OBJEXT) $(am__objects_1)
    am__uninstall_files_from_dir = { \ 
    279248         $(am__cd) "$$dir" && rm -f $$files; }; \
    280249  }
    281250SCRIPTS = $(bin_SCRIPTS)
    282 AM_V_P = $(am__v_P_@AM_V@)
    283 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    284 am__v_P_0 = false
    285 am__v_P_1 = :
    286 AM_V_GEN = $(am__v_GEN_@AM_V@)
    287 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    288 am__v_GEN_0 = @echo "  GEN     " $@;
    289 am__v_GEN_1 =
    290 AM_V_at = $(am__v_at_@AM_V@)
    291 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    292 am__v_at_0 = @
    293 am__v_at_1 =
    294251DEFAULT_INCLUDES = -I.@am__isrc@
    295252depcomp = $(SHELL) $(top_srcdir)/../depcomp
    296253am__depfiles_maybe = depfiles
    297254am__mv = mv -f
    298255COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    299256        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    300 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    301         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    302         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    303         $(AM_CFLAGS) $(CFLAGS)
    304 AM_V_CC = $(am__v_CC_@AM_V@)
    305 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    306 am__v_CC_0 = @echo "  CC      " $@;
    307 am__v_CC_1 =
     257LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     258        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     259        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    308260CCLD = $(CC)
    309 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    310         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    311         $(AM_LDFLAGS) $(LDFLAGS) -o $@
    312 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    313 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    314 am__v_CCLD_0 = @echo "  CCLD    " $@;
    315 am__v_CCLD_1 =
     261LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     262        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
     263        $(LDFLAGS) -o $@
    316264@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
    317265LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
    318 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
    319         $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
    320 AM_V_LEX = $(am__v_LEX_@AM_V@)
    321 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
    322 am__v_LEX_0 = @echo "  LEX     " $@;
    323 am__v_LEX_1 =
     266LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     267        --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
    324268YLWRAP = $(top_srcdir)/../ylwrap
    325269@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
    326 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
    327                    -e s/c++$$/h++/ -e s/c$$/h/
    328270YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
    329 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
    330         $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
    331 AM_V_YACC = $(am__v_YACC_@AM_V@)
    332 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
    333 am__v_YACC_0 = @echo "  YACC    " $@;
    334 am__v_YACC_1 =
     271LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     272        --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
    335273SOURCES = $(addr2line_SOURCES) $(ar_SOURCES) $(EXTRA_ar_SOURCES) \
    336274        bfdtest1.c bfdtest2.c $(coffdump_SOURCES) $(cxxfilt_SOURCES) \
    337275        $(dlltool_SOURCES) $(dllwrap_SOURCES) $(elfedit_SOURCES) \
    SOURCES = $(addr2line_SOURCES) $(ar_SOUR 
    340278        $(readelf_SOURCES) $(size_SOURCES) $(srconv_SOURCES) \
    341279        $(strings_SOURCES) $(strip_new_SOURCES) $(sysdump_SOURCES) \
    342280        $(windmc_SOURCES) $(windres_SOURCES)
    343 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    344         ctags-recursive dvi-recursive html-recursive info-recursive \
    345         install-data-recursive install-dvi-recursive \
    346         install-exec-recursive install-html-recursive \
    347         install-info-recursive install-pdf-recursive \
    348         install-ps-recursive install-recursive installcheck-recursive \
    349         installdirs-recursive pdf-recursive ps-recursive \
    350         tags-recursive uninstall-recursive
     281RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     282        html-recursive info-recursive install-data-recursive \
     283        install-dvi-recursive install-exec-recursive \
     284        install-html-recursive install-info-recursive \
     285        install-pdf-recursive install-ps-recursive install-recursive \
     286        installcheck-recursive installdirs-recursive pdf-recursive \
     287        ps-recursive uninstall-recursive
    351288am__can_run_installinfo = \
    352289  case $$AM_UPDATE_INFO_DIR in \
    353290    n|no|NO) false;; \
    am__can_run_installinfo = \ 
    355292  esac
    356293RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    357294  distclean-recursive maintainer-clean-recursive
    358 am__recursive_targets = \
    359   $(RECURSIVE_TARGETS) \
    360   $(RECURSIVE_CLEAN_TARGETS) \
    361   $(am__extra_recursive_targets)
    362 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    363         cscope
    364 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    365         $(LISP)config.in
    366 # Read a list of newline-separated strings from the standard input,
    367 # and print each of them once, without duplicates.  Input order is
    368 # *not* preserved.
    369 am__uniquify_input = $(AWK) '\
    370   BEGIN { nonempty = 0; } \
    371   { items[$$0] = 1; nonempty = 1; } \
    372   END { if (nonempty) { for (i in items) print i; }; } \
    373 '
    374 # Make sure the list of sources is unique.  This is necessary because,
    375 # e.g., the same source file might be shared among _SOURCES variables
    376 # for different programs/libraries.
    377 am__define_uniq_tagged_files = \
    378   list='$(am__tagged_files)'; \
    379   unique=`for i in $$list; do \
    380     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    381   done | $(am__uniquify_input)`
     295AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     296        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
    382297ETAGS = etags
    383298CTAGS = ctags
    384 CSCOPE = cscope
    385299DEJATOOL = $(PACKAGE)
    386300RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
    387301DIST_SUBDIRS = $(SUBDIRS)
    388302ACLOCAL = @ACLOCAL@
    389303ALLOCA = @ALLOCA@
    390304AMTAR = @AMTAR@
    391 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    392305AR = @AR@
    393306AUTOCONF = @AUTOCONF@
    394307AUTOHEADER = @AUTOHEADER@
    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 
    777690$(am__aclocal_m4_deps):
    778691
    779692config.h: stamp-h1
    780         @test -f $@ || rm -f stamp-h1
    781         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
     693        @if test ! -f $@; then rm -f stamp-h1; else :; fi
     694        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    782695
    783696stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
    784697        @rm -f stamp-h1
    install-binPROGRAMS: $(bin_PROGRAMS) 
    801714        fi; \
    802715        for p in $$list; do echo "$$p $$p"; done | \
    803716        sed 's/$(EXEEXT)$$//' | \
    804         while read p p1; do if test -f $$p \
    805          || test -f $$p1 \
    806           ; then echo "$$p"; echo "$$p"; else :; fi; \
     717        while read p p1; do if test -f $$p || test -f $$p1; \
     718          then echo "$$p"; echo "$$p"; else :; fi; \
    807719        done | \
    808         sed -e 'p;s,.*/,,;n;h' \
    809             -e 's|.*|.|' \
     720        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    810721            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    811722        sed 'N;N;N;s,\n, ,g' | \
    812723        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    uninstall-binPROGRAMS: 
    827738        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    828739        files=`for p in $$list; do echo "$$p"; done | \
    829740          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    830               -e 's/$$/$(EXEEXT)/' \
    831         `; \
     741              -e 's/$$/$(EXEEXT)/' `; \
    832742        test -n "$$list" || exit 0; \
    833743        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    834744        cd "$(DESTDIR)$(bindir)" && rm -f $$files
    clean-noinstPROGRAMS: 
    850760        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    851761        echo " rm -f" $$list; \
    852762        rm -f $$list
    853 
    854763addr2line$(EXEEXT): $(addr2line_OBJECTS) $(addr2line_DEPENDENCIES) $(EXTRA_addr2line_DEPENDENCIES)
    855764        @rm -f addr2line$(EXEEXT)
    856         $(AM_V_CCLD)$(LINK) $(addr2line_OBJECTS) $(addr2line_LDADD) $(LIBS)
     765        $(LINK) $(addr2line_OBJECTS) $(addr2line_LDADD) $(LIBS)
    857766arparse.h: arparse.c
    858767        @if test ! -f $@; then rm -f arparse.c; else :; fi
    859768        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) arparse.c; else :; fi
    860 
    861769ar$(EXEEXT): $(ar_OBJECTS) $(ar_DEPENDENCIES) $(EXTRA_ar_DEPENDENCIES)
    862770        @rm -f ar$(EXEEXT)
    863         $(AM_V_CCLD)$(LINK) $(ar_OBJECTS) $(ar_LDADD) $(LIBS)
    864 
     771        $(LINK) $(ar_OBJECTS) $(ar_LDADD) $(LIBS)
    865772bfdtest1$(EXEEXT): $(bfdtest1_OBJECTS) $(bfdtest1_DEPENDENCIES) $(EXTRA_bfdtest1_DEPENDENCIES)
    866773        @rm -f bfdtest1$(EXEEXT)
    867         $(AM_V_CCLD)$(LINK) $(bfdtest1_OBJECTS) $(bfdtest1_LDADD) $(LIBS)
    868 
     774        $(LINK) $(bfdtest1_OBJECTS) $(bfdtest1_LDADD) $(LIBS)
    869775bfdtest2$(EXEEXT): $(bfdtest2_OBJECTS) $(bfdtest2_DEPENDENCIES) $(EXTRA_bfdtest2_DEPENDENCIES)
    870776        @rm -f bfdtest2$(EXEEXT)
    871         $(AM_V_CCLD)$(LINK) $(bfdtest2_OBJECTS) $(bfdtest2_LDADD) $(LIBS)
    872 
     777        $(LINK) $(bfdtest2_OBJECTS) $(bfdtest2_LDADD) $(LIBS)
    873778coffdump$(EXEEXT): $(coffdump_OBJECTS) $(coffdump_DEPENDENCIES) $(EXTRA_coffdump_DEPENDENCIES)
    874779        @rm -f coffdump$(EXEEXT)
    875         $(AM_V_CCLD)$(LINK) $(coffdump_OBJECTS) $(coffdump_LDADD) $(LIBS)
    876 
     780        $(LINK) $(coffdump_OBJECTS) $(coffdump_LDADD) $(LIBS)
    877781cxxfilt$(EXEEXT): $(cxxfilt_OBJECTS) $(cxxfilt_DEPENDENCIES) $(EXTRA_cxxfilt_DEPENDENCIES)
    878782        @rm -f cxxfilt$(EXEEXT)
    879         $(AM_V_CCLD)$(LINK) $(cxxfilt_OBJECTS) $(cxxfilt_LDADD) $(LIBS)
     783        $(LINK) $(cxxfilt_OBJECTS) $(cxxfilt_LDADD) $(LIBS)
    880784defparse.h: defparse.c
    881785        @if test ! -f $@; then rm -f defparse.c; else :; fi
    882786        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) defparse.c; else :; fi
    883 
    884787dlltool$(EXEEXT): $(dlltool_OBJECTS) $(dlltool_DEPENDENCIES) $(EXTRA_dlltool_DEPENDENCIES)
    885788        @rm -f dlltool$(EXEEXT)
    886         $(AM_V_CCLD)$(LINK) $(dlltool_OBJECTS) $(dlltool_LDADD) $(LIBS)
    887 
     789        $(LINK) $(dlltool_OBJECTS) $(dlltool_LDADD) $(LIBS)
    888790dllwrap$(EXEEXT): $(dllwrap_OBJECTS) $(dllwrap_DEPENDENCIES) $(EXTRA_dllwrap_DEPENDENCIES)
    889791        @rm -f dllwrap$(EXEEXT)
    890         $(AM_V_CCLD)$(LINK) $(dllwrap_OBJECTS) $(dllwrap_LDADD) $(LIBS)
    891 
     792        $(LINK) $(dllwrap_OBJECTS) $(dllwrap_LDADD) $(LIBS)
    892793elfedit$(EXEEXT): $(elfedit_OBJECTS) $(elfedit_DEPENDENCIES) $(EXTRA_elfedit_DEPENDENCIES)
    893794        @rm -f elfedit$(EXEEXT)
    894         $(AM_V_CCLD)$(LINK) $(elfedit_OBJECTS) $(elfedit_LDADD) $(LIBS)
     795        $(LINK) $(elfedit_OBJECTS) $(elfedit_LDADD) $(LIBS)
    895796nlmheader.h: nlmheader.c
    896797        @if test ! -f $@; then rm -f nlmheader.c; else :; fi
    897798        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) nlmheader.c; else :; fi
    898 
    899799nlmconv$(EXEEXT): $(nlmconv_OBJECTS) $(nlmconv_DEPENDENCIES) $(EXTRA_nlmconv_DEPENDENCIES)
    900800        @rm -f nlmconv$(EXEEXT)
    901         $(AM_V_CCLD)$(LINK) $(nlmconv_OBJECTS) $(nlmconv_LDADD) $(LIBS)
    902 
     801        $(LINK) $(nlmconv_OBJECTS) $(nlmconv_LDADD) $(LIBS)
    903802nm-new$(EXEEXT): $(nm_new_OBJECTS) $(nm_new_DEPENDENCIES) $(EXTRA_nm_new_DEPENDENCIES)
    904803        @rm -f nm-new$(EXEEXT)
    905         $(AM_V_CCLD)$(LINK) $(nm_new_OBJECTS) $(nm_new_LDADD) $(LIBS)
    906 
     804        $(LINK) $(nm_new_OBJECTS) $(nm_new_LDADD) $(LIBS)
    907805objcopy$(EXEEXT): $(objcopy_OBJECTS) $(objcopy_DEPENDENCIES) $(EXTRA_objcopy_DEPENDENCIES)
    908806        @rm -f objcopy$(EXEEXT)
    909         $(AM_V_CCLD)$(LINK) $(objcopy_OBJECTS) $(objcopy_LDADD) $(LIBS)
    910 
     807        $(LINK) $(objcopy_OBJECTS) $(objcopy_LDADD) $(LIBS)
    911808objdump$(EXEEXT): $(objdump_OBJECTS) $(objdump_DEPENDENCIES) $(EXTRA_objdump_DEPENDENCIES)
    912809        @rm -f objdump$(EXEEXT)
    913         $(AM_V_CCLD)$(LINK) $(objdump_OBJECTS) $(objdump_LDADD) $(LIBS)
    914 
     810        $(LINK) $(objdump_OBJECTS) $(objdump_LDADD) $(LIBS)
    915811ranlib$(EXEEXT): $(ranlib_OBJECTS) $(ranlib_DEPENDENCIES) $(EXTRA_ranlib_DEPENDENCIES)
    916812        @rm -f ranlib$(EXEEXT)
    917         $(AM_V_CCLD)$(LINK) $(ranlib_OBJECTS) $(ranlib_LDADD) $(LIBS)
    918 
     813        $(LINK) $(ranlib_OBJECTS) $(ranlib_LDADD) $(LIBS)
    919814readelf$(EXEEXT): $(readelf_OBJECTS) $(readelf_DEPENDENCIES) $(EXTRA_readelf_DEPENDENCIES)
    920815        @rm -f readelf$(EXEEXT)
    921         $(AM_V_CCLD)$(LINK) $(readelf_OBJECTS) $(readelf_LDADD) $(LIBS)
    922 
     816        $(LINK) $(readelf_OBJECTS) $(readelf_LDADD) $(LIBS)
    923817size$(EXEEXT): $(size_OBJECTS) $(size_DEPENDENCIES) $(EXTRA_size_DEPENDENCIES)
    924818        @rm -f size$(EXEEXT)
    925         $(AM_V_CCLD)$(LINK) $(size_OBJECTS) $(size_LDADD) $(LIBS)
    926 
     819        $(LINK) $(size_OBJECTS) $(size_LDADD) $(LIBS)
    927820srconv$(EXEEXT): $(srconv_OBJECTS) $(srconv_DEPENDENCIES) $(EXTRA_srconv_DEPENDENCIES)
    928821        @rm -f srconv$(EXEEXT)
    929         $(AM_V_CCLD)$(LINK) $(srconv_OBJECTS) $(srconv_LDADD) $(LIBS)
    930 
     822        $(LINK) $(srconv_OBJECTS) $(srconv_LDADD) $(LIBS)
    931823strings$(EXEEXT): $(strings_OBJECTS) $(strings_DEPENDENCIES) $(EXTRA_strings_DEPENDENCIES)
    932824        @rm -f strings$(EXEEXT)
    933         $(AM_V_CCLD)$(LINK) $(strings_OBJECTS) $(strings_LDADD) $(LIBS)
    934 
     825        $(LINK) $(strings_OBJECTS) $(strings_LDADD) $(LIBS)
    935826strip-new$(EXEEXT): $(strip_new_OBJECTS) $(strip_new_DEPENDENCIES) $(EXTRA_strip_new_DEPENDENCIES)
    936827        @rm -f strip-new$(EXEEXT)
    937         $(AM_V_CCLD)$(LINK) $(strip_new_OBJECTS) $(strip_new_LDADD) $(LIBS)
    938 
     828        $(LINK) $(strip_new_OBJECTS) $(strip_new_LDADD) $(LIBS)
    939829sysdump$(EXEEXT): $(sysdump_OBJECTS) $(sysdump_DEPENDENCIES) $(EXTRA_sysdump_DEPENDENCIES)
    940830        @rm -f sysdump$(EXEEXT)
    941         $(AM_V_CCLD)$(LINK) $(sysdump_OBJECTS) $(sysdump_LDADD) $(LIBS)
     831        $(LINK) $(sysdump_OBJECTS) $(sysdump_LDADD) $(LIBS)
    942832mcparse.h: mcparse.c
    943833        @if test ! -f $@; then rm -f mcparse.c; else :; fi
    944834        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) mcparse.c; else :; fi
    945 
    946835windmc$(EXEEXT): $(windmc_OBJECTS) $(windmc_DEPENDENCIES) $(EXTRA_windmc_DEPENDENCIES)
    947836        @rm -f windmc$(EXEEXT)
    948         $(AM_V_CCLD)$(LINK) $(windmc_OBJECTS) $(windmc_LDADD) $(LIBS)
     837        $(LINK) $(windmc_OBJECTS) $(windmc_LDADD) $(LIBS)
    949838rcparse.h: rcparse.c
    950839        @if test ! -f $@; then rm -f rcparse.c; else :; fi
    951840        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) rcparse.c; else :; fi
    952 
    953841windres$(EXEEXT): $(windres_OBJECTS) $(windres_DEPENDENCIES) $(EXTRA_windres_DEPENDENCIES)
    954842        @rm -f windres$(EXEEXT)
    955         $(AM_V_CCLD)$(LINK) $(windres_OBJECTS) $(windres_LDADD) $(LIBS)
     843        $(LINK) $(windres_OBJECTS) $(windres_LDADD) $(LIBS)
    956844install-binSCRIPTS: $(bin_SCRIPTS)
    957845        @$(NORMAL_INSTALL)
    958846        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
    distclean-compile: 
    1061949@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrstabs.Po@am__quote@
    1062950
    1063951.c.o:
    1064 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    1065 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     952@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     953@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     954@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    1067955@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1068 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
     956@am__fastdepCC_FALSE@   $(COMPILE) -c $<
    1069957
    1070958.c.obj:
    1071 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    1072 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1073 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     959@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
     960@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     961@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    1074962@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1075 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     963@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
    1076964
    1077965.c.lo:
    1078 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    1079 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    1080 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
     966@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     967@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
     968@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    1081969@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1082 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
     970@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
    1083971
    1084972.l.c:
    1085         $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
     973        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
    1086974
    1087975.y.c:
    1088         $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
     976        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
    1089977
    1090978mostlyclean-libtool:
    1091979        -rm -f *.lo
    distclean-libtool: 
    1097985        -rm -f libtool config.lt
    1098986
    1099987# This directory's subdirectories are mostly independent; you can cd
    1100 # into them and run 'make' without going through this Makefile.
    1101 # To change the values of 'make' variables: instead of editing Makefiles,
    1102 # (1) if the variable is set in 'config.status', edit 'config.status'
    1103 #     (which will cause the Makefiles to be regenerated when you run 'make');
    1104 # (2) otherwise, pass the desired values on the 'make' command line.
    1105 $(am__recursive_targets):
    1106         @fail=; \
    1107         if $(am__make_keepgoing); then \
    1108           failcom='fail=yes'; \
    1109         else \
    1110           failcom='exit 1'; \
    1111         fi; \
     988# into them and run `make' without going through this Makefile.
     989# To change the values of `make' variables: instead of editing Makefiles,
     990# (1) if the variable is set in `config.status', edit `config.status'
     991#     (which will cause the Makefiles to be regenerated when you run `make');
     992# (2) otherwise, pass the desired values on the `make' command line.
     993$(RECURSIVE_TARGETS):
     994        @fail= failcom='exit 1'; \
     995        for f in x $$MAKEFLAGS; do \
     996          case $$f in \
     997            *=* | --[!k]*);; \
     998            *k*) failcom='fail=yes';; \
     999          esac; \
     1000        done; \
    11121001        dot_seen=no; \
    11131002        target=`echo $@ | sed s/-recursive//`; \
    1114         case "$@" in \
    1115           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    1116           *) list='$(SUBDIRS)' ;; \
    1117         esac; \
    1118         for subdir in $$list; do \
     1003        list='$(SUBDIRS)'; for subdir in $$list; do \
    11191004          echo "Making $$target in $$subdir"; \
    11201005          if test "$$subdir" = "."; then \
    11211006            dot_seen=yes; \
    $(am__recursive_targets): 
    11301015          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    11311016        fi; test -z "$$fail"
    11321017
    1133 ID: $(am__tagged_files)
    1134         $(am__define_uniq_tagged_files); mkid -fID $$unique
    1135 tags: tags-recursive
    1136 TAGS: tags
     1018$(RECURSIVE_CLEAN_TARGETS):
     1019        @fail= failcom='exit 1'; \
     1020        for f in x $$MAKEFLAGS; do \
     1021          case $$f in \
     1022            *=* | --[!k]*);; \
     1023            *k*) failcom='fail=yes';; \
     1024          esac; \
     1025        done; \
     1026        dot_seen=no; \
     1027        case "$@" in \
     1028          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
     1029          *) list='$(SUBDIRS)' ;; \
     1030        esac; \
     1031        rev=''; for subdir in $$list; do \
     1032          if test "$$subdir" = "."; then :; else \
     1033            rev="$$subdir $$rev"; \
     1034          fi; \
     1035        done; \
     1036        rev="$$rev ."; \
     1037        target=`echo $@ | sed s/-recursive//`; \
     1038        for subdir in $$rev; do \
     1039          echo "Making $$target in $$subdir"; \
     1040          if test "$$subdir" = "."; then \
     1041            local_target="$$target-am"; \
     1042          else \
     1043            local_target="$$target"; \
     1044          fi; \
     1045          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
     1046          || eval $$failcom; \
     1047        done && test -z "$$fail"
     1048tags-recursive:
     1049        list='$(SUBDIRS)'; for subdir in $$list; do \
     1050          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
     1051        done
     1052ctags-recursive:
     1053        list='$(SUBDIRS)'; for subdir in $$list; do \
     1054          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
     1055        done
    11371056
    1138 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     1057ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     1058        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     1059        unique=`for i in $$list; do \
     1060            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     1061          done | \
     1062          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     1063              END { if (nonempty) { for (i in files) print i; }; }'`; \
     1064        mkid -fID $$unique
     1065tags: TAGS
     1066
     1067TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
     1068                $(TAGS_FILES) $(LISP)
    11391069        set x; \
    11401070        here=`pwd`; \
    11411071        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 
    11511081              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    11521082          fi; \
    11531083        done; \
    1154         $(am__define_uniq_tagged_files); \
     1084        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
     1085        unique=`for i in $$list; do \
     1086            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     1087          done | \
     1088          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     1089              END { if (nonempty) { for (i in files) print i; }; }'`; \
    11551090        shift; \
    11561091        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    11571092          test -n "$$unique" || unique=$$empty_fix; \
    tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 
    11631098              $$unique; \
    11641099          fi; \
    11651100        fi
    1166 ctags: ctags-recursive
    1167 
    1168 CTAGS: ctags
    1169 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    1170         $(am__define_uniq_tagged_files); \
     1101ctags: CTAGS
     1102CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
     1103                $(TAGS_FILES) $(LISP)
     1104        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
     1105        unique=`for i in $$list; do \
     1106            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     1107          done | \
     1108          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     1109              END { if (nonempty) { for (i in files) print i; }; }'`; \
    11711110        test -z "$(CTAGS_ARGS)$$unique" \
    11721111          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    11731112             $$unique
    GTAGS: 
    11761115        here=`$(am__cd) $(top_builddir) && pwd` \
    11771116          && $(am__cd) $(top_srcdir) \
    11781117          && gtags -i $(GTAGS_ARGS) "$$here"
    1179 cscope: cscope.files
    1180         test ! -s cscope.files \
    1181           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    1182 clean-cscope:
    1183         -rm -f cscope.files
    1184 cscope.files: clean-cscope cscopelist
    1185 cscopelist: cscopelist-recursive
    1186 
    1187 cscopelist-am: $(am__tagged_files)
    1188         list='$(am__tagged_files)'; \
    1189         case "$(srcdir)" in \
    1190           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    1191           *) sdir=$(subdir)/$(srcdir) ;; \
    1192         esac; \
    1193         for i in $$list; do \
    1194           if test -f "$$i"; then \
    1195             echo "$(subdir)/$$i"; \
    1196           else \
    1197             echo "$$sdir/$$i"; \
    1198           fi; \
    1199         done >> $(top_builddir)/cscope.files
    12001118
    12011119distclean-tags:
    12021120        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    1203         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    12041121site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
    1205         @echo 'Making a new site.exp file ...'
     1122        @echo 'Making a new site.exp file...'
    12061123        @echo '## these variables are automatically generated by make ##' >site.tmp
    12071124        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
    12081125        @echo '# edit the last section' >>site.tmp
    ps-am: 
    13651282
    13661283uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
    13671284
    1368 .MAKE: $(am__recursive_targets) all check check-am install install-am \
    1369         install-strip
     1285.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
     1286        check-am ctags-recursive install install-am install-strip \
     1287        tags-recursive
    13701288
    1371 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    1372         am--refresh check check-DEJAGNU check-am clean \
    1373         clean-binPROGRAMS clean-cscope clean-generic clean-libtool \
    1374         clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am \
    1375         distclean distclean-DEJAGNU distclean-compile \
    1376         distclean-generic distclean-hdr distclean-libtool \
    1377         distclean-tags dvi dvi-am html html-am info info-am install \
    1378         install-am install-binPROGRAMS install-binSCRIPTS install-data \
    1379         install-data-am install-dvi install-dvi-am install-exec \
    1380         install-exec-am install-exec-local install-html \
    1381         install-html-am install-info install-info-am install-man \
    1382         install-pdf install-pdf-am install-ps install-ps-am \
    1383         install-strip installcheck installcheck-am installcheck-local \
    1384         installdirs installdirs-am maintainer-clean \
     1289.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
     1290        all all-am am--refresh check check-DEJAGNU check-am clean \
     1291        clean-binPROGRAMS clean-generic clean-libtool \
     1292        clean-noinstPROGRAMS ctags ctags-recursive distclean \
     1293        distclean-DEJAGNU distclean-compile distclean-generic \
     1294        distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
     1295        html-am info info-am install install-am install-binPROGRAMS \
     1296        install-binSCRIPTS install-data install-data-am install-dvi \
     1297        install-dvi-am install-exec install-exec-am install-exec-local \
     1298        install-html install-html-am install-info install-info-am \
     1299        install-man install-pdf install-pdf-am install-ps \
     1300        install-ps-am install-strip installcheck installcheck-am \
     1301        installcheck-local installdirs installdirs-am maintainer-clean \
    13851302        maintainer-clean-generic mostlyclean mostlyclean-compile \
    13861303        mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
    1387         pdf-am ps ps-am tags tags-am uninstall uninstall-am \
     1304        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
    13881305        uninstall-binPROGRAMS uninstall-binSCRIPTS
    13891306
    13901307po/POTFILES.in: @MAINT@ Makefile
  • config/override.m4

    diff -rupdN binutils-ref/config/override.m4 binutils/config/override.m4
    old new dnl Or for updating the whole tree at on 
    4141AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
    4242[m4_if(m4_defn([_GCC_AUTOCONF_VERSION]),
    4343  m4_defn([m4_PACKAGE_VERSION]), [],
    44   [m4_fatal([Please use exactly Autoconf ]_GCC_AUTOCONF_VERSION[ instead of ]m4_defn([m4_PACKAGE_VERSION])[.])])
     44  [m4_errprintn([Please use exactly Autoconf ]_GCC_AUTOCONF_VERSION[ instead of ]m4_defn([m4_PACKAGE_VERSION])[.])])
    4545])
    4646m4_define([AC_INIT], m4_defn([AC_INIT])[
    4747_GCC_AUTOCONF_VERSION_CHECK
  • gas/aclocal.m4

    diff -rupdN binutils-ref/gas/aclocal.m4 binutils/gas/aclocal.m4
    old new  
    1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
    2 
    3 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     1# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
    42
     3# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
     5# Inc.
    56# This file is free software; the Free Software Foundation
    67# gives unlimited permission to copy and/or distribute it,
    78# with or without modifications, as long as this notice is preserved.
     
    1112# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    1213# PARTICULAR PURPOSE.
    1314
    14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
    1515m4_ifndef([AC_AUTOCONF_VERSION],
    1616  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    1717m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
    1818[m4_warning([this file was generated for autoconf 2.69.
    1919You have another version of autoconf.  It may work, but is not guaranteed to.
    2020If you have problems, you may need to regenerate the build system entirely.
    21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
     21To do so, use the procedure documented by the package, typically `autoreconf'.])])
    2222
    23 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
     23# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
     24# Foundation, Inc.
    2425#
    2526# This file is free software; the Free Software Foundation
    2627# gives unlimited permission to copy and/or distribute it,
    2728# with or without modifications, as long as this notice is preserved.
    2829
     30# serial 1
     31
    2932# AM_AUTOMAKE_VERSION(VERSION)
    3033# ----------------------------
    3134# Automake X.Y traces this macro to ensure aclocal.m4 has been
    3235# generated from the m4 files accompanying Automake X.Y.
    3336# (This private macro should not be called outside this file.)
    3437AC_DEFUN([AM_AUTOMAKE_VERSION],
    35 [am__api_version='1.14'
     38[am__api_version='1.11'
    3639dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    3740dnl require some minimum version.  Point them to the right macro.
    38 m4_if([$1], [1.14.1], [],
     41m4_if([$1], [1.11.6], [],
    3942      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    4043])
    4144
    m4_define([_AM_AUTOCONF_VERSION], []) 
    5154# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    5255# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    5356AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    54 [AM_AUTOMAKE_VERSION([1.14.1])dnl
     57[AM_AUTOMAKE_VERSION([1.11.6])dnl
    5558m4_ifndef([AC_AUTOCONF_VERSION],
    5659  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    5760_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    5861
    5962# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    6063
    61 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     64# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    6265#
    6366# This file is free software; the Free Software Foundation
    6467# gives unlimited permission to copy and/or distribute it,
    6568# with or without modifications, as long as this notice is preserved.
    6669
     70# serial 1
     71
    6772# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    68 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
    69 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
     73# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
     74# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    7075#
    7176# Of course, Automake must honor this variable whenever it calls a
    7277# tool from the auxiliary directory.  The problem is that $srcdir (and
    _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCON 
    8590#
    8691# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
    8792# are both prefixed by $srcdir.  In an in-source build this is usually
    88 # harmless because $srcdir is '.', but things will broke when you
     93# harmless because $srcdir is `.', but things will broke when you
    8994# start a VPATH build or use an absolute $srcdir.
    9095#
    9196# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
    am_aux_dir=`cd $ac_aux_dir && pwd` 
    111116
    112117# AM_CONDITIONAL                                            -*- Autoconf -*-
    113118
    114 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
     119# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
     120# Free Software Foundation, Inc.
    115121#
    116122# This file is free software; the Free Software Foundation
    117123# gives unlimited permission to copy and/or distribute it,
    118124# with or without modifications, as long as this notice is preserved.
    119125
     126# serial 9
     127
    120128# AM_CONDITIONAL(NAME, SHELL-CONDITION)
    121129# -------------------------------------
    122130# Define a conditional.
    123131AC_DEFUN([AM_CONDITIONAL],
    124 [AC_PREREQ([2.52])dnl
    125  m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    126        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     132[AC_PREREQ(2.52)dnl
     133 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
     134        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
    127135AC_SUBST([$1_TRUE])dnl
    128136AC_SUBST([$1_FALSE])dnl
    129137_AM_SUBST_NOTMAKE([$1_TRUE])dnl
    AC_CONFIG_COMMANDS_PRE( 
    142150Usually this means the macro was only invoked conditionally.]])
    143151fi])])
    144152
    145 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
     153# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
     154# 2010, 2011 Free Software Foundation, Inc.
    146155#
    147156# This file is free software; the Free Software Foundation
    148157# gives unlimited permission to copy and/or distribute it,
    149158# with or without modifications, as long as this notice is preserved.
    150159
     160# serial 12
    151161
    152 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
     162# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    153163# written in clear, in which case automake, when reading aclocal.m4,
    154164# will think it sees a *use*, and therefore will trigger all it's
    155165# C support machinery.  Also note that it means that autoscan, seeing
    fi])]) 
    159169# _AM_DEPENDENCIES(NAME)
    160170# ----------------------
    161171# See how the compiler implements dependency checking.
    162 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
     172# NAME is "CC", "CXX", "GCJ", or "OBJC".
    163173# We try a few techniques and use that to set a single cache variable.
    164174#
    165175# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
    AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAND 
    172182AC_REQUIRE([AM_MAKE_INCLUDE])dnl
    173183AC_REQUIRE([AM_DEP_TRACK])dnl
    174184
    175 m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
    176       [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
    177       [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
    178       [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
    179       [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
    180       [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
    181                     [depcc="$$1"   am_compiler_list=])
     185ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
     186       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
     187       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
     188       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
     189       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
     190                   [depcc="$$1"   am_compiler_list=])
    182191
    183192AC_CACHE_CHECK([dependency style of $depcc],
    184193               [am_cv_$1_dependencies_compiler_type],
    AC_CACHE_CHECK([dependency style of $dep 
    186195  # We make a subdir and do the tests there.  Otherwise we can end up
    187196  # making bogus files that we don't know about and never remove.  For
    188197  # instance it was reported that on HP-UX the gcc test will end up
    189   # making a dummy file named 'D' -- because '-MD' means "put the output
    190   # in D".
     198  # making a dummy file named `D' -- because `-MD' means `put the output
     199  # in D'.
    191200  rm -rf conftest.dir
    192201  mkdir conftest.dir
    193202  # Copy depcomp to subdir because otherwise we won't find it if we're
    AC_CACHE_CHECK([dependency style of $dep 
    227236    : > sub/conftest.c
    228237    for i in 1 2 3 4 5 6; do
    229238      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    230       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    231       # Solaris 10 /bin/sh.
    232       echo '/* dummy */' > sub/conftst$i.h
     239      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     240      # Solaris 8's {/usr,}/bin/sh.
     241      touch sub/conftst$i.h
    233242    done
    234243    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    235244
    236     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     245    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    237246    # mode.  It turns out that the SunPro C++ compiler does not properly
    238     # handle '-M -o', and we need to detect this.  Also, some Intel
    239     # versions had trouble with output in subdirs.
     247    # handle `-M -o', and we need to detect this.  Also, some Intel
     248    # versions had trouble with output in subdirs
    240249    am__obj=sub/conftest.${OBJEXT-o}
    241250    am__minus_obj="-o $am__obj"
    242251    case $depmode in
    AC_CACHE_CHECK([dependency style of $dep 
    245254      test "$am__universal" = false || continue
    246255      ;;
    247256    nosideeffect)
    248       # After this tag, mechanisms are not by side-effect, so they'll
    249       # only be used when explicitly requested.
     257      # after this tag, mechanisms are not by side-effect, so they'll
     258      # only be used when explicitly requested
    250259      if test "x$enable_dependency_tracking" = xyes; then
    251260        continue
    252261      else
    AC_CACHE_CHECK([dependency style of $dep 
    254263      fi
    255264      ;;
    256265    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    257       # This compiler won't grok '-c -o', but also, the minuso test has
     266      # This compiler won't grok `-c -o', but also, the minuso test has
    258267      # not run yet.  These depmodes are late enough in the game, and
    259268      # so weak that their functioning should not be impacted.
    260269      am__obj=conftest.${OBJEXT-o}
    AM_CONDITIONAL([am__fastdep$1], [ 
    302311# AM_SET_DEPDIR
    303312# -------------
    304313# Choose a directory name for dependency files.
    305 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
     314# This macro is AC_REQUIREd in _AM_DEPENDENCIES
    306315AC_DEFUN([AM_SET_DEPDIR],
    307316[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    308317AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    AC_SUBST([DEPDIR], ["${am__leading_dot}d 
    312321# AM_DEP_TRACK
    313322# ------------
    314323AC_DEFUN([AM_DEP_TRACK],
    315 [AC_ARG_ENABLE([dependency-tracking], [dnl
    316 AS_HELP_STRING(
    317   [--enable-dependency-tracking],
    318   [do not reject slow dependency extractors])
    319 AS_HELP_STRING(
    320   [--disable-dependency-tracking],
    321   [speeds up one-time build])])
     324[AC_ARG_ENABLE(dependency-tracking,
     325[  --disable-dependency-tracking  speeds up one-time build
     326  --enable-dependency-tracking   do not reject slow dependency extractors])
    322327if test "x$enable_dependency_tracking" != xno; then
    323328  am_depcomp="$ac_aux_dir/depcomp"
    324329  AMDEPBACKSLASH='\'
    _AM_SUBST_NOTMAKE([am__nodep])dnl 
    333338
    334339# Generate code to set up dependency tracking.              -*- Autoconf -*-
    335340
    336 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
     341# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
     342# Free Software Foundation, Inc.
    337343#
    338344# This file is free software; the Free Software Foundation
    339345# gives unlimited permission to copy and/or distribute it,
    340346# with or without modifications, as long as this notice is preserved.
    341347
     348#serial 5
    342349
    343350# _AM_OUTPUT_DEPENDENCY_COMMANDS
    344351# ------------------------------
    345352AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
    346353[{
    347   # Older Autoconf quotes --file arguments for eval, but not when files
     354  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    348355  # are listed without --file.  Let's play safe and only enable the eval
    349356  # if we detect the quoting.
    350357  case $CONFIG_FILES in
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    357364    # Strip MF so we end up with the name of the file.
    358365    mf=`echo "$mf" | sed -e 's/:.*$//'`
    359366    # Check whether this is an Automake generated Makefile or not.
    360     # We used to match only the files named 'Makefile.in', but
     367    # We used to match only the files named `Makefile.in', but
    361368    # some people rename them; so instead we look at the file content.
    362369    # Grep'ing the first line is not enough: some people post-process
    363370    # each Makefile.in and add a new line on top of each file to say so.
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    369376      continue
    370377    fi
    371378    # Extract the definition of DEPDIR, am__include, and am__quote
    372     # from the Makefile without running 'make'.
     379    # from the Makefile without running `make'.
    373380    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    374381    test -z "$DEPDIR" && continue
    375382    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    376     test -z "$am__include" && continue
     383    test -z "am__include" && continue
    377384    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     385    # When using ansi2knr, U may be empty or an underscore; expand it
     386    U=`sed -n 's/^U = //p' < "$mf"`
    378387    # Find all dependency output files, they are included files with
    379388    # $(DEPDIR) in their names.  We invoke sed twice because it is the
    380389    # simplest approach to changing $(DEPDIR) to its actual value in the
    381390    # expansion.
    382391    for file in `sed -n "
    383392      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    384          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     393         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    385394      # Make sure the directory exists.
    386395      test -f "$dirpart/$file" && continue
    387396      fdir=`AS_DIRNAME(["$file"])`
    AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 
    399408# This macro should only be invoked once -- use via AC_REQUIRE.
    400409#
    401410# This code is only required when automatic dependency tracking
    402 # is enabled.  FIXME.  This creates each '.P' file that we will
     411# is enabled.  FIXME.  This creates each `.P' file that we will
    403412# need in order to bootstrap the dependency handling code.
    404413AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
    405414[AC_CONFIG_COMMANDS([depfiles],
    AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] 
    409418
    410419# Do all the work for Automake.                             -*- Autoconf -*-
    411420
    412 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     421# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     422# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
    413423#
    414424# This file is free software; the Free Software Foundation
    415425# gives unlimited permission to copy and/or distribute it,
    416426# with or without modifications, as long as this notice is preserved.
    417427
     428# serial 16
     429
    418430# This macro actually does too much.  Some checks are only needed if
    419431# your package does certain things.  But this isn't really a big deal.
    420432
    421 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
    422 m4_define([AC_PROG_CC],
    423 m4_defn([AC_PROG_CC])
    424 [_AM_PROG_CC_C_O
    425 ])
    426 
    427433# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
    428434# AM_INIT_AUTOMAKE([OPTIONS])
    429435# -----------------------------------------------
    m4_defn([AC_PROG_CC]) 
    436442# arguments mandatory, and then we can depend on a new Autoconf
    437443# release and drop the old call support.
    438444AC_DEFUN([AM_INIT_AUTOMAKE],
    439 [AC_PREREQ([2.65])dnl
     445[AC_PREREQ([2.62])dnl
    440446dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    441447dnl the ones we care about.
    442448m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
    AC_SUBST([CYGPATH_W]) 
    465471# Define the identity of the package.
    466472dnl Distinguish between old-style and new-style calls.
    467473m4_ifval([$2],
    468 [AC_DIAGNOSE([obsolete],
    469              [$0: two- and three-arguments forms are deprecated.])
    470 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
     474[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
    471475 AC_SUBST([PACKAGE], [$1])dnl
    472476 AC_SUBST([VERSION], [$2])],
    473477[_AM_SET_OPTIONS([$1])dnl
    474478dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
    475 m4_if(
    476   m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
    477   [ok:ok],,
     479m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
    478480  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
    479481 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
    480482 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
    481483
    482484_AM_IF_OPTION([no-define],,
    483 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
    484  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
     485[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
     486 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
    485487
    486488# Some tools Automake needs.
    487489AC_REQUIRE([AM_SANITY_CHECK])dnl
    488490AC_REQUIRE([AC_ARG_PROGRAM])dnl
    489 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
    490 AM_MISSING_PROG([AUTOCONF], [autoconf])
    491 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
    492 AM_MISSING_PROG([AUTOHEADER], [autoheader])
    493 AM_MISSING_PROG([MAKEINFO], [makeinfo])
     491AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
     492AM_MISSING_PROG(AUTOCONF, autoconf)
     493AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
     494AM_MISSING_PROG(AUTOHEADER, autoheader)
     495AM_MISSING_PROG(MAKEINFO, makeinfo)
    494496AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    495497AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
    496 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    497 # For better backward compatibility.  To be removed once Automake 1.9.x
    498 # dies out for good.  For more background, see:
    499 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    500 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    501 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
     498AC_REQUIRE([AM_PROG_MKDIR_P])dnl
    502499# We need awk for the "check" target.  The system "awk" is bad on
    503500# some platforms.
    504501AC_REQUIRE([AC_PROG_AWK])dnl
    _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR 
    509506                             [_AM_PROG_TAR([v7])])])
    510507_AM_IF_OPTION([no-dependencies],,
    511508[AC_PROVIDE_IFELSE([AC_PROG_CC],
    512                   [_AM_DEPENDENCIES([CC])],
    513                   [m4_define([AC_PROG_CC],
    514                              m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
     509                  [_AM_DEPENDENCIES(CC)],
     510                  [define([AC_PROG_CC],
     511                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    515512AC_PROVIDE_IFELSE([AC_PROG_CXX],
    516                   [_AM_DEPENDENCIES([CXX])],
    517                   [m4_define([AC_PROG_CXX],
    518                              m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
     513                  [_AM_DEPENDENCIES(CXX)],
     514                  [define([AC_PROG_CXX],
     515                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    519516AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    520                   [_AM_DEPENDENCIES([OBJC])],
    521                   [m4_define([AC_PROG_OBJC],
    522                              m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
    523 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
    524                   [_AM_DEPENDENCIES([OBJCXX])],
    525                   [m4_define([AC_PROG_OBJCXX],
    526                              m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
     517                  [_AM_DEPENDENCIES(OBJC)],
     518                  [define([AC_PROG_OBJC],
     519                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
    527520])
    528 AC_REQUIRE([AM_SILENT_RULES])dnl
    529 dnl The testsuite driver may need to know about EXEEXT, so add the
    530 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
    531 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
     521_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
     522dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
     523dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
     524dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
    532525AC_CONFIG_COMMANDS_PRE(dnl
    533526[m4_provide_if([_AM_COMPILER_EXEEXT],
    534527  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
     528])
    535529
    536 # POSIX will say in a future version that running "rm -f" with no argument
    537 # is OK; and we want to be able to make that assumption in our Makefile
    538 # recipes.  So use an aggressive probe to check that the usage we want is
    539 # actually supported "in the wild" to an acceptable degree.
    540 # See automake bug#10828.
    541 # To make any issue more visible, cause the running configure to be aborted
    542 # by default if the 'rm' program in use doesn't match our expectations; the
    543 # user can still override this though.
    544 if rm -f && rm -fr && rm -rf; then : OK; else
    545   cat >&2 <<'END'
    546 Oops!
    547 
    548 Your 'rm' program seems unable to run without file operands specified
    549 on the command line, even when the '-f' option is present.  This is contrary
    550 to the behaviour of most rm programs out there, and not conforming with
    551 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    552 
    553 Please tell bug-automake@gnu.org about your system, including the value
    554 of your $PATH and any error possibly output before this message.  This
    555 can help us improve future automake versions.
    556 
    557 END
    558   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    559     echo 'Configuration will proceed anyway, since you have set the' >&2
    560     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    561     echo >&2
    562   else
    563     cat >&2 <<'END'
    564 Aborting the configuration process, to ensure you take notice of the issue.
    565 
    566 You can download and install GNU coreutils to get an 'rm' implementation
    567 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    568 
    569 If you want to complete the configuration process using your problematic
    570 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    571 to "yes", and re-run configure.
    572 
    573 END
    574     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
    575   fi
    576 fi])
    577 
    578 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
     530dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
    579531dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
    580532dnl mangled by Autoconf and run in a shell conditional statement.
    581533m4_define([_AC_COMPILER_EXEEXT],
    582534m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
    583535
     536
    584537# When config.status generates a header, we must update the stamp-h file.
    585538# This file resides in the same directory as the config header
    586539# that is generated.  The stamp files are numbered to have different names.
    for _am_header in $config_headers :; do 
    602555done
    603556echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    604557
    605 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     558# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
     559# Inc.
    606560#
    607561# This file is free software; the Free Software Foundation
    608562# gives unlimited permission to copy and/or distribute it,
    609563# with or without modifications, as long as this notice is preserved.
    610564
     565# serial 1
     566
    611567# AM_PROG_INSTALL_SH
    612568# ------------------
    613569# Define $install_sh.
    if test x"${install_sh}" != xset; then 
    621577    install_sh="\${SHELL} $am_aux_dir/install-sh"
    622578  esac
    623579fi
    624 AC_SUBST([install_sh])])
     580AC_SUBST(install_sh)])
    625581
    626 # Copyright (C) 1998-2013 Free Software Foundation, Inc.
     582# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
     583# Free Software Foundation, Inc.
    627584#
    628585# This file is free software; the Free Software Foundation
    629586# gives unlimited permission to copy and/or distribute it,
    630587# with or without modifications, as long as this notice is preserved.
    631588
     589# serial 5
     590
    632591# AM_PROG_LEX
    633592# -----------
    634593# Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
    635594# "missing" invocation, for better error output.
    636595AC_DEFUN([AM_PROG_LEX],
    637 [AC_PREREQ([2.50])dnl
     596[AC_PREREQ(2.50)dnl
    638597AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
    639598AC_REQUIRE([AC_PROG_LEX])dnl
    640599if test "$LEX" = :; then
    fi]) 
    644603# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
    645604# From Jim Meyering
    646605
    647 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     606# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
     607# 2011 Free Software Foundation, Inc.
    648608#
    649609# This file is free software; the Free Software Foundation
    650610# gives unlimited permission to copy and/or distribute it,
    651611# with or without modifications, as long as this notice is preserved.
    652612
     613# serial 5
     614
    653615# AM_MAINTAINER_MODE([DEFAULT-MODE])
    654616# ----------------------------------
    655617# Control maintainer-specific portions of Makefiles.
    656 # Default is to disable them, unless 'enable' is passed literally.
    657 # For symmetry, 'disable' may be passed as well.  Anyway, the user
     618# Default is to disable them, unless `enable' is passed literally.
     619# For symmetry, `disable' may be passed as well.  Anyway, the user
    658620# can override the default with the --enable/--disable switch.
    659621AC_DEFUN([AM_MAINTAINER_MODE],
    660622[m4_case(m4_default([$1], [disable]),
    AC_DEFUN([AM_MAINTAINER_MODE], 
    665627AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    666628  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    667629  AC_ARG_ENABLE([maintainer-mode],
    668     [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
    669       am_maintainer_other[ make rules and dependencies not useful
    670       (and sometimes confusing) to the casual installer])],
    671     [USE_MAINTAINER_MODE=$enableval],
    672     [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
     630[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
     631                          (and sometimes confusing) to the casual installer],
     632      [USE_MAINTAINER_MODE=$enableval],
     633      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
    673634  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
    674635  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
    675636  MAINT=$MAINTAINER_MODE_TRUE
    AC_MSG_CHECKING([whether to enable maint 
    677638]
    678639)
    679640
     641AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
     642
    680643# Check to see how 'make' treats includes.                  -*- Autoconf -*-
    681644
    682 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     645# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
    683646#
    684647# This file is free software; the Free Software Foundation
    685648# gives unlimited permission to copy and/or distribute it,
    686649# with or without modifications, as long as this notice is preserved.
    687650
     651# serial 4
     652
    688653# AM_MAKE_INCLUDE()
    689654# -----------------
    690655# Check to see how make treats includes.
    am__quote= 
    702667_am_result=none
    703668# First try GNU make style include.
    704669echo "include confinc" > confmf
    705 # Ignore all kinds of additional output from 'make'.
     670# Ignore all kinds of additional output from `make'.
    706671case `$am_make -s -f confmf 2> /dev/null` in #(
    707672*the\ am__doit\ target*)
    708673  am__include=include
    rm -f confinc confmf 
    729694
    730695# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
    731696
    732 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
     697# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
     698# Free Software Foundation, Inc.
    733699#
    734700# This file is free software; the Free Software Foundation
    735701# gives unlimited permission to copy and/or distribute it,
    736702# with or without modifications, as long as this notice is preserved.
    737703
     704# serial 6
     705
    738706# AM_MISSING_PROG(NAME, PROGRAM)
    739707# ------------------------------
    740708AC_DEFUN([AM_MISSING_PROG],
    AC_DEFUN([AM_MISSING_PROG], 
    742710$1=${$1-"${am_missing_run}$2"}
    743711AC_SUBST($1)])
    744712
     713
    745714# AM_MISSING_HAS_RUN
    746715# ------------------
    747 # Define MISSING if not defined so far and test if it is modern enough.
    748 # If it is, set am_missing_run to use it, otherwise, to nothing.
     716# Define MISSING if not defined so far and test if it supports --run.
     717# If it does, set am_missing_run to use it, otherwise, to nothing.
    749718AC_DEFUN([AM_MISSING_HAS_RUN],
    750719[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    751720AC_REQUIRE_AUX_FILE([missing])dnl
    if test x"${MISSING+set}" != xset; then 
    758727  esac
    759728fi
    760729# Use eval to expand $SHELL
    761 if eval "$MISSING --is-lightweight"; then
    762   am_missing_run="$MISSING "
     730if eval "$MISSING --run true"; then
     731  am_missing_run="$MISSING --run "
    763732else
    764733  am_missing_run=
    765   AC_MSG_WARN(['missing' script is too old or missing])
     734  AC_MSG_WARN([`missing' script is too old or missing])
    766735fi
    767736])
    768737
     738# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
     739# Inc.
     740#
     741# This file is free software; the Free Software Foundation
     742# gives unlimited permission to copy and/or distribute it,
     743# with or without modifications, as long as this notice is preserved.
     744
     745# serial 1
     746
     747# AM_PROG_MKDIR_P
     748# ---------------
     749# Check for `mkdir -p'.
     750AC_DEFUN([AM_PROG_MKDIR_P],
     751[AC_PREREQ([2.60])dnl
     752AC_REQUIRE([AC_PROG_MKDIR_P])dnl
     753dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     754dnl while keeping a definition of mkdir_p for backward compatibility.
     755dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
     756dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
     757dnl Makefile.ins that do not define MKDIR_P, so we do our own
     758dnl adjustment using top_builddir (which is defined more often than
     759dnl MKDIR_P).
     760AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
     761case $mkdir_p in
     762  [[\\/$]]* | ?:[[\\/]]*) ;;
     763  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     764esac
     765])
     766
    769767# Helper functions for option handling.                     -*- Autoconf -*-
    770768
    771 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
     769# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
     770# Foundation, Inc.
    772771#
    773772# This file is free software; the Free Software Foundation
    774773# gives unlimited permission to copy and/or distribute it,
    775774# with or without modifications, as long as this notice is preserved.
    776775
     776# serial 5
     777
    777778# _AM_MANGLE_OPTION(NAME)
    778779# -----------------------
    779780AC_DEFUN([_AM_MANGLE_OPTION],
    AC_DEFUN([_AM_MANGLE_OPTION], 
    783784# --------------------
    784785# Set option NAME.  Presently that only means defining a flag for this option.
    785786AC_DEFUN([_AM_SET_OPTION],
    786 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
     787[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    787788
    788789# _AM_SET_OPTIONS(OPTIONS)
    789790# ------------------------
    AC_DEFUN([_AM_SET_OPTIONS], 
    797798AC_DEFUN([_AM_IF_OPTION],
    798799[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    799800
    800 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
    801 #
    802 # This file is free software; the Free Software Foundation
    803 # gives unlimited permission to copy and/or distribute it,
    804 # with or without modifications, as long as this notice is preserved.
    805 
    806 # _AM_PROG_CC_C_O
    807 # ---------------
    808 # Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
    809 # to automatically call this.
    810 AC_DEFUN([_AM_PROG_CC_C_O],
    811 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    812 AC_REQUIRE_AUX_FILE([compile])dnl
    813 AC_LANG_PUSH([C])dnl
    814 AC_CACHE_CHECK(
    815   [whether $CC understands -c and -o together],
    816   [am_cv_prog_cc_c_o],
    817   [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
    818   # Make sure it works both with $CC and with simple cc.
    819   # Following AC_PROG_CC_C_O, we do the test twice because some
    820   # compilers refuse to overwrite an existing .o file with -o,
    821   # though they will create one.
    822   am_cv_prog_cc_c_o=yes
    823   for am_i in 1 2; do
    824     if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
    825          && test -f conftest2.$ac_objext; then
    826       : OK
    827     else
    828       am_cv_prog_cc_c_o=no
    829       break
    830     fi
    831   done
    832   rm -f core conftest*
    833   unset am_i])
    834 if test "$am_cv_prog_cc_c_o" != yes; then
    835    # Losing compiler, so override with the script.
    836    # FIXME: It is wrong to rewrite CC.
    837    # But if we don't then we get into trouble of one sort or another.
    838    # A longer-term fix would be to have automake use am__CC in this case,
    839    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    840    CC="$am_aux_dir/compile $CC"
    841 fi
    842 AC_LANG_POP([C])])
    843 
    844 # For backward compatibility.
    845 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
    846 
    847 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    848 #
    849 # This file is free software; the Free Software Foundation
    850 # gives unlimited permission to copy and/or distribute it,
    851 # with or without modifications, as long as this notice is preserved.
    852 
    853 # AM_RUN_LOG(COMMAND)
    854 # -------------------
    855 # Run COMMAND, save the exit status in ac_status, and log it.
    856 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
    857 AC_DEFUN([AM_RUN_LOG],
    858 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    859    ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    860    ac_status=$?
    861    echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    862    (exit $ac_status); }])
    863 
    864801# Check to make sure that the build environment is sane.    -*- Autoconf -*-
    865802
    866 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
     803# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
     804# Free Software Foundation, Inc.
    867805#
    868806# This file is free software; the Free Software Foundation
    869807# gives unlimited permission to copy and/or distribute it,
    870808# with or without modifications, as long as this notice is preserved.
    871809
     810# serial 5
     811
    872812# AM_SANITY_CHECK
    873813# ---------------
    874814AC_DEFUN([AM_SANITY_CHECK],
    875815[AC_MSG_CHECKING([whether build environment is sane])
     816# Just in case
     817sleep 1
     818echo timestamp > conftest.file
    876819# Reject unsafe characters in $srcdir or the absolute working directory
    877820# name.  Accept space and tab only in the latter.
    878821am_lf='
    case `pwd` in 
    883826esac
    884827case $srcdir in
    885828  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
    886     AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
     829    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
    887830esac
    888831
    889 # Do 'set' in a subshell so we don't clobber the current shell's
     832# Do `set' in a subshell so we don't clobber the current shell's
    890833# arguments.  Must try -L first in case configure is actually a
    891834# symlink; some systems play weird games with the mod time of symlinks
    892835# (eg FreeBSD returns the mod time of the symlink's containing
    893836# directory).
    894837if (
    895    am_has_slept=no
    896    for am_try in 1 2; do
    897      echo "timestamp, slept: $am_has_slept" > conftest.file
    898      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    899      if test "$[*]" = "X"; then
    900         # -L didn't work.
    901         set X `ls -t "$srcdir/configure" conftest.file`
    902      fi
    903      if test "$[*]" != "X $srcdir/configure conftest.file" \
    904         && test "$[*]" != "X conftest.file $srcdir/configure"; then
     838   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     839   if test "$[*]" = "X"; then
     840      # -L didn't work.
     841      set X `ls -t "$srcdir/configure" conftest.file`
     842   fi
     843   rm -f conftest.file
     844   if test "$[*]" != "X $srcdir/configure conftest.file" \
     845      && test "$[*]" != "X conftest.file $srcdir/configure"; then
     846
     847      # If neither matched, then we have a broken ls.  This can happen
     848      # if, for instance, CONFIG_SHELL is bash and it inherits a
     849      # broken ls alias from the environment.  This has actually
     850      # happened.  Such a system could not be considered "sane".
     851      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
     852alias in your environment])
     853   fi
    905854
    906         # If neither matched, then we have a broken ls.  This can happen
    907         # if, for instance, CONFIG_SHELL is bash and it inherits a
    908         # broken ls alias from the environment.  This has actually
    909         # happened.  Such a system could not be considered "sane".
    910         AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
    911   alias in your environment])
    912      fi
    913      if test "$[2]" = conftest.file || test $am_try -eq 2; then
    914        break
    915      fi
    916      # Just in case.
    917      sleep 1
    918      am_has_slept=yes
    919    done
    920855   test "$[2]" = conftest.file
    921856   )
    922857then
    else 
    926861   AC_MSG_ERROR([newly created file is older than distributed files!
    927862Check your system clock])
    928863fi
    929 AC_MSG_RESULT([yes])
    930 # If we didn't sleep, we still need to ensure time stamps of config.status and
    931 # generated files are strictly newer.
    932 am_sleep_pid=
    933 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    934   ( sleep 1 ) &
    935   am_sleep_pid=$!
    936 fi
    937 AC_CONFIG_COMMANDS_PRE(
    938   [AC_MSG_CHECKING([that generated files are newer than configure])
    939    if test -n "$am_sleep_pid"; then
    940      # Hide warnings about reused PIDs.
    941      wait $am_sleep_pid 2>/dev/null
    942    fi
    943    AC_MSG_RESULT([done])])
    944 rm -f conftest.file
    945 ])
     864AC_MSG_RESULT(yes)])
    946865
    947 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
     866# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    948867#
    949868# This file is free software; the Free Software Foundation
    950869# gives unlimited permission to copy and/or distribute it,
    951870# with or without modifications, as long as this notice is preserved.
    952871
    953 # AM_SILENT_RULES([DEFAULT])
    954 # --------------------------
    955 # Enable less verbose build rules; with the default set to DEFAULT
    956 # ("yes" being less verbose, "no" or empty being verbose).
    957 AC_DEFUN([AM_SILENT_RULES],
    958 [AC_ARG_ENABLE([silent-rules], [dnl
    959 AS_HELP_STRING(
    960   [--enable-silent-rules],
    961   [less verbose build output (undo: "make V=1")])
    962 AS_HELP_STRING(
    963   [--disable-silent-rules],
    964   [verbose build output (undo: "make V=0")])dnl
    965 ])
    966 case $enable_silent_rules in @%:@ (((
    967   yes) AM_DEFAULT_VERBOSITY=0;;
    968    no) AM_DEFAULT_VERBOSITY=1;;
    969     *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
    970 esac
    971 dnl
    972 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
    973 dnl do not support nested variable expansions.
    974 dnl See automake bug#9928 and bug#10237.
    975 am_make=${MAKE-make}
    976 AC_CACHE_CHECK([whether $am_make supports nested variables],
    977    [am_cv_make_support_nested_variables],
    978    [if AS_ECHO([['TRUE=$(BAR$(V))
    979 BAR0=false
    980 BAR1=true
    981 V=1
    982 am__doit:
    983         @$(TRUE)
    984 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
    985   am_cv_make_support_nested_variables=yes
    986 else
    987   am_cv_make_support_nested_variables=no
    988 fi])
    989 if test $am_cv_make_support_nested_variables = yes; then
    990   dnl Using '$V' instead of '$(V)' breaks IRIX make.
    991   AM_V='$(V)'
    992   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    993 else
    994   AM_V=$AM_DEFAULT_VERBOSITY
    995   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
    996 fi
    997 AC_SUBST([AM_V])dnl
    998 AM_SUBST_NOTMAKE([AM_V])dnl
    999 AC_SUBST([AM_DEFAULT_V])dnl
    1000 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
    1001 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
    1002 AM_BACKSLASH='\'
    1003 AC_SUBST([AM_BACKSLASH])dnl
    1004 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
    1005 ])
    1006 
    1007 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
    1008 #
    1009 # This file is free software; the Free Software Foundation
    1010 # gives unlimited permission to copy and/or distribute it,
    1011 # with or without modifications, as long as this notice is preserved.
     872# serial 1
    1012873
    1013874# AM_PROG_INSTALL_STRIP
    1014875# ---------------------
    1015 # One issue with vendor 'install' (even GNU) is that you can't
     876# One issue with vendor `install' (even GNU) is that you can't
    1016877# specify the program used to strip binaries.  This is especially
    1017878# annoying in cross-compiling environments, where the build's strip
    1018879# is unlikely to handle the host's binaries.
    1019880# Fortunately install-sh will honor a STRIPPROG variable, so we
    1020 # always use install-sh in "make install-strip", and initialize
     881# always use install-sh in `make install-strip', and initialize
    1021882# STRIPPROG with the value of the STRIP variable (set by the user).
    1022883AC_DEFUN([AM_PROG_INSTALL_STRIP],
    1023884[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    1024 # Installed binaries are usually stripped using 'strip' when the user
    1025 # run "make install-strip".  However 'strip' might not be the right
     885# Installed binaries are usually stripped using `strip' when the user
     886# run `make install-strip'.  However `strip' might not be the right
    1026887# tool to use in cross-compilation environments, therefore Automake
    1027 # will honor the 'STRIP' environment variable to overrule this program.
    1028 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
     888# will honor the `STRIP' environment variable to overrule this program.
     889dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
    1029890if test "$cross_compiling" != no; then
    1030891  AC_CHECK_TOOL([STRIP], [strip], :)
    1031892fi
    1032893INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    1033894AC_SUBST([INSTALL_STRIP_PROGRAM])])
    1034895
    1035 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
     896# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
    1036897#
    1037898# This file is free software; the Free Software Foundation
    1038899# gives unlimited permission to copy and/or distribute it,
    1039900# with or without modifications, as long as this notice is preserved.
    1040901
     902# serial 3
     903
    1041904# _AM_SUBST_NOTMAKE(VARIABLE)
    1042905# ---------------------------
    1043906# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    1051914
    1052915# Check how to create a tarball.                            -*- Autoconf -*-
    1053916
    1054 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
     917# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
    1055918#
    1056919# This file is free software; the Free Software Foundation
    1057920# gives unlimited permission to copy and/or distribute it,
    1058921# with or without modifications, as long as this notice is preserved.
    1059922
     923# serial 2
     924
    1060925# _AM_PROG_TAR(FORMAT)
    1061926# --------------------
    1062927# Check how to create a tarball in format FORMAT.
    1063 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
     928# FORMAT should be one of `v7', `ustar', or `pax'.
    1064929#
    1065930# Substitute a variable $(am__tar) that is a command
    1066931# writing to stdout a FORMAT-tarball containing the directory
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    1070935# Substitute a variable $(am__untar) that extract such
    1071936# a tarball read from stdin.
    1072937#     $(am__untar) < result.tar
    1073 #
    1074938AC_DEFUN([_AM_PROG_TAR],
    1075939[# Always define AMTAR for backward compatibility.  Yes, it's still used
    1076940# in the wild :-(  We should find a proper way to deprecate it ...
    1077941AC_SUBST([AMTAR], ['$${TAR-tar}'])
    1078 
    1079 # We'll loop over all known methods to create a tar archive until one works.
    1080 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
    1081 
    1082942m4_if([$1], [v7],
    1083   [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
    1084 
    1085   [m4_case([$1],
    1086     [ustar],
    1087      [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
    1088       # There is notably a 21 bits limit for the UID and the GID.  In fact,
    1089       # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
    1090       # and bug#13588).
    1091       am_max_uid=2097151 # 2^21 - 1
    1092       am_max_gid=$am_max_uid
    1093       # The $UID and $GID variables are not portable, so we need to resort
    1094       # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
    1095       # below are definitely unexpected, so allow the users to see them
    1096       # (that is, avoid stderr redirection).
    1097       am_uid=`id -u || echo unknown`
    1098       am_gid=`id -g || echo unknown`
    1099       AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
    1100       if test $am_uid -le $am_max_uid; then
    1101          AC_MSG_RESULT([yes])
    1102       else
    1103          AC_MSG_RESULT([no])
    1104          _am_tools=none
    1105       fi
    1106       AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
    1107       if test $am_gid -le $am_max_gid; then
    1108          AC_MSG_RESULT([yes])
    1109       else
    1110         AC_MSG_RESULT([no])
    1111         _am_tools=none
    1112       fi],
    1113 
    1114   [pax],
    1115     [],
    1116 
    1117   [m4_fatal([Unknown tar format])])
    1118 
    1119   AC_MSG_CHECKING([how to create a $1 tar archive])
    1120 
    1121   # Go ahead even if we have the value already cached.  We do so because we
    1122   # need to set the values for the 'am__tar' and 'am__untar' variables.
    1123   _am_tools=${am_cv_prog_tar_$1-$_am_tools}
    1124 
    1125   for _am_tool in $_am_tools; do
    1126     case $_am_tool in
    1127     gnutar)
    1128       for _am_tar in tar gnutar gtar; do
    1129         AM_RUN_LOG([$_am_tar --version]) && break
    1130       done
    1131       am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
    1132       am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
    1133       am__untar="$_am_tar -xf -"
    1134       ;;
    1135     plaintar)
    1136       # Must skip GNU tar: if it does not support --format= it doesn't create
    1137       # ustar tarball either.
    1138       (tar --version) >/dev/null 2>&1 && continue
    1139       am__tar='tar chf - "$$tardir"'
    1140       am__tar_='tar chf - "$tardir"'
    1141       am__untar='tar xf -'
    1142       ;;
    1143     pax)
    1144       am__tar='pax -L -x $1 -w "$$tardir"'
    1145       am__tar_='pax -L -x $1 -w "$tardir"'
    1146       am__untar='pax -r'
    1147       ;;
    1148     cpio)
    1149       am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
    1150       am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
    1151       am__untar='cpio -i -H $1 -d'
    1152       ;;
    1153     none)
    1154       am__tar=false
    1155       am__tar_=false
    1156       am__untar=false
    1157       ;;
    1158     esac
     943     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
     944     [m4_case([$1], [ustar],, [pax],,
     945              [m4_fatal([Unknown tar format])])
     946AC_MSG_CHECKING([how to create a $1 tar archive])
     947# Loop over all known methods to create a tar archive until one works.
     948_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
     949_am_tools=${am_cv_prog_tar_$1-$_am_tools}
     950# Do not fold the above two line into one, because Tru64 sh and
     951# Solaris sh will not grok spaces in the rhs of `-'.
     952for _am_tool in $_am_tools
     953do
     954  case $_am_tool in
     955  gnutar)
     956    for _am_tar in tar gnutar gtar;
     957    do
     958      AM_RUN_LOG([$_am_tar --version]) && break
     959    done
     960    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
     961    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
     962    am__untar="$_am_tar -xf -"
     963    ;;
     964  plaintar)
     965    # Must skip GNU tar: if it does not support --format= it doesn't create
     966    # ustar tarball either.
     967    (tar --version) >/dev/null 2>&1 && continue
     968    am__tar='tar chf - "$$tardir"'
     969    am__tar_='tar chf - "$tardir"'
     970    am__untar='tar xf -'
     971    ;;
     972  pax)
     973    am__tar='pax -L -x $1 -w "$$tardir"'
     974    am__tar_='pax -L -x $1 -w "$tardir"'
     975    am__untar='pax -r'
     976    ;;
     977  cpio)
     978    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
     979    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
     980    am__untar='cpio -i -H $1 -d'
     981    ;;
     982  none)
     983    am__tar=false
     984    am__tar_=false
     985    am__untar=false
     986    ;;
     987  esac
    1159988
    1160     # If the value was cached, stop now.  We just wanted to have am__tar
    1161     # and am__untar set.
    1162     test -n "${am_cv_prog_tar_$1}" && break
     989  # If the value was cached, stop now.  We just wanted to have am__tar
     990  # and am__untar set.
     991  test -n "${am_cv_prog_tar_$1}" && break
    1163992
    1164     # tar/untar a dummy directory, and stop if the command works.
    1165     rm -rf conftest.dir
    1166     mkdir conftest.dir
    1167     echo GrepMe > conftest.dir/file
    1168     AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
    1169     rm -rf conftest.dir
    1170     if test -s conftest.tar; then
    1171       AM_RUN_LOG([$am__untar <conftest.tar])
    1172       AM_RUN_LOG([cat conftest.dir/file])
    1173       grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
    1174     fi
    1175   done
     993  # tar/untar a dummy directory, and stop if the command works
    1176994  rm -rf conftest.dir
     995  mkdir conftest.dir
     996  echo GrepMe > conftest.dir/file
     997  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
     998  rm -rf conftest.dir
     999  if test -s conftest.tar; then
     1000    AM_RUN_LOG([$am__untar <conftest.tar])
     1001    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
     1002  fi
     1003done
     1004rm -rf conftest.dir
    11771005
    1178   AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
    1179   AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    1180 
     1006AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
     1007AC_MSG_RESULT([$am_cv_prog_tar_$1])])
    11811008AC_SUBST([am__tar])
    11821009AC_SUBST([am__untar])
    11831010]) # _AM_PROG_TAR
  • gas/configure

    diff -rupdN binutils-ref/gas/configure binutils/gas/configure
    old new LIBTOOL 
    690690EGREP
    691691GREP
    692692CPP
    693 AM_BACKSLASH
    694 AM_DEFAULT_VERBOSITY
    695 AM_DEFAULT_V
    696 AM_V
    697693am__fastdepCC_FALSE
    698694am__fastdepCC_TRUE
    699695CCDEPMODE
    ac_subst_files='' 
    788784ac_user_opts='
    789785enable_option_checking
    790786enable_dependency_tracking
    791 enable_silent_rules
    792787enable_plugins
    793788enable_largefile
    794789enable_shared
    Optional Features: 
    14331428  --disable-option-checking  ignore unrecognized --enable/--with options
    14341429  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14351430  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
    1436   --enable-dependency-tracking
    1437                           do not reject slow dependency extractors
    1438   --disable-dependency-tracking
    1439                           speeds up one-time build
    1440   --enable-silent-rules   less verbose build output (undo: "make V=1")
    1441   --disable-silent-rules  verbose build output (undo: "make V=0")
     1431  --disable-dependency-tracking  speeds up one-time build
     1432  --enable-dependency-tracking   do not reject slow dependency extractors
    14421433  --enable-plugins        Enable support for plugins (defaults no)
    14431434  --disable-largefile     omit support for large files
    14441435  --enable-shared[=PKGS]  build shared libraries [default=yes]
    Optional Features: 
    14511442  --enable-werror         treat compile warnings as errors
    14521443  --enable-build-warnings enable build-time compiler warnings
    14531444  --disable-nls           do not use Native Language Support
    1454   --enable-maintainer-mode
    1455                           enable make rules and dependencies not useful (and
    1456                           sometimes confusing) to the casual installer
     1445  --enable-maintainer-mode  enable make rules and dependencies not useful
     1446                          (and sometimes confusing) to the casual installer
    14571447
    14581448Optional Packages:
    14591449  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    test -n "$target_alias" && 
    25022492  test "$program_prefix$program_suffix$program_transform_name" = \
    25032493    NONENONEs,x,x, &&
    25042494  program_prefix=${target_alias}-
    2505 # expand $ac_aux_dir to an absolute path
    2506 am_aux_dir=`cd $ac_aux_dir && pwd`
    2507 
    25082495ac_ext=c
    25092496ac_cpp='$CPP $CPPFLAGS'
    25102497ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    ac_compile='$CC -c $CFLAGS $CPPFLAGS con 
    32943281ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    32953282ac_compiler_gnu=$ac_cv_c_compiler_gnu
    32963283
    3297 ac_ext=c
    3298 ac_cpp='$CPP $CPPFLAGS'
    3299 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    3300 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    3301 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
    3303 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
    3304 if ${am_cv_prog_cc_c_o+:} false; then :
    3305   $as_echo_n "(cached) " >&6
    3306 else
    3307   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    3308 /* end confdefs.h.  */
    3309 
    3310 int
    3311 main ()
    3312 {
    3313 
    3314   ;
    3315   return 0;
    3316 }
    3317 _ACEOF
    3318   # Make sure it works both with $CC and with simple cc.
    3319   # Following AC_PROG_CC_C_O, we do the test twice because some
    3320   # compilers refuse to overwrite an existing .o file with -o,
    3321   # though they will create one.
    3322   am_cv_prog_cc_c_o=yes
    3323   for am_i in 1 2; do
    3324     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
    3325    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
    3326    ac_status=$?
    3327    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    3328    (exit $ac_status); } \
    3329          && test -f conftest2.$ac_objext; then
    3330       : OK
    3331     else
    3332       am_cv_prog_cc_c_o=no
    3333       break
    3334     fi
    3335   done
    3336   rm -f core conftest*
    3337   unset am_i
    3338 fi
    3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
    3340 $as_echo "$am_cv_prog_cc_c_o" >&6; }
    3341 if test "$am_cv_prog_cc_c_o" != yes; then
    3342    # Losing compiler, so override with the script.
    3343    # FIXME: It is wrong to rewrite CC.
    3344    # But if we don't then we get into trouble of one sort or another.
    3345    # A longer-term fix would be to have automake use am__CC in this case,
    3346    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    3347    CC="$am_aux_dir/compile $CC"
    3348 fi
    3349 ac_ext=c
    3350 ac_cpp='$CPP $CPPFLAGS'
    3351 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    3352 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    3353 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    3354 
    3355 
    33563284
    33573285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
    33583286$as_echo_n "checking for library containing strerror... " >&6; }
    test -z "$INSTALL_DATA" && INSTALL_DATA= 
    35093437
    35103438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
    35113439$as_echo_n "checking whether build environment is sane... " >&6; }
     3440# Just in case
     3441sleep 1
     3442echo timestamp > conftest.file
    35123443# Reject unsafe characters in $srcdir or the absolute working directory
    35133444# name.  Accept space and tab only in the latter.
    35143445am_lf='
    case `pwd` in 
    35193450esac
    35203451case $srcdir in
    35213452  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
    3522     as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
     3453    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
    35233454esac
    35243455
    3525 # Do 'set' in a subshell so we don't clobber the current shell's
     3456# Do `set' in a subshell so we don't clobber the current shell's
    35263457# arguments.  Must try -L first in case configure is actually a
    35273458# symlink; some systems play weird games with the mod time of symlinks
    35283459# (eg FreeBSD returns the mod time of the symlink's containing
    35293460# directory).
    35303461if (
    3531    am_has_slept=no
    3532    for am_try in 1 2; do
    3533      echo "timestamp, slept: $am_has_slept" > conftest.file
    3534      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    3535      if test "$*" = "X"; then
    3536         # -L didn't work.
    3537         set X `ls -t "$srcdir/configure" conftest.file`
    3538      fi
    3539      if test "$*" != "X $srcdir/configure conftest.file" \
    3540         && test "$*" != "X conftest.file $srcdir/configure"; then
     3462   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
     3463   if test "$*" = "X"; then
     3464      # -L didn't work.
     3465      set X `ls -t "$srcdir/configure" conftest.file`
     3466   fi
     3467   rm -f conftest.file
     3468   if test "$*" != "X $srcdir/configure conftest.file" \
     3469      && test "$*" != "X conftest.file $srcdir/configure"; then
     3470
     3471      # If neither matched, then we have a broken ls.  This can happen
     3472      # if, for instance, CONFIG_SHELL is bash and it inherits a
     3473      # broken ls alias from the environment.  This has actually
     3474      # happened.  Such a system could not be considered "sane".
     3475      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
     3476alias in your environment" "$LINENO" 5
     3477   fi
    35413478
    3542         # If neither matched, then we have a broken ls.  This can happen
    3543         # if, for instance, CONFIG_SHELL is bash and it inherits a
    3544         # broken ls alias from the environment.  This has actually
    3545         # happened.  Such a system could not be considered "sane".
    3546         as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
    3547   alias in your environment" "$LINENO" 5
    3548      fi
    3549      if test "$2" = conftest.file || test $am_try -eq 2; then
    3550        break
    3551      fi
    3552      # Just in case.
    3553      sleep 1
    3554      am_has_slept=yes
    3555    done
    35563479   test "$2" = conftest.file
    35573480   )
    35583481then
    Check your system clock" "$LINENO" 5 
    35643487fi
    35653488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    35663489$as_echo "yes" >&6; }
    3567 # If we didn't sleep, we still need to ensure time stamps of config.status and
    3568 # generated files are strictly newer.
    3569 am_sleep_pid=
    3570 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
    3571   ( sleep 1 ) &
    3572   am_sleep_pid=$!
    3573 fi
    3574 
    3575 rm -f conftest.file
    3576 
    35773490test "$program_prefix" != NONE &&
    35783491  program_transform_name="s&^&$program_prefix&;$program_transform_name"
    35793492# Use a double $ so make ignores it.
    test "$program_suffix" != NONE && 
    35843497ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    35853498program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    35863499
     3500# expand $ac_aux_dir to an absolute path
     3501am_aux_dir=`cd $ac_aux_dir && pwd`
     3502
    35873503if test x"${MISSING+set}" != xset; then
    35883504  case $am_aux_dir in
    35893505  *\ * | *\     *)
    if test x"${MISSING+set}" != xset; then 
    35933509  esac
    35943510fi
    35953511# Use eval to expand $SHELL
    3596 if eval "$MISSING --is-lightweight"; then
    3597   am_missing_run="$MISSING "
     3512if eval "$MISSING --run true"; then
     3513  am_missing_run="$MISSING --run "
    35983514else
    35993515  am_missing_run=
    3600   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
    3601 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
     3516  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
     3517$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    36023518fi
    36033519
    36043520if test x"${install_sh}" != xset; then
    if test x"${install_sh}" != xset; then 
    36103526  esac
    36113527fi
    36123528
    3613 # Installed binaries are usually stripped using 'strip' when the user
    3614 # run "make install-strip".  However 'strip' might not be the right
     3529# Installed binaries are usually stripped using `strip' when the user
     3530# run `make install-strip'.  However `strip' might not be the right
    36153531# tool to use in cross-compilation environments, therefore Automake
    3616 # will honor the 'STRIP' environment variable to overrule this program.
     3532# will honor the `STRIP' environment variable to overrule this program.
    36173533if test "$cross_compiling" != no; then
    36183534  if test -n "$ac_tool_prefix"; then
    36193535  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    fi 
    37523668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
    37533669$as_echo "$MKDIR_P" >&6; }
    37543670
     3671mkdir_p="$MKDIR_P"
     3672case $mkdir_p in
     3673  [\\/$]* | ?:[\\/]*) ;;
     3674  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
     3675esac
     3676
    37553677for ac_prog in gawk mawk nawk awk
    37563678do
    37573679  # Extract the first word of "$ac_prog", so it can be a program name with args.
    am__quote= 
    38533775_am_result=none
    38543776# First try GNU make style include.
    38553777echo "include confinc" > confmf
    3856 # Ignore all kinds of additional output from 'make'.
     3778# Ignore all kinds of additional output from `make'.
    38573779case `$am_make -s -f confmf 2> /dev/null` in #(
    38583780*the\ am__doit\ target*)
    38593781  am__include=include
    else 
    38973819fi
    38983820
    38993821
    3900 # Check whether --enable-silent-rules was given.
    3901 if test "${enable_silent_rules+set}" = set; then :
    3902   enableval=$enable_silent_rules;
    3903 fi
    3904 
    3905 case $enable_silent_rules in # (((
    3906   yes) AM_DEFAULT_VERBOSITY=0;;
    3907    no) AM_DEFAULT_VERBOSITY=1;;
    3908     *) AM_DEFAULT_VERBOSITY=1;;
    3909 esac
    3910 am_make=${MAKE-make}
    3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
    3912 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
    3913 if ${am_cv_make_support_nested_variables+:} false; then :
    3914   $as_echo_n "(cached) " >&6
    3915 else
    3916   if $as_echo 'TRUE=$(BAR$(V))
    3917 BAR0=false
    3918 BAR1=true
    3919 V=1
    3920 am__doit:
    3921         @$(TRUE)
    3922 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
    3923   am_cv_make_support_nested_variables=yes
    3924 else
    3925   am_cv_make_support_nested_variables=no
    3926 fi
    3927 fi
    3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
    3929 $as_echo "$am_cv_make_support_nested_variables" >&6; }
    3930 if test $am_cv_make_support_nested_variables = yes; then
    3931     AM_V='$(V)'
    3932   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    3933 else
    3934   AM_V=$AM_DEFAULT_VERBOSITY
    3935   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
    3936 fi
    3937 AM_BACKSLASH='\'
    3938 
    39393822if test "`cd $srcdir && pwd`" != "`pwd`"; then
    39403823  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
    39413824  # is not polluted with repeated "-I."
    fi 
    39573840
    39583841
    39593842# Define the identity of the package.
    3960 
    39613843 PACKAGE=gas
    39623844 VERSION=${BFD_VERSION}
    39633845
    AUTOHEADER=${AUTOHEADER-"${am_missing_ru 
    39873869
    39883870MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    39893871
    3990 # For better backward compatibility.  To be removed once Automake 1.9.x
    3991 # dies out for good.  For more background, see:
    3992 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
    3993 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
    3994 mkdir_p='$(MKDIR_P)'
    3995 
    39963872# We need awk for the "check" target.  The system "awk" is bad on
    39973873# some platforms.
    39983874# Always define AMTAR for backward compatibility.  Yes, it's still used
    39993875# in the wild :-(  We should find a proper way to deprecate it ...
    40003876AMTAR='$${TAR-tar}'
    40013877
    4002 
    4003 # We'll loop over all known methods to create a tar archive until one works.
    4004 _am_tools='gnutar  pax cpio none'
    4005 
    40063878am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    40073879
    40083880
    40093881
    40103882
    4011 
    40123883depcc="$CC"   am_compiler_list=
    40133884
    40143885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
    else 
    40203891  # We make a subdir and do the tests there.  Otherwise we can end up
    40213892  # making bogus files that we don't know about and never remove.  For
    40223893  # instance it was reported that on HP-UX the gcc test will end up
    4023   # making a dummy file named 'D' -- because '-MD' means "put the output
    4024   # in D".
     3894  # making a dummy file named `D' -- because `-MD' means `put the output
     3895  # in D'.
    40253896  rm -rf conftest.dir
    40263897  mkdir conftest.dir
    40273898  # Copy depcomp to subdir because otherwise we won't find it if we're
    else 
    40563927    : > sub/conftest.c
    40573928    for i in 1 2 3 4 5 6; do
    40583929      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    4059       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
    4060       # Solaris 10 /bin/sh.
    4061       echo '/* dummy */' > sub/conftst$i.h
     3930      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3931      # Solaris 8's {/usr,}/bin/sh.
     3932      touch sub/conftst$i.h
    40623933    done
    40633934    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    40643935
    4065     # We check with '-c' and '-o' for the sake of the "dashmstdout"
     3936    # We check with `-c' and `-o' for the sake of the "dashmstdout"
    40663937    # mode.  It turns out that the SunPro C++ compiler does not properly
    4067     # handle '-M -o', and we need to detect this.  Also, some Intel
    4068     # versions had trouble with output in subdirs.
     3938    # handle `-M -o', and we need to detect this.  Also, some Intel
     3939    # versions had trouble with output in subdirs
    40693940    am__obj=sub/conftest.${OBJEXT-o}
    40703941    am__minus_obj="-o $am__obj"
    40713942    case $depmode in
    else 
    40743945      test "$am__universal" = false || continue
    40753946      ;;
    40763947    nosideeffect)
    4077       # After this tag, mechanisms are not by side-effect, so they'll
    4078       # only be used when explicitly requested.
     3948      # after this tag, mechanisms are not by side-effect, so they'll
     3949      # only be used when explicitly requested
    40793950      if test "x$enable_dependency_tracking" = xyes; then
    40803951        continue
    40813952      else
    else 
    40833954      fi
    40843955      ;;
    40853956    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    4086       # This compiler won't grok '-c -o', but also, the minuso test has
     3957      # This compiler won't grok `-c -o', but also, the minuso test has
    40873958      # not run yet.  These depmodes are late enough in the game, and
    40883959      # so weak that their functioning should not be impacted.
    40893960      am__obj=conftest.${OBJEXT-o}
    fi 
    41384009
    41394010
    41404011
    4141 # POSIX will say in a future version that running "rm -f" with no argument
    4142 # is OK; and we want to be able to make that assumption in our Makefile
    4143 # recipes.  So use an aggressive probe to check that the usage we want is
    4144 # actually supported "in the wild" to an acceptable degree.
    4145 # See automake bug#10828.
    4146 # To make any issue more visible, cause the running configure to be aborted
    4147 # by default if the 'rm' program in use doesn't match our expectations; the
    4148 # user can still override this though.
    4149 if rm -f && rm -fr && rm -rf; then : OK; else
    4150   cat >&2 <<'END'
    4151 Oops!
    4152 
    4153 Your 'rm' program seems unable to run without file operands specified
    4154 on the command line, even when the '-f' option is present.  This is contrary
    4155 to the behaviour of most rm programs out there, and not conforming with
    4156 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
    4157 
    4158 Please tell bug-automake@gnu.org about your system, including the value
    4159 of your $PATH and any error possibly output before this message.  This
    4160 can help us improve future automake versions.
    4161 
    4162 END
    4163   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
    4164     echo 'Configuration will proceed anyway, since you have set the' >&2
    4165     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
    4166     echo >&2
    4167   else
    4168     cat >&2 <<'END'
    4169 Aborting the configuration process, to ensure you take notice of the issue.
    4170 
    4171 You can download and install GNU coreutils to get an 'rm' implementation
    4172 that behaves properly: <http://www.gnu.org/software/coreutils/>.
    4173 
    4174 If you want to complete the configuration process using your problematic
    4175 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
    4176 to "yes", and re-run configure.
    4177 
    4178 END
    4179     as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
    4180   fi
    4181 fi
    41824012
    41834013ac_ext=c
    41844014ac_cpp='$CPP $CPPFLAGS'
    ac_cpp='$CPP $CPPFLAGS' 
    47244554ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    47254555ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    47264556ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
    4728 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
    4729 if ${am_cv_prog_cc_c_o+:} false; then :
    4730   $as_echo_n "(cached) " >&6
    4731 else
    4732   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    4733 /* end confdefs.h.  */
    4734 
    4735 int
    4736 main ()
    4737 {
    4738 
    4739   ;
    4740   return 0;
    4741 }
    4742 _ACEOF
    4743   # Make sure it works both with $CC and with simple cc.
    4744   # Following AC_PROG_CC_C_O, we do the test twice because some
    4745   # compilers refuse to overwrite an existing .o file with -o,
    4746   # though they will create one.
    4747   am_cv_prog_cc_c_o=yes
    4748   for am_i in 1 2; do
    4749     if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
    4750    ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
    4751    ac_status=$?
    4752    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4753    (exit $ac_status); } \
    4754          && test -f conftest2.$ac_objext; then
    4755       : OK
    4756     else
    4757       am_cv_prog_cc_c_o=no
    4758       break
    4759     fi
    4760   done
    4761   rm -f core conftest*
    4762   unset am_i
    4763 fi
    4764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
    4765 $as_echo "$am_cv_prog_cc_c_o" >&6; }
    4766 if test "$am_cv_prog_cc_c_o" != yes; then
    4767    # Losing compiler, so override with the script.
    4768    # FIXME: It is wrong to rewrite CC.
    4769    # But if we don't then we get into trouble of one sort or another.
    4770    # A longer-term fix would be to have automake use am__CC in this case,
    4771    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
    4772    CC="$am_aux_dir/compile $CC"
    4773 fi
    4774 ac_ext=c
    4775 ac_cpp='$CPP $CPPFLAGS'
    4776 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4777 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4778 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4779 
    4780 
    4781 ac_ext=c
    4782 ac_cpp='$CPP $CPPFLAGS'
    4783 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4784 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4785 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    47864557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
    47874558$as_echo_n "checking how to run the C preprocessor... " >&6; }
    47884559# On Suns, sometimes $CPP names a directory.
    else 
    1155011321  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1155111322  lt_status=$lt_dlunknown
    1155211323  cat > conftest.$ac_ext <<_LT_EOF
    11553 #line 11553 "configure"
     11324#line 11324 "configure"
    1155411325#include "confdefs.h"
    1155511326
    1155611327#if HAVE_DLFCN_H
    else 
    1165611427  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1165711428  lt_status=$lt_dlunknown
    1165811429  cat > conftest.$ac_ext <<_LT_EOF
    11659 #line 11659 "configure"
     11430#line 11430 "configure"
    1166011431#include "confdefs.h"
    1166111432
    1166211433#if HAVE_DLFCN_H
    LIBOBJS=$ac_libobjs 
    1478514556LTLIBOBJS=$ac_ltlibobjs
    1478614557
    1478714558
    14788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
    14789 $as_echo_n "checking that generated files are newer than configure... " >&6; }
    14790    if test -n "$am_sleep_pid"; then
    14791      # Hide warnings about reused PIDs.
    14792      wait $am_sleep_pid 2>/dev/null
    14793    fi
    14794    { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
    14795 $as_echo "done" >&6; }
    1479614559if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    1479714560  as_fn_error $? "conditional \"AMDEP\" was never defined.
    1479814561Usually this means the macro was only invoked conditionally." "$LINENO" 5
    $as_echo "$as_me: executing $ac_file com 
    1628716050
    1628816051  case $ac_file$ac_mode in
    1628916052    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
    16290   # Older Autoconf quotes --file arguments for eval, but not when files
     16053  # Autoconf 2.62 quotes --file arguments for eval, but not when files
    1629116054  # are listed without --file.  Let's play safe and only enable the eval
    1629216055  # if we detect the quoting.
    1629316056  case $CONFIG_FILES in
    $as_echo "$as_me: executing $ac_file com 
    1630016063    # Strip MF so we end up with the name of the file.
    1630116064    mf=`echo "$mf" | sed -e 's/:.*$//'`
    1630216065    # Check whether this is an Automake generated Makefile or not.
    16303     # We used to match only the files named 'Makefile.in', but
     16066    # We used to match only the files named `Makefile.in', but
    1630416067    # some people rename them; so instead we look at the file content.
    1630516068    # Grep'ing the first line is not enough: some people post-process
    1630616069    # each Makefile.in and add a new line on top of each file to say so.
    $as_echo X"$mf" | 
    1633416097      continue
    1633516098    fi
    1633616099    # Extract the definition of DEPDIR, am__include, and am__quote
    16337     # from the Makefile without running 'make'.
     16100    # from the Makefile without running `make'.
    1633816101    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    1633916102    test -z "$DEPDIR" && continue
    1634016103    am__include=`sed -n 's/^am__include = //p' < "$mf"`
    16341     test -z "$am__include" && continue
     16104    test -z "am__include" && continue
    1634216105    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     16106    # When using ansi2knr, U may be empty or an underscore; expand it
     16107    U=`sed -n 's/^U = //p' < "$mf"`
    1634316108    # Find all dependency output files, they are included files with
    1634416109    # $(DEPDIR) in their names.  We invoke sed twice because it is the
    1634516110    # simplest approach to changing $(DEPDIR) to its actual value in the
    1634616111    # expansion.
    1634716112    for file in `sed -n "
    1634816113      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    16349          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
     16114         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    1635016115      # Make sure the directory exists.
    1635116116      test -f "$dirpart/$file" && continue
    1635216117      fdir=`$as_dirname -- "$file" ||
  • gas/doc/Makefile.in

    diff -rupdN binutils-ref/gas/doc/Makefile.in binutils/gas/doc/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6 # Inc.
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    77# This Makefile.in is free software; the Free Software Foundation
    88# gives unlimited permission to copy and/or distribute it,
    99# with or without modifications, as long as this notice is preserved.
     
    3333# <http://www.gnu.org/licenses/>.
    3434#
    3535VPATH = @srcdir@
     36am__make_dryrun = \
     37  { \
     38    am__dry=no; \
     39    case $$MAKEFLAGS in \
     40      *\\[\ \   ]*) \
     41        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     42          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     43      *) \
     44        for am__flg in $$MAKEFLAGS; do \
     45          case $$am__flg in \
     46            *=*|--*) ;; \
     47            *n*) am__dry=yes; break;; \
     48          esac; \
     49        done;; \
     50    esac; \
     51    test $$am__dry = yes; \
     52  }
    3653pkgdatadir = $(datadir)/@PACKAGE@
    3754pkgincludedir = $(includedir)/@PACKAGE@
    3855pkglibdir = $(libdir)/@PACKAGE@
    TEXI2PDF = $(TEXI2DVI) --pdf --batch 
    94111MAKEINFOHTML = $(MAKEINFO) --html
    95112AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
    96113DVIPS = dvips
     114am__can_run_installinfo = \
     115  case $$AM_UPDATE_INFO_DIR in \
     116    n|no|NO) false;; \
     117    *) (install-info --version) >/dev/null 2>&1;; \
     118  esac
    97119am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    98120am__vpath_adj = case $$p in \
    99121    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    am__nobase_list = $(am__nobase_strip_set 
    115137am__base_list = \
    116138  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    117139  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     140am__uninstall_files_from_dir = { \
     141  test -z "$$files" \
     142    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
     143    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
     144         $(am__cd) "$$dir" && rm -f $$files; }; \
     145  }
    118146man1dir = $(mandir)/man1
    119147am__installdirs = "$(DESTDIR)$(man1dir)"
    120148NROFF = nroff
    uninstall-html-am: 
    458486
    459487uninstall-info-am:
    460488        @$(PRE_UNINSTALL)
    461         @if test -d '$(DESTDIR)$(infodir)' && \
    462             (install-info --version && \
    463              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     489        @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
    464490          list='$(INFO_DEPS)'; \
    465491          for file in $$list; do \
    466492            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    maintainer-clean-aminfo: 
    534560clean-info: mostlyclean-aminfo clean-aminfo
    535561install-man1: $(man_MANS)
    536562        @$(NORMAL_INSTALL)
    537         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
    538         @list=''; test -n "$(man1dir)" || exit 0; \
    539         { for i in $$list; do echo "$$i"; done; \
    540         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    541           sed -n '/\.1[a-z]*$$/p'; \
     563        @list1=''; \
     564        list2='$(man_MANS)'; \
     565        test -n "$(man1dir)" \
     566          && test -n "`echo $$list1$$list2`" \
     567          || exit 0; \
     568        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
     569        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
     570        { for i in $$list1; do echo "$$i"; done;  \
     571        if test -n "$$list2"; then \
     572          for i in $$list2; do echo "$$i"; done \
     573            | sed -n '/\.1[a-z]*$$/p'; \
     574        fi; \
    542575        } | while read p; do \
    543576          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    544577          echo "$$d$$p"; echo "$$p"; \
    uninstall-man1: 
    567600          sed -n '/\.1[a-z]*$$/p'; \
    568601        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    569602              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    570         test -z "$$files" || { \
    571           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
    572           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
     603        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
    573604tags: TAGS
    574605TAGS:
    575606
    install-am: all-am 
    593624
    594625installcheck: installcheck-am
    595626install-strip:
    596         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    597           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    598           `test -z '$(STRIP)' || \
    599             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     627        if test -z '$(STRIP)'; then \
     628          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     629            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     630              install; \
     631        else \
     632          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     633            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     634            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     635        fi
    600636mostlyclean-generic:
    601637
    602638clean-generic:
    install-dvi: install-dvi-am 
    636672
    637673install-dvi-am: $(DVIS)
    638674        @$(NORMAL_INSTALL)
    639         test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
    640675        @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
     676        if test -n "$$list"; then \
     677          echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
     678          $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
     679        fi; \
    641680        for p in $$list; do \
    642681          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    643682          echo "$$d$$p"; \
    install-html: install-html-am 
    652691
    653692install-html-am: $(HTMLS)
    654693        @$(NORMAL_INSTALL)
    655         test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
    656694        @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
     695        if test -n "$$list"; then \
     696          echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
     697          $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
     698        fi; \
    657699        for p in $$list; do \
    658700          if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
    659701          $(am__strip_dir) \
    660           if test -d "$$d$$p"; then \
     702          d2=$$d$$p; \
     703          if test -d "$$d2"; then \
    661704            echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
    662705            $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
    663             echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
    664             $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
     706            echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
     707            $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
    665708          else \
    666             list2="$$list2 $$d$$p"; \
     709            list2="$$list2 $$d2"; \
    667710          fi; \
    668711        done; \
    669712        test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
    install-info: install-info-am 
    675718
    676719install-info-am: $(INFO_DEPS)
    677720        @$(NORMAL_INSTALL)
    678         test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
    679721        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    680722        list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
     723        if test -n "$$list"; then \
     724          echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
     725          $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
     726        fi; \
    681727        for file in $$list; do \
    682728          case $$file in \
    683729            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    install-info-am: $(INFO_DEPS) 
    695741          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
    696742          $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
    697743        @$(POST_INSTALL)
    698         @if (install-info --version && \
    699              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     744        @if $(am__can_run_installinfo); then \
    700745          list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
    701746          for file in $$list; do \
    702747            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    install-pdf: install-pdf-am 
    710755
    711756install-pdf-am: $(PDFS)
    712757        @$(NORMAL_INSTALL)
    713         test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
    714758        @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
     759        if test -n "$$list"; then \
     760          echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
     761          $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
     762        fi; \
    715763        for p in $$list; do \
    716764          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    717765          echo "$$d$$p"; \
    install-ps: install-ps-am 
    723771
    724772install-ps-am: $(PSS)
    725773        @$(NORMAL_INSTALL)
    726         test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
    727774        @list='$(PSS)'; test -n "$(psdir)" || list=; \
     775        if test -n "$$list"; then \
     776          echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
     777          $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
     778        fi; \
    728779        for p in $$list; do \
    729780          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    730781          echo "$$d$$p"; \
  • gas/Makefile.in

    diff -rupdN binutils-ref/gas/Makefile.in binutils/gas/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
    5 
     4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
    89# with or without modifications, as long as this notice is preserved.
     
    3435
    3536
    3637VPATH = @srcdir@
    37 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
    38 am__make_running_with_option = \
    39   case $${target_option-} in \
    40       ?) ;; \
    41       *) echo "am__make_running_with_option: internal error: invalid" \
    42               "target option '$${target_option-}' specified" >&2; \
    43          exit 1;; \
    44   esac; \
    45   has_opt=no; \
    46   sane_makeflags=$$MAKEFLAGS; \
    47   if $(am__is_gnu_make); then \
    48     sane_makeflags=$$MFLAGS; \
    49   else \
     38am__make_dryrun = \
     39  { \
     40    am__dry=no; \
    5041    case $$MAKEFLAGS in \
    5142      *\\[\ \   ]*) \
    52         bs=\\; \
    53         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
    54           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    55     esac; \
    56   fi; \
    57   skip_next=no; \
    58   strip_trailopt () \
    59   { \
    60     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
    61   }; \
    62   for flg in $$sane_makeflags; do \
    63     test $$skip_next = yes && { skip_next=no; continue; }; \
    64     case $$flg in \
    65       *=*|--*) continue;; \
    66         -*I) strip_trailopt 'I'; skip_next=yes;; \
    67       -*I?*) strip_trailopt 'I';; \
    68         -*O) strip_trailopt 'O'; skip_next=yes;; \
    69       -*O?*) strip_trailopt 'O';; \
    70         -*l) strip_trailopt 'l'; skip_next=yes;; \
    71       -*l?*) strip_trailopt 'l';; \
    72       -[dEDm]) skip_next=yes;; \
    73       -[JT]) skip_next=yes;; \
    74     esac; \
    75     case $$flg in \
    76       *$$target_option*) has_opt=yes; break;; \
     43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     45      *) \
     46        for am__flg in $$MAKEFLAGS; do \
     47          case $$am__flg in \
     48            *=*|--*) ;; \
     49            *n*) am__dry=yes; break;; \
     50          esac; \
     51        done;; \
    7752    esac; \
    78   done; \
    79   test $$has_opt = yes
    80 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    81 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     53    test $$am__dry = yes; \
     54  }
    8255pkgdatadir = $(datadir)/@PACKAGE@
    8356pkgincludedir = $(includedir)/@PACKAGE@
    8457pkglibdir = $(libdir)/@PACKAGE@
    target_triplet = @target@ 
    10174noinst_PROGRAMS = as-new$(EXEEXT)
    10275EXTRA_PROGRAMS = itbl-test$(EXEEXT)
    10376subdir = .
    104 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    105         $(top_srcdir)/configure $(am__configure_deps) \
    106         $(srcdir)/config.in $(top_srcdir)/../mkinstalldirs \
    107         $(srcdir)/gdbinit.in $(srcdir)/gdbinit.in \
    108         $(top_srcdir)/po/Make-in m68k-parse.c bfin-parse.c \
    109         itbl-parse.c itbl-lex.c $(top_srcdir)/../depcomp \
    110         $(top_srcdir)/../ylwrap
     77DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
     78        $(srcdir)/Makefile.am $(top_srcdir)/configure \
     79        $(am__configure_deps) $(srcdir)/config.in \
     80        $(srcdir)/../mkinstalldirs $(srcdir)/gdbinit.in \
     81        $(srcdir)/gdbinit.in $(top_srcdir)/po/Make-in m68k-parse.c \
     82        bfin-parse.c itbl-parse.c itbl-lex.c $(srcdir)/../depcomp \
     83        $(srcdir)/../ylwrap
    11184ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    11285am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
    11386        $(top_srcdir)/../config/zlib.m4 \
    am_as_new_OBJECTS = $(am__objects_1) 
    149122as_new_OBJECTS = $(am_as_new_OBJECTS)
    150123am__DEPENDENCIES_1 =
    151124am__DEPENDENCIES_2 = ../bfd/libbfd.la ../libiberty/libiberty.a
    152 AM_V_lt = $(am__v_lt_@AM_V@)
    153 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    154 am__v_lt_0 = --silent
    155 am__v_lt_1 =
    156125am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
    157126itbl_test_OBJECTS = $(am_itbl_test_OBJECTS)
    158127itbl_test_DEPENDENCIES = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ \
    159128        $(am__DEPENDENCIES_2)
    160129SCRIPTS = $(noinst_SCRIPTS)
    161 AM_V_P = $(am__v_P_@AM_V@)
    162 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    163 am__v_P_0 = false
    164 am__v_P_1 = :
    165 AM_V_GEN = $(am__v_GEN_@AM_V@)
    166 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    167 am__v_GEN_0 = @echo "  GEN     " $@;
    168 am__v_GEN_1 =
    169 AM_V_at = $(am__v_at_@AM_V@)
    170 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    171 am__v_at_0 = @
    172 am__v_at_1 =
    173130DEFAULT_INCLUDES = -I.@am__isrc@
    174131depcomp = $(SHELL) $(top_srcdir)/../depcomp
    175132am__depfiles_maybe = depfiles
    176133am__mv = mv -f
    177134COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    178135        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    179 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    180         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    181         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    182         $(AM_CFLAGS) $(CFLAGS)
    183 AM_V_CC = $(am__v_CC_@AM_V@)
    184 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    185 am__v_CC_0 = @echo "  CC      " $@;
    186 am__v_CC_1 =
     136LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     137        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
     138        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    187139CCLD = $(CC)
    188 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    189         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    190         $(AM_LDFLAGS) $(LDFLAGS) -o $@
    191 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    192 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    193 am__v_CCLD_0 = @echo "  CCLD    " $@;
    194 am__v_CCLD_1 =
     140LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     141        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
     142        $(LDFLAGS) -o $@
    195143@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
    196144LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
    197 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
    198         $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
    199 AM_V_LEX = $(am__v_LEX_@AM_V@)
    200 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
    201 am__v_LEX_0 = @echo "  LEX     " $@;
    202 am__v_LEX_1 =
     145LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     146        --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
    203147YLWRAP = $(top_srcdir)/../ylwrap
    204148@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
    205 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
    206                    -e s/c++$$/h++/ -e s/c$$/h/
    207149YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
    208 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
    209         $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
    210 AM_V_YACC = $(am__v_YACC_@AM_V@)
    211 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
    212 am__v_YACC_0 = @echo "  YACC    " $@;
    213 am__v_YACC_1 =
     150LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
     151        --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
    214152SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \
    215153        $(itbl_test_SOURCES)
    216 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    217         ctags-recursive dvi-recursive html-recursive info-recursive \
    218         install-data-recursive install-dvi-recursive \
    219         install-exec-recursive install-html-recursive \
    220         install-info-recursive install-pdf-recursive \
    221         install-ps-recursive install-recursive installcheck-recursive \
    222         installdirs-recursive pdf-recursive ps-recursive \
    223         tags-recursive uninstall-recursive
     154RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     155        html-recursive info-recursive install-data-recursive \
     156        install-dvi-recursive install-exec-recursive \
     157        install-html-recursive install-info-recursive \
     158        install-pdf-recursive install-ps-recursive install-recursive \
     159        installcheck-recursive installdirs-recursive pdf-recursive \
     160        ps-recursive uninstall-recursive
    224161am__can_run_installinfo = \
    225162  case $$AM_UPDATE_INFO_DIR in \
    226163    n|no|NO) false;; \
    am__can_run_installinfo = \ 
    228165  esac
    229166RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    230167  distclean-recursive maintainer-clean-recursive
    231 am__recursive_targets = \
    232   $(RECURSIVE_TARGETS) \
    233   $(RECURSIVE_CLEAN_TARGETS) \
    234   $(am__extra_recursive_targets)
    235 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    236         cscope
    237 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    238         $(LISP)config.in
    239 # Read a list of newline-separated strings from the standard input,
    240 # and print each of them once, without duplicates.  Input order is
    241 # *not* preserved.
    242 am__uniquify_input = $(AWK) '\
    243   BEGIN { nonempty = 0; } \
    244   { items[$$0] = 1; nonempty = 1; } \
    245   END { if (nonempty) { for (i in items) print i; }; } \
    246 '
    247 # Make sure the list of sources is unique.  This is necessary because,
    248 # e.g., the same source file might be shared among _SOURCES variables
    249 # for different programs/libraries.
    250 am__define_uniq_tagged_files = \
    251   list='$(am__tagged_files)'; \
    252   unique=`for i in $$list; do \
    253     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    254   done | $(am__uniquify_input)`
     168AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     169        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
    255170ETAGS = etags
    256171CTAGS = ctags
    257 CSCOPE = cscope
    258172DEJATOOL = $(PACKAGE)
    259173RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
    260174DIST_SUBDIRS = $(SUBDIRS)
    261175ACLOCAL = @ACLOCAL@
    262176ALLOCA = @ALLOCA@
    263177AMTAR = @AMTAR@
    264 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    265178AR = @AR@
    266179AUTOCONF = @AUTOCONF@
    267180AUTOHEADER = @AUTOHEADER@
    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 
    828741$(am__aclocal_m4_deps):
    829742
    830743config.h: stamp-h1
    831         @test -f $@ || rm -f stamp-h1
    832         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
     744        @if test ! -f $@; then rm -f stamp-h1; else :; fi
     745        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    833746
    834747stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
    835748        @rm -f stamp-h1
    clean-noinstPROGRAMS: 
    856769        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    857770        echo " rm -f" $$list; \
    858771        rm -f $$list
    859 
    860772as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES) $(EXTRA_as_new_DEPENDENCIES)
    861773        @rm -f as-new$(EXEEXT)
    862         $(AM_V_CCLD)$(LINK) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
    863 
     774        $(LINK) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
    864775itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) $(EXTRA_itbl_test_DEPENDENCIES)
    865776        @rm -f itbl-test$(EXEEXT)
    866         $(AM_V_CCLD)$(LINK) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
     777        $(LINK) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
    867778
    868779mostlyclean-compile:
    869780        -rm -f *.$(OBJEXT)
    distclean-compile: 
    997908@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-relax.Po@am__quote@
    998909
    999910.c.o:
    1000 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    1001 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1002 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     911@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     912@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     913@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    1003914@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1004 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
     915@am__fastdepCC_FALSE@   $(COMPILE) -c $<
    1005916
    1006917.c.obj:
    1007 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    1008 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    1009 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
     918@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
     919@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     920@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    1010921@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1011 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     922@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
    1012923
    1013924.c.lo:
    1014 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    1015 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    1016 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
     925@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
     926@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
     927@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    1017928@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1018 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
     929@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
    1019930
    1020931tc-aarch64.o: config/tc-aarch64.c
    1021 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-aarch64.o -MD -MP -MF $(DEPDIR)/tc-aarch64.Tpo -c -o tc-aarch64.o `test -f 'config/tc-aarch64.c' || echo '$(srcdir)/'`config/tc-aarch64.c
    1022 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-aarch64.Tpo $(DEPDIR)/tc-aarch64.Po
    1023 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-aarch64.c' object='tc-aarch64.o' libtool=no @AMDEPBACKSLASH@
     932@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-aarch64.o -MD -MP -MF $(DEPDIR)/tc-aarch64.Tpo -c -o tc-aarch64.o `test -f 'config/tc-aarch64.c' || echo '$(srcdir)/'`config/tc-aarch64.c
     933@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-aarch64.Tpo $(DEPDIR)/tc-aarch64.Po
     934@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-aarch64.c' object='tc-aarch64.o' libtool=no @AMDEPBACKSLASH@
    1024935@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1025 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-aarch64.o `test -f 'config/tc-aarch64.c' || echo '$(srcdir)/'`config/tc-aarch64.c
     936@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-aarch64.o `test -f 'config/tc-aarch64.c' || echo '$(srcdir)/'`config/tc-aarch64.c
    1026937
    1027938tc-aarch64.obj: config/tc-aarch64.c
    1028 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-aarch64.obj -MD -MP -MF $(DEPDIR)/tc-aarch64.Tpo -c -o tc-aarch64.obj `if test -f 'config/tc-aarch64.c'; then $(CYGPATH_W) 'config/tc-aarch64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-aarch64.c'; fi`
    1029 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-aarch64.Tpo $(DEPDIR)/tc-aarch64.Po
    1030 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-aarch64.c' object='tc-aarch64.obj' libtool=no @AMDEPBACKSLASH@
     939@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-aarch64.obj -MD -MP -MF $(DEPDIR)/tc-aarch64.Tpo -c -o tc-aarch64.obj `if test -f 'config/tc-aarch64.c'; then $(CYGPATH_W) 'config/tc-aarch64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-aarch64.c'; fi`
     940@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-aarch64.Tpo $(DEPDIR)/tc-aarch64.Po
     941@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-aarch64.c' object='tc-aarch64.obj' libtool=no @AMDEPBACKSLASH@
    1031942@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1032 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-aarch64.obj `if test -f 'config/tc-aarch64.c'; then $(CYGPATH_W) 'config/tc-aarch64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-aarch64.c'; fi`
     943@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-aarch64.obj `if test -f 'config/tc-aarch64.c'; then $(CYGPATH_W) 'config/tc-aarch64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-aarch64.c'; fi`
    1033944
    1034945tc-alpha.o: config/tc-alpha.c
    1035 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-alpha.o -MD -MP -MF $(DEPDIR)/tc-alpha.Tpo -c -o tc-alpha.o `test -f 'config/tc-alpha.c' || echo '$(srcdir)/'`config/tc-alpha.c
    1036 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-alpha.Tpo $(DEPDIR)/tc-alpha.Po
    1037 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-alpha.c' object='tc-alpha.o' libtool=no @AMDEPBACKSLASH@
     946@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-alpha.o -MD -MP -MF $(DEPDIR)/tc-alpha.Tpo -c -o tc-alpha.o `test -f 'config/tc-alpha.c' || echo '$(srcdir)/'`config/tc-alpha.c
     947@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-alpha.Tpo $(DEPDIR)/tc-alpha.Po
     948@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-alpha.c' object='tc-alpha.o' libtool=no @AMDEPBACKSLASH@
    1038949@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1039 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-alpha.o `test -f 'config/tc-alpha.c' || echo '$(srcdir)/'`config/tc-alpha.c
     950@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-alpha.o `test -f 'config/tc-alpha.c' || echo '$(srcdir)/'`config/tc-alpha.c
    1040951
    1041952tc-alpha.obj: config/tc-alpha.c
    1042 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-alpha.obj -MD -MP -MF $(DEPDIR)/tc-alpha.Tpo -c -o tc-alpha.obj `if test -f 'config/tc-alpha.c'; then $(CYGPATH_W) 'config/tc-alpha.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-alpha.c'; fi`
    1043 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-alpha.Tpo $(DEPDIR)/tc-alpha.Po
    1044 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-alpha.c' object='tc-alpha.obj' libtool=no @AMDEPBACKSLASH@
     953@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-alpha.obj -MD -MP -MF $(DEPDIR)/tc-alpha.Tpo -c -o tc-alpha.obj `if test -f 'config/tc-alpha.c'; then $(CYGPATH_W) 'config/tc-alpha.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-alpha.c'; fi`
     954@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-alpha.Tpo $(DEPDIR)/tc-alpha.Po
     955@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-alpha.c' object='tc-alpha.obj' libtool=no @AMDEPBACKSLASH@
    1045956@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1046 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-alpha.obj `if test -f 'config/tc-alpha.c'; then $(CYGPATH_W) 'config/tc-alpha.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-alpha.c'; fi`
     957@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-alpha.obj `if test -f 'config/tc-alpha.c'; then $(CYGPATH_W) 'config/tc-alpha.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-alpha.c'; fi`
    1047958
    1048959tc-arc.o: config/tc-arc.c
    1049 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arc.o -MD -MP -MF $(DEPDIR)/tc-arc.Tpo -c -o tc-arc.o `test -f 'config/tc-arc.c' || echo '$(srcdir)/'`config/tc-arc.c
    1050 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-arc.Tpo $(DEPDIR)/tc-arc.Po
    1051 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-arc.c' object='tc-arc.o' libtool=no @AMDEPBACKSLASH@
     960@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arc.o -MD -MP -MF $(DEPDIR)/tc-arc.Tpo -c -o tc-arc.o `test -f 'config/tc-arc.c' || echo '$(srcdir)/'`config/tc-arc.c
     961@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-arc.Tpo $(DEPDIR)/tc-arc.Po
     962@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-arc.c' object='tc-arc.o' libtool=no @AMDEPBACKSLASH@
    1052963@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1053 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arc.o `test -f 'config/tc-arc.c' || echo '$(srcdir)/'`config/tc-arc.c
     964@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arc.o `test -f 'config/tc-arc.c' || echo '$(srcdir)/'`config/tc-arc.c
    1054965
    1055966tc-arc.obj: config/tc-arc.c
    1056 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arc.obj -MD -MP -MF $(DEPDIR)/tc-arc.Tpo -c -o tc-arc.obj `if test -f 'config/tc-arc.c'; then $(CYGPATH_W) 'config/tc-arc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arc.c'; fi`
    1057 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-arc.Tpo $(DEPDIR)/tc-arc.Po
    1058 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-arc.c' object='tc-arc.obj' libtool=no @AMDEPBACKSLASH@
     967@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arc.obj -MD -MP -MF $(DEPDIR)/tc-arc.Tpo -c -o tc-arc.obj `if test -f 'config/tc-arc.c'; then $(CYGPATH_W) 'config/tc-arc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arc.c'; fi`
     968@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-arc.Tpo $(DEPDIR)/tc-arc.Po
     969@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-arc.c' object='tc-arc.obj' libtool=no @AMDEPBACKSLASH@
    1059970@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1060 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arc.obj `if test -f 'config/tc-arc.c'; then $(CYGPATH_W) 'config/tc-arc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arc.c'; fi`
     971@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arc.obj `if test -f 'config/tc-arc.c'; then $(CYGPATH_W) 'config/tc-arc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arc.c'; fi`
    1061972
    1062973tc-arm.o: config/tc-arm.c
    1063 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arm.o -MD -MP -MF $(DEPDIR)/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo '$(srcdir)/'`config/tc-arm.c
    1064 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-arm.Tpo $(DEPDIR)/tc-arm.Po
    1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-arm.c' object='tc-arm.o' libtool=no @AMDEPBACKSLASH@
     974@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arm.o -MD -MP -MF $(DEPDIR)/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo '$(srcdir)/'`config/tc-arm.c
     975@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-arm.Tpo $(DEPDIR)/tc-arm.Po
     976@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-arm.c' object='tc-arm.o' libtool=no @AMDEPBACKSLASH@
    1066977@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1067 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo '$(srcdir)/'`config/tc-arm.c
     978@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo '$(srcdir)/'`config/tc-arm.c
    1068979
    1069980tc-arm.obj: config/tc-arm.c
    1070 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arm.obj -MD -MP -MF $(DEPDIR)/tc-arm.Tpo -c -o tc-arm.obj `if test -f 'config/tc-arm.c'; then $(CYGPATH_W) 'config/tc-arm.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arm.c'; fi`
    1071 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-arm.Tpo $(DEPDIR)/tc-arm.Po
    1072 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-arm.c' object='tc-arm.obj' libtool=no @AMDEPBACKSLASH@
     981@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-arm.obj -MD -MP -MF $(DEPDIR)/tc-arm.Tpo -c -o tc-arm.obj `if test -f 'config/tc-arm.c'; then $(CYGPATH_W) 'config/tc-arm.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arm.c'; fi`
     982@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-arm.Tpo $(DEPDIR)/tc-arm.Po
     983@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-arm.c' object='tc-arm.obj' libtool=no @AMDEPBACKSLASH@
    1073984@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1074 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arm.obj `if test -f 'config/tc-arm.c'; then $(CYGPATH_W) 'config/tc-arm.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arm.c'; fi`
     985@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-arm.obj `if test -f 'config/tc-arm.c'; then $(CYGPATH_W) 'config/tc-arm.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-arm.c'; fi`
    1075986
    1076987tc-avr.o: config/tc-avr.c
    1077 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-avr.o -MD -MP -MF $(DEPDIR)/tc-avr.Tpo -c -o tc-avr.o `test -f 'config/tc-avr.c' || echo '$(srcdir)/'`config/tc-avr.c
    1078 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-avr.Tpo $(DEPDIR)/tc-avr.Po
    1079 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-avr.c' object='tc-avr.o' libtool=no @AMDEPBACKSLASH@
     988@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-avr.o -MD -MP -MF $(DEPDIR)/tc-avr.Tpo -c -o tc-avr.o `test -f 'config/tc-avr.c' || echo '$(srcdir)/'`config/tc-avr.c
     989@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-avr.Tpo $(DEPDIR)/tc-avr.Po
     990@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-avr.c' object='tc-avr.o' libtool=no @AMDEPBACKSLASH@
    1080991@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1081 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-avr.o `test -f 'config/tc-avr.c' || echo '$(srcdir)/'`config/tc-avr.c
     992@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-avr.o `test -f 'config/tc-avr.c' || echo '$(srcdir)/'`config/tc-avr.c
    1082993
    1083994tc-avr.obj: config/tc-avr.c
    1084 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-avr.obj -MD -MP -MF $(DEPDIR)/tc-avr.Tpo -c -o tc-avr.obj `if test -f 'config/tc-avr.c'; then $(CYGPATH_W) 'config/tc-avr.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-avr.c'; fi`
    1085 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-avr.Tpo $(DEPDIR)/tc-avr.Po
    1086 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-avr.c' object='tc-avr.obj' libtool=no @AMDEPBACKSLASH@
     995@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-avr.obj -MD -MP -MF $(DEPDIR)/tc-avr.Tpo -c -o tc-avr.obj `if test -f 'config/tc-avr.c'; then $(CYGPATH_W) 'config/tc-avr.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-avr.c'; fi`
     996@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-avr.Tpo $(DEPDIR)/tc-avr.Po
     997@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-avr.c' object='tc-avr.obj' libtool=no @AMDEPBACKSLASH@
    1087998@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1088 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-avr.obj `if test -f 'config/tc-avr.c'; then $(CYGPATH_W) 'config/tc-avr.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-avr.c'; fi`
     999@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-avr.obj `if test -f 'config/tc-avr.c'; then $(CYGPATH_W) 'config/tc-avr.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-avr.c'; fi`
    10891000
    10901001tc-bfin.o: config/tc-bfin.c
    1091 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-bfin.o -MD -MP -MF $(DEPDIR)/tc-bfin.Tpo -c -o tc-bfin.o `test -f 'config/tc-bfin.c' || echo '$(srcdir)/'`config/tc-bfin.c
    1092 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-bfin.Tpo $(DEPDIR)/tc-bfin.Po
    1093 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-bfin.c' object='tc-bfin.o' libtool=no @AMDEPBACKSLASH@
     1002@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-bfin.o -MD -MP -MF $(DEPDIR)/tc-bfin.Tpo -c -o tc-bfin.o `test -f 'config/tc-bfin.c' || echo '$(srcdir)/'`config/tc-bfin.c
     1003@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-bfin.Tpo $(DEPDIR)/tc-bfin.Po
     1004@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-bfin.c' object='tc-bfin.o' libtool=no @AMDEPBACKSLASH@
    10941005@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1095 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-bfin.o `test -f 'config/tc-bfin.c' || echo '$(srcdir)/'`config/tc-bfin.c
     1006@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-bfin.o `test -f 'config/tc-bfin.c' || echo '$(srcdir)/'`config/tc-bfin.c
    10961007
    10971008tc-bfin.obj: config/tc-bfin.c
    1098 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-bfin.obj -MD -MP -MF $(DEPDIR)/tc-bfin.Tpo -c -o tc-bfin.obj `if test -f 'config/tc-bfin.c'; then $(CYGPATH_W) 'config/tc-bfin.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-bfin.c'; fi`
    1099 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-bfin.Tpo $(DEPDIR)/tc-bfin.Po
    1100 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-bfin.c' object='tc-bfin.obj' libtool=no @AMDEPBACKSLASH@
     1009@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-bfin.obj -MD -MP -MF $(DEPDIR)/tc-bfin.Tpo -c -o tc-bfin.obj `if test -f 'config/tc-bfin.c'; then $(CYGPATH_W) 'config/tc-bfin.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-bfin.c'; fi`
     1010@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-bfin.Tpo $(DEPDIR)/tc-bfin.Po
     1011@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-bfin.c' object='tc-bfin.obj' libtool=no @AMDEPBACKSLASH@
    11011012@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1102 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-bfin.obj `if test -f 'config/tc-bfin.c'; then $(CYGPATH_W) 'config/tc-bfin.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-bfin.c'; fi`
     1013@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-bfin.obj `if test -f 'config/tc-bfin.c'; then $(CYGPATH_W) 'config/tc-bfin.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-bfin.c'; fi`
    11031014
    11041015tc-cr16.o: config/tc-cr16.c
    1105 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cr16.o -MD -MP -MF $(DEPDIR)/tc-cr16.Tpo -c -o tc-cr16.o `test -f 'config/tc-cr16.c' || echo '$(srcdir)/'`config/tc-cr16.c
    1106 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-cr16.Tpo $(DEPDIR)/tc-cr16.Po
    1107 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-cr16.c' object='tc-cr16.o' libtool=no @AMDEPBACKSLASH@
     1016@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cr16.o -MD -MP -MF $(DEPDIR)/tc-cr16.Tpo -c -o tc-cr16.o `test -f 'config/tc-cr16.c' || echo '$(srcdir)/'`config/tc-cr16.c
     1017@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-cr16.Tpo $(DEPDIR)/tc-cr16.Po
     1018@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-cr16.c' object='tc-cr16.o' libtool=no @AMDEPBACKSLASH@
    11081019@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1109 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cr16.o `test -f 'config/tc-cr16.c' || echo '$(srcdir)/'`config/tc-cr16.c
     1020@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cr16.o `test -f 'config/tc-cr16.c' || echo '$(srcdir)/'`config/tc-cr16.c
    11101021
    11111022tc-cr16.obj: config/tc-cr16.c
    1112 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cr16.obj -MD -MP -MF $(DEPDIR)/tc-cr16.Tpo -c -o tc-cr16.obj `if test -f 'config/tc-cr16.c'; then $(CYGPATH_W) 'config/tc-cr16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cr16.c'; fi`
    1113 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-cr16.Tpo $(DEPDIR)/tc-cr16.Po
    1114 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-cr16.c' object='tc-cr16.obj' libtool=no @AMDEPBACKSLASH@
     1023@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cr16.obj -MD -MP -MF $(DEPDIR)/tc-cr16.Tpo -c -o tc-cr16.obj `if test -f 'config/tc-cr16.c'; then $(CYGPATH_W) 'config/tc-cr16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cr16.c'; fi`
     1024@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-cr16.Tpo $(DEPDIR)/tc-cr16.Po
     1025@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-cr16.c' object='tc-cr16.obj' libtool=no @AMDEPBACKSLASH@
    11151026@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1116 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cr16.obj `if test -f 'config/tc-cr16.c'; then $(CYGPATH_W) 'config/tc-cr16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cr16.c'; fi`
     1027@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cr16.obj `if test -f 'config/tc-cr16.c'; then $(CYGPATH_W) 'config/tc-cr16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cr16.c'; fi`
    11171028
    11181029tc-cris.o: config/tc-cris.c
    1119 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cris.o -MD -MP -MF $(DEPDIR)/tc-cris.Tpo -c -o tc-cris.o `test -f 'config/tc-cris.c' || echo '$(srcdir)/'`config/tc-cris.c
    1120 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-cris.Tpo $(DEPDIR)/tc-cris.Po
    1121 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-cris.c' object='tc-cris.o' libtool=no @AMDEPBACKSLASH@
     1030@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cris.o -MD -MP -MF $(DEPDIR)/tc-cris.Tpo -c -o tc-cris.o `test -f 'config/tc-cris.c' || echo '$(srcdir)/'`config/tc-cris.c
     1031@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-cris.Tpo $(DEPDIR)/tc-cris.Po
     1032@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-cris.c' object='tc-cris.o' libtool=no @AMDEPBACKSLASH@
    11221033@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1123 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cris.o `test -f 'config/tc-cris.c' || echo '$(srcdir)/'`config/tc-cris.c
     1034@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cris.o `test -f 'config/tc-cris.c' || echo '$(srcdir)/'`config/tc-cris.c
    11241035
    11251036tc-cris.obj: config/tc-cris.c
    1126 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cris.obj -MD -MP -MF $(DEPDIR)/tc-cris.Tpo -c -o tc-cris.obj `if test -f 'config/tc-cris.c'; then $(CYGPATH_W) 'config/tc-cris.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cris.c'; fi`
    1127 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-cris.Tpo $(DEPDIR)/tc-cris.Po
    1128 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-cris.c' object='tc-cris.obj' libtool=no @AMDEPBACKSLASH@
     1037@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-cris.obj -MD -MP -MF $(DEPDIR)/tc-cris.Tpo -c -o tc-cris.obj `if test -f 'config/tc-cris.c'; then $(CYGPATH_W) 'config/tc-cris.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cris.c'; fi`
     1038@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-cris.Tpo $(DEPDIR)/tc-cris.Po
     1039@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-cris.c' object='tc-cris.obj' libtool=no @AMDEPBACKSLASH@
    11291040@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1130 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cris.obj `if test -f 'config/tc-cris.c'; then $(CYGPATH_W) 'config/tc-cris.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cris.c'; fi`
     1041@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-cris.obj `if test -f 'config/tc-cris.c'; then $(CYGPATH_W) 'config/tc-cris.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-cris.c'; fi`
    11311042
    11321043tc-crx.o: config/tc-crx.c
    1133 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-crx.o -MD -MP -MF $(DEPDIR)/tc-crx.Tpo -c -o tc-crx.o `test -f 'config/tc-crx.c' || echo '$(srcdir)/'`config/tc-crx.c
    1134 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-crx.Tpo $(DEPDIR)/tc-crx.Po
    1135 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-crx.c' object='tc-crx.o' libtool=no @AMDEPBACKSLASH@
     1044@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-crx.o -MD -MP -MF $(DEPDIR)/tc-crx.Tpo -c -o tc-crx.o `test -f 'config/tc-crx.c' || echo '$(srcdir)/'`config/tc-crx.c
     1045@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-crx.Tpo $(DEPDIR)/tc-crx.Po
     1046@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-crx.c' object='tc-crx.o' libtool=no @AMDEPBACKSLASH@
    11361047@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1137 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-crx.o `test -f 'config/tc-crx.c' || echo '$(srcdir)/'`config/tc-crx.c
     1048@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-crx.o `test -f 'config/tc-crx.c' || echo '$(srcdir)/'`config/tc-crx.c
    11381049
    11391050tc-crx.obj: config/tc-crx.c
    1140 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-crx.obj -MD -MP -MF $(DEPDIR)/tc-crx.Tpo -c -o tc-crx.obj `if test -f 'config/tc-crx.c'; then $(CYGPATH_W) 'config/tc-crx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-crx.c'; fi`
    1141 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-crx.Tpo $(DEPDIR)/tc-crx.Po
    1142 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-crx.c' object='tc-crx.obj' libtool=no @AMDEPBACKSLASH@
     1051@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-crx.obj -MD -MP -MF $(DEPDIR)/tc-crx.Tpo -c -o tc-crx.obj `if test -f 'config/tc-crx.c'; then $(CYGPATH_W) 'config/tc-crx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-crx.c'; fi`
     1052@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-crx.Tpo $(DEPDIR)/tc-crx.Po
     1053@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-crx.c' object='tc-crx.obj' libtool=no @AMDEPBACKSLASH@
    11431054@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1144 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-crx.obj `if test -f 'config/tc-crx.c'; then $(CYGPATH_W) 'config/tc-crx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-crx.c'; fi`
     1055@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-crx.obj `if test -f 'config/tc-crx.c'; then $(CYGPATH_W) 'config/tc-crx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-crx.c'; fi`
    11451056
    11461057tc-d10v.o: config/tc-d10v.c
    1147 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d10v.o -MD -MP -MF $(DEPDIR)/tc-d10v.Tpo -c -o tc-d10v.o `test -f 'config/tc-d10v.c' || echo '$(srcdir)/'`config/tc-d10v.c
    1148 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-d10v.Tpo $(DEPDIR)/tc-d10v.Po
    1149 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-d10v.c' object='tc-d10v.o' libtool=no @AMDEPBACKSLASH@
     1058@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d10v.o -MD -MP -MF $(DEPDIR)/tc-d10v.Tpo -c -o tc-d10v.o `test -f 'config/tc-d10v.c' || echo '$(srcdir)/'`config/tc-d10v.c
     1059@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-d10v.Tpo $(DEPDIR)/tc-d10v.Po
     1060@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-d10v.c' object='tc-d10v.o' libtool=no @AMDEPBACKSLASH@
    11501061@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1151 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d10v.o `test -f 'config/tc-d10v.c' || echo '$(srcdir)/'`config/tc-d10v.c
     1062@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d10v.o `test -f 'config/tc-d10v.c' || echo '$(srcdir)/'`config/tc-d10v.c
    11521063
    11531064tc-d10v.obj: config/tc-d10v.c
    1154 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d10v.obj -MD -MP -MF $(DEPDIR)/tc-d10v.Tpo -c -o tc-d10v.obj `if test -f 'config/tc-d10v.c'; then $(CYGPATH_W) 'config/tc-d10v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d10v.c'; fi`
    1155 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-d10v.Tpo $(DEPDIR)/tc-d10v.Po
    1156 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-d10v.c' object='tc-d10v.obj' libtool=no @AMDEPBACKSLASH@
     1065@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d10v.obj -MD -MP -MF $(DEPDIR)/tc-d10v.Tpo -c -o tc-d10v.obj `if test -f 'config/tc-d10v.c'; then $(CYGPATH_W) 'config/tc-d10v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d10v.c'; fi`
     1066@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-d10v.Tpo $(DEPDIR)/tc-d10v.Po
     1067@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-d10v.c' object='tc-d10v.obj' libtool=no @AMDEPBACKSLASH@
    11571068@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1158 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d10v.obj `if test -f 'config/tc-d10v.c'; then $(CYGPATH_W) 'config/tc-d10v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d10v.c'; fi`
     1069@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d10v.obj `if test -f 'config/tc-d10v.c'; then $(CYGPATH_W) 'config/tc-d10v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d10v.c'; fi`
    11591070
    11601071tc-d30v.o: config/tc-d30v.c
    1161 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d30v.o -MD -MP -MF $(DEPDIR)/tc-d30v.Tpo -c -o tc-d30v.o `test -f 'config/tc-d30v.c' || echo '$(srcdir)/'`config/tc-d30v.c
    1162 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-d30v.Tpo $(DEPDIR)/tc-d30v.Po
    1163 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-d30v.c' object='tc-d30v.o' libtool=no @AMDEPBACKSLASH@
     1072@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d30v.o -MD -MP -MF $(DEPDIR)/tc-d30v.Tpo -c -o tc-d30v.o `test -f 'config/tc-d30v.c' || echo '$(srcdir)/'`config/tc-d30v.c
     1073@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-d30v.Tpo $(DEPDIR)/tc-d30v.Po
     1074@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-d30v.c' object='tc-d30v.o' libtool=no @AMDEPBACKSLASH@
    11641075@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1165 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d30v.o `test -f 'config/tc-d30v.c' || echo '$(srcdir)/'`config/tc-d30v.c
     1076@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d30v.o `test -f 'config/tc-d30v.c' || echo '$(srcdir)/'`config/tc-d30v.c
    11661077
    11671078tc-d30v.obj: config/tc-d30v.c
    1168 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d30v.obj -MD -MP -MF $(DEPDIR)/tc-d30v.Tpo -c -o tc-d30v.obj `if test -f 'config/tc-d30v.c'; then $(CYGPATH_W) 'config/tc-d30v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d30v.c'; fi`
    1169 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-d30v.Tpo $(DEPDIR)/tc-d30v.Po
    1170 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-d30v.c' object='tc-d30v.obj' libtool=no @AMDEPBACKSLASH@
     1079@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-d30v.obj -MD -MP -MF $(DEPDIR)/tc-d30v.Tpo -c -o tc-d30v.obj `if test -f 'config/tc-d30v.c'; then $(CYGPATH_W) 'config/tc-d30v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d30v.c'; fi`
     1080@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-d30v.Tpo $(DEPDIR)/tc-d30v.Po
     1081@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-d30v.c' object='tc-d30v.obj' libtool=no @AMDEPBACKSLASH@
    11711082@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1172 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d30v.obj `if test -f 'config/tc-d30v.c'; then $(CYGPATH_W) 'config/tc-d30v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d30v.c'; fi`
     1083@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-d30v.obj `if test -f 'config/tc-d30v.c'; then $(CYGPATH_W) 'config/tc-d30v.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-d30v.c'; fi`
    11731084
    11741085tc-dlx.o: config/tc-dlx.c
    1175 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-dlx.o -MD -MP -MF $(DEPDIR)/tc-dlx.Tpo -c -o tc-dlx.o `test -f 'config/tc-dlx.c' || echo '$(srcdir)/'`config/tc-dlx.c
    1176 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-dlx.Tpo $(DEPDIR)/tc-dlx.Po
    1177 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-dlx.c' object='tc-dlx.o' libtool=no @AMDEPBACKSLASH@
     1086@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-dlx.o -MD -MP -MF $(DEPDIR)/tc-dlx.Tpo -c -o tc-dlx.o `test -f 'config/tc-dlx.c' || echo '$(srcdir)/'`config/tc-dlx.c
     1087@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-dlx.Tpo $(DEPDIR)/tc-dlx.Po
     1088@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-dlx.c' object='tc-dlx.o' libtool=no @AMDEPBACKSLASH@
    11781089@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1179 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-dlx.o `test -f 'config/tc-dlx.c' || echo '$(srcdir)/'`config/tc-dlx.c
     1090@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-dlx.o `test -f 'config/tc-dlx.c' || echo '$(srcdir)/'`config/tc-dlx.c
    11801091
    11811092tc-dlx.obj: config/tc-dlx.c
    1182 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-dlx.obj -MD -MP -MF $(DEPDIR)/tc-dlx.Tpo -c -o tc-dlx.obj `if test -f 'config/tc-dlx.c'; then $(CYGPATH_W) 'config/tc-dlx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-dlx.c'; fi`
    1183 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-dlx.Tpo $(DEPDIR)/tc-dlx.Po
    1184 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-dlx.c' object='tc-dlx.obj' libtool=no @AMDEPBACKSLASH@
     1093@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-dlx.obj -MD -MP -MF $(DEPDIR)/tc-dlx.Tpo -c -o tc-dlx.obj `if test -f 'config/tc-dlx.c'; then $(CYGPATH_W) 'config/tc-dlx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-dlx.c'; fi`
     1094@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-dlx.Tpo $(DEPDIR)/tc-dlx.Po
     1095@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-dlx.c' object='tc-dlx.obj' libtool=no @AMDEPBACKSLASH@
    11851096@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1186 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-dlx.obj `if test -f 'config/tc-dlx.c'; then $(CYGPATH_W) 'config/tc-dlx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-dlx.c'; fi`
     1097@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-dlx.obj `if test -f 'config/tc-dlx.c'; then $(CYGPATH_W) 'config/tc-dlx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-dlx.c'; fi`
    11871098
    11881099tc-epiphany.o: config/tc-epiphany.c
    1189 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-epiphany.o -MD -MP -MF $(DEPDIR)/tc-epiphany.Tpo -c -o tc-epiphany.o `test -f 'config/tc-epiphany.c' || echo '$(srcdir)/'`config/tc-epiphany.c
    1190 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-epiphany.Tpo $(DEPDIR)/tc-epiphany.Po
    1191 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-epiphany.c' object='tc-epiphany.o' libtool=no @AMDEPBACKSLASH@
     1100@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-epiphany.o -MD -MP -MF $(DEPDIR)/tc-epiphany.Tpo -c -o tc-epiphany.o `test -f 'config/tc-epiphany.c' || echo '$(srcdir)/'`config/tc-epiphany.c
     1101@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-epiphany.Tpo $(DEPDIR)/tc-epiphany.Po
     1102@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-epiphany.c' object='tc-epiphany.o' libtool=no @AMDEPBACKSLASH@
    11921103@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1193 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-epiphany.o `test -f 'config/tc-epiphany.c' || echo '$(srcdir)/'`config/tc-epiphany.c
     1104@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-epiphany.o `test -f 'config/tc-epiphany.c' || echo '$(srcdir)/'`config/tc-epiphany.c
    11941105
    11951106tc-epiphany.obj: config/tc-epiphany.c
    1196 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-epiphany.obj -MD -MP -MF $(DEPDIR)/tc-epiphany.Tpo -c -o tc-epiphany.obj `if test -f 'config/tc-epiphany.c'; then $(CYGPATH_W) 'config/tc-epiphany.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-epiphany.c'; fi`
    1197 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-epiphany.Tpo $(DEPDIR)/tc-epiphany.Po
    1198 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-epiphany.c' object='tc-epiphany.obj' libtool=no @AMDEPBACKSLASH@
     1107@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-epiphany.obj -MD -MP -MF $(DEPDIR)/tc-epiphany.Tpo -c -o tc-epiphany.obj `if test -f 'config/tc-epiphany.c'; then $(CYGPATH_W) 'config/tc-epiphany.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-epiphany.c'; fi`
     1108@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-epiphany.Tpo $(DEPDIR)/tc-epiphany.Po
     1109@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-epiphany.c' object='tc-epiphany.obj' libtool=no @AMDEPBACKSLASH@
    11991110@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1200 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-epiphany.obj `if test -f 'config/tc-epiphany.c'; then $(CYGPATH_W) 'config/tc-epiphany.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-epiphany.c'; fi`
     1111@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-epiphany.obj `if test -f 'config/tc-epiphany.c'; then $(CYGPATH_W) 'config/tc-epiphany.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-epiphany.c'; fi`
    12011112
    12021113tc-fr30.o: config/tc-fr30.c
    1203 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-fr30.o -MD -MP -MF $(DEPDIR)/tc-fr30.Tpo -c -o tc-fr30.o `test -f 'config/tc-fr30.c' || echo '$(srcdir)/'`config/tc-fr30.c
    1204 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-fr30.Tpo $(DEPDIR)/tc-fr30.Po
    1205 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-fr30.c' object='tc-fr30.o' libtool=no @AMDEPBACKSLASH@
     1114@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-fr30.o -MD -MP -MF $(DEPDIR)/tc-fr30.Tpo -c -o tc-fr30.o `test -f 'config/tc-fr30.c' || echo '$(srcdir)/'`config/tc-fr30.c
     1115@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-fr30.Tpo $(DEPDIR)/tc-fr30.Po
     1116@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-fr30.c' object='tc-fr30.o' libtool=no @AMDEPBACKSLASH@
    12061117@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1207 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-fr30.o `test -f 'config/tc-fr30.c' || echo '$(srcdir)/'`config/tc-fr30.c
     1118@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-fr30.o `test -f 'config/tc-fr30.c' || echo '$(srcdir)/'`config/tc-fr30.c
    12081119
    12091120tc-fr30.obj: config/tc-fr30.c
    1210 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-fr30.obj -MD -MP -MF $(DEPDIR)/tc-fr30.Tpo -c -o tc-fr30.obj `if test -f 'config/tc-fr30.c'; then $(CYGPATH_W) 'config/tc-fr30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-fr30.c'; fi`
    1211 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-fr30.Tpo $(DEPDIR)/tc-fr30.Po
    1212 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-fr30.c' object='tc-fr30.obj' libtool=no @AMDEPBACKSLASH@
     1121@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-fr30.obj -MD -MP -MF $(DEPDIR)/tc-fr30.Tpo -c -o tc-fr30.obj `if test -f 'config/tc-fr30.c'; then $(CYGPATH_W) 'config/tc-fr30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-fr30.c'; fi`
     1122@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-fr30.Tpo $(DEPDIR)/tc-fr30.Po
     1123@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-fr30.c' object='tc-fr30.obj' libtool=no @AMDEPBACKSLASH@
    12131124@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1214 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-fr30.obj `if test -f 'config/tc-fr30.c'; then $(CYGPATH_W) 'config/tc-fr30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-fr30.c'; fi`
     1125@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-fr30.obj `if test -f 'config/tc-fr30.c'; then $(CYGPATH_W) 'config/tc-fr30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-fr30.c'; fi`
    12151126
    12161127tc-frv.o: config/tc-frv.c
    1217 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-frv.o -MD -MP -MF $(DEPDIR)/tc-frv.Tpo -c -o tc-frv.o `test -f 'config/tc-frv.c' || echo '$(srcdir)/'`config/tc-frv.c
    1218 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-frv.Tpo $(DEPDIR)/tc-frv.Po
    1219 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-frv.c' object='tc-frv.o' libtool=no @AMDEPBACKSLASH@
     1128@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-frv.o -MD -MP -MF $(DEPDIR)/tc-frv.Tpo -c -o tc-frv.o `test -f 'config/tc-frv.c' || echo '$(srcdir)/'`config/tc-frv.c
     1129@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-frv.Tpo $(DEPDIR)/tc-frv.Po
     1130@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-frv.c' object='tc-frv.o' libtool=no @AMDEPBACKSLASH@
    12201131@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1221 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-frv.o `test -f 'config/tc-frv.c' || echo '$(srcdir)/'`config/tc-frv.c
     1132@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-frv.o `test -f 'config/tc-frv.c' || echo '$(srcdir)/'`config/tc-frv.c
    12221133
    12231134tc-frv.obj: config/tc-frv.c
    1224 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-frv.obj -MD -MP -MF $(DEPDIR)/tc-frv.Tpo -c -o tc-frv.obj `if test -f 'config/tc-frv.c'; then $(CYGPATH_W) 'config/tc-frv.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-frv.c'; fi`
    1225 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-frv.Tpo $(DEPDIR)/tc-frv.Po
    1226 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-frv.c' object='tc-frv.obj' libtool=no @AMDEPBACKSLASH@
     1135@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-frv.obj -MD -MP -MF $(DEPDIR)/tc-frv.Tpo -c -o tc-frv.obj `if test -f 'config/tc-frv.c'; then $(CYGPATH_W) 'config/tc-frv.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-frv.c'; fi`
     1136@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-frv.Tpo $(DEPDIR)/tc-frv.Po
     1137@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-frv.c' object='tc-frv.obj' libtool=no @AMDEPBACKSLASH@
    12271138@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1228 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-frv.obj `if test -f 'config/tc-frv.c'; then $(CYGPATH_W) 'config/tc-frv.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-frv.c'; fi`
     1139@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-frv.obj `if test -f 'config/tc-frv.c'; then $(CYGPATH_W) 'config/tc-frv.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-frv.c'; fi`
    12291140
    12301141tc-h8300.o: config/tc-h8300.c
    1231 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-h8300.o -MD -MP -MF $(DEPDIR)/tc-h8300.Tpo -c -o tc-h8300.o `test -f 'config/tc-h8300.c' || echo '$(srcdir)/'`config/tc-h8300.c
    1232 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-h8300.Tpo $(DEPDIR)/tc-h8300.Po
    1233 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-h8300.c' object='tc-h8300.o' libtool=no @AMDEPBACKSLASH@
     1142@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-h8300.o -MD -MP -MF $(DEPDIR)/tc-h8300.Tpo -c -o tc-h8300.o `test -f 'config/tc-h8300.c' || echo '$(srcdir)/'`config/tc-h8300.c
     1143@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-h8300.Tpo $(DEPDIR)/tc-h8300.Po
     1144@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-h8300.c' object='tc-h8300.o' libtool=no @AMDEPBACKSLASH@
    12341145@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1235 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-h8300.o `test -f 'config/tc-h8300.c' || echo '$(srcdir)/'`config/tc-h8300.c
     1146@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-h8300.o `test -f 'config/tc-h8300.c' || echo '$(srcdir)/'`config/tc-h8300.c
    12361147
    12371148tc-h8300.obj: config/tc-h8300.c
    1238 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-h8300.obj -MD -MP -MF $(DEPDIR)/tc-h8300.Tpo -c -o tc-h8300.obj `if test -f 'config/tc-h8300.c'; then $(CYGPATH_W) 'config/tc-h8300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-h8300.c'; fi`
    1239 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-h8300.Tpo $(DEPDIR)/tc-h8300.Po
    1240 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-h8300.c' object='tc-h8300.obj' libtool=no @AMDEPBACKSLASH@
     1149@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-h8300.obj -MD -MP -MF $(DEPDIR)/tc-h8300.Tpo -c -o tc-h8300.obj `if test -f 'config/tc-h8300.c'; then $(CYGPATH_W) 'config/tc-h8300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-h8300.c'; fi`
     1150@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-h8300.Tpo $(DEPDIR)/tc-h8300.Po
     1151@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-h8300.c' object='tc-h8300.obj' libtool=no @AMDEPBACKSLASH@
    12411152@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1242 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-h8300.obj `if test -f 'config/tc-h8300.c'; then $(CYGPATH_W) 'config/tc-h8300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-h8300.c'; fi`
     1153@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-h8300.obj `if test -f 'config/tc-h8300.c'; then $(CYGPATH_W) 'config/tc-h8300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-h8300.c'; fi`
    12431154
    12441155tc-hppa.o: config/tc-hppa.c
    1245 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-hppa.o -MD -MP -MF $(DEPDIR)/tc-hppa.Tpo -c -o tc-hppa.o `test -f 'config/tc-hppa.c' || echo '$(srcdir)/'`config/tc-hppa.c
    1246 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-hppa.Tpo $(DEPDIR)/tc-hppa.Po
    1247 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-hppa.c' object='tc-hppa.o' libtool=no @AMDEPBACKSLASH@
     1156@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-hppa.o -MD -MP -MF $(DEPDIR)/tc-hppa.Tpo -c -o tc-hppa.o `test -f 'config/tc-hppa.c' || echo '$(srcdir)/'`config/tc-hppa.c
     1157@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-hppa.Tpo $(DEPDIR)/tc-hppa.Po
     1158@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-hppa.c' object='tc-hppa.o' libtool=no @AMDEPBACKSLASH@
    12481159@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1249 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-hppa.o `test -f 'config/tc-hppa.c' || echo '$(srcdir)/'`config/tc-hppa.c
     1160@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-hppa.o `test -f 'config/tc-hppa.c' || echo '$(srcdir)/'`config/tc-hppa.c
    12501161
    12511162tc-hppa.obj: config/tc-hppa.c
    1252 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-hppa.obj -MD -MP -MF $(DEPDIR)/tc-hppa.Tpo -c -o tc-hppa.obj `if test -f 'config/tc-hppa.c'; then $(CYGPATH_W) 'config/tc-hppa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-hppa.c'; fi`
    1253 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-hppa.Tpo $(DEPDIR)/tc-hppa.Po
    1254 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-hppa.c' object='tc-hppa.obj' libtool=no @AMDEPBACKSLASH@
     1163@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-hppa.obj -MD -MP -MF $(DEPDIR)/tc-hppa.Tpo -c -o tc-hppa.obj `if test -f 'config/tc-hppa.c'; then $(CYGPATH_W) 'config/tc-hppa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-hppa.c'; fi`
     1164@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-hppa.Tpo $(DEPDIR)/tc-hppa.Po
     1165@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-hppa.c' object='tc-hppa.obj' libtool=no @AMDEPBACKSLASH@
    12551166@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1256 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-hppa.obj `if test -f 'config/tc-hppa.c'; then $(CYGPATH_W) 'config/tc-hppa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-hppa.c'; fi`
     1167@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-hppa.obj `if test -f 'config/tc-hppa.c'; then $(CYGPATH_W) 'config/tc-hppa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-hppa.c'; fi`
    12571168
    12581169tc-ia64.o: config/tc-ia64.c
    1259 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ia64.o -MD -MP -MF $(DEPDIR)/tc-ia64.Tpo -c -o tc-ia64.o `test -f 'config/tc-ia64.c' || echo '$(srcdir)/'`config/tc-ia64.c
    1260 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ia64.Tpo $(DEPDIR)/tc-ia64.Po
    1261 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ia64.c' object='tc-ia64.o' libtool=no @AMDEPBACKSLASH@
     1170@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ia64.o -MD -MP -MF $(DEPDIR)/tc-ia64.Tpo -c -o tc-ia64.o `test -f 'config/tc-ia64.c' || echo '$(srcdir)/'`config/tc-ia64.c
     1171@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ia64.Tpo $(DEPDIR)/tc-ia64.Po
     1172@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ia64.c' object='tc-ia64.o' libtool=no @AMDEPBACKSLASH@
    12621173@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1263 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ia64.o `test -f 'config/tc-ia64.c' || echo '$(srcdir)/'`config/tc-ia64.c
     1174@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ia64.o `test -f 'config/tc-ia64.c' || echo '$(srcdir)/'`config/tc-ia64.c
    12641175
    12651176tc-ia64.obj: config/tc-ia64.c
    1266 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ia64.obj -MD -MP -MF $(DEPDIR)/tc-ia64.Tpo -c -o tc-ia64.obj `if test -f 'config/tc-ia64.c'; then $(CYGPATH_W) 'config/tc-ia64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ia64.c'; fi`
    1267 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ia64.Tpo $(DEPDIR)/tc-ia64.Po
    1268 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ia64.c' object='tc-ia64.obj' libtool=no @AMDEPBACKSLASH@
     1177@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ia64.obj -MD -MP -MF $(DEPDIR)/tc-ia64.Tpo -c -o tc-ia64.obj `if test -f 'config/tc-ia64.c'; then $(CYGPATH_W) 'config/tc-ia64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ia64.c'; fi`
     1178@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ia64.Tpo $(DEPDIR)/tc-ia64.Po
     1179@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ia64.c' object='tc-ia64.obj' libtool=no @AMDEPBACKSLASH@
    12691180@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1270 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ia64.obj `if test -f 'config/tc-ia64.c'; then $(CYGPATH_W) 'config/tc-ia64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ia64.c'; fi`
     1181@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ia64.obj `if test -f 'config/tc-ia64.c'; then $(CYGPATH_W) 'config/tc-ia64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ia64.c'; fi`
    12711182
    12721183tc-i370.o: config/tc-i370.c
    1273 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i370.o -MD -MP -MF $(DEPDIR)/tc-i370.Tpo -c -o tc-i370.o `test -f 'config/tc-i370.c' || echo '$(srcdir)/'`config/tc-i370.c
    1274 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i370.Tpo $(DEPDIR)/tc-i370.Po
    1275 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i370.c' object='tc-i370.o' libtool=no @AMDEPBACKSLASH@
     1184@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i370.o -MD -MP -MF $(DEPDIR)/tc-i370.Tpo -c -o tc-i370.o `test -f 'config/tc-i370.c' || echo '$(srcdir)/'`config/tc-i370.c
     1185@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i370.Tpo $(DEPDIR)/tc-i370.Po
     1186@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i370.c' object='tc-i370.o' libtool=no @AMDEPBACKSLASH@
    12761187@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1277 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i370.o `test -f 'config/tc-i370.c' || echo '$(srcdir)/'`config/tc-i370.c
     1188@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i370.o `test -f 'config/tc-i370.c' || echo '$(srcdir)/'`config/tc-i370.c
    12781189
    12791190tc-i370.obj: config/tc-i370.c
    1280 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i370.obj -MD -MP -MF $(DEPDIR)/tc-i370.Tpo -c -o tc-i370.obj `if test -f 'config/tc-i370.c'; then $(CYGPATH_W) 'config/tc-i370.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i370.c'; fi`
    1281 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i370.Tpo $(DEPDIR)/tc-i370.Po
    1282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i370.c' object='tc-i370.obj' libtool=no @AMDEPBACKSLASH@
     1191@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i370.obj -MD -MP -MF $(DEPDIR)/tc-i370.Tpo -c -o tc-i370.obj `if test -f 'config/tc-i370.c'; then $(CYGPATH_W) 'config/tc-i370.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i370.c'; fi`
     1192@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i370.Tpo $(DEPDIR)/tc-i370.Po
     1193@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i370.c' object='tc-i370.obj' libtool=no @AMDEPBACKSLASH@
    12831194@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1284 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i370.obj `if test -f 'config/tc-i370.c'; then $(CYGPATH_W) 'config/tc-i370.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i370.c'; fi`
     1195@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i370.obj `if test -f 'config/tc-i370.c'; then $(CYGPATH_W) 'config/tc-i370.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i370.c'; fi`
    12851196
    12861197tc-i386.o: config/tc-i386.c
    1287 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i386.o -MD -MP -MF $(DEPDIR)/tc-i386.Tpo -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '$(srcdir)/'`config/tc-i386.c
    1288 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i386.Tpo $(DEPDIR)/tc-i386.Po
    1289 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i386.c' object='tc-i386.o' libtool=no @AMDEPBACKSLASH@
     1198@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i386.o -MD -MP -MF $(DEPDIR)/tc-i386.Tpo -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '$(srcdir)/'`config/tc-i386.c
     1199@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i386.Tpo $(DEPDIR)/tc-i386.Po
     1200@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i386.c' object='tc-i386.o' libtool=no @AMDEPBACKSLASH@
    12901201@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1291 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '$(srcdir)/'`config/tc-i386.c
     1202@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i386.o `test -f 'config/tc-i386.c' || echo '$(srcdir)/'`config/tc-i386.c
    12921203
    12931204tc-i386.obj: config/tc-i386.c
    1294 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i386.obj -MD -MP -MF $(DEPDIR)/tc-i386.Tpo -c -o tc-i386.obj `if test -f 'config/tc-i386.c'; then $(CYGPATH_W) 'config/tc-i386.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i386.c'; fi`
    1295 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i386.Tpo $(DEPDIR)/tc-i386.Po
    1296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i386.c' object='tc-i386.obj' libtool=no @AMDEPBACKSLASH@
     1205@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i386.obj -MD -MP -MF $(DEPDIR)/tc-i386.Tpo -c -o tc-i386.obj `if test -f 'config/tc-i386.c'; then $(CYGPATH_W) 'config/tc-i386.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i386.c'; fi`
     1206@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i386.Tpo $(DEPDIR)/tc-i386.Po
     1207@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i386.c' object='tc-i386.obj' libtool=no @AMDEPBACKSLASH@
    12971208@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1298 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i386.obj `if test -f 'config/tc-i386.c'; then $(CYGPATH_W) 'config/tc-i386.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i386.c'; fi`
     1209@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i386.obj `if test -f 'config/tc-i386.c'; then $(CYGPATH_W) 'config/tc-i386.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i386.c'; fi`
    12991210
    13001211tc-i860.o: config/tc-i860.c
    1301 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i860.o -MD -MP -MF $(DEPDIR)/tc-i860.Tpo -c -o tc-i860.o `test -f 'config/tc-i860.c' || echo '$(srcdir)/'`config/tc-i860.c
    1302 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i860.Tpo $(DEPDIR)/tc-i860.Po
    1303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i860.c' object='tc-i860.o' libtool=no @AMDEPBACKSLASH@
     1212@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i860.o -MD -MP -MF $(DEPDIR)/tc-i860.Tpo -c -o tc-i860.o `test -f 'config/tc-i860.c' || echo '$(srcdir)/'`config/tc-i860.c
     1213@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i860.Tpo $(DEPDIR)/tc-i860.Po
     1214@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i860.c' object='tc-i860.o' libtool=no @AMDEPBACKSLASH@
    13041215@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1305 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i860.o `test -f 'config/tc-i860.c' || echo '$(srcdir)/'`config/tc-i860.c
     1216@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i860.o `test -f 'config/tc-i860.c' || echo '$(srcdir)/'`config/tc-i860.c
    13061217
    13071218tc-i860.obj: config/tc-i860.c
    1308 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i860.obj -MD -MP -MF $(DEPDIR)/tc-i860.Tpo -c -o tc-i860.obj `if test -f 'config/tc-i860.c'; then $(CYGPATH_W) 'config/tc-i860.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i860.c'; fi`
    1309 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i860.Tpo $(DEPDIR)/tc-i860.Po
    1310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i860.c' object='tc-i860.obj' libtool=no @AMDEPBACKSLASH@
     1219@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i860.obj -MD -MP -MF $(DEPDIR)/tc-i860.Tpo -c -o tc-i860.obj `if test -f 'config/tc-i860.c'; then $(CYGPATH_W) 'config/tc-i860.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i860.c'; fi`
     1220@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i860.Tpo $(DEPDIR)/tc-i860.Po
     1221@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i860.c' object='tc-i860.obj' libtool=no @AMDEPBACKSLASH@
    13111222@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1312 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i860.obj `if test -f 'config/tc-i860.c'; then $(CYGPATH_W) 'config/tc-i860.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i860.c'; fi`
     1223@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i860.obj `if test -f 'config/tc-i860.c'; then $(CYGPATH_W) 'config/tc-i860.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i860.c'; fi`
    13131224
    13141225tc-i960.o: config/tc-i960.c
    1315 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i960.o -MD -MP -MF $(DEPDIR)/tc-i960.Tpo -c -o tc-i960.o `test -f 'config/tc-i960.c' || echo '$(srcdir)/'`config/tc-i960.c
    1316 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i960.Tpo $(DEPDIR)/tc-i960.Po
    1317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i960.c' object='tc-i960.o' libtool=no @AMDEPBACKSLASH@
     1226@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i960.o -MD -MP -MF $(DEPDIR)/tc-i960.Tpo -c -o tc-i960.o `test -f 'config/tc-i960.c' || echo '$(srcdir)/'`config/tc-i960.c
     1227@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i960.Tpo $(DEPDIR)/tc-i960.Po
     1228@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i960.c' object='tc-i960.o' libtool=no @AMDEPBACKSLASH@
    13181229@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1319 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i960.o `test -f 'config/tc-i960.c' || echo '$(srcdir)/'`config/tc-i960.c
     1230@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i960.o `test -f 'config/tc-i960.c' || echo '$(srcdir)/'`config/tc-i960.c
    13201231
    13211232tc-i960.obj: config/tc-i960.c
    1322 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i960.obj -MD -MP -MF $(DEPDIR)/tc-i960.Tpo -c -o tc-i960.obj `if test -f 'config/tc-i960.c'; then $(CYGPATH_W) 'config/tc-i960.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i960.c'; fi`
    1323 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-i960.Tpo $(DEPDIR)/tc-i960.Po
    1324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-i960.c' object='tc-i960.obj' libtool=no @AMDEPBACKSLASH@
     1233@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-i960.obj -MD -MP -MF $(DEPDIR)/tc-i960.Tpo -c -o tc-i960.obj `if test -f 'config/tc-i960.c'; then $(CYGPATH_W) 'config/tc-i960.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i960.c'; fi`
     1234@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-i960.Tpo $(DEPDIR)/tc-i960.Po
     1235@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-i960.c' object='tc-i960.obj' libtool=no @AMDEPBACKSLASH@
    13251236@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1326 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i960.obj `if test -f 'config/tc-i960.c'; then $(CYGPATH_W) 'config/tc-i960.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i960.c'; fi`
     1237@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-i960.obj `if test -f 'config/tc-i960.c'; then $(CYGPATH_W) 'config/tc-i960.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-i960.c'; fi`
    13271238
    13281239tc-ip2k.o: config/tc-ip2k.c
    1329 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ip2k.o -MD -MP -MF $(DEPDIR)/tc-ip2k.Tpo -c -o tc-ip2k.o `test -f 'config/tc-ip2k.c' || echo '$(srcdir)/'`config/tc-ip2k.c
    1330 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ip2k.Tpo $(DEPDIR)/tc-ip2k.Po
    1331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ip2k.c' object='tc-ip2k.o' libtool=no @AMDEPBACKSLASH@
     1240@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ip2k.o -MD -MP -MF $(DEPDIR)/tc-ip2k.Tpo -c -o tc-ip2k.o `test -f 'config/tc-ip2k.c' || echo '$(srcdir)/'`config/tc-ip2k.c
     1241@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ip2k.Tpo $(DEPDIR)/tc-ip2k.Po
     1242@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ip2k.c' object='tc-ip2k.o' libtool=no @AMDEPBACKSLASH@
    13321243@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1333 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ip2k.o `test -f 'config/tc-ip2k.c' || echo '$(srcdir)/'`config/tc-ip2k.c
     1244@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ip2k.o `test -f 'config/tc-ip2k.c' || echo '$(srcdir)/'`config/tc-ip2k.c
    13341245
    13351246tc-ip2k.obj: config/tc-ip2k.c
    1336 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ip2k.obj -MD -MP -MF $(DEPDIR)/tc-ip2k.Tpo -c -o tc-ip2k.obj `if test -f 'config/tc-ip2k.c'; then $(CYGPATH_W) 'config/tc-ip2k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ip2k.c'; fi`
    1337 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ip2k.Tpo $(DEPDIR)/tc-ip2k.Po
    1338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ip2k.c' object='tc-ip2k.obj' libtool=no @AMDEPBACKSLASH@
     1247@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ip2k.obj -MD -MP -MF $(DEPDIR)/tc-ip2k.Tpo -c -o tc-ip2k.obj `if test -f 'config/tc-ip2k.c'; then $(CYGPATH_W) 'config/tc-ip2k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ip2k.c'; fi`
     1248@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ip2k.Tpo $(DEPDIR)/tc-ip2k.Po
     1249@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ip2k.c' object='tc-ip2k.obj' libtool=no @AMDEPBACKSLASH@
    13391250@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1340 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ip2k.obj `if test -f 'config/tc-ip2k.c'; then $(CYGPATH_W) 'config/tc-ip2k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ip2k.c'; fi`
     1251@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ip2k.obj `if test -f 'config/tc-ip2k.c'; then $(CYGPATH_W) 'config/tc-ip2k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ip2k.c'; fi`
    13411252
    13421253tc-iq2000.o: config/tc-iq2000.c
    1343 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-iq2000.o -MD -MP -MF $(DEPDIR)/tc-iq2000.Tpo -c -o tc-iq2000.o `test -f 'config/tc-iq2000.c' || echo '$(srcdir)/'`config/tc-iq2000.c
    1344 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-iq2000.Tpo $(DEPDIR)/tc-iq2000.Po
    1345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-iq2000.c' object='tc-iq2000.o' libtool=no @AMDEPBACKSLASH@
     1254@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-iq2000.o -MD -MP -MF $(DEPDIR)/tc-iq2000.Tpo -c -o tc-iq2000.o `test -f 'config/tc-iq2000.c' || echo '$(srcdir)/'`config/tc-iq2000.c
     1255@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-iq2000.Tpo $(DEPDIR)/tc-iq2000.Po
     1256@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-iq2000.c' object='tc-iq2000.o' libtool=no @AMDEPBACKSLASH@
    13461257@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1347 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-iq2000.o `test -f 'config/tc-iq2000.c' || echo '$(srcdir)/'`config/tc-iq2000.c
     1258@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-iq2000.o `test -f 'config/tc-iq2000.c' || echo '$(srcdir)/'`config/tc-iq2000.c
    13481259
    13491260tc-iq2000.obj: config/tc-iq2000.c
    1350 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-iq2000.obj -MD -MP -MF $(DEPDIR)/tc-iq2000.Tpo -c -o tc-iq2000.obj `if test -f 'config/tc-iq2000.c'; then $(CYGPATH_W) 'config/tc-iq2000.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-iq2000.c'; fi`
    1351 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-iq2000.Tpo $(DEPDIR)/tc-iq2000.Po
    1352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-iq2000.c' object='tc-iq2000.obj' libtool=no @AMDEPBACKSLASH@
     1261@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-iq2000.obj -MD -MP -MF $(DEPDIR)/tc-iq2000.Tpo -c -o tc-iq2000.obj `if test -f 'config/tc-iq2000.c'; then $(CYGPATH_W) 'config/tc-iq2000.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-iq2000.c'; fi`
     1262@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-iq2000.Tpo $(DEPDIR)/tc-iq2000.Po
     1263@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-iq2000.c' object='tc-iq2000.obj' libtool=no @AMDEPBACKSLASH@
    13531264@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1354 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-iq2000.obj `if test -f 'config/tc-iq2000.c'; then $(CYGPATH_W) 'config/tc-iq2000.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-iq2000.c'; fi`
     1265@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-iq2000.obj `if test -f 'config/tc-iq2000.c'; then $(CYGPATH_W) 'config/tc-iq2000.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-iq2000.c'; fi`
    13551266
    13561267tc-lm32.o: config/tc-lm32.c
    1357 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-lm32.o -MD -MP -MF $(DEPDIR)/tc-lm32.Tpo -c -o tc-lm32.o `test -f 'config/tc-lm32.c' || echo '$(srcdir)/'`config/tc-lm32.c
    1358 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-lm32.Tpo $(DEPDIR)/tc-lm32.Po
    1359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-lm32.c' object='tc-lm32.o' libtool=no @AMDEPBACKSLASH@
     1268@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-lm32.o -MD -MP -MF $(DEPDIR)/tc-lm32.Tpo -c -o tc-lm32.o `test -f 'config/tc-lm32.c' || echo '$(srcdir)/'`config/tc-lm32.c
     1269@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-lm32.Tpo $(DEPDIR)/tc-lm32.Po
     1270@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-lm32.c' object='tc-lm32.o' libtool=no @AMDEPBACKSLASH@
    13601271@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1361 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-lm32.o `test -f 'config/tc-lm32.c' || echo '$(srcdir)/'`config/tc-lm32.c
     1272@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-lm32.o `test -f 'config/tc-lm32.c' || echo '$(srcdir)/'`config/tc-lm32.c
    13621273
    13631274tc-lm32.obj: config/tc-lm32.c
    1364 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-lm32.obj -MD -MP -MF $(DEPDIR)/tc-lm32.Tpo -c -o tc-lm32.obj `if test -f 'config/tc-lm32.c'; then $(CYGPATH_W) 'config/tc-lm32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-lm32.c'; fi`
    1365 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-lm32.Tpo $(DEPDIR)/tc-lm32.Po
    1366 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-lm32.c' object='tc-lm32.obj' libtool=no @AMDEPBACKSLASH@
     1275@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-lm32.obj -MD -MP -MF $(DEPDIR)/tc-lm32.Tpo -c -o tc-lm32.obj `if test -f 'config/tc-lm32.c'; then $(CYGPATH_W) 'config/tc-lm32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-lm32.c'; fi`
     1276@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-lm32.Tpo $(DEPDIR)/tc-lm32.Po
     1277@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-lm32.c' object='tc-lm32.obj' libtool=no @AMDEPBACKSLASH@
    13671278@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1368 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-lm32.obj `if test -f 'config/tc-lm32.c'; then $(CYGPATH_W) 'config/tc-lm32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-lm32.c'; fi`
     1279@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-lm32.obj `if test -f 'config/tc-lm32.c'; then $(CYGPATH_W) 'config/tc-lm32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-lm32.c'; fi`
    13691280
    13701281tc-m32c.o: config/tc-m32c.c
    1371 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32c.o -MD -MP -MF $(DEPDIR)/tc-m32c.Tpo -c -o tc-m32c.o `test -f 'config/tc-m32c.c' || echo '$(srcdir)/'`config/tc-m32c.c
    1372 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m32c.Tpo $(DEPDIR)/tc-m32c.Po
    1373 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m32c.c' object='tc-m32c.o' libtool=no @AMDEPBACKSLASH@
     1282@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32c.o -MD -MP -MF $(DEPDIR)/tc-m32c.Tpo -c -o tc-m32c.o `test -f 'config/tc-m32c.c' || echo '$(srcdir)/'`config/tc-m32c.c
     1283@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m32c.Tpo $(DEPDIR)/tc-m32c.Po
     1284@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m32c.c' object='tc-m32c.o' libtool=no @AMDEPBACKSLASH@
    13741285@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1375 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32c.o `test -f 'config/tc-m32c.c' || echo '$(srcdir)/'`config/tc-m32c.c
     1286@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32c.o `test -f 'config/tc-m32c.c' || echo '$(srcdir)/'`config/tc-m32c.c
    13761287
    13771288tc-m32c.obj: config/tc-m32c.c
    1378 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32c.obj -MD -MP -MF $(DEPDIR)/tc-m32c.Tpo -c -o tc-m32c.obj `if test -f 'config/tc-m32c.c'; then $(CYGPATH_W) 'config/tc-m32c.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32c.c'; fi`
    1379 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m32c.Tpo $(DEPDIR)/tc-m32c.Po
    1380 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m32c.c' object='tc-m32c.obj' libtool=no @AMDEPBACKSLASH@
     1289@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32c.obj -MD -MP -MF $(DEPDIR)/tc-m32c.Tpo -c -o tc-m32c.obj `if test -f 'config/tc-m32c.c'; then $(CYGPATH_W) 'config/tc-m32c.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32c.c'; fi`
     1290@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m32c.Tpo $(DEPDIR)/tc-m32c.Po
     1291@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m32c.c' object='tc-m32c.obj' libtool=no @AMDEPBACKSLASH@
    13811292@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1382 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32c.obj `if test -f 'config/tc-m32c.c'; then $(CYGPATH_W) 'config/tc-m32c.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32c.c'; fi`
     1293@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32c.obj `if test -f 'config/tc-m32c.c'; then $(CYGPATH_W) 'config/tc-m32c.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32c.c'; fi`
    13831294
    13841295tc-m32r.o: config/tc-m32r.c
    1385 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32r.o -MD -MP -MF $(DEPDIR)/tc-m32r.Tpo -c -o tc-m32r.o `test -f 'config/tc-m32r.c' || echo '$(srcdir)/'`config/tc-m32r.c
    1386 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m32r.Tpo $(DEPDIR)/tc-m32r.Po
    1387 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m32r.c' object='tc-m32r.o' libtool=no @AMDEPBACKSLASH@
     1296@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32r.o -MD -MP -MF $(DEPDIR)/tc-m32r.Tpo -c -o tc-m32r.o `test -f 'config/tc-m32r.c' || echo '$(srcdir)/'`config/tc-m32r.c
     1297@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m32r.Tpo $(DEPDIR)/tc-m32r.Po
     1298@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m32r.c' object='tc-m32r.o' libtool=no @AMDEPBACKSLASH@
    13881299@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1389 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32r.o `test -f 'config/tc-m32r.c' || echo '$(srcdir)/'`config/tc-m32r.c
     1300@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32r.o `test -f 'config/tc-m32r.c' || echo '$(srcdir)/'`config/tc-m32r.c
    13901301
    13911302tc-m32r.obj: config/tc-m32r.c
    1392 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32r.obj -MD -MP -MF $(DEPDIR)/tc-m32r.Tpo -c -o tc-m32r.obj `if test -f 'config/tc-m32r.c'; then $(CYGPATH_W) 'config/tc-m32r.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32r.c'; fi`
    1393 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m32r.Tpo $(DEPDIR)/tc-m32r.Po
    1394 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m32r.c' object='tc-m32r.obj' libtool=no @AMDEPBACKSLASH@
     1303@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m32r.obj -MD -MP -MF $(DEPDIR)/tc-m32r.Tpo -c -o tc-m32r.obj `if test -f 'config/tc-m32r.c'; then $(CYGPATH_W) 'config/tc-m32r.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32r.c'; fi`
     1304@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m32r.Tpo $(DEPDIR)/tc-m32r.Po
     1305@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m32r.c' object='tc-m32r.obj' libtool=no @AMDEPBACKSLASH@
    13951306@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1396 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32r.obj `if test -f 'config/tc-m32r.c'; then $(CYGPATH_W) 'config/tc-m32r.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32r.c'; fi`
     1307@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m32r.obj `if test -f 'config/tc-m32r.c'; then $(CYGPATH_W) 'config/tc-m32r.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m32r.c'; fi`
    13971308
    13981309tc-m68hc11.o: config/tc-m68hc11.c
    1399 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68hc11.o -MD -MP -MF $(DEPDIR)/tc-m68hc11.Tpo -c -o tc-m68hc11.o `test -f 'config/tc-m68hc11.c' || echo '$(srcdir)/'`config/tc-m68hc11.c
    1400 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m68hc11.Tpo $(DEPDIR)/tc-m68hc11.Po
    1401 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m68hc11.c' object='tc-m68hc11.o' libtool=no @AMDEPBACKSLASH@
     1310@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68hc11.o -MD -MP -MF $(DEPDIR)/tc-m68hc11.Tpo -c -o tc-m68hc11.o `test -f 'config/tc-m68hc11.c' || echo '$(srcdir)/'`config/tc-m68hc11.c
     1311@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m68hc11.Tpo $(DEPDIR)/tc-m68hc11.Po
     1312@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m68hc11.c' object='tc-m68hc11.o' libtool=no @AMDEPBACKSLASH@
    14021313@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1403 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68hc11.o `test -f 'config/tc-m68hc11.c' || echo '$(srcdir)/'`config/tc-m68hc11.c
     1314@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68hc11.o `test -f 'config/tc-m68hc11.c' || echo '$(srcdir)/'`config/tc-m68hc11.c
    14041315
    14051316tc-m68hc11.obj: config/tc-m68hc11.c
    1406 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68hc11.obj -MD -MP -MF $(DEPDIR)/tc-m68hc11.Tpo -c -o tc-m68hc11.obj `if test -f 'config/tc-m68hc11.c'; then $(CYGPATH_W) 'config/tc-m68hc11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68hc11.c'; fi`
    1407 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m68hc11.Tpo $(DEPDIR)/tc-m68hc11.Po
    1408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m68hc11.c' object='tc-m68hc11.obj' libtool=no @AMDEPBACKSLASH@
     1317@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68hc11.obj -MD -MP -MF $(DEPDIR)/tc-m68hc11.Tpo -c -o tc-m68hc11.obj `if test -f 'config/tc-m68hc11.c'; then $(CYGPATH_W) 'config/tc-m68hc11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68hc11.c'; fi`
     1318@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m68hc11.Tpo $(DEPDIR)/tc-m68hc11.Po
     1319@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m68hc11.c' object='tc-m68hc11.obj' libtool=no @AMDEPBACKSLASH@
    14091320@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1410 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68hc11.obj `if test -f 'config/tc-m68hc11.c'; then $(CYGPATH_W) 'config/tc-m68hc11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68hc11.c'; fi`
     1321@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68hc11.obj `if test -f 'config/tc-m68hc11.c'; then $(CYGPATH_W) 'config/tc-m68hc11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68hc11.c'; fi`
    14111322
    14121323tc-m68k.o: config/tc-m68k.c
    1413 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68k.o -MD -MP -MF $(DEPDIR)/tc-m68k.Tpo -c -o tc-m68k.o `test -f 'config/tc-m68k.c' || echo '$(srcdir)/'`config/tc-m68k.c
    1414 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m68k.Tpo $(DEPDIR)/tc-m68k.Po
    1415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m68k.c' object='tc-m68k.o' libtool=no @AMDEPBACKSLASH@
     1324@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68k.o -MD -MP -MF $(DEPDIR)/tc-m68k.Tpo -c -o tc-m68k.o `test -f 'config/tc-m68k.c' || echo '$(srcdir)/'`config/tc-m68k.c
     1325@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m68k.Tpo $(DEPDIR)/tc-m68k.Po
     1326@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m68k.c' object='tc-m68k.o' libtool=no @AMDEPBACKSLASH@
    14161327@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1417 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68k.o `test -f 'config/tc-m68k.c' || echo '$(srcdir)/'`config/tc-m68k.c
     1328@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68k.o `test -f 'config/tc-m68k.c' || echo '$(srcdir)/'`config/tc-m68k.c
    14181329
    14191330tc-m68k.obj: config/tc-m68k.c
    1420 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68k.obj -MD -MP -MF $(DEPDIR)/tc-m68k.Tpo -c -o tc-m68k.obj `if test -f 'config/tc-m68k.c'; then $(CYGPATH_W) 'config/tc-m68k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68k.c'; fi`
    1421 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-m68k.Tpo $(DEPDIR)/tc-m68k.Po
    1422 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-m68k.c' object='tc-m68k.obj' libtool=no @AMDEPBACKSLASH@
     1331@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-m68k.obj -MD -MP -MF $(DEPDIR)/tc-m68k.Tpo -c -o tc-m68k.obj `if test -f 'config/tc-m68k.c'; then $(CYGPATH_W) 'config/tc-m68k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68k.c'; fi`
     1332@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-m68k.Tpo $(DEPDIR)/tc-m68k.Po
     1333@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-m68k.c' object='tc-m68k.obj' libtool=no @AMDEPBACKSLASH@
    14231334@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1424 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68k.obj `if test -f 'config/tc-m68k.c'; then $(CYGPATH_W) 'config/tc-m68k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68k.c'; fi`
     1335@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-m68k.obj `if test -f 'config/tc-m68k.c'; then $(CYGPATH_W) 'config/tc-m68k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-m68k.c'; fi`
    14251336
    14261337tc-mcore.o: config/tc-mcore.c
    1427 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mcore.o -MD -MP -MF $(DEPDIR)/tc-mcore.Tpo -c -o tc-mcore.o `test -f 'config/tc-mcore.c' || echo '$(srcdir)/'`config/tc-mcore.c
    1428 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mcore.Tpo $(DEPDIR)/tc-mcore.Po
    1429 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mcore.c' object='tc-mcore.o' libtool=no @AMDEPBACKSLASH@
     1338@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mcore.o -MD -MP -MF $(DEPDIR)/tc-mcore.Tpo -c -o tc-mcore.o `test -f 'config/tc-mcore.c' || echo '$(srcdir)/'`config/tc-mcore.c
     1339@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mcore.Tpo $(DEPDIR)/tc-mcore.Po
     1340@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mcore.c' object='tc-mcore.o' libtool=no @AMDEPBACKSLASH@
    14301341@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1431 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mcore.o `test -f 'config/tc-mcore.c' || echo '$(srcdir)/'`config/tc-mcore.c
     1342@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mcore.o `test -f 'config/tc-mcore.c' || echo '$(srcdir)/'`config/tc-mcore.c
    14321343
    14331344tc-mcore.obj: config/tc-mcore.c
    1434 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mcore.obj -MD -MP -MF $(DEPDIR)/tc-mcore.Tpo -c -o tc-mcore.obj `if test -f 'config/tc-mcore.c'; then $(CYGPATH_W) 'config/tc-mcore.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mcore.c'; fi`
    1435 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mcore.Tpo $(DEPDIR)/tc-mcore.Po
    1436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mcore.c' object='tc-mcore.obj' libtool=no @AMDEPBACKSLASH@
     1345@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mcore.obj -MD -MP -MF $(DEPDIR)/tc-mcore.Tpo -c -o tc-mcore.obj `if test -f 'config/tc-mcore.c'; then $(CYGPATH_W) 'config/tc-mcore.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mcore.c'; fi`
     1346@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mcore.Tpo $(DEPDIR)/tc-mcore.Po
     1347@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mcore.c' object='tc-mcore.obj' libtool=no @AMDEPBACKSLASH@
    14371348@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1438 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mcore.obj `if test -f 'config/tc-mcore.c'; then $(CYGPATH_W) 'config/tc-mcore.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mcore.c'; fi`
     1349@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mcore.obj `if test -f 'config/tc-mcore.c'; then $(CYGPATH_W) 'config/tc-mcore.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mcore.c'; fi`
    14391350
    14401351tc-mep.o: config/tc-mep.c
    1441 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mep.o -MD -MP -MF $(DEPDIR)/tc-mep.Tpo -c -o tc-mep.o `test -f 'config/tc-mep.c' || echo '$(srcdir)/'`config/tc-mep.c
    1442 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mep.Tpo $(DEPDIR)/tc-mep.Po
    1443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mep.c' object='tc-mep.o' libtool=no @AMDEPBACKSLASH@
     1352@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mep.o -MD -MP -MF $(DEPDIR)/tc-mep.Tpo -c -o tc-mep.o `test -f 'config/tc-mep.c' || echo '$(srcdir)/'`config/tc-mep.c
     1353@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mep.Tpo $(DEPDIR)/tc-mep.Po
     1354@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mep.c' object='tc-mep.o' libtool=no @AMDEPBACKSLASH@
    14441355@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1445 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mep.o `test -f 'config/tc-mep.c' || echo '$(srcdir)/'`config/tc-mep.c
     1356@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mep.o `test -f 'config/tc-mep.c' || echo '$(srcdir)/'`config/tc-mep.c
    14461357
    14471358tc-mep.obj: config/tc-mep.c
    1448 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mep.obj -MD -MP -MF $(DEPDIR)/tc-mep.Tpo -c -o tc-mep.obj `if test -f 'config/tc-mep.c'; then $(CYGPATH_W) 'config/tc-mep.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mep.c'; fi`
    1449 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mep.Tpo $(DEPDIR)/tc-mep.Po
    1450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mep.c' object='tc-mep.obj' libtool=no @AMDEPBACKSLASH@
     1359@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mep.obj -MD -MP -MF $(DEPDIR)/tc-mep.Tpo -c -o tc-mep.obj `if test -f 'config/tc-mep.c'; then $(CYGPATH_W) 'config/tc-mep.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mep.c'; fi`
     1360@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mep.Tpo $(DEPDIR)/tc-mep.Po
     1361@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mep.c' object='tc-mep.obj' libtool=no @AMDEPBACKSLASH@
    14511362@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1452 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mep.obj `if test -f 'config/tc-mep.c'; then $(CYGPATH_W) 'config/tc-mep.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mep.c'; fi`
     1363@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mep.obj `if test -f 'config/tc-mep.c'; then $(CYGPATH_W) 'config/tc-mep.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mep.c'; fi`
    14531364
    14541365tc-metag.o: config/tc-metag.c
    1455 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-metag.o -MD -MP -MF $(DEPDIR)/tc-metag.Tpo -c -o tc-metag.o `test -f 'config/tc-metag.c' || echo '$(srcdir)/'`config/tc-metag.c
    1456 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-metag.Tpo $(DEPDIR)/tc-metag.Po
    1457 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-metag.c' object='tc-metag.o' libtool=no @AMDEPBACKSLASH@
     1366@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-metag.o -MD -MP -MF $(DEPDIR)/tc-metag.Tpo -c -o tc-metag.o `test -f 'config/tc-metag.c' || echo '$(srcdir)/'`config/tc-metag.c
     1367@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-metag.Tpo $(DEPDIR)/tc-metag.Po
     1368@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-metag.c' object='tc-metag.o' libtool=no @AMDEPBACKSLASH@
    14581369@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1459 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-metag.o `test -f 'config/tc-metag.c' || echo '$(srcdir)/'`config/tc-metag.c
     1370@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-metag.o `test -f 'config/tc-metag.c' || echo '$(srcdir)/'`config/tc-metag.c
    14601371
    14611372tc-metag.obj: config/tc-metag.c
    1462 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-metag.obj -MD -MP -MF $(DEPDIR)/tc-metag.Tpo -c -o tc-metag.obj `if test -f 'config/tc-metag.c'; then $(CYGPATH_W) 'config/tc-metag.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-metag.c'; fi`
    1463 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-metag.Tpo $(DEPDIR)/tc-metag.Po
    1464 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-metag.c' object='tc-metag.obj' libtool=no @AMDEPBACKSLASH@
     1373@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-metag.obj -MD -MP -MF $(DEPDIR)/tc-metag.Tpo -c -o tc-metag.obj `if test -f 'config/tc-metag.c'; then $(CYGPATH_W) 'config/tc-metag.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-metag.c'; fi`
     1374@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-metag.Tpo $(DEPDIR)/tc-metag.Po
     1375@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-metag.c' object='tc-metag.obj' libtool=no @AMDEPBACKSLASH@
    14651376@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1466 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-metag.obj `if test -f 'config/tc-metag.c'; then $(CYGPATH_W) 'config/tc-metag.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-metag.c'; fi`
     1377@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-metag.obj `if test -f 'config/tc-metag.c'; then $(CYGPATH_W) 'config/tc-metag.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-metag.c'; fi`
    14671378
    14681379tc-microblaze.o: config/tc-microblaze.c
    1469 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-microblaze.o -MD -MP -MF $(DEPDIR)/tc-microblaze.Tpo -c -o tc-microblaze.o `test -f 'config/tc-microblaze.c' || echo '$(srcdir)/'`config/tc-microblaze.c
    1470 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-microblaze.Tpo $(DEPDIR)/tc-microblaze.Po
    1471 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-microblaze.c' object='tc-microblaze.o' libtool=no @AMDEPBACKSLASH@
     1380@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-microblaze.o -MD -MP -MF $(DEPDIR)/tc-microblaze.Tpo -c -o tc-microblaze.o `test -f 'config/tc-microblaze.c' || echo '$(srcdir)/'`config/tc-microblaze.c
     1381@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-microblaze.Tpo $(DEPDIR)/tc-microblaze.Po
     1382@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-microblaze.c' object='tc-microblaze.o' libtool=no @AMDEPBACKSLASH@
    14721383@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1473 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-microblaze.o `test -f 'config/tc-microblaze.c' || echo '$(srcdir)/'`config/tc-microblaze.c
     1384@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-microblaze.o `test -f 'config/tc-microblaze.c' || echo '$(srcdir)/'`config/tc-microblaze.c
    14741385
    14751386tc-microblaze.obj: config/tc-microblaze.c
    1476 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-microblaze.obj -MD -MP -MF $(DEPDIR)/tc-microblaze.Tpo -c -o tc-microblaze.obj `if test -f 'config/tc-microblaze.c'; then $(CYGPATH_W) 'config/tc-microblaze.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-microblaze.c'; fi`
    1477 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-microblaze.Tpo $(DEPDIR)/tc-microblaze.Po
    1478 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-microblaze.c' object='tc-microblaze.obj' libtool=no @AMDEPBACKSLASH@
     1387@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-microblaze.obj -MD -MP -MF $(DEPDIR)/tc-microblaze.Tpo -c -o tc-microblaze.obj `if test -f 'config/tc-microblaze.c'; then $(CYGPATH_W) 'config/tc-microblaze.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-microblaze.c'; fi`
     1388@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-microblaze.Tpo $(DEPDIR)/tc-microblaze.Po
     1389@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-microblaze.c' object='tc-microblaze.obj' libtool=no @AMDEPBACKSLASH@
    14791390@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1480 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-microblaze.obj `if test -f 'config/tc-microblaze.c'; then $(CYGPATH_W) 'config/tc-microblaze.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-microblaze.c'; fi`
     1391@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-microblaze.obj `if test -f 'config/tc-microblaze.c'; then $(CYGPATH_W) 'config/tc-microblaze.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-microblaze.c'; fi`
    14811392
    14821393tc-mips.o: config/tc-mips.c
    1483 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mips.o -MD -MP -MF $(DEPDIR)/tc-mips.Tpo -c -o tc-mips.o `test -f 'config/tc-mips.c' || echo '$(srcdir)/'`config/tc-mips.c
    1484 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mips.Tpo $(DEPDIR)/tc-mips.Po
    1485 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mips.c' object='tc-mips.o' libtool=no @AMDEPBACKSLASH@
     1394@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mips.o -MD -MP -MF $(DEPDIR)/tc-mips.Tpo -c -o tc-mips.o `test -f 'config/tc-mips.c' || echo '$(srcdir)/'`config/tc-mips.c
     1395@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mips.Tpo $(DEPDIR)/tc-mips.Po
     1396@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mips.c' object='tc-mips.o' libtool=no @AMDEPBACKSLASH@
    14861397@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1487 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mips.o `test -f 'config/tc-mips.c' || echo '$(srcdir)/'`config/tc-mips.c
     1398@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mips.o `test -f 'config/tc-mips.c' || echo '$(srcdir)/'`config/tc-mips.c
    14881399
    14891400tc-mips.obj: config/tc-mips.c
    1490 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mips.obj -MD -MP -MF $(DEPDIR)/tc-mips.Tpo -c -o tc-mips.obj `if test -f 'config/tc-mips.c'; then $(CYGPATH_W) 'config/tc-mips.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mips.c'; fi`
    1491 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mips.Tpo $(DEPDIR)/tc-mips.Po
    1492 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mips.c' object='tc-mips.obj' libtool=no @AMDEPBACKSLASH@
     1401@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mips.obj -MD -MP -MF $(DEPDIR)/tc-mips.Tpo -c -o tc-mips.obj `if test -f 'config/tc-mips.c'; then $(CYGPATH_W) 'config/tc-mips.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mips.c'; fi`
     1402@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mips.Tpo $(DEPDIR)/tc-mips.Po
     1403@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mips.c' object='tc-mips.obj' libtool=no @AMDEPBACKSLASH@
    14931404@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1494 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mips.obj `if test -f 'config/tc-mips.c'; then $(CYGPATH_W) 'config/tc-mips.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mips.c'; fi`
     1405@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mips.obj `if test -f 'config/tc-mips.c'; then $(CYGPATH_W) 'config/tc-mips.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mips.c'; fi`
    14951406
    14961407tc-mmix.o: config/tc-mmix.c
    1497 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mmix.o -MD -MP -MF $(DEPDIR)/tc-mmix.Tpo -c -o tc-mmix.o `test -f 'config/tc-mmix.c' || echo '$(srcdir)/'`config/tc-mmix.c
    1498 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mmix.Tpo $(DEPDIR)/tc-mmix.Po
    1499 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mmix.c' object='tc-mmix.o' libtool=no @AMDEPBACKSLASH@
     1408@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mmix.o -MD -MP -MF $(DEPDIR)/tc-mmix.Tpo -c -o tc-mmix.o `test -f 'config/tc-mmix.c' || echo '$(srcdir)/'`config/tc-mmix.c
     1409@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mmix.Tpo $(DEPDIR)/tc-mmix.Po
     1410@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mmix.c' object='tc-mmix.o' libtool=no @AMDEPBACKSLASH@
    15001411@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1501 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mmix.o `test -f 'config/tc-mmix.c' || echo '$(srcdir)/'`config/tc-mmix.c
     1412@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mmix.o `test -f 'config/tc-mmix.c' || echo '$(srcdir)/'`config/tc-mmix.c
    15021413
    15031414tc-mmix.obj: config/tc-mmix.c
    1504 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mmix.obj -MD -MP -MF $(DEPDIR)/tc-mmix.Tpo -c -o tc-mmix.obj `if test -f 'config/tc-mmix.c'; then $(CYGPATH_W) 'config/tc-mmix.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mmix.c'; fi`
    1505 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mmix.Tpo $(DEPDIR)/tc-mmix.Po
    1506 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mmix.c' object='tc-mmix.obj' libtool=no @AMDEPBACKSLASH@
     1415@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mmix.obj -MD -MP -MF $(DEPDIR)/tc-mmix.Tpo -c -o tc-mmix.obj `if test -f 'config/tc-mmix.c'; then $(CYGPATH_W) 'config/tc-mmix.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mmix.c'; fi`
     1416@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mmix.Tpo $(DEPDIR)/tc-mmix.Po
     1417@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mmix.c' object='tc-mmix.obj' libtool=no @AMDEPBACKSLASH@
    15071418@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1508 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mmix.obj `if test -f 'config/tc-mmix.c'; then $(CYGPATH_W) 'config/tc-mmix.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mmix.c'; fi`
     1419@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mmix.obj `if test -f 'config/tc-mmix.c'; then $(CYGPATH_W) 'config/tc-mmix.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mmix.c'; fi`
    15091420
    15101421tc-mn10200.o: config/tc-mn10200.c
    1511 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10200.o -MD -MP -MF $(DEPDIR)/tc-mn10200.Tpo -c -o tc-mn10200.o `test -f 'config/tc-mn10200.c' || echo '$(srcdir)/'`config/tc-mn10200.c
    1512 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mn10200.Tpo $(DEPDIR)/tc-mn10200.Po
    1513 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mn10200.c' object='tc-mn10200.o' libtool=no @AMDEPBACKSLASH@
     1422@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10200.o -MD -MP -MF $(DEPDIR)/tc-mn10200.Tpo -c -o tc-mn10200.o `test -f 'config/tc-mn10200.c' || echo '$(srcdir)/'`config/tc-mn10200.c
     1423@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mn10200.Tpo $(DEPDIR)/tc-mn10200.Po
     1424@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mn10200.c' object='tc-mn10200.o' libtool=no @AMDEPBACKSLASH@
    15141425@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1515 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10200.o `test -f 'config/tc-mn10200.c' || echo '$(srcdir)/'`config/tc-mn10200.c
     1426@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10200.o `test -f 'config/tc-mn10200.c' || echo '$(srcdir)/'`config/tc-mn10200.c
    15161427
    15171428tc-mn10200.obj: config/tc-mn10200.c
    1518 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10200.obj -MD -MP -MF $(DEPDIR)/tc-mn10200.Tpo -c -o tc-mn10200.obj `if test -f 'config/tc-mn10200.c'; then $(CYGPATH_W) 'config/tc-mn10200.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10200.c'; fi`
    1519 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mn10200.Tpo $(DEPDIR)/tc-mn10200.Po
    1520 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mn10200.c' object='tc-mn10200.obj' libtool=no @AMDEPBACKSLASH@
     1429@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10200.obj -MD -MP -MF $(DEPDIR)/tc-mn10200.Tpo -c -o tc-mn10200.obj `if test -f 'config/tc-mn10200.c'; then $(CYGPATH_W) 'config/tc-mn10200.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10200.c'; fi`
     1430@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mn10200.Tpo $(DEPDIR)/tc-mn10200.Po
     1431@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mn10200.c' object='tc-mn10200.obj' libtool=no @AMDEPBACKSLASH@
    15211432@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1522 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10200.obj `if test -f 'config/tc-mn10200.c'; then $(CYGPATH_W) 'config/tc-mn10200.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10200.c'; fi`
     1433@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10200.obj `if test -f 'config/tc-mn10200.c'; then $(CYGPATH_W) 'config/tc-mn10200.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10200.c'; fi`
    15231434
    15241435tc-mn10300.o: config/tc-mn10300.c
    1525 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10300.o -MD -MP -MF $(DEPDIR)/tc-mn10300.Tpo -c -o tc-mn10300.o `test -f 'config/tc-mn10300.c' || echo '$(srcdir)/'`config/tc-mn10300.c
    1526 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mn10300.Tpo $(DEPDIR)/tc-mn10300.Po
    1527 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mn10300.c' object='tc-mn10300.o' libtool=no @AMDEPBACKSLASH@
     1436@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10300.o -MD -MP -MF $(DEPDIR)/tc-mn10300.Tpo -c -o tc-mn10300.o `test -f 'config/tc-mn10300.c' || echo '$(srcdir)/'`config/tc-mn10300.c
     1437@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mn10300.Tpo $(DEPDIR)/tc-mn10300.Po
     1438@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mn10300.c' object='tc-mn10300.o' libtool=no @AMDEPBACKSLASH@
    15281439@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1529 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10300.o `test -f 'config/tc-mn10300.c' || echo '$(srcdir)/'`config/tc-mn10300.c
     1440@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10300.o `test -f 'config/tc-mn10300.c' || echo '$(srcdir)/'`config/tc-mn10300.c
    15301441
    15311442tc-mn10300.obj: config/tc-mn10300.c
    1532 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10300.obj -MD -MP -MF $(DEPDIR)/tc-mn10300.Tpo -c -o tc-mn10300.obj `if test -f 'config/tc-mn10300.c'; then $(CYGPATH_W) 'config/tc-mn10300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10300.c'; fi`
    1533 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mn10300.Tpo $(DEPDIR)/tc-mn10300.Po
    1534 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mn10300.c' object='tc-mn10300.obj' libtool=no @AMDEPBACKSLASH@
     1443@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mn10300.obj -MD -MP -MF $(DEPDIR)/tc-mn10300.Tpo -c -o tc-mn10300.obj `if test -f 'config/tc-mn10300.c'; then $(CYGPATH_W) 'config/tc-mn10300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10300.c'; fi`
     1444@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mn10300.Tpo $(DEPDIR)/tc-mn10300.Po
     1445@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mn10300.c' object='tc-mn10300.obj' libtool=no @AMDEPBACKSLASH@
    15351446@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1536 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10300.obj `if test -f 'config/tc-mn10300.c'; then $(CYGPATH_W) 'config/tc-mn10300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10300.c'; fi`
     1447@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mn10300.obj `if test -f 'config/tc-mn10300.c'; then $(CYGPATH_W) 'config/tc-mn10300.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mn10300.c'; fi`
    15371448
    15381449tc-moxie.o: config/tc-moxie.c
    1539 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-moxie.o -MD -MP -MF $(DEPDIR)/tc-moxie.Tpo -c -o tc-moxie.o `test -f 'config/tc-moxie.c' || echo '$(srcdir)/'`config/tc-moxie.c
    1540 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-moxie.Tpo $(DEPDIR)/tc-moxie.Po
    1541 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-moxie.c' object='tc-moxie.o' libtool=no @AMDEPBACKSLASH@
     1450@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-moxie.o -MD -MP -MF $(DEPDIR)/tc-moxie.Tpo -c -o tc-moxie.o `test -f 'config/tc-moxie.c' || echo '$(srcdir)/'`config/tc-moxie.c
     1451@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-moxie.Tpo $(DEPDIR)/tc-moxie.Po
     1452@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-moxie.c' object='tc-moxie.o' libtool=no @AMDEPBACKSLASH@
    15421453@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1543 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-moxie.o `test -f 'config/tc-moxie.c' || echo '$(srcdir)/'`config/tc-moxie.c
     1454@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-moxie.o `test -f 'config/tc-moxie.c' || echo '$(srcdir)/'`config/tc-moxie.c
    15441455
    15451456tc-moxie.obj: config/tc-moxie.c
    1546 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-moxie.obj -MD -MP -MF $(DEPDIR)/tc-moxie.Tpo -c -o tc-moxie.obj `if test -f 'config/tc-moxie.c'; then $(CYGPATH_W) 'config/tc-moxie.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-moxie.c'; fi`
    1547 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-moxie.Tpo $(DEPDIR)/tc-moxie.Po
    1548 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-moxie.c' object='tc-moxie.obj' libtool=no @AMDEPBACKSLASH@
     1457@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-moxie.obj -MD -MP -MF $(DEPDIR)/tc-moxie.Tpo -c -o tc-moxie.obj `if test -f 'config/tc-moxie.c'; then $(CYGPATH_W) 'config/tc-moxie.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-moxie.c'; fi`
     1458@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-moxie.Tpo $(DEPDIR)/tc-moxie.Po
     1459@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-moxie.c' object='tc-moxie.obj' libtool=no @AMDEPBACKSLASH@
    15491460@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1550 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-moxie.obj `if test -f 'config/tc-moxie.c'; then $(CYGPATH_W) 'config/tc-moxie.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-moxie.c'; fi`
     1461@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-moxie.obj `if test -f 'config/tc-moxie.c'; then $(CYGPATH_W) 'config/tc-moxie.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-moxie.c'; fi`
    15511462
    15521463tc-msp430.o: config/tc-msp430.c
    1553 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-msp430.o -MD -MP -MF $(DEPDIR)/tc-msp430.Tpo -c -o tc-msp430.o `test -f 'config/tc-msp430.c' || echo '$(srcdir)/'`config/tc-msp430.c
    1554 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-msp430.Tpo $(DEPDIR)/tc-msp430.Po
    1555 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-msp430.c' object='tc-msp430.o' libtool=no @AMDEPBACKSLASH@
     1464@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-msp430.o -MD -MP -MF $(DEPDIR)/tc-msp430.Tpo -c -o tc-msp430.o `test -f 'config/tc-msp430.c' || echo '$(srcdir)/'`config/tc-msp430.c
     1465@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-msp430.Tpo $(DEPDIR)/tc-msp430.Po
     1466@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-msp430.c' object='tc-msp430.o' libtool=no @AMDEPBACKSLASH@
    15561467@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1557 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-msp430.o `test -f 'config/tc-msp430.c' || echo '$(srcdir)/'`config/tc-msp430.c
     1468@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-msp430.o `test -f 'config/tc-msp430.c' || echo '$(srcdir)/'`config/tc-msp430.c
    15581469
    15591470tc-msp430.obj: config/tc-msp430.c
    1560 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-msp430.obj -MD -MP -MF $(DEPDIR)/tc-msp430.Tpo -c -o tc-msp430.obj `if test -f 'config/tc-msp430.c'; then $(CYGPATH_W) 'config/tc-msp430.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-msp430.c'; fi`
    1561 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-msp430.Tpo $(DEPDIR)/tc-msp430.Po
    1562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-msp430.c' object='tc-msp430.obj' libtool=no @AMDEPBACKSLASH@
     1471@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-msp430.obj -MD -MP -MF $(DEPDIR)/tc-msp430.Tpo -c -o tc-msp430.obj `if test -f 'config/tc-msp430.c'; then $(CYGPATH_W) 'config/tc-msp430.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-msp430.c'; fi`
     1472@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-msp430.Tpo $(DEPDIR)/tc-msp430.Po
     1473@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-msp430.c' object='tc-msp430.obj' libtool=no @AMDEPBACKSLASH@
    15631474@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1564 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-msp430.obj `if test -f 'config/tc-msp430.c'; then $(CYGPATH_W) 'config/tc-msp430.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-msp430.c'; fi`
     1475@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-msp430.obj `if test -f 'config/tc-msp430.c'; then $(CYGPATH_W) 'config/tc-msp430.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-msp430.c'; fi`
    15651476
    15661477tc-mt.o: config/tc-mt.c
    1567 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mt.o -MD -MP -MF $(DEPDIR)/tc-mt.Tpo -c -o tc-mt.o `test -f 'config/tc-mt.c' || echo '$(srcdir)/'`config/tc-mt.c
    1568 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mt.Tpo $(DEPDIR)/tc-mt.Po
    1569 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mt.c' object='tc-mt.o' libtool=no @AMDEPBACKSLASH@
     1478@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mt.o -MD -MP -MF $(DEPDIR)/tc-mt.Tpo -c -o tc-mt.o `test -f 'config/tc-mt.c' || echo '$(srcdir)/'`config/tc-mt.c
     1479@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mt.Tpo $(DEPDIR)/tc-mt.Po
     1480@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mt.c' object='tc-mt.o' libtool=no @AMDEPBACKSLASH@
    15701481@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1571 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mt.o `test -f 'config/tc-mt.c' || echo '$(srcdir)/'`config/tc-mt.c
     1482@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mt.o `test -f 'config/tc-mt.c' || echo '$(srcdir)/'`config/tc-mt.c
    15721483
    15731484tc-mt.obj: config/tc-mt.c
    1574 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mt.obj -MD -MP -MF $(DEPDIR)/tc-mt.Tpo -c -o tc-mt.obj `if test -f 'config/tc-mt.c'; then $(CYGPATH_W) 'config/tc-mt.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mt.c'; fi`
    1575 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-mt.Tpo $(DEPDIR)/tc-mt.Po
    1576 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-mt.c' object='tc-mt.obj' libtool=no @AMDEPBACKSLASH@
     1485@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-mt.obj -MD -MP -MF $(DEPDIR)/tc-mt.Tpo -c -o tc-mt.obj `if test -f 'config/tc-mt.c'; then $(CYGPATH_W) 'config/tc-mt.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mt.c'; fi`
     1486@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-mt.Tpo $(DEPDIR)/tc-mt.Po
     1487@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-mt.c' object='tc-mt.obj' libtool=no @AMDEPBACKSLASH@
    15771488@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1578 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mt.obj `if test -f 'config/tc-mt.c'; then $(CYGPATH_W) 'config/tc-mt.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mt.c'; fi`
     1489@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-mt.obj `if test -f 'config/tc-mt.c'; then $(CYGPATH_W) 'config/tc-mt.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-mt.c'; fi`
    15791490
    15801491tc-nios2.o: config/tc-nios2.c
    1581 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-nios2.o -MD -MP -MF $(DEPDIR)/tc-nios2.Tpo -c -o tc-nios2.o `test -f 'config/tc-nios2.c' || echo '$(srcdir)/'`config/tc-nios2.c
    1582 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-nios2.Tpo $(DEPDIR)/tc-nios2.Po
    1583 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-nios2.c' object='tc-nios2.o' libtool=no @AMDEPBACKSLASH@
     1492@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-nios2.o -MD -MP -MF $(DEPDIR)/tc-nios2.Tpo -c -o tc-nios2.o `test -f 'config/tc-nios2.c' || echo '$(srcdir)/'`config/tc-nios2.c
     1493@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-nios2.Tpo $(DEPDIR)/tc-nios2.Po
     1494@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-nios2.c' object='tc-nios2.o' libtool=no @AMDEPBACKSLASH@
    15841495@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1585 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-nios2.o `test -f 'config/tc-nios2.c' || echo '$(srcdir)/'`config/tc-nios2.c
     1496@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-nios2.o `test -f 'config/tc-nios2.c' || echo '$(srcdir)/'`config/tc-nios2.c
    15861497
    15871498tc-nios2.obj: config/tc-nios2.c
    1588 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-nios2.obj -MD -MP -MF $(DEPDIR)/tc-nios2.Tpo -c -o tc-nios2.obj `if test -f 'config/tc-nios2.c'; then $(CYGPATH_W) 'config/tc-nios2.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-nios2.c'; fi`
    1589 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-nios2.Tpo $(DEPDIR)/tc-nios2.Po
    1590 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-nios2.c' object='tc-nios2.obj' libtool=no @AMDEPBACKSLASH@
     1499@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-nios2.obj -MD -MP -MF $(DEPDIR)/tc-nios2.Tpo -c -o tc-nios2.obj `if test -f 'config/tc-nios2.c'; then $(CYGPATH_W) 'config/tc-nios2.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-nios2.c'; fi`
     1500@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-nios2.Tpo $(DEPDIR)/tc-nios2.Po
     1501@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-nios2.c' object='tc-nios2.obj' libtool=no @AMDEPBACKSLASH@
    15911502@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1592 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-nios2.obj `if test -f 'config/tc-nios2.c'; then $(CYGPATH_W) 'config/tc-nios2.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-nios2.c'; fi`
     1503@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-nios2.obj `if test -f 'config/tc-nios2.c'; then $(CYGPATH_W) 'config/tc-nios2.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-nios2.c'; fi`
    15931504
    15941505tc-ns32k.o: config/tc-ns32k.c
    1595 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ns32k.o -MD -MP -MF $(DEPDIR)/tc-ns32k.Tpo -c -o tc-ns32k.o `test -f 'config/tc-ns32k.c' || echo '$(srcdir)/'`config/tc-ns32k.c
    1596 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ns32k.Tpo $(DEPDIR)/tc-ns32k.Po
    1597 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ns32k.c' object='tc-ns32k.o' libtool=no @AMDEPBACKSLASH@
     1506@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ns32k.o -MD -MP -MF $(DEPDIR)/tc-ns32k.Tpo -c -o tc-ns32k.o `test -f 'config/tc-ns32k.c' || echo '$(srcdir)/'`config/tc-ns32k.c
     1507@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ns32k.Tpo $(DEPDIR)/tc-ns32k.Po
     1508@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ns32k.c' object='tc-ns32k.o' libtool=no @AMDEPBACKSLASH@
    15981509@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1599 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ns32k.o `test -f 'config/tc-ns32k.c' || echo '$(srcdir)/'`config/tc-ns32k.c
     1510@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ns32k.o `test -f 'config/tc-ns32k.c' || echo '$(srcdir)/'`config/tc-ns32k.c
    16001511
    16011512tc-ns32k.obj: config/tc-ns32k.c
    1602 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ns32k.obj -MD -MP -MF $(DEPDIR)/tc-ns32k.Tpo -c -o tc-ns32k.obj `if test -f 'config/tc-ns32k.c'; then $(CYGPATH_W) 'config/tc-ns32k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ns32k.c'; fi`
    1603 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ns32k.Tpo $(DEPDIR)/tc-ns32k.Po
    1604 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ns32k.c' object='tc-ns32k.obj' libtool=no @AMDEPBACKSLASH@
     1513@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ns32k.obj -MD -MP -MF $(DEPDIR)/tc-ns32k.Tpo -c -o tc-ns32k.obj `if test -f 'config/tc-ns32k.c'; then $(CYGPATH_W) 'config/tc-ns32k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ns32k.c'; fi`
     1514@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ns32k.Tpo $(DEPDIR)/tc-ns32k.Po
     1515@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ns32k.c' object='tc-ns32k.obj' libtool=no @AMDEPBACKSLASH@
    16051516@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1606 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ns32k.obj `if test -f 'config/tc-ns32k.c'; then $(CYGPATH_W) 'config/tc-ns32k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ns32k.c'; fi`
     1517@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ns32k.obj `if test -f 'config/tc-ns32k.c'; then $(CYGPATH_W) 'config/tc-ns32k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ns32k.c'; fi`
    16071518
    16081519tc-openrisc.o: config/tc-openrisc.c
    1609 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-openrisc.o -MD -MP -MF $(DEPDIR)/tc-openrisc.Tpo -c -o tc-openrisc.o `test -f 'config/tc-openrisc.c' || echo '$(srcdir)/'`config/tc-openrisc.c
    1610 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-openrisc.Tpo $(DEPDIR)/tc-openrisc.Po
    1611 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-openrisc.c' object='tc-openrisc.o' libtool=no @AMDEPBACKSLASH@
     1520@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-openrisc.o -MD -MP -MF $(DEPDIR)/tc-openrisc.Tpo -c -o tc-openrisc.o `test -f 'config/tc-openrisc.c' || echo '$(srcdir)/'`config/tc-openrisc.c
     1521@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-openrisc.Tpo $(DEPDIR)/tc-openrisc.Po
     1522@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-openrisc.c' object='tc-openrisc.o' libtool=no @AMDEPBACKSLASH@
    16121523@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1613 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-openrisc.o `test -f 'config/tc-openrisc.c' || echo '$(srcdir)/'`config/tc-openrisc.c
     1524@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-openrisc.o `test -f 'config/tc-openrisc.c' || echo '$(srcdir)/'`config/tc-openrisc.c
    16141525
    16151526tc-openrisc.obj: config/tc-openrisc.c
    1616 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-openrisc.obj -MD -MP -MF $(DEPDIR)/tc-openrisc.Tpo -c -o tc-openrisc.obj `if test -f 'config/tc-openrisc.c'; then $(CYGPATH_W) 'config/tc-openrisc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-openrisc.c'; fi`
    1617 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-openrisc.Tpo $(DEPDIR)/tc-openrisc.Po
    1618 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-openrisc.c' object='tc-openrisc.obj' libtool=no @AMDEPBACKSLASH@
     1527@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-openrisc.obj -MD -MP -MF $(DEPDIR)/tc-openrisc.Tpo -c -o tc-openrisc.obj `if test -f 'config/tc-openrisc.c'; then $(CYGPATH_W) 'config/tc-openrisc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-openrisc.c'; fi`
     1528@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-openrisc.Tpo $(DEPDIR)/tc-openrisc.Po
     1529@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-openrisc.c' object='tc-openrisc.obj' libtool=no @AMDEPBACKSLASH@
    16191530@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1620 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-openrisc.obj `if test -f 'config/tc-openrisc.c'; then $(CYGPATH_W) 'config/tc-openrisc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-openrisc.c'; fi`
     1531@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-openrisc.obj `if test -f 'config/tc-openrisc.c'; then $(CYGPATH_W) 'config/tc-openrisc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-openrisc.c'; fi`
    16211532
    16221533tc-or32.o: config/tc-or32.c
    1623 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-or32.o -MD -MP -MF $(DEPDIR)/tc-or32.Tpo -c -o tc-or32.o `test -f 'config/tc-or32.c' || echo '$(srcdir)/'`config/tc-or32.c
    1624 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-or32.Tpo $(DEPDIR)/tc-or32.Po
    1625 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-or32.c' object='tc-or32.o' libtool=no @AMDEPBACKSLASH@
     1534@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-or32.o -MD -MP -MF $(DEPDIR)/tc-or32.Tpo -c -o tc-or32.o `test -f 'config/tc-or32.c' || echo '$(srcdir)/'`config/tc-or32.c
     1535@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-or32.Tpo $(DEPDIR)/tc-or32.Po
     1536@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-or32.c' object='tc-or32.o' libtool=no @AMDEPBACKSLASH@
    16261537@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1627 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-or32.o `test -f 'config/tc-or32.c' || echo '$(srcdir)/'`config/tc-or32.c
     1538@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-or32.o `test -f 'config/tc-or32.c' || echo '$(srcdir)/'`config/tc-or32.c
    16281539
    16291540tc-or32.obj: config/tc-or32.c
    1630 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-or32.obj -MD -MP -MF $(DEPDIR)/tc-or32.Tpo -c -o tc-or32.obj `if test -f 'config/tc-or32.c'; then $(CYGPATH_W) 'config/tc-or32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-or32.c'; fi`
    1631 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-or32.Tpo $(DEPDIR)/tc-or32.Po
    1632 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-or32.c' object='tc-or32.obj' libtool=no @AMDEPBACKSLASH@
     1541@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-or32.obj -MD -MP -MF $(DEPDIR)/tc-or32.Tpo -c -o tc-or32.obj `if test -f 'config/tc-or32.c'; then $(CYGPATH_W) 'config/tc-or32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-or32.c'; fi`
     1542@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-or32.Tpo $(DEPDIR)/tc-or32.Po
     1543@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-or32.c' object='tc-or32.obj' libtool=no @AMDEPBACKSLASH@
    16331544@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1634 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-or32.obj `if test -f 'config/tc-or32.c'; then $(CYGPATH_W) 'config/tc-or32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-or32.c'; fi`
     1545@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-or32.obj `if test -f 'config/tc-or32.c'; then $(CYGPATH_W) 'config/tc-or32.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-or32.c'; fi`
    16351546
    16361547tc-pdp11.o: config/tc-pdp11.c
    1637 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pdp11.o -MD -MP -MF $(DEPDIR)/tc-pdp11.Tpo -c -o tc-pdp11.o `test -f 'config/tc-pdp11.c' || echo '$(srcdir)/'`config/tc-pdp11.c
    1638 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-pdp11.Tpo $(DEPDIR)/tc-pdp11.Po
    1639 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-pdp11.c' object='tc-pdp11.o' libtool=no @AMDEPBACKSLASH@
     1548@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pdp11.o -MD -MP -MF $(DEPDIR)/tc-pdp11.Tpo -c -o tc-pdp11.o `test -f 'config/tc-pdp11.c' || echo '$(srcdir)/'`config/tc-pdp11.c
     1549@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-pdp11.Tpo $(DEPDIR)/tc-pdp11.Po
     1550@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-pdp11.c' object='tc-pdp11.o' libtool=no @AMDEPBACKSLASH@
    16401551@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1641 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pdp11.o `test -f 'config/tc-pdp11.c' || echo '$(srcdir)/'`config/tc-pdp11.c
     1552@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pdp11.o `test -f 'config/tc-pdp11.c' || echo '$(srcdir)/'`config/tc-pdp11.c
    16421553
    16431554tc-pdp11.obj: config/tc-pdp11.c
    1644 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pdp11.obj -MD -MP -MF $(DEPDIR)/tc-pdp11.Tpo -c -o tc-pdp11.obj `if test -f 'config/tc-pdp11.c'; then $(CYGPATH_W) 'config/tc-pdp11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pdp11.c'; fi`
    1645 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-pdp11.Tpo $(DEPDIR)/tc-pdp11.Po
    1646 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-pdp11.c' object='tc-pdp11.obj' libtool=no @AMDEPBACKSLASH@
     1555@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pdp11.obj -MD -MP -MF $(DEPDIR)/tc-pdp11.Tpo -c -o tc-pdp11.obj `if test -f 'config/tc-pdp11.c'; then $(CYGPATH_W) 'config/tc-pdp11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pdp11.c'; fi`
     1556@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-pdp11.Tpo $(DEPDIR)/tc-pdp11.Po
     1557@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-pdp11.c' object='tc-pdp11.obj' libtool=no @AMDEPBACKSLASH@
    16471558@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1648 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pdp11.obj `if test -f 'config/tc-pdp11.c'; then $(CYGPATH_W) 'config/tc-pdp11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pdp11.c'; fi`
     1559@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pdp11.obj `if test -f 'config/tc-pdp11.c'; then $(CYGPATH_W) 'config/tc-pdp11.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pdp11.c'; fi`
    16491560
    16501561tc-pj.o: config/tc-pj.c
    1651 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pj.o -MD -MP -MF $(DEPDIR)/tc-pj.Tpo -c -o tc-pj.o `test -f 'config/tc-pj.c' || echo '$(srcdir)/'`config/tc-pj.c
    1652 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-pj.Tpo $(DEPDIR)/tc-pj.Po
    1653 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-pj.c' object='tc-pj.o' libtool=no @AMDEPBACKSLASH@
     1562@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pj.o -MD -MP -MF $(DEPDIR)/tc-pj.Tpo -c -o tc-pj.o `test -f 'config/tc-pj.c' || echo '$(srcdir)/'`config/tc-pj.c
     1563@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-pj.Tpo $(DEPDIR)/tc-pj.Po
     1564@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-pj.c' object='tc-pj.o' libtool=no @AMDEPBACKSLASH@
    16541565@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1655 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pj.o `test -f 'config/tc-pj.c' || echo '$(srcdir)/'`config/tc-pj.c
     1566@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pj.o `test -f 'config/tc-pj.c' || echo '$(srcdir)/'`config/tc-pj.c
    16561567
    16571568tc-pj.obj: config/tc-pj.c
    1658 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pj.obj -MD -MP -MF $(DEPDIR)/tc-pj.Tpo -c -o tc-pj.obj `if test -f 'config/tc-pj.c'; then $(CYGPATH_W) 'config/tc-pj.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pj.c'; fi`
    1659 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-pj.Tpo $(DEPDIR)/tc-pj.Po
    1660 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-pj.c' object='tc-pj.obj' libtool=no @AMDEPBACKSLASH@
     1569@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-pj.obj -MD -MP -MF $(DEPDIR)/tc-pj.Tpo -c -o tc-pj.obj `if test -f 'config/tc-pj.c'; then $(CYGPATH_W) 'config/tc-pj.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pj.c'; fi`
     1570@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-pj.Tpo $(DEPDIR)/tc-pj.Po
     1571@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-pj.c' object='tc-pj.obj' libtool=no @AMDEPBACKSLASH@
    16611572@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1662 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pj.obj `if test -f 'config/tc-pj.c'; then $(CYGPATH_W) 'config/tc-pj.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pj.c'; fi`
     1573@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-pj.obj `if test -f 'config/tc-pj.c'; then $(CYGPATH_W) 'config/tc-pj.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-pj.c'; fi`
    16631574
    16641575tc-ppc.o: config/tc-ppc.c
    1665 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ppc.o -MD -MP -MF $(DEPDIR)/tc-ppc.Tpo -c -o tc-ppc.o `test -f 'config/tc-ppc.c' || echo '$(srcdir)/'`config/tc-ppc.c
    1666 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ppc.Tpo $(DEPDIR)/tc-ppc.Po
    1667 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ppc.c' object='tc-ppc.o' libtool=no @AMDEPBACKSLASH@
     1576@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ppc.o -MD -MP -MF $(DEPDIR)/tc-ppc.Tpo -c -o tc-ppc.o `test -f 'config/tc-ppc.c' || echo '$(srcdir)/'`config/tc-ppc.c
     1577@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ppc.Tpo $(DEPDIR)/tc-ppc.Po
     1578@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ppc.c' object='tc-ppc.o' libtool=no @AMDEPBACKSLASH@
    16681579@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1669 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ppc.o `test -f 'config/tc-ppc.c' || echo '$(srcdir)/'`config/tc-ppc.c
     1580@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ppc.o `test -f 'config/tc-ppc.c' || echo '$(srcdir)/'`config/tc-ppc.c
    16701581
    16711582tc-ppc.obj: config/tc-ppc.c
    1672 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ppc.obj -MD -MP -MF $(DEPDIR)/tc-ppc.Tpo -c -o tc-ppc.obj `if test -f 'config/tc-ppc.c'; then $(CYGPATH_W) 'config/tc-ppc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ppc.c'; fi`
    1673 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-ppc.Tpo $(DEPDIR)/tc-ppc.Po
    1674 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-ppc.c' object='tc-ppc.obj' libtool=no @AMDEPBACKSLASH@
     1583@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-ppc.obj -MD -MP -MF $(DEPDIR)/tc-ppc.Tpo -c -o tc-ppc.obj `if test -f 'config/tc-ppc.c'; then $(CYGPATH_W) 'config/tc-ppc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ppc.c'; fi`
     1584@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-ppc.Tpo $(DEPDIR)/tc-ppc.Po
     1585@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-ppc.c' object='tc-ppc.obj' libtool=no @AMDEPBACKSLASH@
    16751586@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1676 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ppc.obj `if test -f 'config/tc-ppc.c'; then $(CYGPATH_W) 'config/tc-ppc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ppc.c'; fi`
     1587@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-ppc.obj `if test -f 'config/tc-ppc.c'; then $(CYGPATH_W) 'config/tc-ppc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-ppc.c'; fi`
    16771588
    16781589tc-rl78.o: config/tc-rl78.c
    1679 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rl78.o -MD -MP -MF $(DEPDIR)/tc-rl78.Tpo -c -o tc-rl78.o `test -f 'config/tc-rl78.c' || echo '$(srcdir)/'`config/tc-rl78.c
    1680 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-rl78.Tpo $(DEPDIR)/tc-rl78.Po
    1681 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-rl78.c' object='tc-rl78.o' libtool=no @AMDEPBACKSLASH@
     1590@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rl78.o -MD -MP -MF $(DEPDIR)/tc-rl78.Tpo -c -o tc-rl78.o `test -f 'config/tc-rl78.c' || echo '$(srcdir)/'`config/tc-rl78.c
     1591@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-rl78.Tpo $(DEPDIR)/tc-rl78.Po
     1592@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-rl78.c' object='tc-rl78.o' libtool=no @AMDEPBACKSLASH@
    16821593@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1683 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rl78.o `test -f 'config/tc-rl78.c' || echo '$(srcdir)/'`config/tc-rl78.c
     1594@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rl78.o `test -f 'config/tc-rl78.c' || echo '$(srcdir)/'`config/tc-rl78.c
    16841595
    16851596tc-rl78.obj: config/tc-rl78.c
    1686 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rl78.obj -MD -MP -MF $(DEPDIR)/tc-rl78.Tpo -c -o tc-rl78.obj `if test -f 'config/tc-rl78.c'; then $(CYGPATH_W) 'config/tc-rl78.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rl78.c'; fi`
    1687 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-rl78.Tpo $(DEPDIR)/tc-rl78.Po
    1688 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-rl78.c' object='tc-rl78.obj' libtool=no @AMDEPBACKSLASH@
     1597@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rl78.obj -MD -MP -MF $(DEPDIR)/tc-rl78.Tpo -c -o tc-rl78.obj `if test -f 'config/tc-rl78.c'; then $(CYGPATH_W) 'config/tc-rl78.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rl78.c'; fi`
     1598@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-rl78.Tpo $(DEPDIR)/tc-rl78.Po
     1599@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-rl78.c' object='tc-rl78.obj' libtool=no @AMDEPBACKSLASH@
    16891600@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1690 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rl78.obj `if test -f 'config/tc-rl78.c'; then $(CYGPATH_W) 'config/tc-rl78.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rl78.c'; fi`
     1601@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rl78.obj `if test -f 'config/tc-rl78.c'; then $(CYGPATH_W) 'config/tc-rl78.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rl78.c'; fi`
    16911602
    16921603tc-rx.o: config/tc-rx.c
    1693 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rx.o -MD -MP -MF $(DEPDIR)/tc-rx.Tpo -c -o tc-rx.o `test -f 'config/tc-rx.c' || echo '$(srcdir)/'`config/tc-rx.c
    1694 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-rx.Tpo $(DEPDIR)/tc-rx.Po
    1695 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-rx.c' object='tc-rx.o' libtool=no @AMDEPBACKSLASH@
     1604@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rx.o -MD -MP -MF $(DEPDIR)/tc-rx.Tpo -c -o tc-rx.o `test -f 'config/tc-rx.c' || echo '$(srcdir)/'`config/tc-rx.c
     1605@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-rx.Tpo $(DEPDIR)/tc-rx.Po
     1606@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-rx.c' object='tc-rx.o' libtool=no @AMDEPBACKSLASH@
    16961607@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1697 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rx.o `test -f 'config/tc-rx.c' || echo '$(srcdir)/'`config/tc-rx.c
     1608@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rx.o `test -f 'config/tc-rx.c' || echo '$(srcdir)/'`config/tc-rx.c
    16981609
    16991610tc-rx.obj: config/tc-rx.c
    1700 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rx.obj -MD -MP -MF $(DEPDIR)/tc-rx.Tpo -c -o tc-rx.obj `if test -f 'config/tc-rx.c'; then $(CYGPATH_W) 'config/tc-rx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rx.c'; fi`
    1701 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-rx.Tpo $(DEPDIR)/tc-rx.Po
    1702 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-rx.c' object='tc-rx.obj' libtool=no @AMDEPBACKSLASH@
     1611@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-rx.obj -MD -MP -MF $(DEPDIR)/tc-rx.Tpo -c -o tc-rx.obj `if test -f 'config/tc-rx.c'; then $(CYGPATH_W) 'config/tc-rx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rx.c'; fi`
     1612@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-rx.Tpo $(DEPDIR)/tc-rx.Po
     1613@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-rx.c' object='tc-rx.obj' libtool=no @AMDEPBACKSLASH@
    17031614@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1704 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rx.obj `if test -f 'config/tc-rx.c'; then $(CYGPATH_W) 'config/tc-rx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rx.c'; fi`
     1615@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-rx.obj `if test -f 'config/tc-rx.c'; then $(CYGPATH_W) 'config/tc-rx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-rx.c'; fi`
    17051616
    17061617tc-s390.o: config/tc-s390.c
    1707 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-s390.o -MD -MP -MF $(DEPDIR)/tc-s390.Tpo -c -o tc-s390.o `test -f 'config/tc-s390.c' || echo '$(srcdir)/'`config/tc-s390.c
    1708 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-s390.Tpo $(DEPDIR)/tc-s390.Po
    1709 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-s390.c' object='tc-s390.o' libtool=no @AMDEPBACKSLASH@
     1618@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-s390.o -MD -MP -MF $(DEPDIR)/tc-s390.Tpo -c -o tc-s390.o `test -f 'config/tc-s390.c' || echo '$(srcdir)/'`config/tc-s390.c
     1619@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-s390.Tpo $(DEPDIR)/tc-s390.Po
     1620@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-s390.c' object='tc-s390.o' libtool=no @AMDEPBACKSLASH@
    17101621@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1711 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-s390.o `test -f 'config/tc-s390.c' || echo '$(srcdir)/'`config/tc-s390.c
     1622@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-s390.o `test -f 'config/tc-s390.c' || echo '$(srcdir)/'`config/tc-s390.c
    17121623
    17131624tc-s390.obj: config/tc-s390.c
    1714 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-s390.obj -MD -MP -MF $(DEPDIR)/tc-s390.Tpo -c -o tc-s390.obj `if test -f 'config/tc-s390.c'; then $(CYGPATH_W) 'config/tc-s390.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-s390.c'; fi`
    1715 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-s390.Tpo $(DEPDIR)/tc-s390.Po
    1716 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-s390.c' object='tc-s390.obj' libtool=no @AMDEPBACKSLASH@
     1625@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-s390.obj -MD -MP -MF $(DEPDIR)/tc-s390.Tpo -c -o tc-s390.obj `if test -f 'config/tc-s390.c'; then $(CYGPATH_W) 'config/tc-s390.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-s390.c'; fi`
     1626@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-s390.Tpo $(DEPDIR)/tc-s390.Po
     1627@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-s390.c' object='tc-s390.obj' libtool=no @AMDEPBACKSLASH@
    17171628@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1718 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-s390.obj `if test -f 'config/tc-s390.c'; then $(CYGPATH_W) 'config/tc-s390.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-s390.c'; fi`
     1629@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-s390.obj `if test -f 'config/tc-s390.c'; then $(CYGPATH_W) 'config/tc-s390.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-s390.c'; fi`
    17191630
    17201631tc-score.o: config/tc-score.c
    1721 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-score.o -MD -MP -MF $(DEPDIR)/tc-score.Tpo -c -o tc-score.o `test -f 'config/tc-score.c' || echo '$(srcdir)/'`config/tc-score.c
    1722 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-score.Tpo $(DEPDIR)/tc-score.Po
    1723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-score.c' object='tc-score.o' libtool=no @AMDEPBACKSLASH@
     1632@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-score.o -MD -MP -MF $(DEPDIR)/tc-score.Tpo -c -o tc-score.o `test -f 'config/tc-score.c' || echo '$(srcdir)/'`config/tc-score.c
     1633@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-score.Tpo $(DEPDIR)/tc-score.Po
     1634@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-score.c' object='tc-score.o' libtool=no @AMDEPBACKSLASH@
    17241635@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1725 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-score.o `test -f 'config/tc-score.c' || echo '$(srcdir)/'`config/tc-score.c
     1636@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-score.o `test -f 'config/tc-score.c' || echo '$(srcdir)/'`config/tc-score.c
    17261637
    17271638tc-score.obj: config/tc-score.c
    1728 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-score.obj -MD -MP -MF $(DEPDIR)/tc-score.Tpo -c -o tc-score.obj `if test -f 'config/tc-score.c'; then $(CYGPATH_W) 'config/tc-score.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-score.c'; fi`
    1729 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-score.Tpo $(DEPDIR)/tc-score.Po
    1730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-score.c' object='tc-score.obj' libtool=no @AMDEPBACKSLASH@
     1639@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-score.obj -MD -MP -MF $(DEPDIR)/tc-score.Tpo -c -o tc-score.obj `if test -f 'config/tc-score.c'; then $(CYGPATH_W) 'config/tc-score.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-score.c'; fi`
     1640@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-score.Tpo $(DEPDIR)/tc-score.Po
     1641@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-score.c' object='tc-score.obj' libtool=no @AMDEPBACKSLASH@
    17311642@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1732 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-score.obj `if test -f 'config/tc-score.c'; then $(CYGPATH_W) 'config/tc-score.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-score.c'; fi`
     1643@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-score.obj `if test -f 'config/tc-score.c'; then $(CYGPATH_W) 'config/tc-score.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-score.c'; fi`
    17331644
    17341645tc-sh.o: config/tc-sh.c
    1735 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh.o -MD -MP -MF $(DEPDIR)/tc-sh.Tpo -c -o tc-sh.o `test -f 'config/tc-sh.c' || echo '$(srcdir)/'`config/tc-sh.c
    1736 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-sh.Tpo $(DEPDIR)/tc-sh.Po
    1737 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-sh.c' object='tc-sh.o' libtool=no @AMDEPBACKSLASH@
     1646@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh.o -MD -MP -MF $(DEPDIR)/tc-sh.Tpo -c -o tc-sh.o `test -f 'config/tc-sh.c' || echo '$(srcdir)/'`config/tc-sh.c
     1647@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-sh.Tpo $(DEPDIR)/tc-sh.Po
     1648@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-sh.c' object='tc-sh.o' libtool=no @AMDEPBACKSLASH@
    17381649@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1739 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh.o `test -f 'config/tc-sh.c' || echo '$(srcdir)/'`config/tc-sh.c
     1650@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh.o `test -f 'config/tc-sh.c' || echo '$(srcdir)/'`config/tc-sh.c
    17401651
    17411652tc-sh.obj: config/tc-sh.c
    1742 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh.obj -MD -MP -MF $(DEPDIR)/tc-sh.Tpo -c -o tc-sh.obj `if test -f 'config/tc-sh.c'; then $(CYGPATH_W) 'config/tc-sh.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh.c'; fi`
    1743 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-sh.Tpo $(DEPDIR)/tc-sh.Po
    1744 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-sh.c' object='tc-sh.obj' libtool=no @AMDEPBACKSLASH@
     1653@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh.obj -MD -MP -MF $(DEPDIR)/tc-sh.Tpo -c -o tc-sh.obj `if test -f 'config/tc-sh.c'; then $(CYGPATH_W) 'config/tc-sh.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh.c'; fi`
     1654@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-sh.Tpo $(DEPDIR)/tc-sh.Po
     1655@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-sh.c' object='tc-sh.obj' libtool=no @AMDEPBACKSLASH@
    17451656@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1746 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh.obj `if test -f 'config/tc-sh.c'; then $(CYGPATH_W) 'config/tc-sh.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh.c'; fi`
     1657@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh.obj `if test -f 'config/tc-sh.c'; then $(CYGPATH_W) 'config/tc-sh.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh.c'; fi`
    17471658
    17481659tc-sh64.o: config/tc-sh64.c
    1749 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh64.o -MD -MP -MF $(DEPDIR)/tc-sh64.Tpo -c -o tc-sh64.o `test -f 'config/tc-sh64.c' || echo '$(srcdir)/'`config/tc-sh64.c
    1750 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-sh64.Tpo $(DEPDIR)/tc-sh64.Po
    1751 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-sh64.c' object='tc-sh64.o' libtool=no @AMDEPBACKSLASH@
     1660@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh64.o -MD -MP -MF $(DEPDIR)/tc-sh64.Tpo -c -o tc-sh64.o `test -f 'config/tc-sh64.c' || echo '$(srcdir)/'`config/tc-sh64.c
     1661@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-sh64.Tpo $(DEPDIR)/tc-sh64.Po
     1662@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-sh64.c' object='tc-sh64.o' libtool=no @AMDEPBACKSLASH@
    17521663@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1753 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh64.o `test -f 'config/tc-sh64.c' || echo '$(srcdir)/'`config/tc-sh64.c
     1664@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh64.o `test -f 'config/tc-sh64.c' || echo '$(srcdir)/'`config/tc-sh64.c
    17541665
    17551666tc-sh64.obj: config/tc-sh64.c
    1756 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh64.obj -MD -MP -MF $(DEPDIR)/tc-sh64.Tpo -c -o tc-sh64.obj `if test -f 'config/tc-sh64.c'; then $(CYGPATH_W) 'config/tc-sh64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh64.c'; fi`
    1757 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-sh64.Tpo $(DEPDIR)/tc-sh64.Po
    1758 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-sh64.c' object='tc-sh64.obj' libtool=no @AMDEPBACKSLASH@
     1667@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sh64.obj -MD -MP -MF $(DEPDIR)/tc-sh64.Tpo -c -o tc-sh64.obj `if test -f 'config/tc-sh64.c'; then $(CYGPATH_W) 'config/tc-sh64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh64.c'; fi`
     1668@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-sh64.Tpo $(DEPDIR)/tc-sh64.Po
     1669@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-sh64.c' object='tc-sh64.obj' libtool=no @AMDEPBACKSLASH@
    17591670@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1760 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh64.obj `if test -f 'config/tc-sh64.c'; then $(CYGPATH_W) 'config/tc-sh64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh64.c'; fi`
     1671@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sh64.obj `if test -f 'config/tc-sh64.c'; then $(CYGPATH_W) 'config/tc-sh64.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sh64.c'; fi`
    17611672
    17621673tc-sparc.o: config/tc-sparc.c
    1763 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sparc.o -MD -MP -MF $(DEPDIR)/tc-sparc.Tpo -c -o tc-sparc.o `test -f 'config/tc-sparc.c' || echo '$(srcdir)/'`config/tc-sparc.c
    1764 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-sparc.Tpo $(DEPDIR)/tc-sparc.Po
    1765 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-sparc.c' object='tc-sparc.o' libtool=no @AMDEPBACKSLASH@
     1674@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sparc.o -MD -MP -MF $(DEPDIR)/tc-sparc.Tpo -c -o tc-sparc.o `test -f 'config/tc-sparc.c' || echo '$(srcdir)/'`config/tc-sparc.c
     1675@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-sparc.Tpo $(DEPDIR)/tc-sparc.Po
     1676@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-sparc.c' object='tc-sparc.o' libtool=no @AMDEPBACKSLASH@
    17661677@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1767 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sparc.o `test -f 'config/tc-sparc.c' || echo '$(srcdir)/'`config/tc-sparc.c
     1678@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sparc.o `test -f 'config/tc-sparc.c' || echo '$(srcdir)/'`config/tc-sparc.c
    17681679
    17691680tc-sparc.obj: config/tc-sparc.c
    1770 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sparc.obj -MD -MP -MF $(DEPDIR)/tc-sparc.Tpo -c -o tc-sparc.obj `if test -f 'config/tc-sparc.c'; then $(CYGPATH_W) 'config/tc-sparc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sparc.c'; fi`
    1771 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-sparc.Tpo $(DEPDIR)/tc-sparc.Po
    1772 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-sparc.c' object='tc-sparc.obj' libtool=no @AMDEPBACKSLASH@
     1681@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-sparc.obj -MD -MP -MF $(DEPDIR)/tc-sparc.Tpo -c -o tc-sparc.obj `if test -f 'config/tc-sparc.c'; then $(CYGPATH_W) 'config/tc-sparc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sparc.c'; fi`
     1682@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-sparc.Tpo $(DEPDIR)/tc-sparc.Po
     1683@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-sparc.c' object='tc-sparc.obj' libtool=no @AMDEPBACKSLASH@
    17731684@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1774 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sparc.obj `if test -f 'config/tc-sparc.c'; then $(CYGPATH_W) 'config/tc-sparc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sparc.c'; fi`
     1685@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-sparc.obj `if test -f 'config/tc-sparc.c'; then $(CYGPATH_W) 'config/tc-sparc.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-sparc.c'; fi`
    17751686
    17761687tc-spu.o: config/tc-spu.c
    1777 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-spu.o -MD -MP -MF $(DEPDIR)/tc-spu.Tpo -c -o tc-spu.o `test -f 'config/tc-spu.c' || echo '$(srcdir)/'`config/tc-spu.c
    1778 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-spu.Tpo $(DEPDIR)/tc-spu.Po
    1779 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-spu.c' object='tc-spu.o' libtool=no @AMDEPBACKSLASH@
     1688@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-spu.o -MD -MP -MF $(DEPDIR)/tc-spu.Tpo -c -o tc-spu.o `test -f 'config/tc-spu.c' || echo '$(srcdir)/'`config/tc-spu.c
     1689@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-spu.Tpo $(DEPDIR)/tc-spu.Po
     1690@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-spu.c' object='tc-spu.o' libtool=no @AMDEPBACKSLASH@
    17801691@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1781 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-spu.o `test -f 'config/tc-spu.c' || echo '$(srcdir)/'`config/tc-spu.c
     1692@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-spu.o `test -f 'config/tc-spu.c' || echo '$(srcdir)/'`config/tc-spu.c
    17821693
    17831694tc-spu.obj: config/tc-spu.c
    1784 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-spu.obj -MD -MP -MF $(DEPDIR)/tc-spu.Tpo -c -o tc-spu.obj `if test -f 'config/tc-spu.c'; then $(CYGPATH_W) 'config/tc-spu.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-spu.c'; fi`
    1785 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-spu.Tpo $(DEPDIR)/tc-spu.Po
    1786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-spu.c' object='tc-spu.obj' libtool=no @AMDEPBACKSLASH@
     1695@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-spu.obj -MD -MP -MF $(DEPDIR)/tc-spu.Tpo -c -o tc-spu.obj `if test -f 'config/tc-spu.c'; then $(CYGPATH_W) 'config/tc-spu.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-spu.c'; fi`
     1696@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-spu.Tpo $(DEPDIR)/tc-spu.Po
     1697@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-spu.c' object='tc-spu.obj' libtool=no @AMDEPBACKSLASH@
    17871698@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1788 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-spu.obj `if test -f 'config/tc-spu.c'; then $(CYGPATH_W) 'config/tc-spu.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-spu.c'; fi`
     1699@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-spu.obj `if test -f 'config/tc-spu.c'; then $(CYGPATH_W) 'config/tc-spu.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-spu.c'; fi`
    17891700
    17901701tc-tic30.o: config/tc-tic30.c
    1791 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic30.o -MD -MP -MF $(DEPDIR)/tc-tic30.Tpo -c -o tc-tic30.o `test -f 'config/tc-tic30.c' || echo '$(srcdir)/'`config/tc-tic30.c
    1792 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic30.Tpo $(DEPDIR)/tc-tic30.Po
    1793 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic30.c' object='tc-tic30.o' libtool=no @AMDEPBACKSLASH@
     1702@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic30.o -MD -MP -MF $(DEPDIR)/tc-tic30.Tpo -c -o tc-tic30.o `test -f 'config/tc-tic30.c' || echo '$(srcdir)/'`config/tc-tic30.c
     1703@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic30.Tpo $(DEPDIR)/tc-tic30.Po
     1704@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic30.c' object='tc-tic30.o' libtool=no @AMDEPBACKSLASH@
    17941705@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1795 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic30.o `test -f 'config/tc-tic30.c' || echo '$(srcdir)/'`config/tc-tic30.c
     1706@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic30.o `test -f 'config/tc-tic30.c' || echo '$(srcdir)/'`config/tc-tic30.c
    17961707
    17971708tc-tic30.obj: config/tc-tic30.c
    1798 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic30.obj -MD -MP -MF $(DEPDIR)/tc-tic30.Tpo -c -o tc-tic30.obj `if test -f 'config/tc-tic30.c'; then $(CYGPATH_W) 'config/tc-tic30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic30.c'; fi`
    1799 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic30.Tpo $(DEPDIR)/tc-tic30.Po
    1800 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic30.c' object='tc-tic30.obj' libtool=no @AMDEPBACKSLASH@
     1709@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic30.obj -MD -MP -MF $(DEPDIR)/tc-tic30.Tpo -c -o tc-tic30.obj `if test -f 'config/tc-tic30.c'; then $(CYGPATH_W) 'config/tc-tic30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic30.c'; fi`
     1710@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic30.Tpo $(DEPDIR)/tc-tic30.Po
     1711@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic30.c' object='tc-tic30.obj' libtool=no @AMDEPBACKSLASH@
    18011712@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1802 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic30.obj `if test -f 'config/tc-tic30.c'; then $(CYGPATH_W) 'config/tc-tic30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic30.c'; fi`
     1713@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic30.obj `if test -f 'config/tc-tic30.c'; then $(CYGPATH_W) 'config/tc-tic30.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic30.c'; fi`
    18031714
    18041715tc-tic4x.o: config/tc-tic4x.c
    1805 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic4x.o -MD -MP -MF $(DEPDIR)/tc-tic4x.Tpo -c -o tc-tic4x.o `test -f 'config/tc-tic4x.c' || echo '$(srcdir)/'`config/tc-tic4x.c
    1806 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic4x.Tpo $(DEPDIR)/tc-tic4x.Po
    1807 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic4x.c' object='tc-tic4x.o' libtool=no @AMDEPBACKSLASH@
     1716@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic4x.o -MD -MP -MF $(DEPDIR)/tc-tic4x.Tpo -c -o tc-tic4x.o `test -f 'config/tc-tic4x.c' || echo '$(srcdir)/'`config/tc-tic4x.c
     1717@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic4x.Tpo $(DEPDIR)/tc-tic4x.Po
     1718@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic4x.c' object='tc-tic4x.o' libtool=no @AMDEPBACKSLASH@
    18081719@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1809 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic4x.o `test -f 'config/tc-tic4x.c' || echo '$(srcdir)/'`config/tc-tic4x.c
     1720@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic4x.o `test -f 'config/tc-tic4x.c' || echo '$(srcdir)/'`config/tc-tic4x.c
    18101721
    18111722tc-tic4x.obj: config/tc-tic4x.c
    1812 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic4x.obj -MD -MP -MF $(DEPDIR)/tc-tic4x.Tpo -c -o tc-tic4x.obj `if test -f 'config/tc-tic4x.c'; then $(CYGPATH_W) 'config/tc-tic4x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic4x.c'; fi`
    1813 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic4x.Tpo $(DEPDIR)/tc-tic4x.Po
    1814 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic4x.c' object='tc-tic4x.obj' libtool=no @AMDEPBACKSLASH@
     1723@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic4x.obj -MD -MP -MF $(DEPDIR)/tc-tic4x.Tpo -c -o tc-tic4x.obj `if test -f 'config/tc-tic4x.c'; then $(CYGPATH_W) 'config/tc-tic4x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic4x.c'; fi`
     1724@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic4x.Tpo $(DEPDIR)/tc-tic4x.Po
     1725@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic4x.c' object='tc-tic4x.obj' libtool=no @AMDEPBACKSLASH@
    18151726@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1816 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic4x.obj `if test -f 'config/tc-tic4x.c'; then $(CYGPATH_W) 'config/tc-tic4x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic4x.c'; fi`
     1727@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic4x.obj `if test -f 'config/tc-tic4x.c'; then $(CYGPATH_W) 'config/tc-tic4x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic4x.c'; fi`
    18171728
    18181729tc-tic54x.o: config/tc-tic54x.c
    1819 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic54x.o -MD -MP -MF $(DEPDIR)/tc-tic54x.Tpo -c -o tc-tic54x.o `test -f 'config/tc-tic54x.c' || echo '$(srcdir)/'`config/tc-tic54x.c
    1820 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic54x.Tpo $(DEPDIR)/tc-tic54x.Po
    1821 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic54x.c' object='tc-tic54x.o' libtool=no @AMDEPBACKSLASH@
     1730@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic54x.o -MD -MP -MF $(DEPDIR)/tc-tic54x.Tpo -c -o tc-tic54x.o `test -f 'config/tc-tic54x.c' || echo '$(srcdir)/'`config/tc-tic54x.c
     1731@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic54x.Tpo $(DEPDIR)/tc-tic54x.Po
     1732@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic54x.c' object='tc-tic54x.o' libtool=no @AMDEPBACKSLASH@
    18221733@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1823 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic54x.o `test -f 'config/tc-tic54x.c' || echo '$(srcdir)/'`config/tc-tic54x.c
     1734@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic54x.o `test -f 'config/tc-tic54x.c' || echo '$(srcdir)/'`config/tc-tic54x.c
    18241735
    18251736tc-tic54x.obj: config/tc-tic54x.c
    1826 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic54x.obj -MD -MP -MF $(DEPDIR)/tc-tic54x.Tpo -c -o tc-tic54x.obj `if test -f 'config/tc-tic54x.c'; then $(CYGPATH_W) 'config/tc-tic54x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic54x.c'; fi`
    1827 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic54x.Tpo $(DEPDIR)/tc-tic54x.Po
    1828 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic54x.c' object='tc-tic54x.obj' libtool=no @AMDEPBACKSLASH@
     1737@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic54x.obj -MD -MP -MF $(DEPDIR)/tc-tic54x.Tpo -c -o tc-tic54x.obj `if test -f 'config/tc-tic54x.c'; then $(CYGPATH_W) 'config/tc-tic54x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic54x.c'; fi`
     1738@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic54x.Tpo $(DEPDIR)/tc-tic54x.Po
     1739@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic54x.c' object='tc-tic54x.obj' libtool=no @AMDEPBACKSLASH@
    18291740@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1830 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic54x.obj `if test -f 'config/tc-tic54x.c'; then $(CYGPATH_W) 'config/tc-tic54x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic54x.c'; fi`
     1741@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic54x.obj `if test -f 'config/tc-tic54x.c'; then $(CYGPATH_W) 'config/tc-tic54x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic54x.c'; fi`
    18311742
    18321743tc-tic6x.o: config/tc-tic6x.c
    1833 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic6x.o -MD -MP -MF $(DEPDIR)/tc-tic6x.Tpo -c -o tc-tic6x.o `test -f 'config/tc-tic6x.c' || echo '$(srcdir)/'`config/tc-tic6x.c
    1834 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic6x.Tpo $(DEPDIR)/tc-tic6x.Po
    1835 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic6x.c' object='tc-tic6x.o' libtool=no @AMDEPBACKSLASH@
     1744@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic6x.o -MD -MP -MF $(DEPDIR)/tc-tic6x.Tpo -c -o tc-tic6x.o `test -f 'config/tc-tic6x.c' || echo '$(srcdir)/'`config/tc-tic6x.c
     1745@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic6x.Tpo $(DEPDIR)/tc-tic6x.Po
     1746@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic6x.c' object='tc-tic6x.o' libtool=no @AMDEPBACKSLASH@
    18361747@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1837 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic6x.o `test -f 'config/tc-tic6x.c' || echo '$(srcdir)/'`config/tc-tic6x.c
     1748@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic6x.o `test -f 'config/tc-tic6x.c' || echo '$(srcdir)/'`config/tc-tic6x.c
    18381749
    18391750tc-tic6x.obj: config/tc-tic6x.c
    1840 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic6x.obj -MD -MP -MF $(DEPDIR)/tc-tic6x.Tpo -c -o tc-tic6x.obj `if test -f 'config/tc-tic6x.c'; then $(CYGPATH_W) 'config/tc-tic6x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic6x.c'; fi`
    1841 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tic6x.Tpo $(DEPDIR)/tc-tic6x.Po
    1842 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tic6x.c' object='tc-tic6x.obj' libtool=no @AMDEPBACKSLASH@
     1751@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tic6x.obj -MD -MP -MF $(DEPDIR)/tc-tic6x.Tpo -c -o tc-tic6x.obj `if test -f 'config/tc-tic6x.c'; then $(CYGPATH_W) 'config/tc-tic6x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic6x.c'; fi`
     1752@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tic6x.Tpo $(DEPDIR)/tc-tic6x.Po
     1753@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tic6x.c' object='tc-tic6x.obj' libtool=no @AMDEPBACKSLASH@
    18431754@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1844 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic6x.obj `if test -f 'config/tc-tic6x.c'; then $(CYGPATH_W) 'config/tc-tic6x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic6x.c'; fi`
     1755@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tic6x.obj `if test -f 'config/tc-tic6x.c'; then $(CYGPATH_W) 'config/tc-tic6x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tic6x.c'; fi`
    18451756
    18461757tc-tilegx.o: config/tc-tilegx.c
    1847 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilegx.o -MD -MP -MF $(DEPDIR)/tc-tilegx.Tpo -c -o tc-tilegx.o `test -f 'config/tc-tilegx.c' || echo '$(srcdir)/'`config/tc-tilegx.c
    1848 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tilegx.Tpo $(DEPDIR)/tc-tilegx.Po
    1849 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tilegx.c' object='tc-tilegx.o' libtool=no @AMDEPBACKSLASH@
     1758@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilegx.o -MD -MP -MF $(DEPDIR)/tc-tilegx.Tpo -c -o tc-tilegx.o `test -f 'config/tc-tilegx.c' || echo '$(srcdir)/'`config/tc-tilegx.c
     1759@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tilegx.Tpo $(DEPDIR)/tc-tilegx.Po
     1760@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tilegx.c' object='tc-tilegx.o' libtool=no @AMDEPBACKSLASH@
    18501761@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1851 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilegx.o `test -f 'config/tc-tilegx.c' || echo '$(srcdir)/'`config/tc-tilegx.c
     1762@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilegx.o `test -f 'config/tc-tilegx.c' || echo '$(srcdir)/'`config/tc-tilegx.c
    18521763
    18531764tc-tilegx.obj: config/tc-tilegx.c
    1854 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilegx.obj -MD -MP -MF $(DEPDIR)/tc-tilegx.Tpo -c -o tc-tilegx.obj `if test -f 'config/tc-tilegx.c'; then $(CYGPATH_W) 'config/tc-tilegx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilegx.c'; fi`
    1855 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tilegx.Tpo $(DEPDIR)/tc-tilegx.Po
    1856 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tilegx.c' object='tc-tilegx.obj' libtool=no @AMDEPBACKSLASH@
     1765@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilegx.obj -MD -MP -MF $(DEPDIR)/tc-tilegx.Tpo -c -o tc-tilegx.obj `if test -f 'config/tc-tilegx.c'; then $(CYGPATH_W) 'config/tc-tilegx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilegx.c'; fi`
     1766@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tilegx.Tpo $(DEPDIR)/tc-tilegx.Po
     1767@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tilegx.c' object='tc-tilegx.obj' libtool=no @AMDEPBACKSLASH@
    18571768@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1858 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilegx.obj `if test -f 'config/tc-tilegx.c'; then $(CYGPATH_W) 'config/tc-tilegx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilegx.c'; fi`
     1769@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilegx.obj `if test -f 'config/tc-tilegx.c'; then $(CYGPATH_W) 'config/tc-tilegx.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilegx.c'; fi`
    18591770
    18601771tc-tilepro.o: config/tc-tilepro.c
    1861 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilepro.o -MD -MP -MF $(DEPDIR)/tc-tilepro.Tpo -c -o tc-tilepro.o `test -f 'config/tc-tilepro.c' || echo '$(srcdir)/'`config/tc-tilepro.c
    1862 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tilepro.Tpo $(DEPDIR)/tc-tilepro.Po
    1863 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tilepro.c' object='tc-tilepro.o' libtool=no @AMDEPBACKSLASH@
     1772@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilepro.o -MD -MP -MF $(DEPDIR)/tc-tilepro.Tpo -c -o tc-tilepro.o `test -f 'config/tc-tilepro.c' || echo '$(srcdir)/'`config/tc-tilepro.c
     1773@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tilepro.Tpo $(DEPDIR)/tc-tilepro.Po
     1774@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tilepro.c' object='tc-tilepro.o' libtool=no @AMDEPBACKSLASH@
    18641775@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1865 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilepro.o `test -f 'config/tc-tilepro.c' || echo '$(srcdir)/'`config/tc-tilepro.c
     1776@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilepro.o `test -f 'config/tc-tilepro.c' || echo '$(srcdir)/'`config/tc-tilepro.c
    18661777
    18671778tc-tilepro.obj: config/tc-tilepro.c
    1868 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilepro.obj -MD -MP -MF $(DEPDIR)/tc-tilepro.Tpo -c -o tc-tilepro.obj `if test -f 'config/tc-tilepro.c'; then $(CYGPATH_W) 'config/tc-tilepro.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilepro.c'; fi`
    1869 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-tilepro.Tpo $(DEPDIR)/tc-tilepro.Po
    1870 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-tilepro.c' object='tc-tilepro.obj' libtool=no @AMDEPBACKSLASH@
     1779@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-tilepro.obj -MD -MP -MF $(DEPDIR)/tc-tilepro.Tpo -c -o tc-tilepro.obj `if test -f 'config/tc-tilepro.c'; then $(CYGPATH_W) 'config/tc-tilepro.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilepro.c'; fi`
     1780@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-tilepro.Tpo $(DEPDIR)/tc-tilepro.Po
     1781@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-tilepro.c' object='tc-tilepro.obj' libtool=no @AMDEPBACKSLASH@
    18711782@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1872 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilepro.obj `if test -f 'config/tc-tilepro.c'; then $(CYGPATH_W) 'config/tc-tilepro.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilepro.c'; fi`
     1783@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-tilepro.obj `if test -f 'config/tc-tilepro.c'; then $(CYGPATH_W) 'config/tc-tilepro.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-tilepro.c'; fi`
    18731784
    18741785tc-vax.o: config/tc-vax.c
    1875 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-vax.o -MD -MP -MF $(DEPDIR)/tc-vax.Tpo -c -o tc-vax.o `test -f 'config/tc-vax.c' || echo '$(srcdir)/'`config/tc-vax.c
    1876 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-vax.Tpo $(DEPDIR)/tc-vax.Po
    1877 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-vax.c' object='tc-vax.o' libtool=no @AMDEPBACKSLASH@
     1786@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-vax.o -MD -MP -MF $(DEPDIR)/tc-vax.Tpo -c -o tc-vax.o `test -f 'config/tc-vax.c' || echo '$(srcdir)/'`config/tc-vax.c
     1787@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-vax.Tpo $(DEPDIR)/tc-vax.Po
     1788@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-vax.c' object='tc-vax.o' libtool=no @AMDEPBACKSLASH@
    18781789@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1879 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-vax.o `test -f 'config/tc-vax.c' || echo '$(srcdir)/'`config/tc-vax.c
     1790@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-vax.o `test -f 'config/tc-vax.c' || echo '$(srcdir)/'`config/tc-vax.c
    18801791
    18811792tc-vax.obj: config/tc-vax.c
    1882 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-vax.obj -MD -MP -MF $(DEPDIR)/tc-vax.Tpo -c -o tc-vax.obj `if test -f 'config/tc-vax.c'; then $(CYGPATH_W) 'config/tc-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-vax.c'; fi`
    1883 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-vax.Tpo $(DEPDIR)/tc-vax.Po
    1884 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-vax.c' object='tc-vax.obj' libtool=no @AMDEPBACKSLASH@
     1793@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-vax.obj -MD -MP -MF $(DEPDIR)/tc-vax.Tpo -c -o tc-vax.obj `if test -f 'config/tc-vax.c'; then $(CYGPATH_W) 'config/tc-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-vax.c'; fi`
     1794@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-vax.Tpo $(DEPDIR)/tc-vax.Po
     1795@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-vax.c' object='tc-vax.obj' libtool=no @AMDEPBACKSLASH@
    18851796@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1886 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-vax.obj `if test -f 'config/tc-vax.c'; then $(CYGPATH_W) 'config/tc-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-vax.c'; fi`
     1797@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-vax.obj `if test -f 'config/tc-vax.c'; then $(CYGPATH_W) 'config/tc-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-vax.c'; fi`
    18871798
    18881799tc-v850.o: config/tc-v850.c
    1889 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-v850.o -MD -MP -MF $(DEPDIR)/tc-v850.Tpo -c -o tc-v850.o `test -f 'config/tc-v850.c' || echo '$(srcdir)/'`config/tc-v850.c
    1890 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-v850.Tpo $(DEPDIR)/tc-v850.Po
    1891 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-v850.c' object='tc-v850.o' libtool=no @AMDEPBACKSLASH@
     1800@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-v850.o -MD -MP -MF $(DEPDIR)/tc-v850.Tpo -c -o tc-v850.o `test -f 'config/tc-v850.c' || echo '$(srcdir)/'`config/tc-v850.c
     1801@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-v850.Tpo $(DEPDIR)/tc-v850.Po
     1802@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-v850.c' object='tc-v850.o' libtool=no @AMDEPBACKSLASH@
    18921803@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1893 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-v850.o `test -f 'config/tc-v850.c' || echo '$(srcdir)/'`config/tc-v850.c
     1804@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-v850.o `test -f 'config/tc-v850.c' || echo '$(srcdir)/'`config/tc-v850.c
    18941805
    18951806tc-v850.obj: config/tc-v850.c
    1896 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-v850.obj -MD -MP -MF $(DEPDIR)/tc-v850.Tpo -c -o tc-v850.obj `if test -f 'config/tc-v850.c'; then $(CYGPATH_W) 'config/tc-v850.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-v850.c'; fi`
    1897 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-v850.Tpo $(DEPDIR)/tc-v850.Po
    1898 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-v850.c' object='tc-v850.obj' libtool=no @AMDEPBACKSLASH@
     1807@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-v850.obj -MD -MP -MF $(DEPDIR)/tc-v850.Tpo -c -o tc-v850.obj `if test -f 'config/tc-v850.c'; then $(CYGPATH_W) 'config/tc-v850.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-v850.c'; fi`
     1808@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-v850.Tpo $(DEPDIR)/tc-v850.Po
     1809@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-v850.c' object='tc-v850.obj' libtool=no @AMDEPBACKSLASH@
    18991810@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1900 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-v850.obj `if test -f 'config/tc-v850.c'; then $(CYGPATH_W) 'config/tc-v850.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-v850.c'; fi`
     1811@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-v850.obj `if test -f 'config/tc-v850.c'; then $(CYGPATH_W) 'config/tc-v850.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-v850.c'; fi`
    19011812
    19021813tc-xstormy16.o: config/tc-xstormy16.c
    1903 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xstormy16.o -MD -MP -MF $(DEPDIR)/tc-xstormy16.Tpo -c -o tc-xstormy16.o `test -f 'config/tc-xstormy16.c' || echo '$(srcdir)/'`config/tc-xstormy16.c
    1904 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xstormy16.Tpo $(DEPDIR)/tc-xstormy16.Po
    1905 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xstormy16.c' object='tc-xstormy16.o' libtool=no @AMDEPBACKSLASH@
     1814@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xstormy16.o -MD -MP -MF $(DEPDIR)/tc-xstormy16.Tpo -c -o tc-xstormy16.o `test -f 'config/tc-xstormy16.c' || echo '$(srcdir)/'`config/tc-xstormy16.c
     1815@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xstormy16.Tpo $(DEPDIR)/tc-xstormy16.Po
     1816@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xstormy16.c' object='tc-xstormy16.o' libtool=no @AMDEPBACKSLASH@
    19061817@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1907 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xstormy16.o `test -f 'config/tc-xstormy16.c' || echo '$(srcdir)/'`config/tc-xstormy16.c
     1818@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xstormy16.o `test -f 'config/tc-xstormy16.c' || echo '$(srcdir)/'`config/tc-xstormy16.c
    19081819
    19091820tc-xstormy16.obj: config/tc-xstormy16.c
    1910 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xstormy16.obj -MD -MP -MF $(DEPDIR)/tc-xstormy16.Tpo -c -o tc-xstormy16.obj `if test -f 'config/tc-xstormy16.c'; then $(CYGPATH_W) 'config/tc-xstormy16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xstormy16.c'; fi`
    1911 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xstormy16.Tpo $(DEPDIR)/tc-xstormy16.Po
    1912 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xstormy16.c' object='tc-xstormy16.obj' libtool=no @AMDEPBACKSLASH@
     1821@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xstormy16.obj -MD -MP -MF $(DEPDIR)/tc-xstormy16.Tpo -c -o tc-xstormy16.obj `if test -f 'config/tc-xstormy16.c'; then $(CYGPATH_W) 'config/tc-xstormy16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xstormy16.c'; fi`
     1822@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xstormy16.Tpo $(DEPDIR)/tc-xstormy16.Po
     1823@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xstormy16.c' object='tc-xstormy16.obj' libtool=no @AMDEPBACKSLASH@
    19131824@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1914 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xstormy16.obj `if test -f 'config/tc-xstormy16.c'; then $(CYGPATH_W) 'config/tc-xstormy16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xstormy16.c'; fi`
     1825@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xstormy16.obj `if test -f 'config/tc-xstormy16.c'; then $(CYGPATH_W) 'config/tc-xstormy16.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xstormy16.c'; fi`
    19151826
    19161827tc-xc16x.o: config/tc-xc16x.c
    1917 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xc16x.o -MD -MP -MF $(DEPDIR)/tc-xc16x.Tpo -c -o tc-xc16x.o `test -f 'config/tc-xc16x.c' || echo '$(srcdir)/'`config/tc-xc16x.c
    1918 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xc16x.Tpo $(DEPDIR)/tc-xc16x.Po
    1919 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xc16x.c' object='tc-xc16x.o' libtool=no @AMDEPBACKSLASH@
     1828@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xc16x.o -MD -MP -MF $(DEPDIR)/tc-xc16x.Tpo -c -o tc-xc16x.o `test -f 'config/tc-xc16x.c' || echo '$(srcdir)/'`config/tc-xc16x.c
     1829@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xc16x.Tpo $(DEPDIR)/tc-xc16x.Po
     1830@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xc16x.c' object='tc-xc16x.o' libtool=no @AMDEPBACKSLASH@
    19201831@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1921 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xc16x.o `test -f 'config/tc-xc16x.c' || echo '$(srcdir)/'`config/tc-xc16x.c
     1832@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xc16x.o `test -f 'config/tc-xc16x.c' || echo '$(srcdir)/'`config/tc-xc16x.c
    19221833
    19231834tc-xc16x.obj: config/tc-xc16x.c
    1924 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xc16x.obj -MD -MP -MF $(DEPDIR)/tc-xc16x.Tpo -c -o tc-xc16x.obj `if test -f 'config/tc-xc16x.c'; then $(CYGPATH_W) 'config/tc-xc16x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xc16x.c'; fi`
    1925 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xc16x.Tpo $(DEPDIR)/tc-xc16x.Po
    1926 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xc16x.c' object='tc-xc16x.obj' libtool=no @AMDEPBACKSLASH@
     1835@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xc16x.obj -MD -MP -MF $(DEPDIR)/tc-xc16x.Tpo -c -o tc-xc16x.obj `if test -f 'config/tc-xc16x.c'; then $(CYGPATH_W) 'config/tc-xc16x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xc16x.c'; fi`
     1836@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xc16x.Tpo $(DEPDIR)/tc-xc16x.Po
     1837@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xc16x.c' object='tc-xc16x.obj' libtool=no @AMDEPBACKSLASH@
    19271838@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1928 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xc16x.obj `if test -f 'config/tc-xc16x.c'; then $(CYGPATH_W) 'config/tc-xc16x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xc16x.c'; fi`
     1839@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xc16x.obj `if test -f 'config/tc-xc16x.c'; then $(CYGPATH_W) 'config/tc-xc16x.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xc16x.c'; fi`
    19291840
    19301841tc-xgate.o: config/tc-xgate.c
    1931 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xgate.o -MD -MP -MF $(DEPDIR)/tc-xgate.Tpo -c -o tc-xgate.o `test -f 'config/tc-xgate.c' || echo '$(srcdir)/'`config/tc-xgate.c
    1932 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xgate.Tpo $(DEPDIR)/tc-xgate.Po
    1933 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xgate.c' object='tc-xgate.o' libtool=no @AMDEPBACKSLASH@
     1842@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xgate.o -MD -MP -MF $(DEPDIR)/tc-xgate.Tpo -c -o tc-xgate.o `test -f 'config/tc-xgate.c' || echo '$(srcdir)/'`config/tc-xgate.c
     1843@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xgate.Tpo $(DEPDIR)/tc-xgate.Po
     1844@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xgate.c' object='tc-xgate.o' libtool=no @AMDEPBACKSLASH@
    19341845@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1935 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xgate.o `test -f 'config/tc-xgate.c' || echo '$(srcdir)/'`config/tc-xgate.c
     1846@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xgate.o `test -f 'config/tc-xgate.c' || echo '$(srcdir)/'`config/tc-xgate.c
    19361847
    19371848tc-xgate.obj: config/tc-xgate.c
    1938 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xgate.obj -MD -MP -MF $(DEPDIR)/tc-xgate.Tpo -c -o tc-xgate.obj `if test -f 'config/tc-xgate.c'; then $(CYGPATH_W) 'config/tc-xgate.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xgate.c'; fi`
    1939 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xgate.Tpo $(DEPDIR)/tc-xgate.Po
    1940 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xgate.c' object='tc-xgate.obj' libtool=no @AMDEPBACKSLASH@
     1849@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xgate.obj -MD -MP -MF $(DEPDIR)/tc-xgate.Tpo -c -o tc-xgate.obj `if test -f 'config/tc-xgate.c'; then $(CYGPATH_W) 'config/tc-xgate.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xgate.c'; fi`
     1850@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xgate.Tpo $(DEPDIR)/tc-xgate.Po
     1851@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xgate.c' object='tc-xgate.obj' libtool=no @AMDEPBACKSLASH@
    19411852@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1942 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xgate.obj `if test -f 'config/tc-xgate.c'; then $(CYGPATH_W) 'config/tc-xgate.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xgate.c'; fi`
     1853@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xgate.obj `if test -f 'config/tc-xgate.c'; then $(CYGPATH_W) 'config/tc-xgate.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xgate.c'; fi`
    19431854
    19441855tc-xtensa.o: config/tc-xtensa.c
    1945 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xtensa.o -MD -MP -MF $(DEPDIR)/tc-xtensa.Tpo -c -o tc-xtensa.o `test -f 'config/tc-xtensa.c' || echo '$(srcdir)/'`config/tc-xtensa.c
    1946 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xtensa.Tpo $(DEPDIR)/tc-xtensa.Po
    1947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xtensa.c' object='tc-xtensa.o' libtool=no @AMDEPBACKSLASH@
     1856@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xtensa.o -MD -MP -MF $(DEPDIR)/tc-xtensa.Tpo -c -o tc-xtensa.o `test -f 'config/tc-xtensa.c' || echo '$(srcdir)/'`config/tc-xtensa.c
     1857@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xtensa.Tpo $(DEPDIR)/tc-xtensa.Po
     1858@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xtensa.c' object='tc-xtensa.o' libtool=no @AMDEPBACKSLASH@
    19481859@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1949 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xtensa.o `test -f 'config/tc-xtensa.c' || echo '$(srcdir)/'`config/tc-xtensa.c
     1860@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xtensa.o `test -f 'config/tc-xtensa.c' || echo '$(srcdir)/'`config/tc-xtensa.c
    19501861
    19511862tc-xtensa.obj: config/tc-xtensa.c
    1952 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xtensa.obj -MD -MP -MF $(DEPDIR)/tc-xtensa.Tpo -c -o tc-xtensa.obj `if test -f 'config/tc-xtensa.c'; then $(CYGPATH_W) 'config/tc-xtensa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xtensa.c'; fi`
    1953 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-xtensa.Tpo $(DEPDIR)/tc-xtensa.Po
    1954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-xtensa.c' object='tc-xtensa.obj' libtool=no @AMDEPBACKSLASH@
     1863@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-xtensa.obj -MD -MP -MF $(DEPDIR)/tc-xtensa.Tpo -c -o tc-xtensa.obj `if test -f 'config/tc-xtensa.c'; then $(CYGPATH_W) 'config/tc-xtensa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xtensa.c'; fi`
     1864@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-xtensa.Tpo $(DEPDIR)/tc-xtensa.Po
     1865@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-xtensa.c' object='tc-xtensa.obj' libtool=no @AMDEPBACKSLASH@
    19551866@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1956 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xtensa.obj `if test -f 'config/tc-xtensa.c'; then $(CYGPATH_W) 'config/tc-xtensa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xtensa.c'; fi`
     1867@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-xtensa.obj `if test -f 'config/tc-xtensa.c'; then $(CYGPATH_W) 'config/tc-xtensa.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-xtensa.c'; fi`
    19571868
    19581869tc-z80.o: config/tc-z80.c
    1959 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z80.o -MD -MP -MF $(DEPDIR)/tc-z80.Tpo -c -o tc-z80.o `test -f 'config/tc-z80.c' || echo '$(srcdir)/'`config/tc-z80.c
    1960 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-z80.Tpo $(DEPDIR)/tc-z80.Po
    1961 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-z80.c' object='tc-z80.o' libtool=no @AMDEPBACKSLASH@
     1870@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z80.o -MD -MP -MF $(DEPDIR)/tc-z80.Tpo -c -o tc-z80.o `test -f 'config/tc-z80.c' || echo '$(srcdir)/'`config/tc-z80.c
     1871@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-z80.Tpo $(DEPDIR)/tc-z80.Po
     1872@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-z80.c' object='tc-z80.o' libtool=no @AMDEPBACKSLASH@
    19621873@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1963 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z80.o `test -f 'config/tc-z80.c' || echo '$(srcdir)/'`config/tc-z80.c
     1874@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z80.o `test -f 'config/tc-z80.c' || echo '$(srcdir)/'`config/tc-z80.c
    19641875
    19651876tc-z80.obj: config/tc-z80.c
    1966 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z80.obj -MD -MP -MF $(DEPDIR)/tc-z80.Tpo -c -o tc-z80.obj `if test -f 'config/tc-z80.c'; then $(CYGPATH_W) 'config/tc-z80.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z80.c'; fi`
    1967 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-z80.Tpo $(DEPDIR)/tc-z80.Po
    1968 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-z80.c' object='tc-z80.obj' libtool=no @AMDEPBACKSLASH@
     1877@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z80.obj -MD -MP -MF $(DEPDIR)/tc-z80.Tpo -c -o tc-z80.obj `if test -f 'config/tc-z80.c'; then $(CYGPATH_W) 'config/tc-z80.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z80.c'; fi`
     1878@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-z80.Tpo $(DEPDIR)/tc-z80.Po
     1879@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-z80.c' object='tc-z80.obj' libtool=no @AMDEPBACKSLASH@
    19691880@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1970 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z80.obj `if test -f 'config/tc-z80.c'; then $(CYGPATH_W) 'config/tc-z80.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z80.c'; fi`
     1881@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z80.obj `if test -f 'config/tc-z80.c'; then $(CYGPATH_W) 'config/tc-z80.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z80.c'; fi`
    19711882
    19721883tc-z8k.o: config/tc-z8k.c
    1973 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z8k.o -MD -MP -MF $(DEPDIR)/tc-z8k.Tpo -c -o tc-z8k.o `test -f 'config/tc-z8k.c' || echo '$(srcdir)/'`config/tc-z8k.c
    1974 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-z8k.Tpo $(DEPDIR)/tc-z8k.Po
    1975 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-z8k.c' object='tc-z8k.o' libtool=no @AMDEPBACKSLASH@
     1884@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z8k.o -MD -MP -MF $(DEPDIR)/tc-z8k.Tpo -c -o tc-z8k.o `test -f 'config/tc-z8k.c' || echo '$(srcdir)/'`config/tc-z8k.c
     1885@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-z8k.Tpo $(DEPDIR)/tc-z8k.Po
     1886@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-z8k.c' object='tc-z8k.o' libtool=no @AMDEPBACKSLASH@
    19761887@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1977 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z8k.o `test -f 'config/tc-z8k.c' || echo '$(srcdir)/'`config/tc-z8k.c
     1888@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z8k.o `test -f 'config/tc-z8k.c' || echo '$(srcdir)/'`config/tc-z8k.c
    19781889
    19791890tc-z8k.obj: config/tc-z8k.c
    1980 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z8k.obj -MD -MP -MF $(DEPDIR)/tc-z8k.Tpo -c -o tc-z8k.obj `if test -f 'config/tc-z8k.c'; then $(CYGPATH_W) 'config/tc-z8k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z8k.c'; fi`
    1981 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tc-z8k.Tpo $(DEPDIR)/tc-z8k.Po
    1982 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/tc-z8k.c' object='tc-z8k.obj' libtool=no @AMDEPBACKSLASH@
     1891@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tc-z8k.obj -MD -MP -MF $(DEPDIR)/tc-z8k.Tpo -c -o tc-z8k.obj `if test -f 'config/tc-z8k.c'; then $(CYGPATH_W) 'config/tc-z8k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z8k.c'; fi`
     1892@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/tc-z8k.Tpo $(DEPDIR)/tc-z8k.Po
     1893@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/tc-z8k.c' object='tc-z8k.obj' libtool=no @AMDEPBACKSLASH@
    19831894@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1984 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z8k.obj `if test -f 'config/tc-z8k.c'; then $(CYGPATH_W) 'config/tc-z8k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z8k.c'; fi`
     1895@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tc-z8k.obj `if test -f 'config/tc-z8k.c'; then $(CYGPATH_W) 'config/tc-z8k.c'; else $(CYGPATH_W) '$(srcdir)/config/tc-z8k.c'; fi`
    19851896
    19861897xtensa-relax.o: config/xtensa-relax.c
    1987 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtensa-relax.o -MD -MP -MF $(DEPDIR)/xtensa-relax.Tpo -c -o xtensa-relax.o `test -f 'config/xtensa-relax.c' || echo '$(srcdir)/'`config/xtensa-relax.c
    1988 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xtensa-relax.Tpo $(DEPDIR)/xtensa-relax.Po
    1989 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/xtensa-relax.c' object='xtensa-relax.o' libtool=no @AMDEPBACKSLASH@
     1898@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtensa-relax.o -MD -MP -MF $(DEPDIR)/xtensa-relax.Tpo -c -o xtensa-relax.o `test -f 'config/xtensa-relax.c' || echo '$(srcdir)/'`config/xtensa-relax.c
     1899@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xtensa-relax.Tpo $(DEPDIR)/xtensa-relax.Po
     1900@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/xtensa-relax.c' object='xtensa-relax.o' libtool=no @AMDEPBACKSLASH@
    19901901@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1991 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtensa-relax.o `test -f 'config/xtensa-relax.c' || echo '$(srcdir)/'`config/xtensa-relax.c
     1902@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtensa-relax.o `test -f 'config/xtensa-relax.c' || echo '$(srcdir)/'`config/xtensa-relax.c
    19921903
    19931904xtensa-relax.obj: config/xtensa-relax.c
    1994 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtensa-relax.obj -MD -MP -MF $(DEPDIR)/xtensa-relax.Tpo -c -o xtensa-relax.obj `if test -f 'config/xtensa-relax.c'; then $(CYGPATH_W) 'config/xtensa-relax.c'; else $(CYGPATH_W) '$(srcdir)/config/xtensa-relax.c'; fi`
    1995 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xtensa-relax.Tpo $(DEPDIR)/xtensa-relax.Po
    1996 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/xtensa-relax.c' object='xtensa-relax.obj' libtool=no @AMDEPBACKSLASH@
     1905@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xtensa-relax.obj -MD -MP -MF $(DEPDIR)/xtensa-relax.Tpo -c -o xtensa-relax.obj `if test -f 'config/xtensa-relax.c'; then $(CYGPATH_W) 'config/xtensa-relax.c'; else $(CYGPATH_W) '$(srcdir)/config/xtensa-relax.c'; fi`
     1906@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xtensa-relax.Tpo $(DEPDIR)/xtensa-relax.Po
     1907@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/xtensa-relax.c' object='xtensa-relax.obj' libtool=no @AMDEPBACKSLASH@
    19971908@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    1998 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtensa-relax.obj `if test -f 'config/xtensa-relax.c'; then $(CYGPATH_W) 'config/xtensa-relax.c'; else $(CYGPATH_W) '$(srcdir)/config/xtensa-relax.c'; fi`
     1909@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xtensa-relax.obj `if test -f 'config/xtensa-relax.c'; then $(CYGPATH_W) 'config/xtensa-relax.c'; else $(CYGPATH_W) '$(srcdir)/config/xtensa-relax.c'; fi`
    19991910
    20001911obj-aout.o: config/obj-aout.c
    2001 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-aout.o -MD -MP -MF $(DEPDIR)/obj-aout.Tpo -c -o obj-aout.o `test -f 'config/obj-aout.c' || echo '$(srcdir)/'`config/obj-aout.c
    2002 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-aout.Tpo $(DEPDIR)/obj-aout.Po
    2003 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-aout.c' object='obj-aout.o' libtool=no @AMDEPBACKSLASH@
     1912@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-aout.o -MD -MP -MF $(DEPDIR)/obj-aout.Tpo -c -o obj-aout.o `test -f 'config/obj-aout.c' || echo '$(srcdir)/'`config/obj-aout.c
     1913@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-aout.Tpo $(DEPDIR)/obj-aout.Po
     1914@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-aout.c' object='obj-aout.o' libtool=no @AMDEPBACKSLASH@
    20041915@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2005 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-aout.o `test -f 'config/obj-aout.c' || echo '$(srcdir)/'`config/obj-aout.c
     1916@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-aout.o `test -f 'config/obj-aout.c' || echo '$(srcdir)/'`config/obj-aout.c
    20061917
    20071918obj-aout.obj: config/obj-aout.c
    2008 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-aout.obj -MD -MP -MF $(DEPDIR)/obj-aout.Tpo -c -o obj-aout.obj `if test -f 'config/obj-aout.c'; then $(CYGPATH_W) 'config/obj-aout.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-aout.c'; fi`
    2009 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-aout.Tpo $(DEPDIR)/obj-aout.Po
    2010 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-aout.c' object='obj-aout.obj' libtool=no @AMDEPBACKSLASH@
     1919@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-aout.obj -MD -MP -MF $(DEPDIR)/obj-aout.Tpo -c -o obj-aout.obj `if test -f 'config/obj-aout.c'; then $(CYGPATH_W) 'config/obj-aout.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-aout.c'; fi`
     1920@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-aout.Tpo $(DEPDIR)/obj-aout.Po
     1921@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-aout.c' object='obj-aout.obj' libtool=no @AMDEPBACKSLASH@
    20111922@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2012 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-aout.obj `if test -f 'config/obj-aout.c'; then $(CYGPATH_W) 'config/obj-aout.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-aout.c'; fi`
     1923@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-aout.obj `if test -f 'config/obj-aout.c'; then $(CYGPATH_W) 'config/obj-aout.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-aout.c'; fi`
    20131924
    20141925obj-coff.o: config/obj-coff.c
    2015 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-coff.o -MD -MP -MF $(DEPDIR)/obj-coff.Tpo -c -o obj-coff.o `test -f 'config/obj-coff.c' || echo '$(srcdir)/'`config/obj-coff.c
    2016 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-coff.Tpo $(DEPDIR)/obj-coff.Po
    2017 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-coff.c' object='obj-coff.o' libtool=no @AMDEPBACKSLASH@
     1926@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-coff.o -MD -MP -MF $(DEPDIR)/obj-coff.Tpo -c -o obj-coff.o `test -f 'config/obj-coff.c' || echo '$(srcdir)/'`config/obj-coff.c
     1927@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-coff.Tpo $(DEPDIR)/obj-coff.Po
     1928@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-coff.c' object='obj-coff.o' libtool=no @AMDEPBACKSLASH@
    20181929@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2019 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-coff.o `test -f 'config/obj-coff.c' || echo '$(srcdir)/'`config/obj-coff.c
     1930@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-coff.o `test -f 'config/obj-coff.c' || echo '$(srcdir)/'`config/obj-coff.c
    20201931
    20211932obj-coff.obj: config/obj-coff.c
    2022 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-coff.obj -MD -MP -MF $(DEPDIR)/obj-coff.Tpo -c -o obj-coff.obj `if test -f 'config/obj-coff.c'; then $(CYGPATH_W) 'config/obj-coff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-coff.c'; fi`
    2023 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-coff.Tpo $(DEPDIR)/obj-coff.Po
    2024 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-coff.c' object='obj-coff.obj' libtool=no @AMDEPBACKSLASH@
     1933@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-coff.obj -MD -MP -MF $(DEPDIR)/obj-coff.Tpo -c -o obj-coff.obj `if test -f 'config/obj-coff.c'; then $(CYGPATH_W) 'config/obj-coff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-coff.c'; fi`
     1934@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-coff.Tpo $(DEPDIR)/obj-coff.Po
     1935@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-coff.c' object='obj-coff.obj' libtool=no @AMDEPBACKSLASH@
    20251936@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2026 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-coff.obj `if test -f 'config/obj-coff.c'; then $(CYGPATH_W) 'config/obj-coff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-coff.c'; fi`
     1937@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-coff.obj `if test -f 'config/obj-coff.c'; then $(CYGPATH_W) 'config/obj-coff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-coff.c'; fi`
    20271938
    20281939obj-ecoff.o: config/obj-ecoff.c
    2029 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-ecoff.o -MD -MP -MF $(DEPDIR)/obj-ecoff.Tpo -c -o obj-ecoff.o `test -f 'config/obj-ecoff.c' || echo '$(srcdir)/'`config/obj-ecoff.c
    2030 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-ecoff.Tpo $(DEPDIR)/obj-ecoff.Po
    2031 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-ecoff.c' object='obj-ecoff.o' libtool=no @AMDEPBACKSLASH@
     1940@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-ecoff.o -MD -MP -MF $(DEPDIR)/obj-ecoff.Tpo -c -o obj-ecoff.o `test -f 'config/obj-ecoff.c' || echo '$(srcdir)/'`config/obj-ecoff.c
     1941@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-ecoff.Tpo $(DEPDIR)/obj-ecoff.Po
     1942@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-ecoff.c' object='obj-ecoff.o' libtool=no @AMDEPBACKSLASH@
    20321943@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2033 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-ecoff.o `test -f 'config/obj-ecoff.c' || echo '$(srcdir)/'`config/obj-ecoff.c
     1944@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-ecoff.o `test -f 'config/obj-ecoff.c' || echo '$(srcdir)/'`config/obj-ecoff.c
    20341945
    20351946obj-ecoff.obj: config/obj-ecoff.c
    2036 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-ecoff.obj -MD -MP -MF $(DEPDIR)/obj-ecoff.Tpo -c -o obj-ecoff.obj `if test -f 'config/obj-ecoff.c'; then $(CYGPATH_W) 'config/obj-ecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-ecoff.c'; fi`
    2037 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-ecoff.Tpo $(DEPDIR)/obj-ecoff.Po
    2038 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-ecoff.c' object='obj-ecoff.obj' libtool=no @AMDEPBACKSLASH@
     1947@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-ecoff.obj -MD -MP -MF $(DEPDIR)/obj-ecoff.Tpo -c -o obj-ecoff.obj `if test -f 'config/obj-ecoff.c'; then $(CYGPATH_W) 'config/obj-ecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-ecoff.c'; fi`
     1948@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-ecoff.Tpo $(DEPDIR)/obj-ecoff.Po
     1949@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-ecoff.c' object='obj-ecoff.obj' libtool=no @AMDEPBACKSLASH@
    20391950@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2040 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-ecoff.obj `if test -f 'config/obj-ecoff.c'; then $(CYGPATH_W) 'config/obj-ecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-ecoff.c'; fi`
     1951@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-ecoff.obj `if test -f 'config/obj-ecoff.c'; then $(CYGPATH_W) 'config/obj-ecoff.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-ecoff.c'; fi`
    20411952
    20421953obj-elf.o: config/obj-elf.c
    2043 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-elf.o -MD -MP -MF $(DEPDIR)/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '$(srcdir)/'`config/obj-elf.c
    2044 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-elf.Tpo $(DEPDIR)/obj-elf.Po
    2045 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-elf.c' object='obj-elf.o' libtool=no @AMDEPBACKSLASH@
     1954@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-elf.o -MD -MP -MF $(DEPDIR)/obj-elf.Tpo -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '$(srcdir)/'`config/obj-elf.c
     1955@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-elf.Tpo $(DEPDIR)/obj-elf.Po
     1956@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-elf.c' object='obj-elf.o' libtool=no @AMDEPBACKSLASH@
    20461957@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2047 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '$(srcdir)/'`config/obj-elf.c
     1958@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-elf.o `test -f 'config/obj-elf.c' || echo '$(srcdir)/'`config/obj-elf.c
    20481959
    20491960obj-elf.obj: config/obj-elf.c
    2050 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-elf.obj -MD -MP -MF $(DEPDIR)/obj-elf.Tpo -c -o obj-elf.obj `if test -f 'config/obj-elf.c'; then $(CYGPATH_W) 'config/obj-elf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-elf.c'; fi`
    2051 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-elf.Tpo $(DEPDIR)/obj-elf.Po
    2052 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-elf.c' object='obj-elf.obj' libtool=no @AMDEPBACKSLASH@
     1961@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-elf.obj -MD -MP -MF $(DEPDIR)/obj-elf.Tpo -c -o obj-elf.obj `if test -f 'config/obj-elf.c'; then $(CYGPATH_W) 'config/obj-elf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-elf.c'; fi`
     1962@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-elf.Tpo $(DEPDIR)/obj-elf.Po
     1963@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-elf.c' object='obj-elf.obj' libtool=no @AMDEPBACKSLASH@
    20531964@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2054 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-elf.obj `if test -f 'config/obj-elf.c'; then $(CYGPATH_W) 'config/obj-elf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-elf.c'; fi`
     1965@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-elf.obj `if test -f 'config/obj-elf.c'; then $(CYGPATH_W) 'config/obj-elf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-elf.c'; fi`
    20551966
    20561967obj-evax.o: config/obj-evax.c
    2057 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-evax.o -MD -MP -MF $(DEPDIR)/obj-evax.Tpo -c -o obj-evax.o `test -f 'config/obj-evax.c' || echo '$(srcdir)/'`config/obj-evax.c
    2058 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-evax.Tpo $(DEPDIR)/obj-evax.Po
    2059 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-evax.c' object='obj-evax.o' libtool=no @AMDEPBACKSLASH@
     1968@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-evax.o -MD -MP -MF $(DEPDIR)/obj-evax.Tpo -c -o obj-evax.o `test -f 'config/obj-evax.c' || echo '$(srcdir)/'`config/obj-evax.c
     1969@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-evax.Tpo $(DEPDIR)/obj-evax.Po
     1970@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-evax.c' object='obj-evax.o' libtool=no @AMDEPBACKSLASH@
    20601971@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2061 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-evax.o `test -f 'config/obj-evax.c' || echo '$(srcdir)/'`config/obj-evax.c
     1972@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-evax.o `test -f 'config/obj-evax.c' || echo '$(srcdir)/'`config/obj-evax.c
    20621973
    20631974obj-evax.obj: config/obj-evax.c
    2064 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-evax.obj -MD -MP -MF $(DEPDIR)/obj-evax.Tpo -c -o obj-evax.obj `if test -f 'config/obj-evax.c'; then $(CYGPATH_W) 'config/obj-evax.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-evax.c'; fi`
    2065 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-evax.Tpo $(DEPDIR)/obj-evax.Po
    2066 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-evax.c' object='obj-evax.obj' libtool=no @AMDEPBACKSLASH@
     1975@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-evax.obj -MD -MP -MF $(DEPDIR)/obj-evax.Tpo -c -o obj-evax.obj `if test -f 'config/obj-evax.c'; then $(CYGPATH_W) 'config/obj-evax.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-evax.c'; fi`
     1976@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-evax.Tpo $(DEPDIR)/obj-evax.Po
     1977@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-evax.c' object='obj-evax.obj' libtool=no @AMDEPBACKSLASH@
    20671978@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2068 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-evax.obj `if test -f 'config/obj-evax.c'; then $(CYGPATH_W) 'config/obj-evax.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-evax.c'; fi`
     1979@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-evax.obj `if test -f 'config/obj-evax.c'; then $(CYGPATH_W) 'config/obj-evax.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-evax.c'; fi`
    20691980
    20701981obj-fdpicelf.o: config/obj-fdpicelf.c
    2071 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-fdpicelf.o -MD -MP -MF $(DEPDIR)/obj-fdpicelf.Tpo -c -o obj-fdpicelf.o `test -f 'config/obj-fdpicelf.c' || echo '$(srcdir)/'`config/obj-fdpicelf.c
    2072 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-fdpicelf.Tpo $(DEPDIR)/obj-fdpicelf.Po
    2073 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-fdpicelf.c' object='obj-fdpicelf.o' libtool=no @AMDEPBACKSLASH@
     1982@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-fdpicelf.o -MD -MP -MF $(DEPDIR)/obj-fdpicelf.Tpo -c -o obj-fdpicelf.o `test -f 'config/obj-fdpicelf.c' || echo '$(srcdir)/'`config/obj-fdpicelf.c
     1983@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-fdpicelf.Tpo $(DEPDIR)/obj-fdpicelf.Po
     1984@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-fdpicelf.c' object='obj-fdpicelf.o' libtool=no @AMDEPBACKSLASH@
    20741985@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2075 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-fdpicelf.o `test -f 'config/obj-fdpicelf.c' || echo '$(srcdir)/'`config/obj-fdpicelf.c
     1986@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-fdpicelf.o `test -f 'config/obj-fdpicelf.c' || echo '$(srcdir)/'`config/obj-fdpicelf.c
    20761987
    20771988obj-fdpicelf.obj: config/obj-fdpicelf.c
    2078 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-fdpicelf.obj -MD -MP -MF $(DEPDIR)/obj-fdpicelf.Tpo -c -o obj-fdpicelf.obj `if test -f 'config/obj-fdpicelf.c'; then $(CYGPATH_W) 'config/obj-fdpicelf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-fdpicelf.c'; fi`
    2079 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-fdpicelf.Tpo $(DEPDIR)/obj-fdpicelf.Po
    2080 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-fdpicelf.c' object='obj-fdpicelf.obj' libtool=no @AMDEPBACKSLASH@
     1989@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-fdpicelf.obj -MD -MP -MF $(DEPDIR)/obj-fdpicelf.Tpo -c -o obj-fdpicelf.obj `if test -f 'config/obj-fdpicelf.c'; then $(CYGPATH_W) 'config/obj-fdpicelf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-fdpicelf.c'; fi`
     1990@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-fdpicelf.Tpo $(DEPDIR)/obj-fdpicelf.Po
     1991@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-fdpicelf.c' object='obj-fdpicelf.obj' libtool=no @AMDEPBACKSLASH@
    20811992@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2082 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-fdpicelf.obj `if test -f 'config/obj-fdpicelf.c'; then $(CYGPATH_W) 'config/obj-fdpicelf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-fdpicelf.c'; fi`
     1993@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-fdpicelf.obj `if test -f 'config/obj-fdpicelf.c'; then $(CYGPATH_W) 'config/obj-fdpicelf.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-fdpicelf.c'; fi`
    20831994
    20841995obj-macho.o: config/obj-macho.c
    2085 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-macho.o -MD -MP -MF $(DEPDIR)/obj-macho.Tpo -c -o obj-macho.o `test -f 'config/obj-macho.c' || echo '$(srcdir)/'`config/obj-macho.c
    2086 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-macho.Tpo $(DEPDIR)/obj-macho.Po
    2087 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-macho.c' object='obj-macho.o' libtool=no @AMDEPBACKSLASH@
     1996@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-macho.o -MD -MP -MF $(DEPDIR)/obj-macho.Tpo -c -o obj-macho.o `test -f 'config/obj-macho.c' || echo '$(srcdir)/'`config/obj-macho.c
     1997@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-macho.Tpo $(DEPDIR)/obj-macho.Po
     1998@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-macho.c' object='obj-macho.o' libtool=no @AMDEPBACKSLASH@
    20881999@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2089 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-macho.o `test -f 'config/obj-macho.c' || echo '$(srcdir)/'`config/obj-macho.c
     2000@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-macho.o `test -f 'config/obj-macho.c' || echo '$(srcdir)/'`config/obj-macho.c
    20902001
    20912002obj-macho.obj: config/obj-macho.c
    2092 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-macho.obj -MD -MP -MF $(DEPDIR)/obj-macho.Tpo -c -o obj-macho.obj `if test -f 'config/obj-macho.c'; then $(CYGPATH_W) 'config/obj-macho.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-macho.c'; fi`
    2093 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-macho.Tpo $(DEPDIR)/obj-macho.Po
    2094 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-macho.c' object='obj-macho.obj' libtool=no @AMDEPBACKSLASH@
     2003@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-macho.obj -MD -MP -MF $(DEPDIR)/obj-macho.Tpo -c -o obj-macho.obj `if test -f 'config/obj-macho.c'; then $(CYGPATH_W) 'config/obj-macho.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-macho.c'; fi`
     2004@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-macho.Tpo $(DEPDIR)/obj-macho.Po
     2005@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-macho.c' object='obj-macho.obj' libtool=no @AMDEPBACKSLASH@
    20952006@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2096 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-macho.obj `if test -f 'config/obj-macho.c'; then $(CYGPATH_W) 'config/obj-macho.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-macho.c'; fi`
     2007@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-macho.obj `if test -f 'config/obj-macho.c'; then $(CYGPATH_W) 'config/obj-macho.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-macho.c'; fi`
    20972008
    20982009obj-multi.o: config/obj-multi.c
    2099 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-multi.o -MD -MP -MF $(DEPDIR)/obj-multi.Tpo -c -o obj-multi.o `test -f 'config/obj-multi.c' || echo '$(srcdir)/'`config/obj-multi.c
    2100 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-multi.Tpo $(DEPDIR)/obj-multi.Po
    2101 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-multi.c' object='obj-multi.o' libtool=no @AMDEPBACKSLASH@
     2010@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-multi.o -MD -MP -MF $(DEPDIR)/obj-multi.Tpo -c -o obj-multi.o `test -f 'config/obj-multi.c' || echo '$(srcdir)/'`config/obj-multi.c
     2011@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-multi.Tpo $(DEPDIR)/obj-multi.Po
     2012@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-multi.c' object='obj-multi.o' libtool=no @AMDEPBACKSLASH@
    21022013@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2103 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-multi.o `test -f 'config/obj-multi.c' || echo '$(srcdir)/'`config/obj-multi.c
     2014@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-multi.o `test -f 'config/obj-multi.c' || echo '$(srcdir)/'`config/obj-multi.c
    21042015
    21052016obj-multi.obj: config/obj-multi.c
    2106 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-multi.obj -MD -MP -MF $(DEPDIR)/obj-multi.Tpo -c -o obj-multi.obj `if test -f 'config/obj-multi.c'; then $(CYGPATH_W) 'config/obj-multi.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-multi.c'; fi`
    2107 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-multi.Tpo $(DEPDIR)/obj-multi.Po
    2108 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-multi.c' object='obj-multi.obj' libtool=no @AMDEPBACKSLASH@
     2017@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-multi.obj -MD -MP -MF $(DEPDIR)/obj-multi.Tpo -c -o obj-multi.obj `if test -f 'config/obj-multi.c'; then $(CYGPATH_W) 'config/obj-multi.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-multi.c'; fi`
     2018@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-multi.Tpo $(DEPDIR)/obj-multi.Po
     2019@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-multi.c' object='obj-multi.obj' libtool=no @AMDEPBACKSLASH@
    21092020@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2110 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-multi.obj `if test -f 'config/obj-multi.c'; then $(CYGPATH_W) 'config/obj-multi.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-multi.c'; fi`
     2021@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-multi.obj `if test -f 'config/obj-multi.c'; then $(CYGPATH_W) 'config/obj-multi.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-multi.c'; fi`
    21112022
    21122023obj-som.o: config/obj-som.c
    2113 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-som.o -MD -MP -MF $(DEPDIR)/obj-som.Tpo -c -o obj-som.o `test -f 'config/obj-som.c' || echo '$(srcdir)/'`config/obj-som.c
    2114 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-som.Tpo $(DEPDIR)/obj-som.Po
    2115 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-som.c' object='obj-som.o' libtool=no @AMDEPBACKSLASH@
     2024@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-som.o -MD -MP -MF $(DEPDIR)/obj-som.Tpo -c -o obj-som.o `test -f 'config/obj-som.c' || echo '$(srcdir)/'`config/obj-som.c
     2025@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-som.Tpo $(DEPDIR)/obj-som.Po
     2026@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-som.c' object='obj-som.o' libtool=no @AMDEPBACKSLASH@
    21162027@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2117 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-som.o `test -f 'config/obj-som.c' || echo '$(srcdir)/'`config/obj-som.c
     2028@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-som.o `test -f 'config/obj-som.c' || echo '$(srcdir)/'`config/obj-som.c
    21182029
    21192030obj-som.obj: config/obj-som.c
    2120 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-som.obj -MD -MP -MF $(DEPDIR)/obj-som.Tpo -c -o obj-som.obj `if test -f 'config/obj-som.c'; then $(CYGPATH_W) 'config/obj-som.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-som.c'; fi`
    2121 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/obj-som.Tpo $(DEPDIR)/obj-som.Po
    2122 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/obj-som.c' object='obj-som.obj' libtool=no @AMDEPBACKSLASH@
     2031@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT obj-som.obj -MD -MP -MF $(DEPDIR)/obj-som.Tpo -c -o obj-som.obj `if test -f 'config/obj-som.c'; then $(CYGPATH_W) 'config/obj-som.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-som.c'; fi`
     2032@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/obj-som.Tpo $(DEPDIR)/obj-som.Po
     2033@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/obj-som.c' object='obj-som.obj' libtool=no @AMDEPBACKSLASH@
    21232034@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2124 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-som.obj `if test -f 'config/obj-som.c'; then $(CYGPATH_W) 'config/obj-som.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-som.c'; fi`
     2035@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o obj-som.obj `if test -f 'config/obj-som.c'; then $(CYGPATH_W) 'config/obj-som.c'; else $(CYGPATH_W) '$(srcdir)/config/obj-som.c'; fi`
    21252036
    21262037te-vms.o: config/te-vms.c
    2127 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT te-vms.o -MD -MP -MF $(DEPDIR)/te-vms.Tpo -c -o te-vms.o `test -f 'config/te-vms.c' || echo '$(srcdir)/'`config/te-vms.c
    2128 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/te-vms.Tpo $(DEPDIR)/te-vms.Po
    2129 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/te-vms.c' object='te-vms.o' libtool=no @AMDEPBACKSLASH@
     2038@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT te-vms.o -MD -MP -MF $(DEPDIR)/te-vms.Tpo -c -o te-vms.o `test -f 'config/te-vms.c' || echo '$(srcdir)/'`config/te-vms.c
     2039@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/te-vms.Tpo $(DEPDIR)/te-vms.Po
     2040@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/te-vms.c' object='te-vms.o' libtool=no @AMDEPBACKSLASH@
    21302041@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2131 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o te-vms.o `test -f 'config/te-vms.c' || echo '$(srcdir)/'`config/te-vms.c
     2042@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o te-vms.o `test -f 'config/te-vms.c' || echo '$(srcdir)/'`config/te-vms.c
    21322043
    21332044te-vms.obj: config/te-vms.c
    2134 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT te-vms.obj -MD -MP -MF $(DEPDIR)/te-vms.Tpo -c -o te-vms.obj `if test -f 'config/te-vms.c'; then $(CYGPATH_W) 'config/te-vms.c'; else $(CYGPATH_W) '$(srcdir)/config/te-vms.c'; fi`
    2135 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/te-vms.Tpo $(DEPDIR)/te-vms.Po
    2136 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/te-vms.c' object='te-vms.obj' libtool=no @AMDEPBACKSLASH@
     2045@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT te-vms.obj -MD -MP -MF $(DEPDIR)/te-vms.Tpo -c -o te-vms.obj `if test -f 'config/te-vms.c'; then $(CYGPATH_W) 'config/te-vms.c'; else $(CYGPATH_W) '$(srcdir)/config/te-vms.c'; fi`
     2046@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/te-vms.Tpo $(DEPDIR)/te-vms.Po
     2047@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/te-vms.c' object='te-vms.obj' libtool=no @AMDEPBACKSLASH@
    21372048@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2138 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o te-vms.obj `if test -f 'config/te-vms.c'; then $(CYGPATH_W) 'config/te-vms.c'; else $(CYGPATH_W) '$(srcdir)/config/te-vms.c'; fi`
     2049@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o te-vms.obj `if test -f 'config/te-vms.c'; then $(CYGPATH_W) 'config/te-vms.c'; else $(CYGPATH_W) '$(srcdir)/config/te-vms.c'; fi`
    21392050
    21402051atof-ieee.o: config/atof-ieee.c
    2141 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-ieee.o -MD -MP -MF $(DEPDIR)/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '$(srcdir)/'`config/atof-ieee.c
    2142 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/atof-ieee.Tpo $(DEPDIR)/atof-ieee.Po
    2143 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/atof-ieee.c' object='atof-ieee.o' libtool=no @AMDEPBACKSLASH@
     2052@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-ieee.o -MD -MP -MF $(DEPDIR)/atof-ieee.Tpo -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '$(srcdir)/'`config/atof-ieee.c
     2053@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/atof-ieee.Tpo $(DEPDIR)/atof-ieee.Po
     2054@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/atof-ieee.c' object='atof-ieee.o' libtool=no @AMDEPBACKSLASH@
    21442055@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2145 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '$(srcdir)/'`config/atof-ieee.c
     2056@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-ieee.o `test -f 'config/atof-ieee.c' || echo '$(srcdir)/'`config/atof-ieee.c
    21462057
    21472058atof-ieee.obj: config/atof-ieee.c
    2148 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-ieee.obj -MD -MP -MF $(DEPDIR)/atof-ieee.Tpo -c -o atof-ieee.obj `if test -f 'config/atof-ieee.c'; then $(CYGPATH_W) 'config/atof-ieee.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-ieee.c'; fi`
    2149 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/atof-ieee.Tpo $(DEPDIR)/atof-ieee.Po
    2150 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/atof-ieee.c' object='atof-ieee.obj' libtool=no @AMDEPBACKSLASH@
     2059@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-ieee.obj -MD -MP -MF $(DEPDIR)/atof-ieee.Tpo -c -o atof-ieee.obj `if test -f 'config/atof-ieee.c'; then $(CYGPATH_W) 'config/atof-ieee.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-ieee.c'; fi`
     2060@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/atof-ieee.Tpo $(DEPDIR)/atof-ieee.Po
     2061@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/atof-ieee.c' object='atof-ieee.obj' libtool=no @AMDEPBACKSLASH@
    21512062@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2152 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-ieee.obj `if test -f 'config/atof-ieee.c'; then $(CYGPATH_W) 'config/atof-ieee.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-ieee.c'; fi`
     2063@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-ieee.obj `if test -f 'config/atof-ieee.c'; then $(CYGPATH_W) 'config/atof-ieee.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-ieee.c'; fi`
    21532064
    21542065atof-vax.o: config/atof-vax.c
    2155 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-vax.o -MD -MP -MF $(DEPDIR)/atof-vax.Tpo -c -o atof-vax.o `test -f 'config/atof-vax.c' || echo '$(srcdir)/'`config/atof-vax.c
    2156 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/atof-vax.Tpo $(DEPDIR)/atof-vax.Po
    2157 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/atof-vax.c' object='atof-vax.o' libtool=no @AMDEPBACKSLASH@
     2066@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-vax.o -MD -MP -MF $(DEPDIR)/atof-vax.Tpo -c -o atof-vax.o `test -f 'config/atof-vax.c' || echo '$(srcdir)/'`config/atof-vax.c
     2067@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/atof-vax.Tpo $(DEPDIR)/atof-vax.Po
     2068@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/atof-vax.c' object='atof-vax.o' libtool=no @AMDEPBACKSLASH@
    21582069@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2159 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-vax.o `test -f 'config/atof-vax.c' || echo '$(srcdir)/'`config/atof-vax.c
     2070@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-vax.o `test -f 'config/atof-vax.c' || echo '$(srcdir)/'`config/atof-vax.c
    21602071
    21612072atof-vax.obj: config/atof-vax.c
    2162 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-vax.obj -MD -MP -MF $(DEPDIR)/atof-vax.Tpo -c -o atof-vax.obj `if test -f 'config/atof-vax.c'; then $(CYGPATH_W) 'config/atof-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-vax.c'; fi`
    2163 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/atof-vax.Tpo $(DEPDIR)/atof-vax.Po
    2164 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/atof-vax.c' object='atof-vax.obj' libtool=no @AMDEPBACKSLASH@
     2073@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atof-vax.obj -MD -MP -MF $(DEPDIR)/atof-vax.Tpo -c -o atof-vax.obj `if test -f 'config/atof-vax.c'; then $(CYGPATH_W) 'config/atof-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-vax.c'; fi`
     2074@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/atof-vax.Tpo $(DEPDIR)/atof-vax.Po
     2075@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/atof-vax.c' object='atof-vax.obj' libtool=no @AMDEPBACKSLASH@
    21652076@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2166 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-vax.obj `if test -f 'config/atof-vax.c'; then $(CYGPATH_W) 'config/atof-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-vax.c'; fi`
     2077@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atof-vax.obj `if test -f 'config/atof-vax.c'; then $(CYGPATH_W) 'config/atof-vax.c'; else $(CYGPATH_W) '$(srcdir)/config/atof-vax.c'; fi`
    21672078
    21682079e-crisaout.o: config/e-crisaout.c
    2169 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-crisaout.o -MD -MP -MF $(DEPDIR)/e-crisaout.Tpo -c -o e-crisaout.o `test -f 'config/e-crisaout.c' || echo '$(srcdir)/'`config/e-crisaout.c
    2170 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-crisaout.Tpo $(DEPDIR)/e-crisaout.Po
    2171 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-crisaout.c' object='e-crisaout.o' libtool=no @AMDEPBACKSLASH@
     2080@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-crisaout.o -MD -MP -MF $(DEPDIR)/e-crisaout.Tpo -c -o e-crisaout.o `test -f 'config/e-crisaout.c' || echo '$(srcdir)/'`config/e-crisaout.c
     2081@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-crisaout.Tpo $(DEPDIR)/e-crisaout.Po
     2082@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-crisaout.c' object='e-crisaout.o' libtool=no @AMDEPBACKSLASH@
    21722083@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2173 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-crisaout.o `test -f 'config/e-crisaout.c' || echo '$(srcdir)/'`config/e-crisaout.c
     2084@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-crisaout.o `test -f 'config/e-crisaout.c' || echo '$(srcdir)/'`config/e-crisaout.c
    21742085
    21752086e-crisaout.obj: config/e-crisaout.c
    2176 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-crisaout.obj -MD -MP -MF $(DEPDIR)/e-crisaout.Tpo -c -o e-crisaout.obj `if test -f 'config/e-crisaout.c'; then $(CYGPATH_W) 'config/e-crisaout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-crisaout.c'; fi`
    2177 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-crisaout.Tpo $(DEPDIR)/e-crisaout.Po
    2178 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-crisaout.c' object='e-crisaout.obj' libtool=no @AMDEPBACKSLASH@
     2087@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-crisaout.obj -MD -MP -MF $(DEPDIR)/e-crisaout.Tpo -c -o e-crisaout.obj `if test -f 'config/e-crisaout.c'; then $(CYGPATH_W) 'config/e-crisaout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-crisaout.c'; fi`
     2088@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-crisaout.Tpo $(DEPDIR)/e-crisaout.Po
     2089@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-crisaout.c' object='e-crisaout.obj' libtool=no @AMDEPBACKSLASH@
    21792090@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2180 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-crisaout.obj `if test -f 'config/e-crisaout.c'; then $(CYGPATH_W) 'config/e-crisaout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-crisaout.c'; fi`
     2091@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-crisaout.obj `if test -f 'config/e-crisaout.c'; then $(CYGPATH_W) 'config/e-crisaout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-crisaout.c'; fi`
    21812092
    21822093e-criself.o: config/e-criself.c
    2183 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-criself.o -MD -MP -MF $(DEPDIR)/e-criself.Tpo -c -o e-criself.o `test -f 'config/e-criself.c' || echo '$(srcdir)/'`config/e-criself.c
    2184 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-criself.Tpo $(DEPDIR)/e-criself.Po
    2185 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-criself.c' object='e-criself.o' libtool=no @AMDEPBACKSLASH@
     2094@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-criself.o -MD -MP -MF $(DEPDIR)/e-criself.Tpo -c -o e-criself.o `test -f 'config/e-criself.c' || echo '$(srcdir)/'`config/e-criself.c
     2095@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-criself.Tpo $(DEPDIR)/e-criself.Po
     2096@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-criself.c' object='e-criself.o' libtool=no @AMDEPBACKSLASH@
    21862097@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2187 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-criself.o `test -f 'config/e-criself.c' || echo '$(srcdir)/'`config/e-criself.c
     2098@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-criself.o `test -f 'config/e-criself.c' || echo '$(srcdir)/'`config/e-criself.c
    21882099
    21892100e-criself.obj: config/e-criself.c
    2190 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-criself.obj -MD -MP -MF $(DEPDIR)/e-criself.Tpo -c -o e-criself.obj `if test -f 'config/e-criself.c'; then $(CYGPATH_W) 'config/e-criself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-criself.c'; fi`
    2191 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-criself.Tpo $(DEPDIR)/e-criself.Po
    2192 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-criself.c' object='e-criself.obj' libtool=no @AMDEPBACKSLASH@
     2101@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-criself.obj -MD -MP -MF $(DEPDIR)/e-criself.Tpo -c -o e-criself.obj `if test -f 'config/e-criself.c'; then $(CYGPATH_W) 'config/e-criself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-criself.c'; fi`
     2102@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-criself.Tpo $(DEPDIR)/e-criself.Po
     2103@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-criself.c' object='e-criself.obj' libtool=no @AMDEPBACKSLASH@
    21932104@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2194 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-criself.obj `if test -f 'config/e-criself.c'; then $(CYGPATH_W) 'config/e-criself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-criself.c'; fi`
     2105@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-criself.obj `if test -f 'config/e-criself.c'; then $(CYGPATH_W) 'config/e-criself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-criself.c'; fi`
    21952106
    21962107e-i386aout.o: config/e-i386aout.c
    2197 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386aout.o -MD -MP -MF $(DEPDIR)/e-i386aout.Tpo -c -o e-i386aout.o `test -f 'config/e-i386aout.c' || echo '$(srcdir)/'`config/e-i386aout.c
    2198 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-i386aout.Tpo $(DEPDIR)/e-i386aout.Po
    2199 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-i386aout.c' object='e-i386aout.o' libtool=no @AMDEPBACKSLASH@
     2108@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386aout.o -MD -MP -MF $(DEPDIR)/e-i386aout.Tpo -c -o e-i386aout.o `test -f 'config/e-i386aout.c' || echo '$(srcdir)/'`config/e-i386aout.c
     2109@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-i386aout.Tpo $(DEPDIR)/e-i386aout.Po
     2110@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-i386aout.c' object='e-i386aout.o' libtool=no @AMDEPBACKSLASH@
    22002111@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2201 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386aout.o `test -f 'config/e-i386aout.c' || echo '$(srcdir)/'`config/e-i386aout.c
     2112@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386aout.o `test -f 'config/e-i386aout.c' || echo '$(srcdir)/'`config/e-i386aout.c
    22022113
    22032114e-i386aout.obj: config/e-i386aout.c
    2204 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386aout.obj -MD -MP -MF $(DEPDIR)/e-i386aout.Tpo -c -o e-i386aout.obj `if test -f 'config/e-i386aout.c'; then $(CYGPATH_W) 'config/e-i386aout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386aout.c'; fi`
    2205 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-i386aout.Tpo $(DEPDIR)/e-i386aout.Po
    2206 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-i386aout.c' object='e-i386aout.obj' libtool=no @AMDEPBACKSLASH@
     2115@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386aout.obj -MD -MP -MF $(DEPDIR)/e-i386aout.Tpo -c -o e-i386aout.obj `if test -f 'config/e-i386aout.c'; then $(CYGPATH_W) 'config/e-i386aout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386aout.c'; fi`
     2116@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-i386aout.Tpo $(DEPDIR)/e-i386aout.Po
     2117@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-i386aout.c' object='e-i386aout.obj' libtool=no @AMDEPBACKSLASH@
    22072118@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2208 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386aout.obj `if test -f 'config/e-i386aout.c'; then $(CYGPATH_W) 'config/e-i386aout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386aout.c'; fi`
     2119@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386aout.obj `if test -f 'config/e-i386aout.c'; then $(CYGPATH_W) 'config/e-i386aout.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386aout.c'; fi`
    22092120
    22102121e-i386coff.o: config/e-i386coff.c
    2211 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386coff.o -MD -MP -MF $(DEPDIR)/e-i386coff.Tpo -c -o e-i386coff.o `test -f 'config/e-i386coff.c' || echo '$(srcdir)/'`config/e-i386coff.c
    2212 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-i386coff.Tpo $(DEPDIR)/e-i386coff.Po
    2213 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-i386coff.c' object='e-i386coff.o' libtool=no @AMDEPBACKSLASH@
     2122@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386coff.o -MD -MP -MF $(DEPDIR)/e-i386coff.Tpo -c -o e-i386coff.o `test -f 'config/e-i386coff.c' || echo '$(srcdir)/'`config/e-i386coff.c
     2123@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-i386coff.Tpo $(DEPDIR)/e-i386coff.Po
     2124@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-i386coff.c' object='e-i386coff.o' libtool=no @AMDEPBACKSLASH@
    22142125@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2215 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386coff.o `test -f 'config/e-i386coff.c' || echo '$(srcdir)/'`config/e-i386coff.c
     2126@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386coff.o `test -f 'config/e-i386coff.c' || echo '$(srcdir)/'`config/e-i386coff.c
    22162127
    22172128e-i386coff.obj: config/e-i386coff.c
    2218 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386coff.obj -MD -MP -MF $(DEPDIR)/e-i386coff.Tpo -c -o e-i386coff.obj `if test -f 'config/e-i386coff.c'; then $(CYGPATH_W) 'config/e-i386coff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386coff.c'; fi`
    2219 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-i386coff.Tpo $(DEPDIR)/e-i386coff.Po
    2220 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-i386coff.c' object='e-i386coff.obj' libtool=no @AMDEPBACKSLASH@
     2129@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386coff.obj -MD -MP -MF $(DEPDIR)/e-i386coff.Tpo -c -o e-i386coff.obj `if test -f 'config/e-i386coff.c'; then $(CYGPATH_W) 'config/e-i386coff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386coff.c'; fi`
     2130@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-i386coff.Tpo $(DEPDIR)/e-i386coff.Po
     2131@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-i386coff.c' object='e-i386coff.obj' libtool=no @AMDEPBACKSLASH@
    22212132@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2222 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386coff.obj `if test -f 'config/e-i386coff.c'; then $(CYGPATH_W) 'config/e-i386coff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386coff.c'; fi`
     2133@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386coff.obj `if test -f 'config/e-i386coff.c'; then $(CYGPATH_W) 'config/e-i386coff.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386coff.c'; fi`
    22232134
    22242135e-i386elf.o: config/e-i386elf.c
    2225 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386elf.o -MD -MP -MF $(DEPDIR)/e-i386elf.Tpo -c -o e-i386elf.o `test -f 'config/e-i386elf.c' || echo '$(srcdir)/'`config/e-i386elf.c
    2226 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-i386elf.Tpo $(DEPDIR)/e-i386elf.Po
    2227 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-i386elf.c' object='e-i386elf.o' libtool=no @AMDEPBACKSLASH@
     2136@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386elf.o -MD -MP -MF $(DEPDIR)/e-i386elf.Tpo -c -o e-i386elf.o `test -f 'config/e-i386elf.c' || echo '$(srcdir)/'`config/e-i386elf.c
     2137@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-i386elf.Tpo $(DEPDIR)/e-i386elf.Po
     2138@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-i386elf.c' object='e-i386elf.o' libtool=no @AMDEPBACKSLASH@
    22282139@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2229 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386elf.o `test -f 'config/e-i386elf.c' || echo '$(srcdir)/'`config/e-i386elf.c
     2140@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386elf.o `test -f 'config/e-i386elf.c' || echo '$(srcdir)/'`config/e-i386elf.c
    22302141
    22312142e-i386elf.obj: config/e-i386elf.c
    2232 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386elf.obj -MD -MP -MF $(DEPDIR)/e-i386elf.Tpo -c -o e-i386elf.obj `if test -f 'config/e-i386elf.c'; then $(CYGPATH_W) 'config/e-i386elf.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386elf.c'; fi`
    2233 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-i386elf.Tpo $(DEPDIR)/e-i386elf.Po
    2234 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-i386elf.c' object='e-i386elf.obj' libtool=no @AMDEPBACKSLASH@
     2143@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-i386elf.obj -MD -MP -MF $(DEPDIR)/e-i386elf.Tpo -c -o e-i386elf.obj `if test -f 'config/e-i386elf.c'; then $(CYGPATH_W) 'config/e-i386elf.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386elf.c'; fi`
     2144@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-i386elf.Tpo $(DEPDIR)/e-i386elf.Po
     2145@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-i386elf.c' object='e-i386elf.obj' libtool=no @AMDEPBACKSLASH@
    22352146@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2236 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386elf.obj `if test -f 'config/e-i386elf.c'; then $(CYGPATH_W) 'config/e-i386elf.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386elf.c'; fi`
     2147@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-i386elf.obj `if test -f 'config/e-i386elf.c'; then $(CYGPATH_W) 'config/e-i386elf.c'; else $(CYGPATH_W) '$(srcdir)/config/e-i386elf.c'; fi`
    22372148
    22382149e-mipself.o: config/e-mipself.c
    2239 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipself.o -MD -MP -MF $(DEPDIR)/e-mipself.Tpo -c -o e-mipself.o `test -f 'config/e-mipself.c' || echo '$(srcdir)/'`config/e-mipself.c
    2240 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-mipself.Tpo $(DEPDIR)/e-mipself.Po
    2241 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-mipself.c' object='e-mipself.o' libtool=no @AMDEPBACKSLASH@
     2150@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipself.o -MD -MP -MF $(DEPDIR)/e-mipself.Tpo -c -o e-mipself.o `test -f 'config/e-mipself.c' || echo '$(srcdir)/'`config/e-mipself.c
     2151@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-mipself.Tpo $(DEPDIR)/e-mipself.Po
     2152@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-mipself.c' object='e-mipself.o' libtool=no @AMDEPBACKSLASH@
    22422153@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2243 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipself.o `test -f 'config/e-mipself.c' || echo '$(srcdir)/'`config/e-mipself.c
     2154@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipself.o `test -f 'config/e-mipself.c' || echo '$(srcdir)/'`config/e-mipself.c
    22442155
    22452156e-mipself.obj: config/e-mipself.c
    2246 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipself.obj -MD -MP -MF $(DEPDIR)/e-mipself.Tpo -c -o e-mipself.obj `if test -f 'config/e-mipself.c'; then $(CYGPATH_W) 'config/e-mipself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipself.c'; fi`
    2247 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/e-mipself.Tpo $(DEPDIR)/e-mipself.Po
    2248 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='config/e-mipself.c' object='e-mipself.obj' libtool=no @AMDEPBACKSLASH@
     2157@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT e-mipself.obj -MD -MP -MF $(DEPDIR)/e-mipself.Tpo -c -o e-mipself.obj `if test -f 'config/e-mipself.c'; then $(CYGPATH_W) 'config/e-mipself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipself.c'; fi`
     2158@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/e-mipself.Tpo $(DEPDIR)/e-mipself.Po
     2159@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='config/e-mipself.c' object='e-mipself.obj' libtool=no @AMDEPBACKSLASH@
    22492160@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    2250 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipself.obj `if test -f 'config/e-mipself.c'; then $(CYGPATH_W) 'config/e-mipself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipself.c'; fi`
     2161@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o e-mipself.obj `if test -f 'config/e-mipself.c'; then $(CYGPATH_W) 'config/e-mipself.c'; else $(CYGPATH_W) '$(srcdir)/config/e-mipself.c'; fi`
    22512162
    22522163.l.c:
    2253         $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
     2164        $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
    22542165
    22552166.y.c:
    2256         $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
     2167        $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
    22572168
    22582169mostlyclean-libtool:
    22592170        -rm -f *.lo
    distclean-libtool: 
    22652176        -rm -f libtool config.lt
    22662177
    22672178# This directory's subdirectories are mostly independent; you can cd
    2268 # into them and run 'make' without going through this Makefile.
    2269 # To change the values of 'make' variables: instead of editing Makefiles,
    2270 # (1) if the variable is set in 'config.status', edit 'config.status'
    2271 #     (which will cause the Makefiles to be regenerated when you run 'make');
    2272 # (2) otherwise, pass the desired values on the 'make' command line.
    2273 $(am__recursive_targets):
    2274         @fail=; \
    2275         if $(am__make_keepgoing); then \
    2276           failcom='fail=yes'; \
    2277         else \
    2278           failcom='exit 1'; \
    2279         fi; \
     2179# into them and run `make' without going through this Makefile.
     2180# To change the values of `make' variables: instead of editing Makefiles,
     2181# (1) if the variable is set in `config.status', edit `config.status'
     2182#     (which will cause the Makefiles to be regenerated when you run `make');
     2183# (2) otherwise, pass the desired values on the `make' command line.
     2184$(RECURSIVE_TARGETS):
     2185        @fail= failcom='exit 1'; \
     2186        for f in x $$MAKEFLAGS; do \
     2187          case $$f in \
     2188            *=* | --[!k]*);; \
     2189            *k*) failcom='fail=yes';; \
     2190          esac; \
     2191        done; \
    22802192        dot_seen=no; \
    22812193        target=`echo $@ | sed s/-recursive//`; \
    2282         case "$@" in \
    2283           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    2284           *) list='$(SUBDIRS)' ;; \
    2285         esac; \
    2286         for subdir in $$list; do \
     2194        list='$(SUBDIRS)'; for subdir in $$list; do \
    22872195          echo "Making $$target in $$subdir"; \
    22882196          if test "$$subdir" = "."; then \
    22892197            dot_seen=yes; \
    $(am__recursive_targets): 
    22982206          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    22992207        fi; test -z "$$fail"
    23002208
    2301 ID: $(am__tagged_files)
    2302         $(am__define_uniq_tagged_files); mkid -fID $$unique
    2303 tags: tags-recursive
    2304 TAGS: tags
     2209$(RECURSIVE_CLEAN_TARGETS):
     2210        @fail= failcom='exit 1'; \
     2211        for f in x $$MAKEFLAGS; do \
     2212          case $$f in \
     2213            *=* | --[!k]*);; \
     2214            *k*) failcom='fail=yes';; \
     2215          esac; \
     2216        done; \
     2217        dot_seen=no; \
     2218        case "$@" in \
     2219          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
     2220          *) list='$(SUBDIRS)' ;; \
     2221        esac; \
     2222        rev=''; for subdir in $$list; do \
     2223          if test "$$subdir" = "."; then :; else \
     2224            rev="$$subdir $$rev"; \
     2225          fi; \
     2226        done; \
     2227        rev="$$rev ."; \
     2228        target=`echo $@ | sed s/-recursive//`; \
     2229        for subdir in $$rev; do \
     2230          echo "Making $$target in $$subdir"; \
     2231          if test "$$subdir" = "."; then \
     2232            local_target="$$target-am"; \
     2233          else \
     2234            local_target="$$target"; \
     2235          fi; \
     2236          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
     2237          || eval $$failcom; \
     2238        done && test -z "$$fail"
     2239tags-recursive:
     2240        list='$(SUBDIRS)'; for subdir in $$list; do \
     2241          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
     2242        done
     2243ctags-recursive:
     2244        list='$(SUBDIRS)'; for subdir in $$list; do \
     2245          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
     2246        done
    23052247
    2306 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     2248ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
     2249        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
     2250        unique=`for i in $$list; do \
     2251            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     2252          done | \
     2253          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     2254              END { if (nonempty) { for (i in files) print i; }; }'`; \
     2255        mkid -fID $$unique
     2256tags: TAGS
     2257
     2258TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
     2259                $(TAGS_FILES) $(LISP)
    23072260        set x; \
    23082261        here=`pwd`; \
    23092262        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 
    23192272              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    23202273          fi; \
    23212274        done; \
    2322         $(am__define_uniq_tagged_files); \
     2275        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
     2276        unique=`for i in $$list; do \
     2277            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     2278          done | \
     2279          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     2280              END { if (nonempty) { for (i in files) print i; }; }'`; \
    23232281        shift; \
    23242282        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    23252283          test -n "$$unique" || unique=$$empty_fix; \
    tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 
    23312289              $$unique; \
    23322290          fi; \
    23332291        fi
    2334 ctags: ctags-recursive
    2335 
    2336 CTAGS: ctags
    2337 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    2338         $(am__define_uniq_tagged_files); \
     2292ctags: CTAGS
     2293CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
     2294                $(TAGS_FILES) $(LISP)
     2295        list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
     2296        unique=`for i in $$list; do \
     2297            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     2298          done | \
     2299          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
     2300              END { if (nonempty) { for (i in files) print i; }; }'`; \
    23392301        test -z "$(CTAGS_ARGS)$$unique" \
    23402302          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    23412303             $$unique
    GTAGS: 
    23442306        here=`$(am__cd) $(top_builddir) && pwd` \
    23452307          && $(am__cd) $(top_srcdir) \
    23462308          && gtags -i $(GTAGS_ARGS) "$$here"
    2347 cscope: cscope.files
    2348         test ! -s cscope.files \
    2349           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    2350 clean-cscope:
    2351         -rm -f cscope.files
    2352 cscope.files: clean-cscope cscopelist
    2353 cscopelist: cscopelist-recursive
    2354 
    2355 cscopelist-am: $(am__tagged_files)
    2356         list='$(am__tagged_files)'; \
    2357         case "$(srcdir)" in \
    2358           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    2359           *) sdir=$(subdir)/$(srcdir) ;; \
    2360         esac; \
    2361         for i in $$list; do \
    2362           if test -f "$$i"; then \
    2363             echo "$(subdir)/$$i"; \
    2364           else \
    2365             echo "$$sdir/$$i"; \
    2366           fi; \
    2367         done >> $(top_builddir)/cscope.files
    23682309
    23692310distclean-tags:
    23702311        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    2371         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    23722312site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
    2373         @echo 'Making a new site.exp file ...'
     2313        @echo 'Making a new site.exp file...'
    23742314        @echo '## these variables are automatically generated by make ##' >site.tmp
    23752315        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
    23762316        @echo '# edit the last section' >>site.tmp
    ps-am: 
    25182458
    25192459uninstall-am:
    25202460
    2521 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
     2461.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
     2462        ctags-recursive install-am install-strip tags-recursive
    25222463
    2523 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    2524         am--refresh check check-DEJAGNU check-am clean clean-cscope \
    2525         clean-generic clean-libtool clean-noinstPROGRAMS cscope \
    2526         cscopelist-am ctags ctags-am distclean distclean-DEJAGNU \
    2527         distclean-compile distclean-generic distclean-hdr \
    2528         distclean-libtool distclean-tags dvi dvi-am html html-am info \
    2529         info-am install install-am install-data install-data-am \
    2530         install-dvi install-dvi-am install-exec install-exec-am \
    2531         install-exec-local install-html install-html-am install-info \
    2532         install-info-am install-man install-pdf install-pdf-am \
    2533         install-ps install-ps-am install-strip installcheck \
    2534         installcheck-am installdirs installdirs-am maintainer-clean \
     2464.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
     2465        all all-am am--refresh check check-DEJAGNU check-am clean \
     2466        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
     2467        ctags-recursive distclean distclean-DEJAGNU distclean-compile \
     2468        distclean-generic distclean-hdr distclean-libtool \
     2469        distclean-tags dvi dvi-am html html-am info info-am install \
     2470        install-am install-data install-data-am install-dvi \
     2471        install-dvi-am install-exec install-exec-am install-exec-local \
     2472        install-html install-html-am install-info install-info-am \
     2473        install-man install-pdf install-pdf-am install-ps \
     2474        install-ps-am install-strip installcheck installcheck-am \
     2475        installdirs installdirs-am maintainer-clean \
    25352476        maintainer-clean-generic mostlyclean mostlyclean-compile \
    25362477        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    2537         tags tags-am uninstall uninstall-am
     2478        tags tags-recursive uninstall uninstall-am
    25382479
    25392480po/POTFILES.in: @MAINT@ Makefile
    25402481        for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
  • gprof/aclocal.m4

    diff -rupdN binutils-ref/gprof/aclocal.m4 binutils/gprof/aclocal.m4
    old new  
    1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
     1# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
    22
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    4 # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
     4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
     5# Inc.
    56# This file is free software; the Free Software Foundation
    67# gives unlimited permission to copy and/or distribute it,
    78# with or without modifications, as long as this notice is preserved.
     
    1314
    1415m4_ifndef([AC_AUTOCONF_VERSION],
    1516  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
    17 [m4_warning([this file was generated for autoconf 2.64.
     17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
     18[m4_warning([this file was generated for autoconf 2.69.
    1819You have another version of autoconf.  It may work, but is not guaranteed to.
    1920If you have problems, you may need to regenerate the build system entirely.
    2021To do so, use the procedure documented by the package, typically `autoreconf'.])])
    2122
    22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
     23# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
     24# Foundation, Inc.
    2325#
    2426# This file is free software; the Free Software Foundation
    2527# gives unlimited permission to copy and/or distribute it,
    2628# with or without modifications, as long as this notice is preserved.
    2729
     30# serial 1
     31
    2832# AM_AUTOMAKE_VERSION(VERSION)
    2933# ----------------------------
    3034# Automake X.Y traces this macro to ensure aclocal.m4 has been
    AC_DEFUN([AM_AUTOMAKE_VERSION], 
    3438[am__api_version='1.11'
    3539dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    3640dnl require some minimum version.  Point them to the right macro.
    37 m4_if([$1], [1.11.1], [],
     41m4_if([$1], [1.11.6], [],
    3842      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    3943])
    4044
    m4_define([_AM_AUTOCONF_VERSION], []) 
    5054# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    5155# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    5256AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    53 [AM_AUTOMAKE_VERSION([1.11.1])dnl
     57[AM_AUTOMAKE_VERSION([1.11.6])dnl
    5458m4_ifndef([AC_AUTOCONF_VERSION],
    5559  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    5660_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    5761
    5862# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    5963
    60 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
     64# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    6165#
    6266# This file is free software; the Free Software Foundation
    6367# gives unlimited permission to copy and/or distribute it,
    6468# with or without modifications, as long as this notice is preserved.
    6569
     70# serial 1
     71
    6672# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    6773# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
    6874# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    AC_CONFIG_COMMANDS_PRE( 
    144150Usually this means the macro was only invoked conditionally.]])
    145151fi])])
    146152
    147 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
    148 # Free Software Foundation, Inc.
     153# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
     154# 2010, 2011 Free Software Foundation, Inc.
    149155#
    150156# This file is free software; the Free Software Foundation
    151157# gives unlimited permission to copy and/or distribute it,
    152158# with or without modifications, as long as this notice is preserved.
    153159
    154 # serial 10
     160# serial 12
    155161
    156162# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    157163# written in clear, in which case automake, when reading aclocal.m4,
    AC_CACHE_CHECK([dependency style of $dep 
    191197  # instance it was reported that on HP-UX the gcc test will end up
    192198  # making a dummy file named `D' -- because `-MD' means `put the output
    193199  # in D'.
     200  rm -rf conftest.dir
    194201  mkdir conftest.dir
    195202  # Copy depcomp to subdir because otherwise we won't find it if we're
    196203  # using a relative directory.
    AC_CACHE_CHECK([dependency style of $dep 
    255262        break
    256263      fi
    257264      ;;
    258     msvisualcpp | msvcmsys)
     265    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    259266      # This compiler won't grok `-c -o', but also, the minuso test has
    260267      # not run yet.  These depmodes are late enough in the game, and
    261268      # so weak that their functioning should not be impacted.
    AC_DEFUN([AM_DEP_TRACK], 
    320327if test "x$enable_dependency_tracking" != xno; then
    321328  am_depcomp="$ac_aux_dir/depcomp"
    322329  AMDEPBACKSLASH='\'
     330  am__nodep='_no'
    323331fi
    324332AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
    325333AC_SUBST([AMDEPBACKSLASH])dnl
    326334_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
     335AC_SUBST([am__nodep])dnl
     336_AM_SUBST_NOTMAKE([am__nodep])dnl
    327337])
    328338
    329339# Generate code to set up dependency tracking.              -*- Autoconf -*-
    for _am_header in $config_headers :; do 
    545555done
    546556echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    547557
    548 # Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
     558# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
     559# Inc.
    549560#
    550561# This file is free software; the Free Software Foundation
    551562# gives unlimited permission to copy and/or distribute it,
    552563# with or without modifications, as long as this notice is preserved.
    553564
     565# serial 1
     566
    554567# AM_PROG_INSTALL_SH
    555568# ------------------
    556569# Define $install_sh.
    AC_SUBST(install_sh)]) 
    569582# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
    570583# From Jim Meyering
    571584
    572 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
    573 # Free Software Foundation, Inc.
     585# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
     586# 2011 Free Software Foundation, Inc.
    574587#
    575588# This file is free software; the Free Software Foundation
    576589# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN([AM_MAINTAINER_MODE], 
    590603       [disable], [m4_define([am_maintainer_other], [enable])],
    591604       [m4_define([am_maintainer_other], [enable])
    592605        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
    593 AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
     606AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    594607  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    595608  AC_ARG_ENABLE([maintainer-mode],
    596609[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
    else 
    701714fi
    702715])
    703716
    704 # Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
     717# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
     718# Inc.
    705719#
    706720# This file is free software; the Free Software Foundation
    707721# gives unlimited permission to copy and/or distribute it,
    708722# with or without modifications, as long as this notice is preserved.
    709723
     724# serial 1
     725
    710726# AM_PROG_MKDIR_P
    711727# ---------------
    712728# Check for `mkdir -p'.
    esac 
    729745
    730746# Helper functions for option handling.                     -*- Autoconf -*-
    731747
    732 # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
     748# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
     749# Foundation, Inc.
    733750#
    734751# This file is free software; the Free Software Foundation
    735752# gives unlimited permission to copy and/or distribute it,
    736753# with or without modifications, as long as this notice is preserved.
    737754
    738 # serial 4
     755# serial 5
    739756
    740757# _AM_MANGLE_OPTION(NAME)
    741758# -----------------------
    AC_DEFUN([_AM_MANGLE_OPTION], 
    743760[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    744761
    745762# _AM_SET_OPTION(NAME)
    746 # ------------------------------
     763# --------------------
    747764# Set option NAME.  Presently that only means defining a flag for this option.
    748765AC_DEFUN([_AM_SET_OPTION],
    749766[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    750767
    751768# _AM_SET_OPTIONS(OPTIONS)
    752 # ----------------------------------
     769# ------------------------
    753770# OPTIONS is a space-separated list of Automake options.
    754771AC_DEFUN([_AM_SET_OPTIONS],
    755772[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    Check your system clock]) 
    825842fi
    826843AC_MSG_RESULT(yes)])
    827844
    828 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
     845# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    829846#
    830847# This file is free software; the Free Software Foundation
    831848# gives unlimited permission to copy and/or distribute it,
    832849# with or without modifications, as long as this notice is preserved.
    833850
     851# serial 1
     852
    834853# AM_PROG_INSTALL_STRIP
    835854# ---------------------
    836855# One issue with vendor `install' (even GNU) is that you can't
    fi 
    853872INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    854873AC_SUBST([INSTALL_STRIP_PROGRAM])])
    855874
    856 # Copyright (C) 2006, 2008  Free Software Foundation, Inc.
     875# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
    857876#
    858877# This file is free software; the Free Software Foundation
    859878# gives unlimited permission to copy and/or distribute it,
    860879# with or without modifications, as long as this notice is preserved.
    861880
    862 # serial 2
     881# serial 3
    863882
    864883# _AM_SUBST_NOTMAKE(VARIABLE)
    865884# ---------------------------
    AC_SUBST([INSTALL_STRIP_PROGRAM])]) 
    868887AC_DEFUN([_AM_SUBST_NOTMAKE])
    869888
    870889# AM_SUBST_NOTMAKE(VARIABLE)
    871 # ---------------------------
     890# --------------------------
    872891# Public sister of _AM_SUBST_NOTMAKE.
    873892AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
    874893
    875894# Check how to create a tarball.                            -*- Autoconf -*-
    876895
    877 # Copyright (C) 2004, 2005  Free Software Foundation, Inc.
     896# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
    878897#
    879898# This file is free software; the Free Software Foundation
    880899# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    896915# a tarball read from stdin.
    897916#     $(am__untar) < result.tar
    898917AC_DEFUN([_AM_PROG_TAR],
    899 [# Always define AMTAR for backward compatibility.
    900 AM_MISSING_PROG([AMTAR], [tar])
     918[# Always define AMTAR for backward compatibility.  Yes, it's still used
     919# in the wild :-(  We should find a proper way to deprecate it ...
     920AC_SUBST([AMTAR], ['$${TAR-tar}'])
    901921m4_if([$1], [v7],
    902      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
     922     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
    903923     [m4_case([$1], [ustar],, [pax],,
    904924              [m4_fatal([Unknown tar format])])
    905925AC_MSG_CHECKING([how to create a $1 tar archive])
  • gprof/configure

    diff -rupdN binutils-ref/gprof/configure binutils/gprof/configure
    old new CPP 
    677677am__fastdepCC_FALSE
    678678am__fastdepCC_TRUE
    679679CCDEPMODE
     680am__nodep
    680681AMDEPBACKSLASH
    681682AMDEP_FALSE
    682683AMDEP_TRUE
    fi 
    36773678if test "x$enable_dependency_tracking" != xno; then
    36783679  am_depcomp="$ac_aux_dir/depcomp"
    36793680  AMDEPBACKSLASH='\'
     3681  am__nodep='_no'
    36803682fi
    36813683 if test "x$enable_dependency_tracking" != xno; then
    36823684  AMDEP_TRUE=
    MAKEINFO=${MAKEINFO-"${am_missing_run}ma 
    37393741
    37403742# We need awk for the "check" target.  The system "awk" is bad on
    37413743# some platforms.
    3742 # Always define AMTAR for backward compatibility.
    3743 
    3744 AMTAR=${AMTAR-"${am_missing_run}tar"}
     3744# Always define AMTAR for backward compatibility.  Yes, it's still used
     3745# in the wild :-(  We should find a proper way to deprecate it ...
     3746AMTAR='$${TAR-tar}'
    37453747
    3746 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
     3748am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    37473749
    37483750
    37493751
    else 
    37613763  # instance it was reported that on HP-UX the gcc test will end up
    37623764  # making a dummy file named `D' -- because `-MD' means `put the output
    37633765  # in D'.
     3766  rm -rf conftest.dir
    37643767  mkdir conftest.dir
    37653768  # Copy depcomp to subdir because otherwise we won't find it if we're
    37663769  # using a relative directory.
    else 
    38203823        break
    38213824      fi
    38223825      ;;
    3823     msvisualcpp | msvcmsys)
     3826    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    38243827      # This compiler won't grok `-c -o', but also, the minuso test has
    38253828      # not run yet.  These depmodes are late enough in the game, and
    38263829      # so weak that their functioning should not be impacted.
    else 
    1119211195  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1119311196  lt_status=$lt_dlunknown
    1119411197  cat > conftest.$ac_ext <<_LT_EOF
    11195 #line 11195 "configure"
     11198#line 11198 "configure"
    1119611199#include "confdefs.h"
    1119711200
    1119811201#if HAVE_DLFCN_H
    else 
    1129811301  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1129911302  lt_status=$lt_dlunknown
    1130011303  cat > conftest.$ac_ext <<_LT_EOF
    11301 #line 11301 "configure"
     11304#line 11304 "configure"
    1130211305#include "confdefs.h"
    1130311306
    1130411307#if HAVE_DLFCN_H
  • gprof/Makefile.in

    diff -rupdN binutils-ref/gprof/Makefile.in binutils/gprof/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6 # Inc.
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    77# This Makefile.in is free software; the Free Software Foundation
    88# gives unlimited permission to copy and/or distribute it,
    99# with or without modifications, as long as this notice is preserved.
     
    3535
    3636
    3737VPATH = @srcdir@
     38am__make_dryrun = \
     39  { \
     40    am__dry=no; \
     41    case $$MAKEFLAGS in \
     42      *\\[\ \   ]*) \
     43        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     44          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     45      *) \
     46        for am__flg in $$MAKEFLAGS; do \
     47          case $$am__flg in \
     48            *=*|--*) ;; \
     49            *n*) am__dry=yes; break;; \
     50          esac; \
     51        done;; \
     52    esac; \
     53    test $$am__dry = yes; \
     54  }
    3855pkgdatadir = $(datadir)/@PACKAGE@
    3956pkgincludedir = $(includedir)/@PACKAGE@
    4057pkglibdir = $(libdir)/@PACKAGE@
    RECURSIVE_TARGETS = all-recursive check- 
    130147        install-pdf-recursive install-ps-recursive install-recursive \
    131148        installcheck-recursive installdirs-recursive pdf-recursive \
    132149        ps-recursive uninstall-recursive
     150am__can_run_installinfo = \
     151  case $$AM_UPDATE_INFO_DIR in \
     152    n|no|NO) false;; \
     153    *) (install-info --version) >/dev/null 2>&1;; \
     154  esac
    133155am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    134156am__vpath_adj = case $$p in \
    135157    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    am__nobase_list = $(am__nobase_strip_set 
    151173am__base_list = \
    152174  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    153175  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     176am__uninstall_files_from_dir = { \
     177  test -z "$$files" \
     178    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
     179    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
     180         $(am__cd) "$$dir" && rm -f $$files; }; \
     181  }
    154182man1dir = $(mandir)/man1
    155183NROFF = nroff
    156184MANS = $(man_MANS)
    all: $(BUILT_SOURCES) gconfig.h 
    346374
    347375.SUFFIXES:
    348376.SUFFIXES: .m .c .dvi .lo .o .obj .ps
    349 am--refresh:
     377am--refresh: Makefile
    350378        @:
    351379$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    352380        @for dep in $?; do \
    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 
    382410$(am__aclocal_m4_deps):
    383411
    384412gconfig.h: stamp-h1
    385         @if test ! -f $@; then \
    386           rm -f stamp-h1; \
    387           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    388         else :; fi
     413        @if test ! -f $@; then rm -f stamp-h1; else :; fi
     414        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    389415
    390416stamp-h1: $(srcdir)/gconfig.in $(top_builddir)/config.status
    391417        @rm -f stamp-h1
    po/Makefile.in: $(top_builddir)/config.s 
    401427        cd $(top_builddir) && $(SHELL) ./config.status $@
    402428install-binPROGRAMS: $(bin_PROGRAMS)
    403429        @$(NORMAL_INSTALL)
    404         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    405430        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
     431        if test -n "$$list"; then \
     432          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
     433          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
     434        fi; \
    406435        for p in $$list; do echo "$$p $$p"; done | \
    407436        sed 's/$(EXEEXT)$$//' | \
    408437        while read p p1; do if test -f $$p || test -f $$p1; \
    clean-binPROGRAMS: 
    442471        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    443472        echo " rm -f" $$list; \
    444473        rm -f $$list
    445 gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES)
     474gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES) $(EXTRA_gprof_DEPENDENCIES)
    446475        @rm -f gprof$(EXEEXT)
    447476        $(LINK) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS)
    448477
    uninstall-html-am: 
    573602
    574603uninstall-info-am:
    575604        @$(PRE_UNINSTALL)
    576         @if test -d '$(DESTDIR)$(infodir)' && \
    577             (install-info --version && \
    578              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     605        @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
    579606          list='$(INFO_DEPS)'; \
    580607          for file in $$list; do \
    581608            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    maintainer-clean-aminfo: 
    648675        done
    649676install-man1: $(man_MANS)
    650677        @$(NORMAL_INSTALL)
    651         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
    652         @list=''; test -n "$(man1dir)" || exit 0; \
    653         { for i in $$list; do echo "$$i"; done; \
    654         l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
    655           sed -n '/\.1[a-z]*$$/p'; \
     678        @list1=''; \
     679        list2='$(man_MANS)'; \
     680        test -n "$(man1dir)" \
     681          && test -n "`echo $$list1$$list2`" \
     682          || exit 0; \
     683        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
     684        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
     685        { for i in $$list1; do echo "$$i"; done;  \
     686        if test -n "$$list2"; then \
     687          for i in $$list2; do echo "$$i"; done \
     688            | sed -n '/\.1[a-z]*$$/p'; \
     689        fi; \
    656690        } | while read p; do \
    657691          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    658692          echo "$$d$$p"; echo "$$p"; \
    uninstall-man1: 
    681715          sed -n '/\.1[a-z]*$$/p'; \
    682716        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
    683717              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    684         test -z "$$files" || { \
    685           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
    686           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
     718        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
    687719
    688720# This directory's subdirectories are mostly independent; you can cd
    689721# into them and run `make' without going through this Makefile.
    install-am: all-am 
    839871
    840872installcheck: installcheck-recursive
    841873install-strip:
    842         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    843           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    844           `test -z '$(STRIP)' || \
    845             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     874        if test -z '$(STRIP)'; then \
     875          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     876            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     877              install; \
     878        else \
     879          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     880            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     881            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     882        fi
    846883mostlyclean-generic:
    847884
    848885clean-generic:
    install-dvi: install-dvi-recursive 
    887924
    888925install-dvi-am: $(DVIS)
    889926        @$(NORMAL_INSTALL)
    890         test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"
    891927        @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
     928        if test -n "$$list"; then \
     929          echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
     930          $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
     931        fi; \
    892932        for p in $$list; do \
    893933          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    894934          echo "$$d$$p"; \
    install-html: install-html-recursive 
    903943
    904944install-html-am: $(HTMLS)
    905945        @$(NORMAL_INSTALL)
    906         test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
    907946        @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
     947        if test -n "$$list"; then \
     948          echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
     949          $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
     950        fi; \
    908951        for p in $$list; do \
    909952          if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
    910953          $(am__strip_dir) \
    911           if test -d "$$d$$p"; then \
     954          d2=$$d$$p; \
     955          if test -d "$$d2"; then \
    912956            echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
    913957            $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
    914             echo " $(INSTALL_DATA) '$$d$$p'/* '$(DESTDIR)$(htmldir)/$$f'"; \
    915             $(INSTALL_DATA) "$$d$$p"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
     958            echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
     959            $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
    916960          else \
    917             list2="$$list2 $$d$$p"; \
     961            list2="$$list2 $$d2"; \
    918962          fi; \
    919963        done; \
    920964        test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
    install-info: install-info-recursive 
    926970
    927971install-info-am: $(INFO_DEPS)
    928972        @$(NORMAL_INSTALL)
    929         test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"
    930973        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    931974        list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
     975        if test -n "$$list"; then \
     976          echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
     977          $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
     978        fi; \
    932979        for file in $$list; do \
    933980          case $$file in \
    934981            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    install-info-am: $(INFO_DEPS) 
    946993          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
    947994          $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
    948995        @$(POST_INSTALL)
    949         @if (install-info --version && \
    950              install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \
     996        @if $(am__can_run_installinfo); then \
    951997          list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
    952998          for file in $$list; do \
    953999            relfile=`echo "$$file" | sed 's|^.*/||'`; \
    install-pdf: install-pdf-recursive 
    9611007
    9621008install-pdf-am: $(PDFS)
    9631009        @$(NORMAL_INSTALL)
    964         test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"
    9651010        @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
     1011        if test -n "$$list"; then \
     1012          echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
     1013          $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
     1014        fi; \
    9661015        for p in $$list; do \
    9671016          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    9681017          echo "$$d$$p"; \
    install-ps: install-ps-recursive 
    9741023
    9751024install-ps-am: $(PSS)
    9761025        @$(NORMAL_INSTALL)
    977         test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"
    9781026        @list='$(PSS)'; test -n "$(psdir)" || list=; \
     1027        if test -n "$$list"; then \
     1028          echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
     1029          $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
     1030        fi; \
    9791031        for p in $$list; do \
    9801032          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    9811033          echo "$$d$$p"; \
  • ld/configure

    diff -rupdN binutils-ref/ld/configure binutils/ld/configure
    old new fi 
    36983698
    36993699
    37003700BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
    3701 am__api_version='1.11'
     3701am__api_version='1.14'
    37023702
    37033703# Find a good install program.  We prefer a C program (faster),
    37043704# so one script is as good as another.  But avoid the broken or
  • opcodes/aclocal.m4

    diff -rupdN binutils-ref/opcodes/aclocal.m4 binutils/opcodes/aclocal.m4
    old new  
    1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
     1# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
    22
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    4 # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
     4# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
     5# Inc.
    56# This file is free software; the Free Software Foundation
    67# gives unlimited permission to copy and/or distribute it,
    78# with or without modifications, as long as this notice is preserved.
     
    1314
    1415m4_ifndef([AC_AUTOCONF_VERSION],
    1516  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
    17 [m4_warning([this file was generated for autoconf 2.64.
     17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
     18[m4_warning([this file was generated for autoconf 2.69.
    1819You have another version of autoconf.  It may work, but is not guaranteed to.
    1920If you have problems, you may need to regenerate the build system entirely.
    2021To do so, use the procedure documented by the package, typically `autoreconf'.])])
    2122
    22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
     23# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
     24# Foundation, Inc.
    2325#
    2426# This file is free software; the Free Software Foundation
    2527# gives unlimited permission to copy and/or distribute it,
    2628# with or without modifications, as long as this notice is preserved.
    2729
     30# serial 1
     31
    2832# AM_AUTOMAKE_VERSION(VERSION)
    2933# ----------------------------
    3034# Automake X.Y traces this macro to ensure aclocal.m4 has been
    AC_DEFUN([AM_AUTOMAKE_VERSION], 
    3438[am__api_version='1.11'
    3539dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    3640dnl require some minimum version.  Point them to the right macro.
    37 m4_if([$1], [1.11.1], [],
     41m4_if([$1], [1.11.6], [],
    3842      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    3943])
    4044
    m4_define([_AM_AUTOCONF_VERSION], []) 
    5054# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    5155# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
    5256AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    53 [AM_AUTOMAKE_VERSION([1.11.1])dnl
     57[AM_AUTOMAKE_VERSION([1.11.6])dnl
    5458m4_ifndef([AC_AUTOCONF_VERSION],
    5559  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    5660_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    5761
    5862# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
    5963
    60 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
     64# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    6165#
    6266# This file is free software; the Free Software Foundation
    6367# gives unlimited permission to copy and/or distribute it,
    6468# with or without modifications, as long as this notice is preserved.
    6569
     70# serial 1
     71
    6672# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
    6773# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
    6874# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
    AC_CONFIG_COMMANDS_PRE( 
    144150Usually this means the macro was only invoked conditionally.]])
    145151fi])])
    146152
    147 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
    148 # Free Software Foundation, Inc.
     153# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
     154# 2010, 2011 Free Software Foundation, Inc.
    149155#
    150156# This file is free software; the Free Software Foundation
    151157# gives unlimited permission to copy and/or distribute it,
    152158# with or without modifications, as long as this notice is preserved.
    153159
    154 # serial 10
     160# serial 12
    155161
    156162# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
    157163# written in clear, in which case automake, when reading aclocal.m4,
    AC_CACHE_CHECK([dependency style of $dep 
    191197  # instance it was reported that on HP-UX the gcc test will end up
    192198  # making a dummy file named `D' -- because `-MD' means `put the output
    193199  # in D'.
     200  rm -rf conftest.dir
    194201  mkdir conftest.dir
    195202  # Copy depcomp to subdir because otherwise we won't find it if we're
    196203  # using a relative directory.
    AC_CACHE_CHECK([dependency style of $dep 
    255262        break
    256263      fi
    257264      ;;
    258     msvisualcpp | msvcmsys)
     265    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    259266      # This compiler won't grok `-c -o', but also, the minuso test has
    260267      # not run yet.  These depmodes are late enough in the game, and
    261268      # so weak that their functioning should not be impacted.
    AC_DEFUN([AM_DEP_TRACK], 
    320327if test "x$enable_dependency_tracking" != xno; then
    321328  am_depcomp="$ac_aux_dir/depcomp"
    322329  AMDEPBACKSLASH='\'
     330  am__nodep='_no'
    323331fi
    324332AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
    325333AC_SUBST([AMDEPBACKSLASH])dnl
    326334_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
     335AC_SUBST([am__nodep])dnl
     336_AM_SUBST_NOTMAKE([am__nodep])dnl
    327337])
    328338
    329339# Generate code to set up dependency tracking.              -*- Autoconf -*-
    for _am_header in $config_headers :; do 
    545555done
    546556echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    547557
    548 # Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
     558# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
     559# Inc.
    549560#
    550561# This file is free software; the Free Software Foundation
    551562# gives unlimited permission to copy and/or distribute it,
    552563# with or without modifications, as long as this notice is preserved.
    553564
     565# serial 1
     566
    554567# AM_PROG_INSTALL_SH
    555568# ------------------
    556569# Define $install_sh.
    AC_SUBST(install_sh)]) 
    569582# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
    570583# From Jim Meyering
    571584
    572 # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
    573 # Free Software Foundation, Inc.
     585# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
     586# 2011 Free Software Foundation, Inc.
    574587#
    575588# This file is free software; the Free Software Foundation
    576589# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN([AM_MAINTAINER_MODE], 
    590603       [disable], [m4_define([am_maintainer_other], [enable])],
    591604       [m4_define([am_maintainer_other], [enable])
    592605        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
    593 AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
     606AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
    594607  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
    595608  AC_ARG_ENABLE([maintainer-mode],
    596609[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
    else 
    701714fi
    702715])
    703716
    704 # Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
     717# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
     718# Inc.
    705719#
    706720# This file is free software; the Free Software Foundation
    707721# gives unlimited permission to copy and/or distribute it,
    708722# with or without modifications, as long as this notice is preserved.
    709723
     724# serial 1
     725
    710726# AM_PROG_MKDIR_P
    711727# ---------------
    712728# Check for `mkdir -p'.
    esac 
    729745
    730746# Helper functions for option handling.                     -*- Autoconf -*-
    731747
    732 # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
     748# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
     749# Foundation, Inc.
    733750#
    734751# This file is free software; the Free Software Foundation
    735752# gives unlimited permission to copy and/or distribute it,
    736753# with or without modifications, as long as this notice is preserved.
    737754
    738 # serial 4
     755# serial 5
    739756
    740757# _AM_MANGLE_OPTION(NAME)
    741758# -----------------------
    AC_DEFUN([_AM_MANGLE_OPTION], 
    743760[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    744761
    745762# _AM_SET_OPTION(NAME)
    746 # ------------------------------
     763# --------------------
    747764# Set option NAME.  Presently that only means defining a flag for this option.
    748765AC_DEFUN([_AM_SET_OPTION],
    749766[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    750767
    751768# _AM_SET_OPTIONS(OPTIONS)
    752 # ----------------------------------
     769# ------------------------
    753770# OPTIONS is a space-separated list of Automake options.
    754771AC_DEFUN([_AM_SET_OPTIONS],
    755772[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    Check your system clock]) 
    825842fi
    826843AC_MSG_RESULT(yes)])
    827844
    828 # Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
     845# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
    829846#
    830847# This file is free software; the Free Software Foundation
    831848# gives unlimited permission to copy and/or distribute it,
    832849# with or without modifications, as long as this notice is preserved.
    833850
     851# serial 1
     852
    834853# AM_PROG_INSTALL_STRIP
    835854# ---------------------
    836855# One issue with vendor `install' (even GNU) is that you can't
    fi 
    853872INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    854873AC_SUBST([INSTALL_STRIP_PROGRAM])])
    855874
    856 # Copyright (C) 2006, 2008  Free Software Foundation, Inc.
     875# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
    857876#
    858877# This file is free software; the Free Software Foundation
    859878# gives unlimited permission to copy and/or distribute it,
    860879# with or without modifications, as long as this notice is preserved.
    861880
    862 # serial 2
     881# serial 3
    863882
    864883# _AM_SUBST_NOTMAKE(VARIABLE)
    865884# ---------------------------
    AC_SUBST([INSTALL_STRIP_PROGRAM])]) 
    868887AC_DEFUN([_AM_SUBST_NOTMAKE])
    869888
    870889# AM_SUBST_NOTMAKE(VARIABLE)
    871 # ---------------------------
     890# --------------------------
    872891# Public sister of _AM_SUBST_NOTMAKE.
    873892AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
    874893
    875894# Check how to create a tarball.                            -*- Autoconf -*-
    876895
    877 # Copyright (C) 2004, 2005  Free Software Foundation, Inc.
     896# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
    878897#
    879898# This file is free software; the Free Software Foundation
    880899# gives unlimited permission to copy and/or distribute it,
    AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 
    896915# a tarball read from stdin.
    897916#     $(am__untar) < result.tar
    898917AC_DEFUN([_AM_PROG_TAR],
    899 [# Always define AMTAR for backward compatibility.
    900 AM_MISSING_PROG([AMTAR], [tar])
     918[# Always define AMTAR for backward compatibility.  Yes, it's still used
     919# in the wild :-(  We should find a proper way to deprecate it ...
     920AC_SUBST([AMTAR], ['$${TAR-tar}'])
    901921m4_if([$1], [v7],
    902      [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
     922     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
    903923     [m4_case([$1], [ustar],, [pax],,
    904924              [m4_fatal([Unknown tar format])])
    905925AC_MSG_CHECKING([how to create a $1 tar archive])
  • opcodes/configure

    diff -rupdN binutils-ref/opcodes/configure binutils/opcodes/configure
    old new CPP 
    696696am__fastdepCC_FALSE
    697697am__fastdepCC_TRUE
    698698CCDEPMODE
     699am__nodep
    699700AMDEPBACKSLASH
    700701AMDEP_FALSE
    701702AMDEP_TRUE
    fi 
    37483749if test "x$enable_dependency_tracking" != xno; then
    37493750  am_depcomp="$ac_aux_dir/depcomp"
    37503751  AMDEPBACKSLASH='\'
     3752  am__nodep='_no'
    37513753fi
    37523754 if test "x$enable_dependency_tracking" != xno; then
    37533755  AMDEP_TRUE=
    MAKEINFO=${MAKEINFO-"${am_missing_run}ma 
    38103812
    38113813# We need awk for the "check" target.  The system "awk" is bad on
    38123814# some platforms.
    3813 # Always define AMTAR for backward compatibility.
    3814 
    3815 AMTAR=${AMTAR-"${am_missing_run}tar"}
     3815# Always define AMTAR for backward compatibility.  Yes, it's still used
     3816# in the wild :-(  We should find a proper way to deprecate it ...
     3817AMTAR='$${TAR-tar}'
    38163818
    3817 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
     3819am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
    38183820
    38193821
    38203822
    else 
    38323834  # instance it was reported that on HP-UX the gcc test will end up
    38333835  # making a dummy file named `D' -- because `-MD' means `put the output
    38343836  # in D'.
     3837  rm -rf conftest.dir
    38353838  mkdir conftest.dir
    38363839  # Copy depcomp to subdir because otherwise we won't find it if we're
    38373840  # using a relative directory.
    else 
    38913894        break
    38923895      fi
    38933896      ;;
    3894     msvisualcpp | msvcmsys)
     3897    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
    38953898      # This compiler won't grok `-c -o', but also, the minuso test has
    38963899      # not run yet.  These depmodes are late enough in the game, and
    38973900      # so weak that their functioning should not be impacted.
    else 
    1120911212  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1121011213  lt_status=$lt_dlunknown
    1121111214  cat > conftest.$ac_ext <<_LT_EOF
    11212 #line 11212 "configure"
     11215#line 11215 "configure"
    1121311216#include "confdefs.h"
    1121411217
    1121511218#if HAVE_DLFCN_H
    else 
    1131511318  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    1131611319  lt_status=$lt_dlunknown
    1131711320  cat > conftest.$ac_ext <<_LT_EOF
    11318 #line 11318 "configure"
     11321#line 11321 "configure"
    1131911322#include "confdefs.h"
    1132011323
    1132111324#if HAVE_DLFCN_H
  • opcodes/Makefile.in

    diff -rupdN binutils-ref/opcodes/Makefile.in binutils/opcodes/Makefile.in
    old new  
    1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.6 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6 # Inc.
     5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6# Foundation, Inc.
    77# This Makefile.in is free software; the Free Software Foundation
    88# gives unlimited permission to copy and/or distribute it,
    99# with or without modifications, as long as this notice is preserved.
     
    3636
    3737
    3838VPATH = @srcdir@
     39am__make_dryrun = \
     40  { \
     41    am__dry=no; \
     42    case $$MAKEFLAGS in \
     43      *\\[\ \   ]*) \
     44        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     45          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     46      *) \
     47        for am__flg in $$MAKEFLAGS; do \
     48          case $$am__flg in \
     49            *=*|--*) ;; \
     50            *n*) am__dry=yes; break;; \
     51          esac; \
     52        done;; \
     53    esac; \
     54    test $$am__dry = yes; \
     55  }
    3956pkgdatadir = $(datadir)/@PACKAGE@
    4057pkgincludedir = $(includedir)/@PACKAGE@
    4158pkglibdir = $(libdir)/@PACKAGE@
    am__nobase_list = $(am__nobase_strip_set 
    111128am__base_list = \
    112129  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    113130  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     131am__uninstall_files_from_dir = { \
     132  test -z "$$files" \
     133    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
     134    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
     135         $(am__cd) "$$dir" && rm -f $$files; }; \
     136  }
    114137am__installdirs = "$(DESTDIR)$(bfdlibdir)" \
    115138        "$(DESTDIR)$(bfdincludedir)"
    116139LTLIBRARIES = $(bfdlib_LTLIBRARIES) $(noinst_LTLIBRARIES)
    RECURSIVE_TARGETS = all-recursive check- 
    144167        install-pdf-recursive install-ps-recursive install-recursive \
    145168        installcheck-recursive installdirs-recursive pdf-recursive \
    146169        ps-recursive uninstall-recursive
     170am__can_run_installinfo = \
     171  case $$AM_UPDATE_INFO_DIR in \
     172    n|no|NO) false;; \
     173    *) (install-info --version) >/dev/null 2>&1;; \
     174  esac
    147175DATA = $(bfdinclude_DATA)
    148176RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
    149177  distclean-recursive maintainer-clean-recursive
    all: config.h 
    657685
    658686.SUFFIXES:
    659687.SUFFIXES: .c .lo .o .obj
    660 am--refresh:
     688am--refresh: Makefile
    661689        @:
    662690$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    663691        @for dep in $?; do \
    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 
    693721$(am__aclocal_m4_deps):
    694722
    695723config.h: stamp-h1
    696         @if test ! -f $@; then \
    697           rm -f stamp-h1; \
    698           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    699         else :; fi
     724        @if test ! -f $@; then rm -f stamp-h1; else :; fi
     725        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
    700726
    701727stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
    702728        @rm -f stamp-h1
    clean-noinstLIBRARIES: 
    715741        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    716742install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
    717743        @$(NORMAL_INSTALL)
    718         test -z "$(bfdlibdir)" || $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)"
    719744        @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
    720745        list2=; for p in $$list; do \
    721746          if test -f $$p; then \
    install-bfdlibLTLIBRARIES: $(bfdlib_LTLI 
    723748          else :; fi; \
    724749        done; \
    725750        test -z "$$list2" || { \
     751          echo " $(MKDIR_P) '$(DESTDIR)$(bfdlibdir)'"; \
     752          $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" || exit 1; \
    726753          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
    727754          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
    728755        }
    clean-noinstLTLIBRARIES: 
    753780          echo "rm -f \"$${dir}/so_locations\""; \
    754781          rm -f "$${dir}/so_locations"; \
    755782        done
    756 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
     783libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) $(EXTRA_libopcodes_la_DEPENDENCIES)
    757784        $(libopcodes_la_LINK) $(am_libopcodes_la_rpath) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
    758785
    759786mostlyclean-compile:
    distclean-libtool: 
    972999        -rm -f libtool config.lt
    9731000install-bfdincludeDATA: $(bfdinclude_DATA)
    9741001        @$(NORMAL_INSTALL)
    975         test -z "$(bfdincludedir)" || $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)"
    9761002        @list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
     1003        if test -n "$$list"; then \
     1004          echo " $(MKDIR_P) '$(DESTDIR)$(bfdincludedir)'"; \
     1005          $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)" || exit 1; \
     1006        fi; \
    9771007        for p in $$list; do \
    9781008          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    9791009          echo "$$d$$p"; \
    uninstall-bfdincludeDATA: 
    9871017        @$(NORMAL_UNINSTALL)
    9881018        @list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
    9891019        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    990         test -n "$$files" || exit 0; \
    991         echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \
    992         cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files
     1020        dir='$(DESTDIR)$(bfdincludedir)'; $(am__uninstall_files_from_dir)
    9931021
    9941022# This directory's subdirectories are mostly independent; you can cd
    9951023# into them and run `make' without going through this Makefile.
    install-am: all-am 
    11431171
    11441172installcheck: installcheck-recursive
    11451173install-strip:
    1146         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    1147           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    1148           `test -z '$(STRIP)' || \
    1149             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
     1174        if test -z '$(STRIP)'; then \
     1175          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     1176            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     1177              install; \
     1178        else \
     1179          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
     1180            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
     1181            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
     1182        fi
    11501183mostlyclean-generic:
    11511184        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    11521185