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 -*- 4 2 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. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, 7 8 # with or without modifications, as long as this notice is preserved. … … 11 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 13 # PARTICULAR PURPOSE. 13 14 14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])15 15 m4_ifndef([AC_AUTOCONF_VERSION], 16 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 17 17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, 18 18 [m4_warning([this file was generated for autoconf 2.69. 19 19 You have another version of autoconf. It may work, but is not guaranteed to. 20 20 If 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'.])])21 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 22 22 23 # Copyright (C) 2002-2013 Free Software Foundation, Inc. 23 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software 24 # Foundation, Inc. 24 25 # 25 26 # This file is free software; the Free Software Foundation 26 27 # gives unlimited permission to copy and/or distribute it, 27 28 # with or without modifications, as long as this notice is preserved. 28 29 30 # serial 1 31 29 32 # AM_AUTOMAKE_VERSION(VERSION) 30 33 # ---------------------------- 31 34 # Automake X.Y traces this macro to ensure aclocal.m4 has been 32 35 # generated from the m4 files accompanying Automake X.Y. 33 36 # (This private macro should not be called outside this file.) 34 37 AC_DEFUN([AM_AUTOMAKE_VERSION], 35 [am__api_version='1.1 4'38 [am__api_version='1.11' 36 39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 37 40 dnl require some minimum version. Point them to the right macro. 38 m4_if([$1], [1.1 4.1], [],41 m4_if([$1], [1.11.6], [], 39 42 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 40 43 ]) 41 44 … … m4_define([_AM_AUTOCONF_VERSION], []) 51 54 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 52 55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 53 56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 54 [AM_AUTOMAKE_VERSION([1.1 4.1])dnl57 [AM_AUTOMAKE_VERSION([1.11.6])dnl 55 58 m4_ifndef([AC_AUTOCONF_VERSION], 56 59 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 57 60 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 58 61 59 62 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 60 63 61 # Copyright (C) 2001 -2013Free Software Foundation, Inc.64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 62 65 # 63 66 # This file is free software; the Free Software Foundation 64 67 # gives unlimited permission to copy and/or distribute it, 65 68 # with or without modifications, as long as this notice is preserved. 66 69 70 # serial 1 71 67 72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 68 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to69 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.73 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 74 # `$srcdir', `$srcdir/..', or `$srcdir/../..'. 70 75 # 71 76 # Of course, Automake must honor this variable whenever it calls a 72 77 # tool from the auxiliary directory. The problem is that $srcdir (and … … _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCON 85 90 # 86 91 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir 87 92 # are both prefixed by $srcdir. In an in-source build this is usually 88 # harmless because $srcdir is '.', but things will broke when you93 # harmless because $srcdir is `.', but things will broke when you 89 94 # start a VPATH build or use an absolute $srcdir. 90 95 # 91 96 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, … … am_aux_dir=`cd $ac_aux_dir && pwd` 111 116 112 117 # AM_CONDITIONAL -*- Autoconf -*- 113 118 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. 115 121 # 116 122 # This file is free software; the Free Software Foundation 117 123 # gives unlimited permission to copy and/or distribute it, 118 124 # with or without modifications, as long as this notice is preserved. 119 125 126 # serial 9 127 120 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 121 129 # ------------------------------------- 122 130 # Define a conditional. 123 131 AC_DEFUN([AM_CONDITIONAL], 124 [AC_PREREQ( [2.52])dnl125 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],126 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 127 135 AC_SUBST([$1_TRUE])dnl 128 136 AC_SUBST([$1_FALSE])dnl 129 137 _AM_SUBST_NOTMAKE([$1_TRUE])dnl … … AC_CONFIG_COMMANDS_PRE( 142 150 Usually this means the macro was only invoked conditionally.]]) 143 151 fi])]) 144 152 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. 146 155 # 147 156 # This file is free software; the Free Software Foundation 148 157 # gives unlimited permission to copy and/or distribute it, 149 158 # with or without modifications, as long as this notice is preserved. 150 159 160 # serial 12 151 161 152 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be162 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 153 163 # written in clear, in which case automake, when reading aclocal.m4, 154 164 # will think it sees a *use*, and therefore will trigger all it's 155 165 # C support machinery. Also note that it means that autoscan, seeing … … fi])]) 159 169 # _AM_DEPENDENCIES(NAME) 160 170 # ---------------------- 161 171 # 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". 163 173 # We try a few techniques and use that to set a single cache variable. 164 174 # 165 175 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was … … AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAND 172 182 AC_REQUIRE([AM_MAKE_INCLUDE])dnl 173 183 AC_REQUIRE([AM_DEP_TRACK])dnl 174 184 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=]) 185 ifelse([$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=]) 182 191 183 192 AC_CACHE_CHECK([dependency style of $depcc], 184 193 [am_cv_$1_dependencies_compiler_type], … … AC_CACHE_CHECK([dependency style of $dep 186 195 # We make a subdir and do the tests there. Otherwise we can end up 187 196 # making bogus files that we don't know about and never remove. For 188 197 # 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 output190 # in D ".198 # making a dummy file named `D' -- because `-MD' means `put the output 199 # in D'. 191 200 rm -rf conftest.dir 192 201 mkdir conftest.dir 193 202 # Copy depcomp to subdir because otherwise we won't find it if we're … … AC_CACHE_CHECK([dependency style of $dep 227 236 : > sub/conftest.c 228 237 for i in 1 2 3 4 5 6; do 229 238 echo '#include "conftst'$i'.h"' >> sub/conftest.c 230 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with231 # Solaris 10/bin/sh.232 echo '/* dummy */' >sub/conftst$i.h239 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 240 # Solaris 8's {/usr,}/bin/sh. 241 touch sub/conftst$i.h 233 242 done 234 243 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 235 244 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" 237 246 # mode. It turns out that the SunPro C++ compiler does not properly 238 # handle '-M -o', and we need to detect this. Also, some Intel239 # 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 240 249 am__obj=sub/conftest.${OBJEXT-o} 241 250 am__minus_obj="-o $am__obj" 242 251 case $depmode in … … AC_CACHE_CHECK([dependency style of $dep 245 254 test "$am__universal" = false || continue 246 255 ;; 247 256 nosideeffect) 248 # After this tag, mechanisms are not by side-effect, so they'll249 # 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 250 259 if test "x$enable_dependency_tracking" = xyes; then 251 260 continue 252 261 else … … AC_CACHE_CHECK([dependency style of $dep 254 263 fi 255 264 ;; 256 265 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 257 # This compiler won't grok '-c -o', but also, the minuso test has266 # This compiler won't grok `-c -o', but also, the minuso test has 258 267 # not run yet. These depmodes are late enough in the game, and 259 268 # so weak that their functioning should not be impacted. 260 269 am__obj=conftest.${OBJEXT-o} … … AM_CONDITIONAL([am__fastdep$1], [ 302 311 # AM_SET_DEPDIR 303 312 # ------------- 304 313 # 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 306 315 AC_DEFUN([AM_SET_DEPDIR], 307 316 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl 308 317 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl … … AC_SUBST([DEPDIR], ["${am__leading_dot}d 312 321 # AM_DEP_TRACK 313 322 # ------------ 314 323 AC_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]) 322 327 if test "x$enable_dependency_tracking" != xno; then 323 328 am_depcomp="$ac_aux_dir/depcomp" 324 329 AMDEPBACKSLASH='\' … … _AM_SUBST_NOTMAKE([am__nodep])dnl 333 338 334 339 # Generate code to set up dependency tracking. -*- Autoconf -*- 335 340 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. 337 343 # 338 344 # This file is free software; the Free Software Foundation 339 345 # gives unlimited permission to copy and/or distribute it, 340 346 # with or without modifications, as long as this notice is preserved. 341 347 348 #serial 5 342 349 343 350 # _AM_OUTPUT_DEPENDENCY_COMMANDS 344 351 # ------------------------------ 345 352 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 346 353 [{ 347 # Older Autoconfquotes --file arguments for eval, but not when files354 # Autoconf 2.62 quotes --file arguments for eval, but not when files 348 355 # are listed without --file. Let's play safe and only enable the eval 349 356 # if we detect the quoting. 350 357 case $CONFIG_FILES in … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 357 364 # Strip MF so we end up with the name of the file. 358 365 mf=`echo "$mf" | sed -e 's/:.*$//'` 359 366 # Check whether this is an Automake generated Makefile or not. 360 # We used to match only the files named 'Makefile.in', but367 # We used to match only the files named `Makefile.in', but 361 368 # some people rename them; so instead we look at the file content. 362 369 # Grep'ing the first line is not enough: some people post-process 363 370 # each Makefile.in and add a new line on top of each file to say so. … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 369 376 continue 370 377 fi 371 378 # Extract the definition of DEPDIR, am__include, and am__quote 372 # from the Makefile without running 'make'.379 # from the Makefile without running `make'. 373 380 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 374 381 test -z "$DEPDIR" && continue 375 382 am__include=`sed -n 's/^am__include = //p' < "$mf"` 376 test -z " $am__include" && continue383 test -z "am__include" && continue 377 384 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"` 378 387 # Find all dependency output files, they are included files with 379 388 # $(DEPDIR) in their names. We invoke sed twice because it is the 380 389 # simplest approach to changing $(DEPDIR) to its actual value in the 381 390 # expansion. 382 391 for file in `sed -n " 383 392 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 384 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' `; do393 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 385 394 # Make sure the directory exists. 386 395 test -f "$dirpart/$file" && continue 387 396 fdir=`AS_DIRNAME(["$file"])` … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 399 408 # This macro should only be invoked once -- use via AC_REQUIRE. 400 409 # 401 410 # This code is only required when automatic dependency tracking 402 # is enabled. FIXME. This creates each '.P' file that we will411 # is enabled. FIXME. This creates each `.P' file that we will 403 412 # need in order to bootstrap the dependency handling code. 404 413 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 405 414 [AC_CONFIG_COMMANDS([depfiles], … … AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] 409 418 410 419 # Do all the work for Automake. -*- Autoconf -*- 411 420 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. 413 423 # 414 424 # This file is free software; the Free Software Foundation 415 425 # gives unlimited permission to copy and/or distribute it, 416 426 # with or without modifications, as long as this notice is preserved. 417 427 428 # serial 16 429 418 430 # This macro actually does too much. Some checks are only needed if 419 431 # your package does certain things. But this isn't really a big deal. 420 432 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_O425 ])426 427 433 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 428 434 # AM_INIT_AUTOMAKE([OPTIONS]) 429 435 # ----------------------------------------------- … … m4_defn([AC_PROG_CC]) 436 442 # arguments mandatory, and then we can depend on a new Autoconf 437 443 # release and drop the old call support. 438 444 AC_DEFUN([AM_INIT_AUTOMAKE], 439 [AC_PREREQ([2.6 5])dnl445 [AC_PREREQ([2.62])dnl 440 446 dnl Autoconf wants to disallow AM_ names. We explicitly allow 441 447 dnl the ones we care about. 442 448 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl … … AC_SUBST([CYGPATH_W]) 465 471 # Define the identity of the package. 466 472 dnl Distinguish between old-style and new-style calls. 467 473 m4_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 471 475 AC_SUBST([PACKAGE], [$1])dnl 472 476 AC_SUBST([VERSION], [$2])], 473 477 [_AM_SET_OPTIONS([$1])dnl 474 478 dnl 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],, 479 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, 478 480 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl 479 481 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 480 482 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 481 483 482 484 _AM_IF_OPTION([no-define],, 483 [AC_DEFINE_UNQUOTED( [PACKAGE], ["$PACKAGE"], [Name of package])484 AC_DEFINE_UNQUOTED( [VERSION], ["$VERSION"], [Version number of package])])dnl485 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 486 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 485 487 486 488 # Some tools Automake needs. 487 489 AC_REQUIRE([AM_SANITY_CHECK])dnl 488 490 AC_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])491 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 492 AM_MISSING_PROG(AUTOCONF, autoconf) 493 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 494 AM_MISSING_PROG(AUTOHEADER, autoheader) 495 AM_MISSING_PROG(MAKEINFO, makeinfo) 494 496 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 495 497 AC_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)']) 498 AC_REQUIRE([AM_PROG_MKDIR_P])dnl 502 499 # We need awk for the "check" target. The system "awk" is bad on 503 500 # some platforms. 504 501 AC_REQUIRE([AC_PROG_AWK])dnl … … _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR 509 506 [_AM_PROG_TAR([v7])])]) 510 507 _AM_IF_OPTION([no-dependencies],, 511 508 [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])])])dnl509 [_AM_DEPENDENCIES(CC)], 510 [define([AC_PROG_CC], 511 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 515 512 AC_PROVIDE_IFELSE([AC_PROG_CXX], 516 [_AM_DEPENDENCIES( [CXX])],517 [ m4_define([AC_PROG_CXX],518 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl513 [_AM_DEPENDENCIES(CXX)], 514 [define([AC_PROG_CXX], 515 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 519 516 AC_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 527 520 ]) 528 AC_REQUIRE([AM_SILENT_RULES])dnl529 dnl The testsuitedriver may need to know about EXEEXT, so add the530 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This531 dnl macrois hooked onto _AC_COMPILER_EXEEXT early, see below.521 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl 522 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the 523 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro 524 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. 532 525 AC_CONFIG_COMMANDS_PRE(dnl 533 526 [m4_provide_if([_AM_COMPILER_EXEEXT], 534 527 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl 528 ]) 535 529 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 530 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not 579 531 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 580 532 dnl mangled by Autoconf and run in a shell conditional statement. 581 533 m4_define([_AC_COMPILER_EXEEXT], 582 534 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) 583 535 536 584 537 # When config.status generates a header, we must update the stamp-h file. 585 538 # This file resides in the same directory as the config header 586 539 # that is generated. The stamp files are numbered to have different names. … … for _am_header in $config_headers :; do 602 555 done 603 556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 604 557 605 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 558 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 559 # Inc. 606 560 # 607 561 # This file is free software; the Free Software Foundation 608 562 # gives unlimited permission to copy and/or distribute it, 609 563 # with or without modifications, as long as this notice is preserved. 610 564 565 # serial 1 566 611 567 # AM_PROG_INSTALL_SH 612 568 # ------------------ 613 569 # Define $install_sh. … … if test x"${install_sh}" != xset; then 621 577 install_sh="\${SHELL} $am_aux_dir/install-sh" 622 578 esac 623 579 fi 624 AC_SUBST( [install_sh])])580 AC_SUBST(install_sh)]) 625 581 626 582 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 627 583 # From Jim Meyering 628 584 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. 630 587 # 631 588 # This file is free software; the Free Software Foundation 632 589 # gives unlimited permission to copy and/or distribute it, 633 590 # with or without modifications, as long as this notice is preserved. 634 591 592 # serial 5 593 635 594 # AM_MAINTAINER_MODE([DEFAULT-MODE]) 636 595 # ---------------------------------- 637 596 # 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 user597 # Default is to disable them, unless `enable' is passed literally. 598 # For symmetry, `disable' may be passed as well. Anyway, the user 640 599 # can override the default with the --enable/--disable switch. 641 600 AC_DEFUN([AM_MAINTAINER_MODE], 642 601 [m4_case(m4_default([$1], [disable]), … … AC_DEFUN([AM_MAINTAINER_MODE], 647 606 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 648 607 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 649 608 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])) 655 613 AC_MSG_RESULT([$USE_MAINTAINER_MODE]) 656 614 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) 657 615 MAINT=$MAINTAINER_MODE_TRUE … … AC_MSG_CHECKING([whether to enable maint 659 617 ] 660 618 ) 661 619 620 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) 621 662 622 # Check to see how 'make' treats includes. -*- Autoconf -*- 663 623 664 # Copyright (C) 2001 -2013Free Software Foundation, Inc.624 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. 665 625 # 666 626 # This file is free software; the Free Software Foundation 667 627 # gives unlimited permission to copy and/or distribute it, 668 628 # with or without modifications, as long as this notice is preserved. 669 629 630 # serial 4 631 670 632 # AM_MAKE_INCLUDE() 671 633 # ----------------- 672 634 # Check to see how make treats includes. … … am__quote= 684 646 _am_result=none 685 647 # First try GNU make style include. 686 648 echo "include confinc" > confmf 687 # Ignore all kinds of additional output from 'make'.649 # Ignore all kinds of additional output from `make'. 688 650 case `$am_make -s -f confmf 2> /dev/null` in #( 689 651 *the\ am__doit\ target*) 690 652 am__include=include … … rm -f confinc confmf 711 673 712 674 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 713 675 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. 715 678 # 716 679 # This file is free software; the Free Software Foundation 717 680 # gives unlimited permission to copy and/or distribute it, 718 681 # with or without modifications, as long as this notice is preserved. 719 682 683 # serial 6 684 720 685 # AM_MISSING_PROG(NAME, PROGRAM) 721 686 # ------------------------------ 722 687 AC_DEFUN([AM_MISSING_PROG], … … AC_DEFUN([AM_MISSING_PROG], 724 689 $1=${$1-"${am_missing_run}$2"} 725 690 AC_SUBST($1)]) 726 691 692 727 693 # AM_MISSING_HAS_RUN 728 694 # ------------------ 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. 731 697 AC_DEFUN([AM_MISSING_HAS_RUN], 732 698 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 733 699 AC_REQUIRE_AUX_FILE([missing])dnl … … if test x"${MISSING+set}" != xset; then 740 706 esac 741 707 fi 742 708 # Use eval to expand $SHELL 743 if eval "$MISSING -- is-lightweight"; then744 am_missing_run="$MISSING "709 if eval "$MISSING --run true"; then 710 am_missing_run="$MISSING --run " 745 711 else 746 712 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]) 748 714 fi 749 715 ]) 750 716 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'. 729 AC_DEFUN([AM_PROG_MKDIR_P], 730 [AC_PREREQ([2.60])dnl 731 AC_REQUIRE([AC_PROG_MKDIR_P])dnl 732 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, 733 dnl while keeping a definition of mkdir_p for backward compatibility. 734 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. 735 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of 736 dnl Makefile.ins that do not define MKDIR_P, so we do our own 737 dnl adjustment using top_builddir (which is defined more often than 738 dnl MKDIR_P). 739 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl 740 case $mkdir_p in 741 [[\\/$]]* | ?:[[\\/]]*) ;; 742 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 743 esac 744 ]) 745 751 746 # Helper functions for option handling. -*- Autoconf -*- 752 747 753 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 748 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software 749 # Foundation, Inc. 754 750 # 755 751 # This file is free software; the Free Software Foundation 756 752 # gives unlimited permission to copy and/or distribute it, 757 753 # with or without modifications, as long as this notice is preserved. 758 754 755 # serial 5 756 759 757 # _AM_MANGLE_OPTION(NAME) 760 758 # ----------------------- 761 759 AC_DEFUN([_AM_MANGLE_OPTION], … … AC_DEFUN([_AM_MANGLE_OPTION], 765 763 # -------------------- 766 764 # Set option NAME. Presently that only means defining a flag for this option. 767 765 AC_DEFUN([_AM_SET_OPTION], 768 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])766 [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 769 767 770 768 # _AM_SET_OPTIONS(OPTIONS) 771 769 # ------------------------ … … AC_DEFUN([_AM_SET_OPTIONS], 779 777 AC_DEFUN([_AM_IF_OPTION], 780 778 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 781 779 782 # Copyright (C) 1999-2013 Free Software Foundation, Inc.783 #784 # This file is free software; the Free Software Foundation785 # 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_O789 # ---------------790 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC791 # to automatically call this.792 AC_DEFUN([_AM_PROG_CC_C_O],793 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl794 AC_REQUIRE_AUX_FILE([compile])dnl795 AC_LANG_PUSH([C])dnl796 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 some802 # compilers refuse to overwrite an existing .o file with -o,803 # though they will create one.804 am_cv_prog_cc_c_o=yes805 for am_i in 1 2; do806 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \807 && test -f conftest2.$ac_objext; then808 : OK809 else810 am_cv_prog_cc_c_o=no811 break812 fi813 done814 rm -f core conftest*815 unset am_i])816 if test "$am_cv_prog_cc_c_o" != yes; then817 # 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 fi824 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 Foundation832 # 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_FD841 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD842 ac_status=$?843 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD844 (exit $ac_status); }])845 846 780 # Check to make sure that the build environment is sane. -*- Autoconf -*- 847 781 848 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 782 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 783 # Free Software Foundation, Inc. 849 784 # 850 785 # This file is free software; the Free Software Foundation 851 786 # gives unlimited permission to copy and/or distribute it, 852 787 # with or without modifications, as long as this notice is preserved. 853 788 789 # serial 5 790 854 791 # AM_SANITY_CHECK 855 792 # --------------- 856 793 AC_DEFUN([AM_SANITY_CHECK], 857 794 [AC_MSG_CHECKING([whether build environment is sane]) 795 # Just in case 796 sleep 1 797 echo timestamp > conftest.file 858 798 # Reject unsafe characters in $srcdir or the absolute working directory 859 799 # name. Accept space and tab only in the latter. 860 800 am_lf=' … … case `pwd` in 865 805 esac 866 806 case $srcdir in 867 807 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) 868 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;808 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; 869 809 esac 870 810 871 # Do 'set' in a subshell so we don't clobber the current shell's811 # Do `set' in a subshell so we don't clobber the current shell's 872 812 # arguments. Must try -L first in case configure is actually a 873 813 # symlink; some systems play weird games with the mod time of symlinks 874 814 # (eg FreeBSD returns the mod time of the symlink's containing 875 815 # directory). 876 816 if ( 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 831 alias in your environment]) 832 fi 887 833 888 # If neither matched, then we have a broken ls. This can happen889 # if, for instance, CONFIG_SHELL is bash and it inherits a890 # broken ls alias from the environment. This has actually891 # happened. Such a system could not be considered "sane".892 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken893 alias in your environment])894 fi895 if test "$[2]" = conftest.file || test $am_try -eq 2; then896 break897 fi898 # Just in case.899 sleep 1900 am_has_slept=yes901 done902 834 test "$[2]" = conftest.file 903 835 ) 904 836 then … … else 908 840 AC_MSG_ERROR([newly created file is older than distributed files! 909 841 Check your system clock]) 910 842 fi 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 ]) 843 AC_MSG_RESULT(yes)]) 928 844 929 # Copyright (C) 200 9-2013Free Software Foundation, Inc.845 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 930 846 # 931 847 # This file is free software; the Free Software Foundation 932 848 # gives unlimited permission to copy and/or distribute it, 933 849 # with or without modifications, as long as this notice is preserved. 934 850 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 994 852 995 853 # AM_PROG_INSTALL_STRIP 996 854 # --------------------- 997 # One issue with vendor 'install' (even GNU) is that you can't855 # One issue with vendor `install' (even GNU) is that you can't 998 856 # specify the program used to strip binaries. This is especially 999 857 # annoying in cross-compiling environments, where the build's strip 1000 858 # is unlikely to handle the host's binaries. 1001 859 # Fortunately install-sh will honor a STRIPPROG variable, so we 1002 # always use install-sh in "make install-strip", and initialize860 # always use install-sh in `make install-strip', and initialize 1003 861 # STRIPPROG with the value of the STRIP variable (set by the user). 1004 862 AC_DEFUN([AM_PROG_INSTALL_STRIP], 1005 863 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 1006 # Installed binaries are usually stripped using 'strip' when the user1007 # run "make install-strip". However 'strip' might not be the right864 # Installed binaries are usually stripped using `strip' when the user 865 # run `make install-strip'. However `strip' might not be the right 1008 866 # 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. 868 dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 1011 869 if test "$cross_compiling" != no; then 1012 870 AC_CHECK_TOOL([STRIP], [strip], :) 1013 871 fi 1014 872 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 1015 873 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 1016 874 1017 # Copyright (C) 2006 -2013Free Software Foundation, Inc.875 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 1018 876 # 1019 877 # This file is free software; the Free Software Foundation 1020 878 # gives unlimited permission to copy and/or distribute it, 1021 879 # with or without modifications, as long as this notice is preserved. 1022 880 881 # serial 3 882 1023 883 # _AM_SUBST_NOTMAKE(VARIABLE) 1024 884 # --------------------------- 1025 885 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 1033 893 1034 894 # Check how to create a tarball. -*- Autoconf -*- 1035 895 1036 # Copyright (C) 2004 -2013Free Software Foundation, Inc.896 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 1037 897 # 1038 898 # This file is free software; the Free Software Foundation 1039 899 # gives unlimited permission to copy and/or distribute it, 1040 900 # with or without modifications, as long as this notice is preserved. 1041 901 902 # serial 2 903 1042 904 # _AM_PROG_TAR(FORMAT) 1043 905 # -------------------- 1044 906 # 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'. 1046 908 # 1047 909 # Substitute a variable $(am__tar) that is a command 1048 910 # writing to stdout a FORMAT-tarball containing the directory … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 1052 914 # Substitute a variable $(am__untar) that extract such 1053 915 # a tarball read from stdin. 1054 916 # $(am__untar) < result.tar 1055 #1056 917 AC_DEFUN([_AM_PROG_TAR], 1057 918 [# Always define AMTAR for backward compatibility. Yes, it's still used 1058 919 # in the wild :-( We should find a proper way to deprecate it ... 1059 920 AC_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 1064 921 m4_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])]) 925 AC_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 `-'. 931 for _am_tool in $_am_tools 932 do 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 1141 967 1142 1143 1144 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 1145 971 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 1158 973 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 982 done 983 rm -rf conftest.dir 1159 984 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 985 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) 986 AC_MSG_RESULT([$am_cv_prog_tar_$1])]) 1163 987 AC_SUBST([am__tar]) 1164 988 AC_SUBST([am__untar]) 1165 989 ]) # _AM_PROG_TAR -
bfd/configure
diff -rupdN binutils-ref/bfd/configure binutils/bfd/configure
old new GREP 714 714 CPP 715 715 RANLIB 716 716 AR 717 AM_BACKSLASH718 AM_DEFAULT_VERBOSITY719 AM_DEFAULT_V720 AM_V721 717 am__fastdepCC_FALSE 722 718 am__fastdepCC_TRUE 723 719 CCDEPMODE … … ac_subst_files='' 812 808 ac_user_opts=' 813 809 enable_option_checking 814 810 enable_dependency_tracking 815 enable_silent_rules816 811 enable_shared 817 812 enable_static 818 813 with_pic … … Optional Features: 1465 1460 --disable-option-checking ignore unrecognized --enable/--with options 1466 1461 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1467 1462 --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 1474 1465 --enable-shared[=PKGS] build shared libraries [default=no] 1475 1466 --enable-static[=PKGS] build static libraries [default=yes] 1476 1467 --enable-fast-install[=PKGS] … … Optional Features: 1486 1477 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type 1487 1478 --enable-werror treat compile warnings as errors 1488 1479 --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 1492 1482 --enable-install-libbfd controls installation of libbfd and related headers 1493 1483 --disable-nls do not use Native Language Support 1494 1484 … … test -n "$target_alias" && 2726 2716 test "$program_prefix$program_suffix$program_transform_name" = \ 2727 2717 NONENONEs,x,x, && 2728 2718 program_prefix=${target_alias}- 2729 # expand $ac_aux_dir to an absolute path2730 am_aux_dir=`cd $ac_aux_dir && pwd`2731 2732 2719 ac_ext=c 2733 2720 ac_cpp='$CPP $CPPFLAGS' 2734 2721 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' … … ac_compile='$CC -c $CFLAGS $CPPFLAGS con 3518 3505 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3519 3506 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3520 3507 3521 ac_ext=c3522 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_gnu3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&53527 $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) " >&63530 else3531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext3532 /* end confdefs.h. */3533 3534 int3535 main ()3536 {3537 3538 ;3539 return 0;3540 }3541 _ACEOF3542 # Make sure it works both with $CC and with simple cc.3543 # Following AC_PROG_CC_C_O, we do the test twice because some3544 # compilers refuse to overwrite an existing .o file with -o,3545 # though they will create one.3546 am_cv_prog_cc_c_o=yes3547 for am_i in 1 2; do3548 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&53549 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&53550 ac_status=$?3551 echo "$as_me:$LINENO: \$? = $ac_status" >&53552 (exit $ac_status); } \3553 && test -f conftest2.$ac_objext; then3554 : OK3555 else3556 am_cv_prog_cc_c_o=no3557 break3558 fi3559 done3560 rm -f core conftest*3561 unset am_i3562 fi3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&53564 $as_echo "$am_cv_prog_cc_c_o" >&6; }3565 if test "$am_cv_prog_cc_c_o" != yes; then3566 # 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 fi3573 ac_ext=c3574 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_gnu3578 3579 3580 3508 3581 3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 3582 3510 $as_echo_n "checking for library containing strerror... " >&6; } … … test -z "$INSTALL_DATA" && INSTALL_DATA= 3732 3660 3733 3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 3734 3662 $as_echo_n "checking whether build environment is sane... " >&6; } 3663 # Just in case 3664 sleep 1 3665 echo timestamp > conftest.file 3735 3666 # Reject unsafe characters in $srcdir or the absolute working directory 3736 3667 # name. Accept space and tab only in the latter. 3737 3668 am_lf=' … … case `pwd` in 3742 3673 esac 3743 3674 case $srcdir in 3744 3675 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3745 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;3676 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 3746 3677 esac 3747 3678 3748 # Do 'set' in a subshell so we don't clobber the current shell's3679 # Do `set' in a subshell so we don't clobber the current shell's 3749 3680 # arguments. Must try -L first in case configure is actually a 3750 3681 # symlink; some systems play weird games with the mod time of symlinks 3751 3682 # (eg FreeBSD returns the mod time of the symlink's containing 3752 3683 # directory). 3753 3684 if ( 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 3699 alias in your environment" "$LINENO" 5 3700 fi 3764 3701 3765 # If neither matched, then we have a broken ls. This can happen3766 # if, for instance, CONFIG_SHELL is bash and it inherits a3767 # broken ls alias from the environment. This has actually3768 # happened. Such a system could not be considered "sane".3769 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken3770 alias in your environment" "$LINENO" 53771 fi3772 if test "$2" = conftest.file || test $am_try -eq 2; then3773 break3774 fi3775 # Just in case.3776 sleep 13777 am_has_slept=yes3778 done3779 3702 test "$2" = conftest.file 3780 3703 ) 3781 3704 then … … Check your system clock" "$LINENO" 5 3787 3710 fi 3788 3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3789 3712 $as_echo "yes" >&6; } 3790 # If we didn't sleep, we still need to ensure time stamps of config.status and3791 # generated files are strictly newer.3792 am_sleep_pid=3793 if grep 'slept: no' conftest.file >/dev/null 2>&1; then3794 ( sleep 1 ) &3795 am_sleep_pid=$!3796 fi3797 3798 rm -f conftest.file3799 3800 3713 test "$program_prefix" != NONE && 3801 3714 program_transform_name="s&^&$program_prefix&;$program_transform_name" 3802 3715 # Use a double $ so make ignores it. … … test "$program_suffix" != NONE && 3807 3720 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 3808 3721 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 3809 3722 3723 # expand $ac_aux_dir to an absolute path 3724 am_aux_dir=`cd $ac_aux_dir && pwd` 3725 3810 3726 if test x"${MISSING+set}" != xset; then 3811 3727 case $am_aux_dir in 3812 3728 *\ * | *\ *) … … if test x"${MISSING+set}" != xset; then 3816 3732 esac 3817 3733 fi 3818 3734 # Use eval to expand $SHELL 3819 if eval "$MISSING -- is-lightweight"; then3820 am_missing_run="$MISSING "3735 if eval "$MISSING --run true"; then 3736 am_missing_run="$MISSING --run " 3821 3737 else 3822 3738 am_missing_run= 3823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&53824 $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;} 3825 3741 fi 3826 3742 3827 3743 if test x"${install_sh}" != xset; then … … if test x"${install_sh}" != xset; then 3833 3749 esac 3834 3750 fi 3835 3751 3836 # Installed binaries are usually stripped using 'strip' when the user3837 # run "make install-strip". However 'strip' might not be the right3752 # Installed binaries are usually stripped using `strip' when the user 3753 # run `make install-strip'. However `strip' might not be the right 3838 3754 # 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. 3840 3756 if test "$cross_compiling" != no; then 3841 3757 if test -n "$ac_tool_prefix"; then 3842 3758 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. … … fi 3975 3891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 3976 3892 $as_echo "$MKDIR_P" >&6; } 3977 3893 3894 mkdir_p="$MKDIR_P" 3895 case $mkdir_p in 3896 [\\/$]* | ?:[\\/]*) ;; 3897 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 3898 esac 3899 3978 3900 for ac_prog in gawk mawk nawk awk 3979 3901 do 3980 3902 # Extract the first word of "$ac_prog", so it can be a program name with args. … … am__quote= 4076 3998 _am_result=none 4077 3999 # First try GNU make style include. 4078 4000 echo "include confinc" > confmf 4079 # Ignore all kinds of additional output from 'make'.4001 # Ignore all kinds of additional output from `make'. 4080 4002 case `$am_make -s -f confmf 2> /dev/null` in #( 4081 4003 *the\ am__doit\ target*) 4082 4004 am__include=include … … else 4120 4042 fi 4121 4043 4122 4044 4123 # Check whether --enable-silent-rules was given.4124 if test "${enable_silent_rules+set}" = set; then :4125 enableval=$enable_silent_rules;4126 fi4127 4128 case $enable_silent_rules in # (((4129 yes) AM_DEFAULT_VERBOSITY=0;;4130 no) AM_DEFAULT_VERBOSITY=1;;4131 *) AM_DEFAULT_VERBOSITY=1;;4132 esac4133 am_make=${MAKE-make}4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&54135 $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) " >&64138 else4139 if $as_echo 'TRUE=$(BAR$(V))4140 BAR0=false4141 BAR1=true4142 V=14143 am__doit:4144 @$(TRUE)4145 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then4146 am_cv_make_support_nested_variables=yes4147 else4148 am_cv_make_support_nested_variables=no4149 fi4150 fi4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&54152 $as_echo "$am_cv_make_support_nested_variables" >&6; }4153 if test $am_cv_make_support_nested_variables = yes; then4154 AM_V='$(V)'4155 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'4156 else4157 AM_V=$AM_DEFAULT_VERBOSITY4158 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY4159 fi4160 AM_BACKSLASH='\'4161 4162 4045 if test "`cd $srcdir && pwd`" != "`pwd`"; then 4163 4046 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 4164 4047 # is not polluted with repeated "-I." … … AUTOHEADER=${AUTOHEADER-"${am_missing_ru 4209 4092 4210 4093 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 4211 4094 4212 # For better backward compatibility. To be removed once Automake 1.9.x4213 # 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 4218 4095 # We need awk for the "check" target. The system "awk" is bad on 4219 4096 # some platforms. 4220 4097 # Always define AMTAR for backward compatibility. Yes, it's still used 4221 4098 # in the wild :-( We should find a proper way to deprecate it ... 4222 4099 AMTAR='$${TAR-tar}' 4223 4100 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 4228 4101 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 4229 4102 4230 4103 4231 4104 4232 4105 4233 4234 4106 depcc="$CC" am_compiler_list= 4235 4107 4236 4108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 … … else 4242 4114 # We make a subdir and do the tests there. Otherwise we can end up 4243 4115 # making bogus files that we don't know about and never remove. For 4244 4116 # 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 output4246 # in D ".4117 # making a dummy file named `D' -- because `-MD' means `put the output 4118 # in D'. 4247 4119 rm -rf conftest.dir 4248 4120 mkdir conftest.dir 4249 4121 # Copy depcomp to subdir because otherwise we won't find it if we're … … else 4278 4150 : > sub/conftest.c 4279 4151 for i in 1 2 3 4 5 6; do 4280 4152 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4281 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with4282 # Solaris 10/bin/sh.4283 echo '/* dummy */' >sub/conftst$i.h4153 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 4154 # Solaris 8's {/usr,}/bin/sh. 4155 touch sub/conftst$i.h 4284 4156 done 4285 4157 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4286 4158 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" 4288 4160 # mode. It turns out that the SunPro C++ compiler does not properly 4289 # handle '-M -o', and we need to detect this. Also, some Intel4290 # 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 4291 4163 am__obj=sub/conftest.${OBJEXT-o} 4292 4164 am__minus_obj="-o $am__obj" 4293 4165 case $depmode in … … else 4296 4168 test "$am__universal" = false || continue 4297 4169 ;; 4298 4170 nosideeffect) 4299 # After this tag, mechanisms are not by side-effect, so they'll4300 # 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 4301 4173 if test "x$enable_dependency_tracking" = xyes; then 4302 4174 continue 4303 4175 else … … else 4305 4177 fi 4306 4178 ;; 4307 4179 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4308 # This compiler won't grok '-c -o', but also, the minuso test has4180 # This compiler won't grok `-c -o', but also, the minuso test has 4309 4181 # not run yet. These depmodes are late enough in the game, and 4310 4182 # so weak that their functioning should not be impacted. 4311 4183 am__obj=conftest.${OBJEXT-o} … … fi 4360 4232 4361 4233 4362 4234 4363 # POSIX will say in a future version that running "rm -f" with no argument4364 # is OK; and we want to be able to make that assumption in our Makefile4365 # recipes. So use an aggressive probe to check that the usage we want is4366 # 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 aborted4369 # by default if the 'rm' program in use doesn't match our expectations; the4370 # user can still override this though.4371 if rm -f && rm -fr && rm -rf; then : OK; else4372 cat >&2 <<'END'4373 Oops!4374 4375 Your 'rm' program seems unable to run without file operands specified4376 on the command line, even when the '-f' option is present. This is contrary4377 to the behaviour of most rm programs out there, and not conforming with4378 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>4379 4380 Please tell bug-automake@gnu.org about your system, including the value4381 of your $PATH and any error possibly output before this message. This4382 can help us improve future automake versions.4383 4384 END4385 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then4386 echo 'Configuration will proceed anyway, since you have set the' >&24387 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&24388 echo >&24389 else4390 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' implementation4394 that behaves properly: <http://www.gnu.org/software/coreutils/>.4395 4396 If you want to complete the configuration process using your problematic4397 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM4398 to "yes", and re-run configure.4399 4400 END4401 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 54402 fi4403 fi4404 4235 4405 4236 if test -n "$ac_tool_prefix"; then 4406 4237 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. … … ac_cpp='$CPP $CPPFLAGS' 5163 4994 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5164 4995 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5165 4996 ac_compiler_gnu=$ac_cv_c_compiler_gnu 5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&55167 $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) " >&65170 else5171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext5172 /* end confdefs.h. */5173 5174 int5175 main ()5176 {5177 5178 ;5179 return 0;5180 }5181 _ACEOF5182 # Make sure it works both with $CC and with simple cc.5183 # Following AC_PROG_CC_C_O, we do the test twice because some5184 # compilers refuse to overwrite an existing .o file with -o,5185 # though they will create one.5186 am_cv_prog_cc_c_o=yes5187 for am_i in 1 2; do5188 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&55189 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&55190 ac_status=$?5191 echo "$as_me:$LINENO: \$? = $ac_status" >&55192 (exit $ac_status); } \5193 && test -f conftest2.$ac_objext; then5194 : OK5195 else5196 am_cv_prog_cc_c_o=no5197 break5198 fi5199 done5200 rm -f core conftest*5201 unset am_i5202 fi5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&55204 $as_echo "$am_cv_prog_cc_c_o" >&6; }5205 if test "$am_cv_prog_cc_c_o" != yes; then5206 # 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 fi5213 ac_ext=c5214 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_gnu5218 5219 5220 ac_ext=c5221 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_gnu5225 4997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 5226 4998 $as_echo_n "checking how to run the C preprocessor... " >&6; } 5227 4999 # On Suns, sometimes $CPP names a directory. … … else 11721 11493 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11722 11494 lt_status=$lt_dlunknown 11723 11495 cat > conftest.$ac_ext <<_LT_EOF 11724 #line 11 724"configure"11496 #line 11496 "configure" 11725 11497 #include "confdefs.h" 11726 11498 11727 11499 #if HAVE_DLFCN_H … … else 11827 11599 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11828 11600 lt_status=$lt_dlunknown 11829 11601 cat > conftest.$ac_ext <<_LT_EOF 11830 #line 11 830"configure"11602 #line 11602 "configure" 11831 11603 #include "confdefs.h" 11832 11604 11833 11605 #if HAVE_DLFCN_H … … LIBOBJS=$ac_libobjs 16358 16130 LTLIBOBJS=$ac_ltlibobjs 16359 16131 16360 16132 16361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&516362 $as_echo_n "checking that generated files are newer than configure... " >&6; }16363 if test -n "$am_sleep_pid"; then16364 # Hide warnings about reused PIDs.16365 wait $am_sleep_pid 2>/dev/null16366 fi16367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&516368 $as_echo "done" >&6; }16369 16133 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 16370 16134 as_fn_error $? "conditional \"AMDEP\" was never defined. 16371 16135 Usually this means the macro was only invoked conditionally." "$LINENO" 5 … … $as_echo "$as_me: executing $ac_file com 17882 17646 17883 17647 case $ac_file$ac_mode in 17884 17648 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 17885 # Older Autoconfquotes --file arguments for eval, but not when files17649 # Autoconf 2.62 quotes --file arguments for eval, but not when files 17886 17650 # are listed without --file. Let's play safe and only enable the eval 17887 17651 # if we detect the quoting. 17888 17652 case $CONFIG_FILES in … … $as_echo "$as_me: executing $ac_file com 17895 17659 # Strip MF so we end up with the name of the file. 17896 17660 mf=`echo "$mf" | sed -e 's/:.*$//'` 17897 17661 # Check whether this is an Automake generated Makefile or not. 17898 # We used to match only the files named 'Makefile.in', but17662 # We used to match only the files named `Makefile.in', but 17899 17663 # some people rename them; so instead we look at the file content. 17900 17664 # Grep'ing the first line is not enough: some people post-process 17901 17665 # each Makefile.in and add a new line on top of each file to say so. … … $as_echo X"$mf" | 17929 17693 continue 17930 17694 fi 17931 17695 # Extract the definition of DEPDIR, am__include, and am__quote 17932 # from the Makefile without running 'make'.17696 # from the Makefile without running `make'. 17933 17697 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 17934 17698 test -z "$DEPDIR" && continue 17935 17699 am__include=`sed -n 's/^am__include = //p' < "$mf"` 17936 test -z " $am__include" && continue17700 test -z "am__include" && continue 17937 17701 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"` 17938 17704 # Find all dependency output files, they are included files with 17939 17705 # $(DEPDIR) in their names. We invoke sed twice because it is the 17940 17706 # simplest approach to changing $(DEPDIR) to its actual value in the 17941 17707 # expansion. 17942 17708 for file in `sed -n " 17943 17709 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 17944 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' `; do17710 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 17945 17711 # Make sure the directory exists. 17946 17712 test -f "$dirpart/$file" && continue 17947 17713 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. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # 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. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, 9 9 # with or without modifications, as long as this notice is preserved. … … 33 33 # <http://www.gnu.org/licenses/>. 34 34 # 35 35 VPATH = @srcdir@ 36 am__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 } 36 53 pkgdatadir = $(datadir)/@PACKAGE@ 37 54 pkgincludedir = $(includedir)/@PACKAGE@ 38 55 pkglibdir = $(libdir)/@PACKAGE@ … … TEXI2PDF = $(TEXI2DVI) --pdf --batch 103 120 MAKEINFOHTML = $(MAKEINFO) --html 104 121 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 105 122 DVIPS = dvips 123 am__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 106 128 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 107 129 am__vpath_adj = case $$p in \ 108 130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ … … am__nobase_list = $(am__nobase_strip_set 124 146 am__base_list = \ 125 147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 126 148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 149 am__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 } 127 155 ACLOCAL = @ACLOCAL@ 128 156 AMTAR = @AMTAR@ 129 157 AR = @AR@ … … uninstall-html-am: 501 529 502 530 uninstall-info-am: 503 531 @$(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 \ 507 533 list='$(INFO_DEPS)'; \ 508 534 for file in $$list; do \ 509 535 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … install-am: all-am 594 620 595 621 installcheck: installcheck-am 596 622 install-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 601 632 mostlyclean-generic: 602 633 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 603 634 … … install-dvi: install-dvi-am 639 670 640 671 install-dvi-am: $(DVIS) 641 672 @$(NORMAL_INSTALL) 642 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"643 673 @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; \ 644 678 for p in $$list; do \ 645 679 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 646 680 echo "$$d$$p"; \ … … install-html: install-html-am 655 689 656 690 install-html-am: $(HTMLS) 657 691 @$(NORMAL_INSTALL) 658 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"659 692 @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; \ 660 697 for p in $$list; do \ 661 698 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 662 699 $(am__strip_dir) \ 663 if test -d "$$d$$p"; then \ 700 d2=$$d$$p; \ 701 if test -d "$$d2"; then \ 664 702 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 665 703 $(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 $$?; \ 668 706 else \ 669 list2="$$list2 $$d $$p"; \707 list2="$$list2 $$d2"; \ 670 708 fi; \ 671 709 done; \ 672 710 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ … … install-info: install-info-am 678 716 679 717 install-info-am: $(INFO_DEPS) 680 718 @$(NORMAL_INSTALL) 681 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"682 719 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 683 720 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; \ 684 725 for file in $$list; do \ 685 726 case $$file in \ 686 727 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ … … install-info-am: $(INFO_DEPS) 698 739 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 699 740 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 700 741 @$(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 \ 703 743 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 704 744 for file in $$list; do \ 705 745 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … install-pdf: install-pdf-am 713 753 714 754 install-pdf-am: $(PDFS) 715 755 @$(NORMAL_INSTALL) 716 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"717 756 @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; \ 718 761 for p in $$list; do \ 719 762 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 720 763 echo "$$d$$p"; \ … … install-ps: install-ps-am 726 769 727 770 install-ps-am: $(PSS) 728 771 @$(NORMAL_INSTALL) 729 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"730 772 @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; \ 731 777 for p in $$list; do \ 732 778 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 733 779 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.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, 8 9 # with or without modifications, as long as this notice is preserved. … … 35 36 36 37 37 38 VPATH = @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 \ 39 am__make_dryrun = \ 40 { \ 41 am__dry=no; \ 51 42 case $$MAKEFLAGS in \ 52 43 *\\[\ \ ]*) \ 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;; \ 78 53 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 } 83 56 pkgdatadir = $(datadir)/@PACKAGE@ 84 57 pkgincludedir = $(includedir)/@PACKAGE@ 85 58 pkglibdir = $(libdir)/@PACKAGE@ … … target_triplet = @target@ 102 75 @INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(rpath_bfdlibdir) 103 76 @PLUGINS_TRUE@am__append_2 = $(INCDIR)/plugin-api.h 104 77 subdir = . 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) 78 DIST_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) 110 84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 111 85 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 112 86 $(top_srcdir)/../config/depstand.m4 \ … … CONFIG_CLEAN_FILES = bfd-in3.h po/Makefi 134 108 CONFIG_CLEAN_VPATH_FILES = 135 109 LIBRARIES = $(noinst_LIBRARIES) 136 110 ARFLAGS = 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 =141 111 libbfd_a_AR = $(AR) $(ARFLAGS) 142 112 libbfd_a_LIBADD = 143 113 am_libbfd_a_OBJECTS = … … am__objects_1 = archive.lo archures.lo b 181 151 verilog.lo 182 152 am_libbfd_la_OBJECTS = $(am__objects_1) 183 153 libbfd_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) \ 154 libbfd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 189 155 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 190 156 $(libbfd_la_LDFLAGS) $(LDFLAGS) -o $@ 191 157 @INSTALL_LIBBFD_FALSE@am_libbfd_la_rpath = 192 158 @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 = false196 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 =205 159 DEFAULT_INCLUDES = -I.@am__isrc@ 206 160 depcomp = $(SHELL) $(top_srcdir)/../depcomp 207 161 am__depfiles_maybe = depfiles 208 162 am__mv = mv -f 209 163 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 210 164 $(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 = 165 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 166 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 167 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 219 168 CCLD = $(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 = 169 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 170 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 171 $(LDFLAGS) -o $@ 227 172 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) \ 228 173 $(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 174 RECURSIVE_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 237 181 am__can_run_installinfo = \ 238 182 case $$AM_UPDATE_INFO_DIR in \ 239 183 n|no|NO) false;; \ … … am__bfdinclude_HEADERS_DIST = $(INCDIR)/ 244 188 HEADERS = $(bfdinclude_HEADERS) 245 189 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 246 190 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)` 191 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 192 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 271 193 ETAGS = etags 272 194 CTAGS = ctags 273 CSCOPE = cscope274 195 DIST_SUBDIRS = $(SUBDIRS) 275 196 ACLOCAL = @ACLOCAL@ 276 197 AMTAR = @AMTAR@ 277 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@278 198 AR = @AR@ 279 199 AUTOCONF = @AUTOCONF@ 280 200 AUTOHEADER = @AUTOHEADER@ … … $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 1283 1203 $(am__aclocal_m4_deps): 1284 1204 1285 1205 config.h: stamp-h1 1286 @ test -f $@ || rm -f stamp-h11287 @ test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h11206 @if test ! -f $@; then rm -f stamp-h1; else :; fi 1207 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 1288 1208 1289 1209 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status 1290 1210 @rm -f stamp-h1 … … po/Makefile.in: $(top_builddir)/config.s 1303 1223 1304 1224 clean-noinstLIBRARIES: 1305 1225 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 1306 1307 1226 install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES) 1308 1227 @$(NORMAL_INSTALL) 1309 1228 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \ … … uninstall-bfdlibLTLIBRARIES: 1330 1249 1331 1250 clean-bfdlibLTLIBRARIES: 1332 1251 -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 1341 1258 1342 1259 clean-noinstLTLIBRARIES: 1343 1260 -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 1353 1267 libbfd.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) 1355 1269 1356 1270 mostlyclean-compile: 1357 1271 -rm -f *.$(OBJEXT) … … distclean-compile: 1708 1622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-modules.Plo@am__quote@ 1709 1623 1710 1624 .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)/$*.Po1713 @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@ 1714 1628 @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 $< 1716 1630 1717 1631 .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)/$*.Po1720 @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@ 1721 1635 @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) '$<'` 1723 1637 1724 1638 .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)/$*.Plo1727 @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@ 1728 1642 @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 $@ $< 1730 1644 1731 1645 mostlyclean-libtool: 1732 1646 -rm -f *.lo … … uninstall-bfdincludeHEADERS: 1759 1673 dir='$(DESTDIR)$(bfdincludedir)'; $(am__uninstall_files_from_dir) 1760 1674 1761 1675 # 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; \ 1774 1689 dot_seen=no; \ 1775 1690 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 \ 1781 1692 echo "Making $$target in $$subdir"; \ 1782 1693 if test "$$subdir" = "."; then \ 1783 1694 dot_seen=yes; \ … … $(am__recursive_targets): 1792 1703 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1793 1704 fi; test -z "$$fail" 1794 1705 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" 1736 tags-recursive: 1737 list='$(SUBDIRS)'; for subdir in $$list; do \ 1738 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 1739 done 1740 ctags-recursive: 1741 list='$(SUBDIRS)'; for subdir in $$list; do \ 1742 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 1743 done 1799 1744 1800 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1745 ID: $(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 1753 tags: TAGS 1754 1755 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ 1756 $(TAGS_FILES) $(LISP) 1801 1757 set x; \ 1802 1758 here=`pwd`; \ 1803 1759 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ … … tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 1813 1769 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1814 1770 fi; \ 1815 1771 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; }; }'`; \ 1817 1778 shift; \ 1818 1779 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1819 1780 test -n "$$unique" || unique=$$empty_fix; \ … … tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 1825 1786 $$unique; \ 1826 1787 fi; \ 1827 1788 fi 1828 ctags: ctags-recursive 1829 1830 CTAGS: ctags 1831 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1832 $(am__define_uniq_tagged_files); \ 1789 ctags: CTAGS 1790 CTAGS: 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; }; }'`; \ 1833 1798 test -z "$(CTAGS_ARGS)$$unique" \ 1834 1799 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1835 1800 $$unique … … GTAGS: 1838 1803 here=`$(am__cd) $(top_builddir) && pwd` \ 1839 1804 && $(am__cd) $(top_srcdir) \ 1840 1805 && gtags -i $(GTAGS_ARGS) "$$here" 1841 cscope: cscope.files1842 test ! -s cscope.files \1843 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)1844 clean-cscope:1845 -rm -f cscope.files1846 cscope.files: clean-cscope cscopelist1847 cscopelist: cscopelist-recursive1848 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.files1862 1806 1863 1807 distclean-tags: 1864 1808 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1865 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files1866 1809 check-am: all-am 1867 1810 check: $(BUILT_SOURCES) 1868 1811 $(MAKE) $(AM_MAKEFLAGS) check-recursive … … ps-am: 1981 1924 1982 1925 uninstall-am: uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES 1983 1926 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 1986 1930 1987 .PHONY: $( am__recursive_targets) CTAGS GTAGS TAGS all all-am\1988 a m--refresh check check-am clean clean-bfdlibLTLIBRARIES\1989 clean- cscope clean-generic clean-libtool clean-noinstLIBRARIES\1990 clean-noinstL TLIBRARIES 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-bfd libLTLIBRARIES install-data install-data-am\1995 install-d vi 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-p s-am install-strip installcheck installcheck-am\1999 install dirs 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-amuninstall 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 \ 2003 1947 uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES 2004 1948 2005 1949 -
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 -*- 4 2 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. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, 7 8 # with or without modifications, as long as this notice is preserved. … … 11 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 13 # PARTICULAR PURPOSE. 13 14 14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])15 15 m4_ifndef([AC_AUTOCONF_VERSION], 16 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 17 17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, 18 18 [m4_warning([this file was generated for autoconf 2.69. 19 19 You have another version of autoconf. It may work, but is not guaranteed to. 20 20 If 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'.])])21 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 22 22 23 # Copyright (C) 2002-2013 Free Software Foundation, Inc. 23 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software 24 # Foundation, Inc. 24 25 # 25 26 # This file is free software; the Free Software Foundation 26 27 # gives unlimited permission to copy and/or distribute it, 27 28 # with or without modifications, as long as this notice is preserved. 28 29 30 # serial 1 31 29 32 # AM_AUTOMAKE_VERSION(VERSION) 30 33 # ---------------------------- 31 34 # Automake X.Y traces this macro to ensure aclocal.m4 has been 32 35 # generated from the m4 files accompanying Automake X.Y. 33 36 # (This private macro should not be called outside this file.) 34 37 AC_DEFUN([AM_AUTOMAKE_VERSION], 35 [am__api_version='1.1 4'38 [am__api_version='1.11' 36 39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 37 40 dnl require some minimum version. Point them to the right macro. 38 m4_if([$1], [1.1 4.1], [],41 m4_if([$1], [1.11.6], [], 39 42 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 40 43 ]) 41 44 … … m4_define([_AM_AUTOCONF_VERSION], []) 51 54 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 52 55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 53 56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 54 [AM_AUTOMAKE_VERSION([1.1 4.1])dnl57 [AM_AUTOMAKE_VERSION([1.11.6])dnl 55 58 m4_ifndef([AC_AUTOCONF_VERSION], 56 59 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 57 60 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 58 61 59 62 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 60 63 61 # Copyright (C) 2001 -2013Free Software Foundation, Inc.64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 62 65 # 63 66 # This file is free software; the Free Software Foundation 64 67 # gives unlimited permission to copy and/or distribute it, 65 68 # with or without modifications, as long as this notice is preserved. 66 69 70 # serial 1 71 67 72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 68 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to69 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.73 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 74 # `$srcdir', `$srcdir/..', or `$srcdir/../..'. 70 75 # 71 76 # Of course, Automake must honor this variable whenever it calls a 72 77 # tool from the auxiliary directory. The problem is that $srcdir (and … … _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCON 85 90 # 86 91 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir 87 92 # are both prefixed by $srcdir. In an in-source build this is usually 88 # harmless because $srcdir is '.', but things will broke when you93 # harmless because $srcdir is `.', but things will broke when you 89 94 # start a VPATH build or use an absolute $srcdir. 90 95 # 91 96 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, … … am_aux_dir=`cd $ac_aux_dir && pwd` 111 116 112 117 # AM_CONDITIONAL -*- Autoconf -*- 113 118 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. 115 121 # 116 122 # This file is free software; the Free Software Foundation 117 123 # gives unlimited permission to copy and/or distribute it, 118 124 # with or without modifications, as long as this notice is preserved. 119 125 126 # serial 9 127 120 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 121 129 # ------------------------------------- 122 130 # Define a conditional. 123 131 AC_DEFUN([AM_CONDITIONAL], 124 [AC_PREREQ( [2.52])dnl125 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],126 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 127 135 AC_SUBST([$1_TRUE])dnl 128 136 AC_SUBST([$1_FALSE])dnl 129 137 _AM_SUBST_NOTMAKE([$1_TRUE])dnl … … AC_CONFIG_COMMANDS_PRE( 142 150 Usually this means the macro was only invoked conditionally.]]) 143 151 fi])]) 144 152 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. 146 155 # 147 156 # This file is free software; the Free Software Foundation 148 157 # gives unlimited permission to copy and/or distribute it, 149 158 # with or without modifications, as long as this notice is preserved. 150 159 160 # serial 12 151 161 152 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be162 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 153 163 # written in clear, in which case automake, when reading aclocal.m4, 154 164 # will think it sees a *use*, and therefore will trigger all it's 155 165 # C support machinery. Also note that it means that autoscan, seeing … … fi])]) 159 169 # _AM_DEPENDENCIES(NAME) 160 170 # ---------------------- 161 171 # 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". 163 173 # We try a few techniques and use that to set a single cache variable. 164 174 # 165 175 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was … … AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAND 172 182 AC_REQUIRE([AM_MAKE_INCLUDE])dnl 173 183 AC_REQUIRE([AM_DEP_TRACK])dnl 174 184 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=]) 185 ifelse([$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=]) 182 191 183 192 AC_CACHE_CHECK([dependency style of $depcc], 184 193 [am_cv_$1_dependencies_compiler_type], … … AC_CACHE_CHECK([dependency style of $dep 186 195 # We make a subdir and do the tests there. Otherwise we can end up 187 196 # making bogus files that we don't know about and never remove. For 188 197 # 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 output190 # in D ".198 # making a dummy file named `D' -- because `-MD' means `put the output 199 # in D'. 191 200 rm -rf conftest.dir 192 201 mkdir conftest.dir 193 202 # Copy depcomp to subdir because otherwise we won't find it if we're … … AC_CACHE_CHECK([dependency style of $dep 227 236 : > sub/conftest.c 228 237 for i in 1 2 3 4 5 6; do 229 238 echo '#include "conftst'$i'.h"' >> sub/conftest.c 230 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with231 # Solaris 10/bin/sh.232 echo '/* dummy */' >sub/conftst$i.h239 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 240 # Solaris 8's {/usr,}/bin/sh. 241 touch sub/conftst$i.h 233 242 done 234 243 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 235 244 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" 237 246 # mode. It turns out that the SunPro C++ compiler does not properly 238 # handle '-M -o', and we need to detect this. Also, some Intel239 # 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 240 249 am__obj=sub/conftest.${OBJEXT-o} 241 250 am__minus_obj="-o $am__obj" 242 251 case $depmode in … … AC_CACHE_CHECK([dependency style of $dep 245 254 test "$am__universal" = false || continue 246 255 ;; 247 256 nosideeffect) 248 # After this tag, mechanisms are not by side-effect, so they'll249 # 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 250 259 if test "x$enable_dependency_tracking" = xyes; then 251 260 continue 252 261 else … … AC_CACHE_CHECK([dependency style of $dep 254 263 fi 255 264 ;; 256 265 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 257 # This compiler won't grok '-c -o', but also, the minuso test has266 # This compiler won't grok `-c -o', but also, the minuso test has 258 267 # not run yet. These depmodes are late enough in the game, and 259 268 # so weak that their functioning should not be impacted. 260 269 am__obj=conftest.${OBJEXT-o} … … AM_CONDITIONAL([am__fastdep$1], [ 302 311 # AM_SET_DEPDIR 303 312 # ------------- 304 313 # 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 306 315 AC_DEFUN([AM_SET_DEPDIR], 307 316 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl 308 317 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl … … AC_SUBST([DEPDIR], ["${am__leading_dot}d 312 321 # AM_DEP_TRACK 313 322 # ------------ 314 323 AC_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]) 322 327 if test "x$enable_dependency_tracking" != xno; then 323 328 am_depcomp="$ac_aux_dir/depcomp" 324 329 AMDEPBACKSLASH='\' … … _AM_SUBST_NOTMAKE([am__nodep])dnl 333 338 334 339 # Generate code to set up dependency tracking. -*- Autoconf -*- 335 340 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. 337 343 # 338 344 # This file is free software; the Free Software Foundation 339 345 # gives unlimited permission to copy and/or distribute it, 340 346 # with or without modifications, as long as this notice is preserved. 341 347 348 #serial 5 342 349 343 350 # _AM_OUTPUT_DEPENDENCY_COMMANDS 344 351 # ------------------------------ 345 352 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 346 353 [{ 347 # Older Autoconfquotes --file arguments for eval, but not when files354 # Autoconf 2.62 quotes --file arguments for eval, but not when files 348 355 # are listed without --file. Let's play safe and only enable the eval 349 356 # if we detect the quoting. 350 357 case $CONFIG_FILES in … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 357 364 # Strip MF so we end up with the name of the file. 358 365 mf=`echo "$mf" | sed -e 's/:.*$//'` 359 366 # Check whether this is an Automake generated Makefile or not. 360 # We used to match only the files named 'Makefile.in', but367 # We used to match only the files named `Makefile.in', but 361 368 # some people rename them; so instead we look at the file content. 362 369 # Grep'ing the first line is not enough: some people post-process 363 370 # each Makefile.in and add a new line on top of each file to say so. … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 369 376 continue 370 377 fi 371 378 # Extract the definition of DEPDIR, am__include, and am__quote 372 # from the Makefile without running 'make'.379 # from the Makefile without running `make'. 373 380 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 374 381 test -z "$DEPDIR" && continue 375 382 am__include=`sed -n 's/^am__include = //p' < "$mf"` 376 test -z " $am__include" && continue383 test -z "am__include" && continue 377 384 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"` 378 387 # Find all dependency output files, they are included files with 379 388 # $(DEPDIR) in their names. We invoke sed twice because it is the 380 389 # simplest approach to changing $(DEPDIR) to its actual value in the 381 390 # expansion. 382 391 for file in `sed -n " 383 392 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 384 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' `; do393 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 385 394 # Make sure the directory exists. 386 395 test -f "$dirpart/$file" && continue 387 396 fdir=`AS_DIRNAME(["$file"])` … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 399 408 # This macro should only be invoked once -- use via AC_REQUIRE. 400 409 # 401 410 # This code is only required when automatic dependency tracking 402 # is enabled. FIXME. This creates each '.P' file that we will411 # is enabled. FIXME. This creates each `.P' file that we will 403 412 # need in order to bootstrap the dependency handling code. 404 413 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 405 414 [AC_CONFIG_COMMANDS([depfiles], … … AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] 409 418 410 419 # Do all the work for Automake. -*- Autoconf -*- 411 420 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. 413 423 # 414 424 # This file is free software; the Free Software Foundation 415 425 # gives unlimited permission to copy and/or distribute it, 416 426 # with or without modifications, as long as this notice is preserved. 417 427 428 # serial 16 429 418 430 # This macro actually does too much. Some checks are only needed if 419 431 # your package does certain things. But this isn't really a big deal. 420 432 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_O425 ])426 427 433 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 428 434 # AM_INIT_AUTOMAKE([OPTIONS]) 429 435 # ----------------------------------------------- … … m4_defn([AC_PROG_CC]) 436 442 # arguments mandatory, and then we can depend on a new Autoconf 437 443 # release and drop the old call support. 438 444 AC_DEFUN([AM_INIT_AUTOMAKE], 439 [AC_PREREQ([2.6 5])dnl445 [AC_PREREQ([2.62])dnl 440 446 dnl Autoconf wants to disallow AM_ names. We explicitly allow 441 447 dnl the ones we care about. 442 448 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl … … AC_SUBST([CYGPATH_W]) 465 471 # Define the identity of the package. 466 472 dnl Distinguish between old-style and new-style calls. 467 473 m4_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 471 475 AC_SUBST([PACKAGE], [$1])dnl 472 476 AC_SUBST([VERSION], [$2])], 473 477 [_AM_SET_OPTIONS([$1])dnl 474 478 dnl 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],, 479 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, 478 480 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl 479 481 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 480 482 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 481 483 482 484 _AM_IF_OPTION([no-define],, 483 [AC_DEFINE_UNQUOTED( [PACKAGE], ["$PACKAGE"], [Name of package])484 AC_DEFINE_UNQUOTED( [VERSION], ["$VERSION"], [Version number of package])])dnl485 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 486 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 485 487 486 488 # Some tools Automake needs. 487 489 AC_REQUIRE([AM_SANITY_CHECK])dnl 488 490 AC_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])491 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 492 AM_MISSING_PROG(AUTOCONF, autoconf) 493 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 494 AM_MISSING_PROG(AUTOHEADER, autoheader) 495 AM_MISSING_PROG(MAKEINFO, makeinfo) 494 496 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 495 497 AC_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)']) 498 AC_REQUIRE([AM_PROG_MKDIR_P])dnl 502 499 # We need awk for the "check" target. The system "awk" is bad on 503 500 # some platforms. 504 501 AC_REQUIRE([AC_PROG_AWK])dnl … … _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR 509 506 [_AM_PROG_TAR([v7])])]) 510 507 _AM_IF_OPTION([no-dependencies],, 511 508 [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])])])dnl509 [_AM_DEPENDENCIES(CC)], 510 [define([AC_PROG_CC], 511 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 515 512 AC_PROVIDE_IFELSE([AC_PROG_CXX], 516 [_AM_DEPENDENCIES( [CXX])],517 [ m4_define([AC_PROG_CXX],518 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl513 [_AM_DEPENDENCIES(CXX)], 514 [define([AC_PROG_CXX], 515 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 519 516 AC_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 527 520 ]) 528 AC_REQUIRE([AM_SILENT_RULES])dnl529 dnl The testsuitedriver may need to know about EXEEXT, so add the530 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This531 dnl macrois hooked onto _AC_COMPILER_EXEEXT early, see below.521 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl 522 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the 523 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro 524 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. 532 525 AC_CONFIG_COMMANDS_PRE(dnl 533 526 [m4_provide_if([_AM_COMPILER_EXEEXT], 534 527 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl 528 ]) 535 529 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 530 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not 579 531 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 580 532 dnl mangled by Autoconf and run in a shell conditional statement. 581 533 m4_define([_AC_COMPILER_EXEEXT], 582 534 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) 583 535 536 584 537 # When config.status generates a header, we must update the stamp-h file. 585 538 # This file resides in the same directory as the config header 586 539 # that is generated. The stamp files are numbered to have different names. … … for _am_header in $config_headers :; do 602 555 done 603 556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 604 557 605 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 558 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 559 # Inc. 606 560 # 607 561 # This file is free software; the Free Software Foundation 608 562 # gives unlimited permission to copy and/or distribute it, 609 563 # with or without modifications, as long as this notice is preserved. 610 564 565 # serial 1 566 611 567 # AM_PROG_INSTALL_SH 612 568 # ------------------ 613 569 # Define $install_sh. … … if test x"${install_sh}" != xset; then 621 577 install_sh="\${SHELL} $am_aux_dir/install-sh" 622 578 esac 623 579 fi 624 AC_SUBST( [install_sh])])580 AC_SUBST(install_sh)]) 625 581 626 # Copyright (C) 1998-2013 Free Software Foundation, Inc. 582 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 583 # Free Software Foundation, Inc. 627 584 # 628 585 # This file is free software; the Free Software Foundation 629 586 # gives unlimited permission to copy and/or distribute it, 630 587 # with or without modifications, as long as this notice is preserved. 631 588 589 # serial 5 590 632 591 # AM_PROG_LEX 633 592 # ----------- 634 593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a 635 594 # "missing" invocation, for better error output. 636 595 AC_DEFUN([AM_PROG_LEX], 637 [AC_PREREQ( [2.50])dnl596 [AC_PREREQ(2.50)dnl 638 597 AC_REQUIRE([AM_MISSING_HAS_RUN])dnl 639 598 AC_REQUIRE([AC_PROG_LEX])dnl 640 599 if test "$LEX" = :; then … … fi]) 644 603 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 645 604 # From Jim Meyering 646 605 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. 648 608 # 649 609 # This file is free software; the Free Software Foundation 650 610 # gives unlimited permission to copy and/or distribute it, 651 611 # with or without modifications, as long as this notice is preserved. 652 612 613 # serial 5 614 653 615 # AM_MAINTAINER_MODE([DEFAULT-MODE]) 654 616 # ---------------------------------- 655 617 # 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 user618 # Default is to disable them, unless `enable' is passed literally. 619 # For symmetry, `disable' may be passed as well. Anyway, the user 658 620 # can override the default with the --enable/--disable switch. 659 621 AC_DEFUN([AM_MAINTAINER_MODE], 660 622 [m4_case(m4_default([$1], [disable]), … … AC_DEFUN([AM_MAINTAINER_MODE], 665 627 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 666 628 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 667 629 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])) 673 634 AC_MSG_RESULT([$USE_MAINTAINER_MODE]) 674 635 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) 675 636 MAINT=$MAINTAINER_MODE_TRUE … … AC_MSG_CHECKING([whether to enable maint 677 638 ] 678 639 ) 679 640 641 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) 642 680 643 # Check to see how 'make' treats includes. -*- Autoconf -*- 681 644 682 # Copyright (C) 2001 -2013Free Software Foundation, Inc.645 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. 683 646 # 684 647 # This file is free software; the Free Software Foundation 685 648 # gives unlimited permission to copy and/or distribute it, 686 649 # with or without modifications, as long as this notice is preserved. 687 650 651 # serial 4 652 688 653 # AM_MAKE_INCLUDE() 689 654 # ----------------- 690 655 # Check to see how make treats includes. … … am__quote= 702 667 _am_result=none 703 668 # First try GNU make style include. 704 669 echo "include confinc" > confmf 705 # Ignore all kinds of additional output from 'make'.670 # Ignore all kinds of additional output from `make'. 706 671 case `$am_make -s -f confmf 2> /dev/null` in #( 707 672 *the\ am__doit\ target*) 708 673 am__include=include … … rm -f confinc confmf 729 694 730 695 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 731 696 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. 733 699 # 734 700 # This file is free software; the Free Software Foundation 735 701 # gives unlimited permission to copy and/or distribute it, 736 702 # with or without modifications, as long as this notice is preserved. 737 703 704 # serial 6 705 738 706 # AM_MISSING_PROG(NAME, PROGRAM) 739 707 # ------------------------------ 740 708 AC_DEFUN([AM_MISSING_PROG], … … AC_DEFUN([AM_MISSING_PROG], 742 710 $1=${$1-"${am_missing_run}$2"} 743 711 AC_SUBST($1)]) 744 712 713 745 714 # AM_MISSING_HAS_RUN 746 715 # ------------------ 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. 749 718 AC_DEFUN([AM_MISSING_HAS_RUN], 750 719 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 751 720 AC_REQUIRE_AUX_FILE([missing])dnl … … if test x"${MISSING+set}" != xset; then 758 727 esac 759 728 fi 760 729 # Use eval to expand $SHELL 761 if eval "$MISSING -- is-lightweight"; then762 am_missing_run="$MISSING "730 if eval "$MISSING --run true"; then 731 am_missing_run="$MISSING --run " 763 732 else 764 733 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]) 766 735 fi 767 736 ]) 768 737 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'. 750 AC_DEFUN([AM_PROG_MKDIR_P], 751 [AC_PREREQ([2.60])dnl 752 AC_REQUIRE([AC_PROG_MKDIR_P])dnl 753 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, 754 dnl while keeping a definition of mkdir_p for backward compatibility. 755 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. 756 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of 757 dnl Makefile.ins that do not define MKDIR_P, so we do our own 758 dnl adjustment using top_builddir (which is defined more often than 759 dnl MKDIR_P). 760 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl 761 case $mkdir_p in 762 [[\\/$]]* | ?:[[\\/]]*) ;; 763 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 764 esac 765 ]) 766 769 767 # Helper functions for option handling. -*- Autoconf -*- 770 768 771 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 769 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software 770 # Foundation, Inc. 772 771 # 773 772 # This file is free software; the Free Software Foundation 774 773 # gives unlimited permission to copy and/or distribute it, 775 774 # with or without modifications, as long as this notice is preserved. 776 775 776 # serial 5 777 777 778 # _AM_MANGLE_OPTION(NAME) 778 779 # ----------------------- 779 780 AC_DEFUN([_AM_MANGLE_OPTION], … … AC_DEFUN([_AM_MANGLE_OPTION], 783 784 # -------------------- 784 785 # Set option NAME. Presently that only means defining a flag for this option. 785 786 AC_DEFUN([_AM_SET_OPTION], 786 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])787 [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 787 788 788 789 # _AM_SET_OPTIONS(OPTIONS) 789 790 # ------------------------ … … AC_DEFUN([_AM_SET_OPTIONS], 797 798 AC_DEFUN([_AM_IF_OPTION], 798 799 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 799 800 800 # Copyright (C) 1999-2013 Free Software Foundation, Inc.801 #802 # This file is free software; the Free Software Foundation803 # 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_O807 # ---------------808 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC809 # to automatically call this.810 AC_DEFUN([_AM_PROG_CC_C_O],811 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl812 AC_REQUIRE_AUX_FILE([compile])dnl813 AC_LANG_PUSH([C])dnl814 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 some820 # compilers refuse to overwrite an existing .o file with -o,821 # though they will create one.822 am_cv_prog_cc_c_o=yes823 for am_i in 1 2; do824 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \825 && test -f conftest2.$ac_objext; then826 : OK827 else828 am_cv_prog_cc_c_o=no829 break830 fi831 done832 rm -f core conftest*833 unset am_i])834 if test "$am_cv_prog_cc_c_o" != yes; then835 # 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 fi842 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 Foundation850 # 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_FD859 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD860 ac_status=$?861 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD862 (exit $ac_status); }])863 864 801 # Check to make sure that the build environment is sane. -*- Autoconf -*- 865 802 866 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 803 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 804 # Free Software Foundation, Inc. 867 805 # 868 806 # This file is free software; the Free Software Foundation 869 807 # gives unlimited permission to copy and/or distribute it, 870 808 # with or without modifications, as long as this notice is preserved. 871 809 810 # serial 5 811 872 812 # AM_SANITY_CHECK 873 813 # --------------- 874 814 AC_DEFUN([AM_SANITY_CHECK], 875 815 [AC_MSG_CHECKING([whether build environment is sane]) 816 # Just in case 817 sleep 1 818 echo timestamp > conftest.file 876 819 # Reject unsafe characters in $srcdir or the absolute working directory 877 820 # name. Accept space and tab only in the latter. 878 821 am_lf=' … … case `pwd` in 883 826 esac 884 827 case $srcdir in 885 828 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) 886 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;829 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; 887 830 esac 888 831 889 # Do 'set' in a subshell so we don't clobber the current shell's832 # Do `set' in a subshell so we don't clobber the current shell's 890 833 # arguments. Must try -L first in case configure is actually a 891 834 # symlink; some systems play weird games with the mod time of symlinks 892 835 # (eg FreeBSD returns the mod time of the symlink's containing 893 836 # directory). 894 837 if ( 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 852 alias in your environment]) 853 fi 905 854 906 # If neither matched, then we have a broken ls. This can happen907 # if, for instance, CONFIG_SHELL is bash and it inherits a908 # broken ls alias from the environment. This has actually909 # happened. Such a system could not be considered "sane".910 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken911 alias in your environment])912 fi913 if test "$[2]" = conftest.file || test $am_try -eq 2; then914 break915 fi916 # Just in case.917 sleep 1918 am_has_slept=yes919 done920 855 test "$[2]" = conftest.file 921 856 ) 922 857 then … … else 926 861 AC_MSG_ERROR([newly created file is older than distributed files! 927 862 Check your system clock]) 928 863 fi 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 ]) 864 AC_MSG_RESULT(yes)]) 946 865 947 # Copyright (C) 200 9-2013Free Software Foundation, Inc.866 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 948 867 # 949 868 # This file is free software; the Free Software Foundation 950 869 # gives unlimited permission to copy and/or distribute it, 951 870 # with or without modifications, as long as this notice is preserved. 952 871 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 1012 873 1013 874 # AM_PROG_INSTALL_STRIP 1014 875 # --------------------- 1015 # One issue with vendor 'install' (even GNU) is that you can't876 # One issue with vendor `install' (even GNU) is that you can't 1016 877 # specify the program used to strip binaries. This is especially 1017 878 # annoying in cross-compiling environments, where the build's strip 1018 879 # is unlikely to handle the host's binaries. 1019 880 # Fortunately install-sh will honor a STRIPPROG variable, so we 1020 # always use install-sh in "make install-strip", and initialize881 # always use install-sh in `make install-strip', and initialize 1021 882 # STRIPPROG with the value of the STRIP variable (set by the user). 1022 883 AC_DEFUN([AM_PROG_INSTALL_STRIP], 1023 884 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 1024 # Installed binaries are usually stripped using 'strip' when the user1025 # run "make install-strip". However 'strip' might not be the right885 # Installed binaries are usually stripped using `strip' when the user 886 # run `make install-strip'. However `strip' might not be the right 1026 887 # 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. 889 dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 1029 890 if test "$cross_compiling" != no; then 1030 891 AC_CHECK_TOOL([STRIP], [strip], :) 1031 892 fi 1032 893 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 1033 894 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 1034 895 1035 # Copyright (C) 2006 -2013Free Software Foundation, Inc.896 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 1036 897 # 1037 898 # This file is free software; the Free Software Foundation 1038 899 # gives unlimited permission to copy and/or distribute it, 1039 900 # with or without modifications, as long as this notice is preserved. 1040 901 902 # serial 3 903 1041 904 # _AM_SUBST_NOTMAKE(VARIABLE) 1042 905 # --------------------------- 1043 906 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 1051 914 1052 915 # Check how to create a tarball. -*- Autoconf -*- 1053 916 1054 # Copyright (C) 2004 -2013Free Software Foundation, Inc.917 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 1055 918 # 1056 919 # This file is free software; the Free Software Foundation 1057 920 # gives unlimited permission to copy and/or distribute it, 1058 921 # with or without modifications, as long as this notice is preserved. 1059 922 923 # serial 2 924 1060 925 # _AM_PROG_TAR(FORMAT) 1061 926 # -------------------- 1062 927 # 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'. 1064 929 # 1065 930 # Substitute a variable $(am__tar) that is a command 1066 931 # writing to stdout a FORMAT-tarball containing the directory … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 1070 935 # Substitute a variable $(am__untar) that extract such 1071 936 # a tarball read from stdin. 1072 937 # $(am__untar) < result.tar 1073 #1074 938 AC_DEFUN([_AM_PROG_TAR], 1075 939 [# Always define AMTAR for backward compatibility. Yes, it's still used 1076 940 # in the wild :-( We should find a proper way to deprecate it ... 1077 941 AC_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 1082 942 m4_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])]) 946 AC_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 `-'. 952 for _am_tool in $_am_tools 953 do 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 1159 988 1160 1161 1162 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 1163 992 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 1176 994 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 1003 done 1004 rm -rf conftest.dir 1177 1005 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 1006 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) 1007 AC_MSG_RESULT([$am_cv_prog_tar_$1])]) 1181 1008 AC_SUBST([am__tar]) 1182 1009 AC_SUBST([am__untar]) 1183 1010 ]) # _AM_PROG_TAR -
binutils/configure
diff -rupdN binutils-ref/binutils/configure binutils/binutils/configure
old new LIBTOOL 700 700 EGREP 701 701 GREP 702 702 CPP 703 AM_BACKSLASH704 AM_DEFAULT_VERBOSITY705 AM_DEFAULT_V706 AM_V707 703 am__fastdepCC_FALSE 708 704 am__fastdepCC_TRUE 709 705 CCDEPMODE … … ac_subst_files='' 798 794 ac_user_opts=' 799 795 enable_option_checking 800 796 enable_dependency_tracking 801 enable_silent_rules802 797 enable_plugins 803 798 enable_largefile 804 799 enable_shared … … Optional Features: 1445 1440 --disable-option-checking ignore unrecognized --enable/--with options 1446 1441 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1447 1442 --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 1454 1445 --enable-plugins Enable support for plugins (defaults no) 1455 1446 --disable-largefile omit support for large files 1456 1447 --enable-shared[=PKGS] build shared libraries [default=yes] … … Optional Features: 1464 1455 --enable-werror treat compile warnings as errors 1465 1456 --enable-build-warnings enable build-time compiler warnings 1466 1457 --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 1470 1460 --disable-rpath do not hardcode runtime library paths 1471 1461 1472 1462 Optional Packages: … … test -n "$target_alias" && 2519 2509 test "$program_prefix$program_suffix$program_transform_name" = \ 2520 2510 NONENONEs,x,x, && 2521 2511 program_prefix=${target_alias}- 2522 # expand $ac_aux_dir to an absolute path2523 am_aux_dir=`cd $ac_aux_dir && pwd`2524 2525 2512 ac_ext=c 2526 2513 ac_cpp='$CPP $CPPFLAGS' 2527 2514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' … … ac_compile='$CC -c $CFLAGS $CPPFLAGS con 3311 3298 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3312 3299 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3313 3300 3314 ac_ext=c3315 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_gnu3319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&53320 $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) " >&63323 else3324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext3325 /* end confdefs.h. */3326 3327 int3328 main ()3329 {3330 3331 ;3332 return 0;3333 }3334 _ACEOF3335 # Make sure it works both with $CC and with simple cc.3336 # Following AC_PROG_CC_C_O, we do the test twice because some3337 # compilers refuse to overwrite an existing .o file with -o,3338 # though they will create one.3339 am_cv_prog_cc_c_o=yes3340 for am_i in 1 2; do3341 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&53342 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&53343 ac_status=$?3344 echo "$as_me:$LINENO: \$? = $ac_status" >&53345 (exit $ac_status); } \3346 && test -f conftest2.$ac_objext; then3347 : OK3348 else3349 am_cv_prog_cc_c_o=no3350 break3351 fi3352 done3353 rm -f core conftest*3354 unset am_i3355 fi3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&53357 $as_echo "$am_cv_prog_cc_c_o" >&6; }3358 if test "$am_cv_prog_cc_c_o" != yes; then3359 # 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 fi3366 ac_ext=c3367 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_gnu3371 3372 3373 3301 3374 3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 3375 3303 $as_echo_n "checking for library containing strerror... " >&6; } … … test -z "$INSTALL_DATA" && INSTALL_DATA= 3526 3454 3527 3455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 3528 3456 $as_echo_n "checking whether build environment is sane... " >&6; } 3457 # Just in case 3458 sleep 1 3459 echo timestamp > conftest.file 3529 3460 # Reject unsafe characters in $srcdir or the absolute working directory 3530 3461 # name. Accept space and tab only in the latter. 3531 3462 am_lf=' … … case `pwd` in 3536 3467 esac 3537 3468 case $srcdir in 3538 3469 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3539 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;3470 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 3540 3471 esac 3541 3472 3542 # Do 'set' in a subshell so we don't clobber the current shell's3473 # Do `set' in a subshell so we don't clobber the current shell's 3543 3474 # arguments. Must try -L first in case configure is actually a 3544 3475 # symlink; some systems play weird games with the mod time of symlinks 3545 3476 # (eg FreeBSD returns the mod time of the symlink's containing 3546 3477 # directory). 3547 3478 if ( 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 3493 alias in your environment" "$LINENO" 5 3494 fi 3558 3495 3559 # If neither matched, then we have a broken ls. This can happen3560 # if, for instance, CONFIG_SHELL is bash and it inherits a3561 # broken ls alias from the environment. This has actually3562 # happened. Such a system could not be considered "sane".3563 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken3564 alias in your environment" "$LINENO" 53565 fi3566 if test "$2" = conftest.file || test $am_try -eq 2; then3567 break3568 fi3569 # Just in case.3570 sleep 13571 am_has_slept=yes3572 done3573 3496 test "$2" = conftest.file 3574 3497 ) 3575 3498 then … … Check your system clock" "$LINENO" 5 3581 3504 fi 3582 3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3583 3506 $as_echo "yes" >&6; } 3584 # If we didn't sleep, we still need to ensure time stamps of config.status and3585 # generated files are strictly newer.3586 am_sleep_pid=3587 if grep 'slept: no' conftest.file >/dev/null 2>&1; then3588 ( sleep 1 ) &3589 am_sleep_pid=$!3590 fi3591 3592 rm -f conftest.file3593 3594 3507 test "$program_prefix" != NONE && 3595 3508 program_transform_name="s&^&$program_prefix&;$program_transform_name" 3596 3509 # Use a double $ so make ignores it. … … test "$program_suffix" != NONE && 3601 3514 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 3602 3515 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 3603 3516 3517 # expand $ac_aux_dir to an absolute path 3518 am_aux_dir=`cd $ac_aux_dir && pwd` 3519 3604 3520 if test x"${MISSING+set}" != xset; then 3605 3521 case $am_aux_dir in 3606 3522 *\ * | *\ *) … … if test x"${MISSING+set}" != xset; then 3610 3526 esac 3611 3527 fi 3612 3528 # Use eval to expand $SHELL 3613 if eval "$MISSING -- is-lightweight"; then3614 am_missing_run="$MISSING "3529 if eval "$MISSING --run true"; then 3530 am_missing_run="$MISSING --run " 3615 3531 else 3616 3532 am_missing_run= 3617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&53618 $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;} 3619 3535 fi 3620 3536 3621 3537 if test x"${install_sh}" != xset; then … … if test x"${install_sh}" != xset; then 3627 3543 esac 3628 3544 fi 3629 3545 3630 # Installed binaries are usually stripped using 'strip' when the user3631 # run "make install-strip". However 'strip' might not be the right3546 # Installed binaries are usually stripped using `strip' when the user 3547 # run `make install-strip'. However `strip' might not be the right 3632 3548 # 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. 3634 3550 if test "$cross_compiling" != no; then 3635 3551 if test -n "$ac_tool_prefix"; then 3636 3552 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. … … fi 3769 3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 3770 3686 $as_echo "$MKDIR_P" >&6; } 3771 3687 3688 mkdir_p="$MKDIR_P" 3689 case $mkdir_p in 3690 [\\/$]* | ?:[\\/]*) ;; 3691 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 3692 esac 3693 3772 3694 for ac_prog in gawk mawk nawk awk 3773 3695 do 3774 3696 # Extract the first word of "$ac_prog", so it can be a program name with args. … … am__quote= 3870 3792 _am_result=none 3871 3793 # First try GNU make style include. 3872 3794 echo "include confinc" > confmf 3873 # Ignore all kinds of additional output from 'make'.3795 # Ignore all kinds of additional output from `make'. 3874 3796 case `$am_make -s -f confmf 2> /dev/null` in #( 3875 3797 *the\ am__doit\ target*) 3876 3798 am__include=include … … else 3914 3836 fi 3915 3837 3916 3838 3917 # Check whether --enable-silent-rules was given.3918 if test "${enable_silent_rules+set}" = set; then :3919 enableval=$enable_silent_rules;3920 fi3921 3922 case $enable_silent_rules in # (((3923 yes) AM_DEFAULT_VERBOSITY=0;;3924 no) AM_DEFAULT_VERBOSITY=1;;3925 *) AM_DEFAULT_VERBOSITY=1;;3926 esac3927 am_make=${MAKE-make}3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&53929 $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) " >&63932 else3933 if $as_echo 'TRUE=$(BAR$(V))3934 BAR0=false3935 BAR1=true3936 V=13937 am__doit:3938 @$(TRUE)3939 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then3940 am_cv_make_support_nested_variables=yes3941 else3942 am_cv_make_support_nested_variables=no3943 fi3944 fi3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&53946 $as_echo "$am_cv_make_support_nested_variables" >&6; }3947 if test $am_cv_make_support_nested_variables = yes; then3948 AM_V='$(V)'3949 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'3950 else3951 AM_V=$AM_DEFAULT_VERBOSITY3952 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY3953 fi3954 AM_BACKSLASH='\'3955 3956 3839 if test "`cd $srcdir && pwd`" != "`pwd`"; then 3957 3840 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 3958 3841 # is not polluted with repeated "-I." … … fi 3974 3857 3975 3858 3976 3859 # Define the identity of the package. 3977 3978 3860 PACKAGE=binutils 3979 3861 VERSION=${BFD_VERSION} 3980 3862 … … AUTOHEADER=${AUTOHEADER-"${am_missing_ru 4004 3886 4005 3887 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 4006 3888 4007 # For better backward compatibility. To be removed once Automake 1.9.x4008 # 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 4013 3889 # We need awk for the "check" target. The system "awk" is bad on 4014 3890 # some platforms. 4015 3891 # Always define AMTAR for backward compatibility. Yes, it's still used 4016 3892 # in the wild :-( We should find a proper way to deprecate it ... 4017 3893 AMTAR='$${TAR-tar}' 4018 3894 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 4023 3895 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 4024 3896 4025 3897 4026 3898 4027 3899 4028 4029 3900 depcc="$CC" am_compiler_list= 4030 3901 4031 3902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 … … else 4037 3908 # We make a subdir and do the tests there. Otherwise we can end up 4038 3909 # making bogus files that we don't know about and never remove. For 4039 3910 # 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 output4041 # in D ".3911 # making a dummy file named `D' -- because `-MD' means `put the output 3912 # in D'. 4042 3913 rm -rf conftest.dir 4043 3914 mkdir conftest.dir 4044 3915 # Copy depcomp to subdir because otherwise we won't find it if we're … … else 4073 3944 : > sub/conftest.c 4074 3945 for i in 1 2 3 4 5 6; do 4075 3946 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4076 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with4077 # Solaris 10/bin/sh.4078 echo '/* dummy */' >sub/conftst$i.h3947 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3948 # Solaris 8's {/usr,}/bin/sh. 3949 touch sub/conftst$i.h 4079 3950 done 4080 3951 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4081 3952 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" 4083 3954 # mode. It turns out that the SunPro C++ compiler does not properly 4084 # handle '-M -o', and we need to detect this. Also, some Intel4085 # 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 4086 3957 am__obj=sub/conftest.${OBJEXT-o} 4087 3958 am__minus_obj="-o $am__obj" 4088 3959 case $depmode in … … else 4091 3962 test "$am__universal" = false || continue 4092 3963 ;; 4093 3964 nosideeffect) 4094 # After this tag, mechanisms are not by side-effect, so they'll4095 # 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 4096 3967 if test "x$enable_dependency_tracking" = xyes; then 4097 3968 continue 4098 3969 else … … else 4100 3971 fi 4101 3972 ;; 4102 3973 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4103 # This compiler won't grok '-c -o', but also, the minuso test has3974 # This compiler won't grok `-c -o', but also, the minuso test has 4104 3975 # not run yet. These depmodes are late enough in the game, and 4105 3976 # so weak that their functioning should not be impacted. 4106 3977 am__obj=conftest.${OBJEXT-o} … … fi 4155 4026 4156 4027 4157 4028 4158 # POSIX will say in a future version that running "rm -f" with no argument4159 # is OK; and we want to be able to make that assumption in our Makefile4160 # recipes. So use an aggressive probe to check that the usage we want is4161 # 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 aborted4164 # by default if the 'rm' program in use doesn't match our expectations; the4165 # user can still override this though.4166 if rm -f && rm -fr && rm -rf; then : OK; else4167 cat >&2 <<'END'4168 Oops!4169 4170 Your 'rm' program seems unable to run without file operands specified4171 on the command line, even when the '-f' option is present. This is contrary4172 to the behaviour of most rm programs out there, and not conforming with4173 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>4174 4175 Please tell bug-automake@gnu.org about your system, including the value4176 of your $PATH and any error possibly output before this message. This4177 can help us improve future automake versions.4178 4179 END4180 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then4181 echo 'Configuration will proceed anyway, since you have set the' >&24182 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&24183 echo >&24184 else4185 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' implementation4189 that behaves properly: <http://www.gnu.org/software/coreutils/>.4190 4191 If you want to complete the configuration process using your problematic4192 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM4193 to "yes", and re-run configure.4194 4195 END4196 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 54197 fi4198 fi4199 4029 4200 4030 ac_ext=c 4201 4031 ac_cpp='$CPP $CPPFLAGS' … … ac_cpp='$CPP $CPPFLAGS' 4741 4571 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4742 4572 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4743 4573 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&54745 $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) " >&64748 else4749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4750 /* end confdefs.h. */4751 4752 int4753 main ()4754 {4755 4756 ;4757 return 0;4758 }4759 _ACEOF4760 # Make sure it works both with $CC and with simple cc.4761 # Following AC_PROG_CC_C_O, we do the test twice because some4762 # compilers refuse to overwrite an existing .o file with -o,4763 # though they will create one.4764 am_cv_prog_cc_c_o=yes4765 for am_i in 1 2; do4766 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&54767 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&54768 ac_status=$?4769 echo "$as_me:$LINENO: \$? = $ac_status" >&54770 (exit $ac_status); } \4771 && test -f conftest2.$ac_objext; then4772 : OK4773 else4774 am_cv_prog_cc_c_o=no4775 break4776 fi4777 done4778 rm -f core conftest*4779 unset am_i4780 fi4781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&54782 $as_echo "$am_cv_prog_cc_c_o" >&6; }4783 if test "$am_cv_prog_cc_c_o" != yes; then4784 # 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 fi4791 ac_ext=c4792 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_gnu4796 4797 4798 ac_ext=c4799 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_gnu4803 4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 4804 4575 $as_echo_n "checking how to run the C preprocessor... " >&6; } 4805 4576 # On Suns, sometimes $CPP names a directory. … … else 11567 11338 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11568 11339 lt_status=$lt_dlunknown 11569 11340 cat > conftest.$ac_ext <<_LT_EOF 11570 #line 11 570"configure"11341 #line 11341 "configure" 11571 11342 #include "confdefs.h" 11572 11343 11573 11344 #if HAVE_DLFCN_H … … else 11673 11444 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11674 11445 lt_status=$lt_dlunknown 11675 11446 cat > conftest.$ac_ext <<_LT_EOF 11676 #line 11 676"configure"11447 #line 11447 "configure" 11677 11448 #include "confdefs.h" 11678 11449 11679 11450 #if HAVE_DLFCN_H … … LIBOBJS=$ac_libobjs 14671 14442 LTLIBOBJS=$ac_ltlibobjs 14672 14443 14673 14444 14674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&514675 $as_echo_n "checking that generated files are newer than configure... " >&6; }14676 if test -n "$am_sleep_pid"; then14677 # Hide warnings about reused PIDs.14678 wait $am_sleep_pid 2>/dev/null14679 fi14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&514681 $as_echo "done" >&6; }14682 14445 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 14683 14446 as_fn_error $? "conditional \"AMDEP\" was never defined. 14684 14447 Usually this means the macro was only invoked conditionally." "$LINENO" 5 … … $as_echo "$as_me: executing $ac_file com 16165 15928 16166 15929 case $ac_file$ac_mode in 16167 15930 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 16168 # Older Autoconfquotes --file arguments for eval, but not when files15931 # Autoconf 2.62 quotes --file arguments for eval, but not when files 16169 15932 # are listed without --file. Let's play safe and only enable the eval 16170 15933 # if we detect the quoting. 16171 15934 case $CONFIG_FILES in … … $as_echo "$as_me: executing $ac_file com 16178 15941 # Strip MF so we end up with the name of the file. 16179 15942 mf=`echo "$mf" | sed -e 's/:.*$//'` 16180 15943 # Check whether this is an Automake generated Makefile or not. 16181 # We used to match only the files named 'Makefile.in', but15944 # We used to match only the files named `Makefile.in', but 16182 15945 # some people rename them; so instead we look at the file content. 16183 15946 # Grep'ing the first line is not enough: some people post-process 16184 15947 # each Makefile.in and add a new line on top of each file to say so. … … $as_echo X"$mf" | 16212 15975 continue 16213 15976 fi 16214 15977 # Extract the definition of DEPDIR, am__include, and am__quote 16215 # from the Makefile without running 'make'.15978 # from the Makefile without running `make'. 16216 15979 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 16217 15980 test -z "$DEPDIR" && continue 16218 15981 am__include=`sed -n 's/^am__include = //p' < "$mf"` 16219 test -z " $am__include" && continue15982 test -z "am__include" && continue 16220 15983 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"` 16221 15986 # Find all dependency output files, they are included files with 16222 15987 # $(DEPDIR) in their names. We invoke sed twice because it is the 16223 15988 # simplest approach to changing $(DEPDIR) to its actual value in the 16224 15989 # expansion. 16225 15990 for file in `sed -n " 16226 15991 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 16227 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' `; do15992 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 16228 15993 # Make sure the directory exists. 16229 15994 test -f "$dirpart/$file" && continue 16230 15995 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. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # 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. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, 9 9 # with or without modifications, as long as this notice is preserved. … … 33 33 # <http://www.gnu.org/licenses/>. 34 34 # 35 35 VPATH = @srcdir@ 36 am__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 } 36 53 pkgdatadir = $(datadir)/@PACKAGE@ 37 54 pkgincludedir = $(includedir)/@PACKAGE@ 38 55 pkglibdir = $(libdir)/@PACKAGE@ … … TEXI2PDF = $(TEXI2DVI) --pdf --batch 96 113 MAKEINFOHTML = $(MAKEINFO) --html 97 114 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 98 115 DVIPS = dvips 116 am__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 99 121 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 100 122 am__vpath_adj = case $$p in \ 101 123 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ … … am__nobase_list = $(am__nobase_strip_set 117 139 am__base_list = \ 118 140 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 119 141 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 142 am__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 } 120 148 man1dir = $(mandir)/man1 121 149 am__installdirs = "$(DESTDIR)$(man1dir)" 122 150 NROFF = nroff … … uninstall-html-am: 431 459 432 460 uninstall-info-am: 433 461 @$(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 \ 437 463 list='$(INFO_DEPS)'; \ 438 464 for file in $$list; do \ 439 465 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … maintainer-clean-aminfo: 509 535 clean-info: mostlyclean-aminfo clean-aminfo 510 536 install-man1: $(man_MANS) 511 537 @$(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; \ 517 550 } | while read p; do \ 518 551 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 519 552 echo "$$d$$p"; echo "$$p"; \ … … uninstall-man1: 542 575 sed -n '/\.1[a-z]*$$/p'; \ 543 576 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 544 577 -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) 548 579 tags: TAGS 549 580 TAGS: 550 581 … … install-am: all-am 568 599 569 600 installcheck: installcheck-am 570 601 install-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 575 611 mostlyclean-generic: 576 612 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 577 613 … … install-dvi: install-dvi-am 612 648 613 649 install-dvi-am: $(DVIS) 614 650 @$(NORMAL_INSTALL) 615 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"616 651 @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; \ 617 656 for p in $$list; do \ 618 657 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 619 658 echo "$$d$$p"; \ … … install-html: install-html-am 628 667 629 668 install-html-am: $(HTMLS) 630 669 @$(NORMAL_INSTALL) 631 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"632 670 @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; \ 633 675 for p in $$list; do \ 634 676 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 635 677 $(am__strip_dir) \ 636 if test -d "$$d$$p"; then \ 678 d2=$$d$$p; \ 679 if test -d "$$d2"; then \ 637 680 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 638 681 $(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 $$?; \ 641 684 else \ 642 list2="$$list2 $$d $$p"; \685 list2="$$list2 $$d2"; \ 643 686 fi; \ 644 687 done; \ 645 688 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ … … install-info: install-info-am 651 694 652 695 install-info-am: $(INFO_DEPS) 653 696 @$(NORMAL_INSTALL) 654 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"655 697 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 656 698 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; \ 657 703 for file in $$list; do \ 658 704 case $$file in \ 659 705 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ … … install-info-am: $(INFO_DEPS) 671 717 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 672 718 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 673 719 @$(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 \ 676 721 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 677 722 for file in $$list; do \ 678 723 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … install-pdf: install-pdf-am 686 731 687 732 install-pdf-am: $(PDFS) 688 733 @$(NORMAL_INSTALL) 689 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"690 734 @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; \ 691 739 for p in $$list; do \ 692 740 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 693 741 echo "$$d$$p"; \ … … install-ps: install-ps-am 699 747 700 748 install-ps-am: $(PSS) 701 749 @$(NORMAL_INSTALL) 702 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"703 750 @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; \ 704 755 for p in $$list; do \ 705 756 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 706 757 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.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, 8 9 # with or without modifications, as long as this notice is preserved. … … 34 35 35 36 36 37 VPATH = @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 \ 38 am__make_dryrun = \ 39 { \ 40 am__dry=no; \ 50 41 case $$MAKEFLAGS in \ 51 42 *\\[\ \ ]*) \ 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;; \ 77 52 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 } 82 55 pkgdatadir = $(datadir)/@PACKAGE@ 83 56 pkgincludedir = $(includedir)/@PACKAGE@ 84 57 pkglibdir = $(libdir)/@PACKAGE@ … … EXTRA_PROGRAMS = $(am__EXEEXT_1) srconv$ 108 81 coffdump$(EXEEXT) $(am__EXEEXT_2) $(am__EXEEXT_3) \ 109 82 $(am__EXEEXT_4) $(am__EXEEXT_5) 110 83 subdir = . 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)/../ylwrap84 DIST_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 118 91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 119 92 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ 120 93 $(top_srcdir)/../config/zlib.m4 \ … … am_addr2line_OBJECTS = addr2line.$(OBJEX 172 145 addr2line_OBJECTS = $(am_addr2line_OBJECTS) 173 146 addr2line_LDADD = $(LDADD) 174 147 am__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 = --silent178 am__v_lt_1 =179 148 am_ar_OBJECTS = arparse.$(OBJEXT) arlex.$(OBJEXT) ar.$(OBJEXT) \ 180 149 not-ranlib.$(OBJEXT) arsup.$(OBJEXT) rename.$(OBJEXT) \ 181 150 binemul.$(OBJEXT) emul_$(EMULATION).$(OBJEXT) $(am__objects_1) … … am__uninstall_files_from_dir = { \ 279 248 $(am__cd) "$$dir" && rm -f $$files; }; \ 280 249 } 281 250 SCRIPTS = $(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 = false285 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 =294 251 DEFAULT_INCLUDES = -I.@am__isrc@ 295 252 depcomp = $(SHELL) $(top_srcdir)/../depcomp 296 253 am__depfiles_maybe = depfiles 297 254 am__mv = mv -f 298 255 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 299 256 $(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 = 257 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 258 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 259 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 308 260 CCLD = $(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 = 261 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 262 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 263 $(LDFLAGS) -o $@ 316 264 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || 317 265 LEXCOMPILE = $(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 = 266 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 267 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) 324 268 YLWRAP = $(top_srcdir)/../ylwrap 325 269 @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/328 270 YACCCOMPILE = $(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 = 271 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 272 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) 335 273 SOURCES = $(addr2line_SOURCES) $(ar_SOURCES) $(EXTRA_ar_SOURCES) \ 336 274 bfdtest1.c bfdtest2.c $(coffdump_SOURCES) $(cxxfilt_SOURCES) \ 337 275 $(dlltool_SOURCES) $(dllwrap_SOURCES) $(elfedit_SOURCES) \ … … SOURCES = $(addr2line_SOURCES) $(ar_SOUR 340 278 $(readelf_SOURCES) $(size_SOURCES) $(srconv_SOURCES) \ 341 279 $(strings_SOURCES) $(strip_new_SOURCES) $(sysdump_SOURCES) \ 342 280 $(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 281 RECURSIVE_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 351 288 am__can_run_installinfo = \ 352 289 case $$AM_UPDATE_INFO_DIR in \ 353 290 n|no|NO) false;; \ … … am__can_run_installinfo = \ 355 292 esac 356 293 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 357 294 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)` 295 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 296 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 382 297 ETAGS = etags 383 298 CTAGS = ctags 384 CSCOPE = cscope385 299 DEJATOOL = $(PACKAGE) 386 300 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir 387 301 DIST_SUBDIRS = $(SUBDIRS) 388 302 ACLOCAL = @ACLOCAL@ 389 303 ALLOCA = @ALLOCA@ 390 304 AMTAR = @AMTAR@ 391 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@392 305 AR = @AR@ 393 306 AUTOCONF = @AUTOCONF@ 394 307 AUTOHEADER = @AUTOHEADER@ … … $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 777 690 $(am__aclocal_m4_deps): 778 691 779 692 config.h: stamp-h1 780 @ test -f $@ || rm -f stamp-h1781 @ test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1693 @if test ! -f $@; then rm -f stamp-h1; else :; fi 694 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 782 695 783 696 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status 784 697 @rm -f stamp-h1 … … install-binPROGRAMS: $(bin_PROGRAMS) 801 714 fi; \ 802 715 for p in $$list; do echo "$$p $$p"; done | \ 803 716 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; \ 807 719 done | \ 808 sed -e 'p;s,.*/,,;n;h' \ 809 -e 's|.*|.|' \ 720 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 810 721 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 811 722 sed 'N;N;N;s,\n, ,g' | \ 812 723 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ … … uninstall-binPROGRAMS: 827 738 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 828 739 files=`for p in $$list; do echo "$$p"; done | \ 829 740 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 830 -e 's/$$/$(EXEEXT)/' \ 831 `; \ 741 -e 's/$$/$(EXEEXT)/' `; \ 832 742 test -n "$$list" || exit 0; \ 833 743 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 834 744 cd "$(DESTDIR)$(bindir)" && rm -f $$files … … clean-noinstPROGRAMS: 850 760 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 851 761 echo " rm -f" $$list; \ 852 762 rm -f $$list 853 854 763 addr2line$(EXEEXT): $(addr2line_OBJECTS) $(addr2line_DEPENDENCIES) $(EXTRA_addr2line_DEPENDENCIES) 855 764 @rm -f addr2line$(EXEEXT) 856 $( AM_V_CCLD)$(LINK) $(addr2line_OBJECTS) $(addr2line_LDADD) $(LIBS)765 $(LINK) $(addr2line_OBJECTS) $(addr2line_LDADD) $(LIBS) 857 766 arparse.h: arparse.c 858 767 @if test ! -f $@; then rm -f arparse.c; else :; fi 859 768 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) arparse.c; else :; fi 860 861 769 ar$(EXEEXT): $(ar_OBJECTS) $(ar_DEPENDENCIES) $(EXTRA_ar_DEPENDENCIES) 862 770 @rm -f ar$(EXEEXT) 863 $(AM_V_CCLD)$(LINK) $(ar_OBJECTS) $(ar_LDADD) $(LIBS) 864 771 $(LINK) $(ar_OBJECTS) $(ar_LDADD) $(LIBS) 865 772 bfdtest1$(EXEEXT): $(bfdtest1_OBJECTS) $(bfdtest1_DEPENDENCIES) $(EXTRA_bfdtest1_DEPENDENCIES) 866 773 @rm -f bfdtest1$(EXEEXT) 867 $(AM_V_CCLD)$(LINK) $(bfdtest1_OBJECTS) $(bfdtest1_LDADD) $(LIBS) 868 774 $(LINK) $(bfdtest1_OBJECTS) $(bfdtest1_LDADD) $(LIBS) 869 775 bfdtest2$(EXEEXT): $(bfdtest2_OBJECTS) $(bfdtest2_DEPENDENCIES) $(EXTRA_bfdtest2_DEPENDENCIES) 870 776 @rm -f bfdtest2$(EXEEXT) 871 $(AM_V_CCLD)$(LINK) $(bfdtest2_OBJECTS) $(bfdtest2_LDADD) $(LIBS) 872 777 $(LINK) $(bfdtest2_OBJECTS) $(bfdtest2_LDADD) $(LIBS) 873 778 coffdump$(EXEEXT): $(coffdump_OBJECTS) $(coffdump_DEPENDENCIES) $(EXTRA_coffdump_DEPENDENCIES) 874 779 @rm -f coffdump$(EXEEXT) 875 $(AM_V_CCLD)$(LINK) $(coffdump_OBJECTS) $(coffdump_LDADD) $(LIBS) 876 780 $(LINK) $(coffdump_OBJECTS) $(coffdump_LDADD) $(LIBS) 877 781 cxxfilt$(EXEEXT): $(cxxfilt_OBJECTS) $(cxxfilt_DEPENDENCIES) $(EXTRA_cxxfilt_DEPENDENCIES) 878 782 @rm -f cxxfilt$(EXEEXT) 879 $( AM_V_CCLD)$(LINK) $(cxxfilt_OBJECTS) $(cxxfilt_LDADD) $(LIBS)783 $(LINK) $(cxxfilt_OBJECTS) $(cxxfilt_LDADD) $(LIBS) 880 784 defparse.h: defparse.c 881 785 @if test ! -f $@; then rm -f defparse.c; else :; fi 882 786 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) defparse.c; else :; fi 883 884 787 dlltool$(EXEEXT): $(dlltool_OBJECTS) $(dlltool_DEPENDENCIES) $(EXTRA_dlltool_DEPENDENCIES) 885 788 @rm -f dlltool$(EXEEXT) 886 $(AM_V_CCLD)$(LINK) $(dlltool_OBJECTS) $(dlltool_LDADD) $(LIBS) 887 789 $(LINK) $(dlltool_OBJECTS) $(dlltool_LDADD) $(LIBS) 888 790 dllwrap$(EXEEXT): $(dllwrap_OBJECTS) $(dllwrap_DEPENDENCIES) $(EXTRA_dllwrap_DEPENDENCIES) 889 791 @rm -f dllwrap$(EXEEXT) 890 $(AM_V_CCLD)$(LINK) $(dllwrap_OBJECTS) $(dllwrap_LDADD) $(LIBS) 891 792 $(LINK) $(dllwrap_OBJECTS) $(dllwrap_LDADD) $(LIBS) 892 793 elfedit$(EXEEXT): $(elfedit_OBJECTS) $(elfedit_DEPENDENCIES) $(EXTRA_elfedit_DEPENDENCIES) 893 794 @rm -f elfedit$(EXEEXT) 894 $( AM_V_CCLD)$(LINK) $(elfedit_OBJECTS) $(elfedit_LDADD) $(LIBS)795 $(LINK) $(elfedit_OBJECTS) $(elfedit_LDADD) $(LIBS) 895 796 nlmheader.h: nlmheader.c 896 797 @if test ! -f $@; then rm -f nlmheader.c; else :; fi 897 798 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) nlmheader.c; else :; fi 898 899 799 nlmconv$(EXEEXT): $(nlmconv_OBJECTS) $(nlmconv_DEPENDENCIES) $(EXTRA_nlmconv_DEPENDENCIES) 900 800 @rm -f nlmconv$(EXEEXT) 901 $(AM_V_CCLD)$(LINK) $(nlmconv_OBJECTS) $(nlmconv_LDADD) $(LIBS) 902 801 $(LINK) $(nlmconv_OBJECTS) $(nlmconv_LDADD) $(LIBS) 903 802 nm-new$(EXEEXT): $(nm_new_OBJECTS) $(nm_new_DEPENDENCIES) $(EXTRA_nm_new_DEPENDENCIES) 904 803 @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) 907 805 objcopy$(EXEEXT): $(objcopy_OBJECTS) $(objcopy_DEPENDENCIES) $(EXTRA_objcopy_DEPENDENCIES) 908 806 @rm -f objcopy$(EXEEXT) 909 $(AM_V_CCLD)$(LINK) $(objcopy_OBJECTS) $(objcopy_LDADD) $(LIBS) 910 807 $(LINK) $(objcopy_OBJECTS) $(objcopy_LDADD) $(LIBS) 911 808 objdump$(EXEEXT): $(objdump_OBJECTS) $(objdump_DEPENDENCIES) $(EXTRA_objdump_DEPENDENCIES) 912 809 @rm -f objdump$(EXEEXT) 913 $(AM_V_CCLD)$(LINK) $(objdump_OBJECTS) $(objdump_LDADD) $(LIBS) 914 810 $(LINK) $(objdump_OBJECTS) $(objdump_LDADD) $(LIBS) 915 811 ranlib$(EXEEXT): $(ranlib_OBJECTS) $(ranlib_DEPENDENCIES) $(EXTRA_ranlib_DEPENDENCIES) 916 812 @rm -f ranlib$(EXEEXT) 917 $(AM_V_CCLD)$(LINK) $(ranlib_OBJECTS) $(ranlib_LDADD) $(LIBS) 918 813 $(LINK) $(ranlib_OBJECTS) $(ranlib_LDADD) $(LIBS) 919 814 readelf$(EXEEXT): $(readelf_OBJECTS) $(readelf_DEPENDENCIES) $(EXTRA_readelf_DEPENDENCIES) 920 815 @rm -f readelf$(EXEEXT) 921 $(AM_V_CCLD)$(LINK) $(readelf_OBJECTS) $(readelf_LDADD) $(LIBS) 922 816 $(LINK) $(readelf_OBJECTS) $(readelf_LDADD) $(LIBS) 923 817 size$(EXEEXT): $(size_OBJECTS) $(size_DEPENDENCIES) $(EXTRA_size_DEPENDENCIES) 924 818 @rm -f size$(EXEEXT) 925 $(AM_V_CCLD)$(LINK) $(size_OBJECTS) $(size_LDADD) $(LIBS) 926 819 $(LINK) $(size_OBJECTS) $(size_LDADD) $(LIBS) 927 820 srconv$(EXEEXT): $(srconv_OBJECTS) $(srconv_DEPENDENCIES) $(EXTRA_srconv_DEPENDENCIES) 928 821 @rm -f srconv$(EXEEXT) 929 $(AM_V_CCLD)$(LINK) $(srconv_OBJECTS) $(srconv_LDADD) $(LIBS) 930 822 $(LINK) $(srconv_OBJECTS) $(srconv_LDADD) $(LIBS) 931 823 strings$(EXEEXT): $(strings_OBJECTS) $(strings_DEPENDENCIES) $(EXTRA_strings_DEPENDENCIES) 932 824 @rm -f strings$(EXEEXT) 933 $(AM_V_CCLD)$(LINK) $(strings_OBJECTS) $(strings_LDADD) $(LIBS) 934 825 $(LINK) $(strings_OBJECTS) $(strings_LDADD) $(LIBS) 935 826 strip-new$(EXEEXT): $(strip_new_OBJECTS) $(strip_new_DEPENDENCIES) $(EXTRA_strip_new_DEPENDENCIES) 936 827 @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) 939 829 sysdump$(EXEEXT): $(sysdump_OBJECTS) $(sysdump_DEPENDENCIES) $(EXTRA_sysdump_DEPENDENCIES) 940 830 @rm -f sysdump$(EXEEXT) 941 $( AM_V_CCLD)$(LINK) $(sysdump_OBJECTS) $(sysdump_LDADD) $(LIBS)831 $(LINK) $(sysdump_OBJECTS) $(sysdump_LDADD) $(LIBS) 942 832 mcparse.h: mcparse.c 943 833 @if test ! -f $@; then rm -f mcparse.c; else :; fi 944 834 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) mcparse.c; else :; fi 945 946 835 windmc$(EXEEXT): $(windmc_OBJECTS) $(windmc_DEPENDENCIES) $(EXTRA_windmc_DEPENDENCIES) 947 836 @rm -f windmc$(EXEEXT) 948 $( AM_V_CCLD)$(LINK) $(windmc_OBJECTS) $(windmc_LDADD) $(LIBS)837 $(LINK) $(windmc_OBJECTS) $(windmc_LDADD) $(LIBS) 949 838 rcparse.h: rcparse.c 950 839 @if test ! -f $@; then rm -f rcparse.c; else :; fi 951 840 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) rcparse.c; else :; fi 952 953 841 windres$(EXEEXT): $(windres_OBJECTS) $(windres_DEPENDENCIES) $(EXTRA_windres_DEPENDENCIES) 954 842 @rm -f windres$(EXEEXT) 955 $( AM_V_CCLD)$(LINK) $(windres_OBJECTS) $(windres_LDADD) $(LIBS)843 $(LINK) $(windres_OBJECTS) $(windres_LDADD) $(LIBS) 956 844 install-binSCRIPTS: $(bin_SCRIPTS) 957 845 @$(NORMAL_INSTALL) 958 846 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ … … distclean-compile: 1061 949 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrstabs.Po@am__quote@ 1062 950 1063 951 .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)/$*.Po1066 @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@ 1067 955 @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 $< 1069 957 1070 958 .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)/$*.Po1073 @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@ 1074 962 @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) '$<'` 1076 964 1077 965 .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)/$*.Plo1080 @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@ 1081 969 @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 $@ $< 1083 971 1084 972 .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) 1086 974 1087 975 .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) 1089 977 1090 978 mostlyclean-libtool: 1091 979 -rm -f *.lo … … distclean-libtool: 1097 985 -rm -f libtool config.lt 1098 986 1099 987 # 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; \ 1112 1001 dot_seen=no; \ 1113 1002 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 \ 1119 1004 echo "Making $$target in $$subdir"; \ 1120 1005 if test "$$subdir" = "."; then \ 1121 1006 dot_seen=yes; \ … … $(am__recursive_targets): 1130 1015 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1131 1016 fi; test -z "$$fail" 1132 1017 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" 1048 tags-recursive: 1049 list='$(SUBDIRS)'; for subdir in $$list; do \ 1050 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 1051 done 1052 ctags-recursive: 1053 list='$(SUBDIRS)'; for subdir in $$list; do \ 1054 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 1055 done 1137 1056 1138 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1057 ID: $(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 1065 tags: TAGS 1066 1067 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ 1068 $(TAGS_FILES) $(LISP) 1139 1069 set x; \ 1140 1070 here=`pwd`; \ 1141 1071 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ … … tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 1151 1081 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1152 1082 fi; \ 1153 1083 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; }; }'`; \ 1155 1090 shift; \ 1156 1091 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1157 1092 test -n "$$unique" || unique=$$empty_fix; \ … … tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 1163 1098 $$unique; \ 1164 1099 fi; \ 1165 1100 fi 1166 ctags: ctags-recursive 1167 1168 CTAGS: ctags 1169 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1170 $(am__define_uniq_tagged_files); \ 1101 ctags: CTAGS 1102 CTAGS: 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; }; }'`; \ 1171 1110 test -z "$(CTAGS_ARGS)$$unique" \ 1172 1111 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1173 1112 $$unique … … GTAGS: 1176 1115 here=`$(am__cd) $(top_builddir) && pwd` \ 1177 1116 && $(am__cd) $(top_srcdir) \ 1178 1117 && gtags -i $(GTAGS_ARGS) "$$here" 1179 cscope: cscope.files1180 test ! -s cscope.files \1181 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)1182 clean-cscope:1183 -rm -f cscope.files1184 cscope.files: clean-cscope cscopelist1185 cscopelist: cscopelist-recursive1186 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.files1200 1118 1201 1119 distclean-tags: 1202 1120 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1203 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files1204 1121 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) 1205 @echo 'Making a new site.exp file 1122 @echo 'Making a new site.exp file...' 1206 1123 @echo '## these variables are automatically generated by make ##' >site.tmp 1207 1124 @echo '# Do not edit here. If you wish to override these values' >>site.tmp 1208 1125 @echo '# edit the last section' >>site.tmp … … ps-am: 1365 1282 1366 1283 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS 1367 1284 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 1370 1288 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 \ 1385 1302 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1386 1303 mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \ 1387 pdf-am ps ps-am tags tags- amuninstall uninstall-am \1304 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 1388 1305 uninstall-binPROGRAMS uninstall-binSCRIPTS 1389 1306 1390 1307 po/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 41 41 AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK], 42 42 [m4_if(m4_defn([_GCC_AUTOCONF_VERSION]), 43 43 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])[.])]) 45 45 ]) 46 46 m4_define([AC_INIT], m4_defn([AC_INIT])[ 47 47 _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 -*- 4 2 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. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, 7 8 # with or without modifications, as long as this notice is preserved. … … 11 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 13 # PARTICULAR PURPOSE. 13 14 14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])15 15 m4_ifndef([AC_AUTOCONF_VERSION], 16 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 17 17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, 18 18 [m4_warning([this file was generated for autoconf 2.69. 19 19 You have another version of autoconf. It may work, but is not guaranteed to. 20 20 If 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'.])])21 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 22 22 23 # Copyright (C) 2002-2013 Free Software Foundation, Inc. 23 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software 24 # Foundation, Inc. 24 25 # 25 26 # This file is free software; the Free Software Foundation 26 27 # gives unlimited permission to copy and/or distribute it, 27 28 # with or without modifications, as long as this notice is preserved. 28 29 30 # serial 1 31 29 32 # AM_AUTOMAKE_VERSION(VERSION) 30 33 # ---------------------------- 31 34 # Automake X.Y traces this macro to ensure aclocal.m4 has been 32 35 # generated from the m4 files accompanying Automake X.Y. 33 36 # (This private macro should not be called outside this file.) 34 37 AC_DEFUN([AM_AUTOMAKE_VERSION], 35 [am__api_version='1.1 4'38 [am__api_version='1.11' 36 39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 37 40 dnl require some minimum version. Point them to the right macro. 38 m4_if([$1], [1.1 4.1], [],41 m4_if([$1], [1.11.6], [], 39 42 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 40 43 ]) 41 44 … … m4_define([_AM_AUTOCONF_VERSION], []) 51 54 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 52 55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 53 56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 54 [AM_AUTOMAKE_VERSION([1.1 4.1])dnl57 [AM_AUTOMAKE_VERSION([1.11.6])dnl 55 58 m4_ifndef([AC_AUTOCONF_VERSION], 56 59 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 57 60 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 58 61 59 62 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 60 63 61 # Copyright (C) 2001 -2013Free Software Foundation, Inc.64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 62 65 # 63 66 # This file is free software; the Free Software Foundation 64 67 # gives unlimited permission to copy and/or distribute it, 65 68 # with or without modifications, as long as this notice is preserved. 66 69 70 # serial 1 71 67 72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 68 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to69 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.73 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 74 # `$srcdir', `$srcdir/..', or `$srcdir/../..'. 70 75 # 71 76 # Of course, Automake must honor this variable whenever it calls a 72 77 # tool from the auxiliary directory. The problem is that $srcdir (and … … _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCON 85 90 # 86 91 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir 87 92 # are both prefixed by $srcdir. In an in-source build this is usually 88 # harmless because $srcdir is '.', but things will broke when you93 # harmless because $srcdir is `.', but things will broke when you 89 94 # start a VPATH build or use an absolute $srcdir. 90 95 # 91 96 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, … … am_aux_dir=`cd $ac_aux_dir && pwd` 111 116 112 117 # AM_CONDITIONAL -*- Autoconf -*- 113 118 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. 115 121 # 116 122 # This file is free software; the Free Software Foundation 117 123 # gives unlimited permission to copy and/or distribute it, 118 124 # with or without modifications, as long as this notice is preserved. 119 125 126 # serial 9 127 120 128 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 121 129 # ------------------------------------- 122 130 # Define a conditional. 123 131 AC_DEFUN([AM_CONDITIONAL], 124 [AC_PREREQ( [2.52])dnl125 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],126 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 127 135 AC_SUBST([$1_TRUE])dnl 128 136 AC_SUBST([$1_FALSE])dnl 129 137 _AM_SUBST_NOTMAKE([$1_TRUE])dnl … … AC_CONFIG_COMMANDS_PRE( 142 150 Usually this means the macro was only invoked conditionally.]]) 143 151 fi])]) 144 152 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. 146 155 # 147 156 # This file is free software; the Free Software Foundation 148 157 # gives unlimited permission to copy and/or distribute it, 149 158 # with or without modifications, as long as this notice is preserved. 150 159 160 # serial 12 151 161 152 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be162 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 153 163 # written in clear, in which case automake, when reading aclocal.m4, 154 164 # will think it sees a *use*, and therefore will trigger all it's 155 165 # C support machinery. Also note that it means that autoscan, seeing … … fi])]) 159 169 # _AM_DEPENDENCIES(NAME) 160 170 # ---------------------- 161 171 # 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". 163 173 # We try a few techniques and use that to set a single cache variable. 164 174 # 165 175 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was … … AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMAND 172 182 AC_REQUIRE([AM_MAKE_INCLUDE])dnl 173 183 AC_REQUIRE([AM_DEP_TRACK])dnl 174 184 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=]) 185 ifelse([$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=]) 182 191 183 192 AC_CACHE_CHECK([dependency style of $depcc], 184 193 [am_cv_$1_dependencies_compiler_type], … … AC_CACHE_CHECK([dependency style of $dep 186 195 # We make a subdir and do the tests there. Otherwise we can end up 187 196 # making bogus files that we don't know about and never remove. For 188 197 # 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 output190 # in D ".198 # making a dummy file named `D' -- because `-MD' means `put the output 199 # in D'. 191 200 rm -rf conftest.dir 192 201 mkdir conftest.dir 193 202 # Copy depcomp to subdir because otherwise we won't find it if we're … … AC_CACHE_CHECK([dependency style of $dep 227 236 : > sub/conftest.c 228 237 for i in 1 2 3 4 5 6; do 229 238 echo '#include "conftst'$i'.h"' >> sub/conftest.c 230 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with231 # Solaris 10/bin/sh.232 echo '/* dummy */' >sub/conftst$i.h239 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 240 # Solaris 8's {/usr,}/bin/sh. 241 touch sub/conftst$i.h 233 242 done 234 243 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 235 244 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" 237 246 # mode. It turns out that the SunPro C++ compiler does not properly 238 # handle '-M -o', and we need to detect this. Also, some Intel239 # 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 240 249 am__obj=sub/conftest.${OBJEXT-o} 241 250 am__minus_obj="-o $am__obj" 242 251 case $depmode in … … AC_CACHE_CHECK([dependency style of $dep 245 254 test "$am__universal" = false || continue 246 255 ;; 247 256 nosideeffect) 248 # After this tag, mechanisms are not by side-effect, so they'll249 # 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 250 259 if test "x$enable_dependency_tracking" = xyes; then 251 260 continue 252 261 else … … AC_CACHE_CHECK([dependency style of $dep 254 263 fi 255 264 ;; 256 265 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 257 # This compiler won't grok '-c -o', but also, the minuso test has266 # This compiler won't grok `-c -o', but also, the minuso test has 258 267 # not run yet. These depmodes are late enough in the game, and 259 268 # so weak that their functioning should not be impacted. 260 269 am__obj=conftest.${OBJEXT-o} … … AM_CONDITIONAL([am__fastdep$1], [ 302 311 # AM_SET_DEPDIR 303 312 # ------------- 304 313 # 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 306 315 AC_DEFUN([AM_SET_DEPDIR], 307 316 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl 308 317 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl … … AC_SUBST([DEPDIR], ["${am__leading_dot}d 312 321 # AM_DEP_TRACK 313 322 # ------------ 314 323 AC_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]) 322 327 if test "x$enable_dependency_tracking" != xno; then 323 328 am_depcomp="$ac_aux_dir/depcomp" 324 329 AMDEPBACKSLASH='\' … … _AM_SUBST_NOTMAKE([am__nodep])dnl 333 338 334 339 # Generate code to set up dependency tracking. -*- Autoconf -*- 335 340 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. 337 343 # 338 344 # This file is free software; the Free Software Foundation 339 345 # gives unlimited permission to copy and/or distribute it, 340 346 # with or without modifications, as long as this notice is preserved. 341 347 348 #serial 5 342 349 343 350 # _AM_OUTPUT_DEPENDENCY_COMMANDS 344 351 # ------------------------------ 345 352 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 346 353 [{ 347 # Older Autoconfquotes --file arguments for eval, but not when files354 # Autoconf 2.62 quotes --file arguments for eval, but not when files 348 355 # are listed without --file. Let's play safe and only enable the eval 349 356 # if we detect the quoting. 350 357 case $CONFIG_FILES in … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 357 364 # Strip MF so we end up with the name of the file. 358 365 mf=`echo "$mf" | sed -e 's/:.*$//'` 359 366 # Check whether this is an Automake generated Makefile or not. 360 # We used to match only the files named 'Makefile.in', but367 # We used to match only the files named `Makefile.in', but 361 368 # some people rename them; so instead we look at the file content. 362 369 # Grep'ing the first line is not enough: some people post-process 363 370 # each Makefile.in and add a new line on top of each file to say so. … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 369 376 continue 370 377 fi 371 378 # Extract the definition of DEPDIR, am__include, and am__quote 372 # from the Makefile without running 'make'.379 # from the Makefile without running `make'. 373 380 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 374 381 test -z "$DEPDIR" && continue 375 382 am__include=`sed -n 's/^am__include = //p' < "$mf"` 376 test -z " $am__include" && continue383 test -z "am__include" && continue 377 384 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"` 378 387 # Find all dependency output files, they are included files with 379 388 # $(DEPDIR) in their names. We invoke sed twice because it is the 380 389 # simplest approach to changing $(DEPDIR) to its actual value in the 381 390 # expansion. 382 391 for file in `sed -n " 383 392 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 384 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' `; do393 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 385 394 # Make sure the directory exists. 386 395 test -f "$dirpart/$file" && continue 387 396 fdir=`AS_DIRNAME(["$file"])` … … AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS 399 408 # This macro should only be invoked once -- use via AC_REQUIRE. 400 409 # 401 410 # This code is only required when automatic dependency tracking 402 # is enabled. FIXME. This creates each '.P' file that we will411 # is enabled. FIXME. This creates each `.P' file that we will 403 412 # need in order to bootstrap the dependency handling code. 404 413 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 405 414 [AC_CONFIG_COMMANDS([depfiles], … … AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] 409 418 410 419 # Do all the work for Automake. -*- Autoconf -*- 411 420 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. 413 423 # 414 424 # This file is free software; the Free Software Foundation 415 425 # gives unlimited permission to copy and/or distribute it, 416 426 # with or without modifications, as long as this notice is preserved. 417 427 428 # serial 16 429 418 430 # This macro actually does too much. Some checks are only needed if 419 431 # your package does certain things. But this isn't really a big deal. 420 432 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_O425 ])426 427 433 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) 428 434 # AM_INIT_AUTOMAKE([OPTIONS]) 429 435 # ----------------------------------------------- … … m4_defn([AC_PROG_CC]) 436 442 # arguments mandatory, and then we can depend on a new Autoconf 437 443 # release and drop the old call support. 438 444 AC_DEFUN([AM_INIT_AUTOMAKE], 439 [AC_PREREQ([2.6 5])dnl445 [AC_PREREQ([2.62])dnl 440 446 dnl Autoconf wants to disallow AM_ names. We explicitly allow 441 447 dnl the ones we care about. 442 448 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl … … AC_SUBST([CYGPATH_W]) 465 471 # Define the identity of the package. 466 472 dnl Distinguish between old-style and new-style calls. 467 473 m4_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 471 475 AC_SUBST([PACKAGE], [$1])dnl 472 476 AC_SUBST([VERSION], [$2])], 473 477 [_AM_SET_OPTIONS([$1])dnl 474 478 dnl 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],, 479 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, 478 480 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl 479 481 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl 480 482 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl 481 483 482 484 _AM_IF_OPTION([no-define],, 483 [AC_DEFINE_UNQUOTED( [PACKAGE], ["$PACKAGE"], [Name of package])484 AC_DEFINE_UNQUOTED( [VERSION], ["$VERSION"], [Version number of package])])dnl485 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) 486 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl 485 487 486 488 # Some tools Automake needs. 487 489 AC_REQUIRE([AM_SANITY_CHECK])dnl 488 490 AC_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])491 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) 492 AM_MISSING_PROG(AUTOCONF, autoconf) 493 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) 494 AM_MISSING_PROG(AUTOHEADER, autoheader) 495 AM_MISSING_PROG(MAKEINFO, makeinfo) 494 496 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 495 497 AC_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)']) 498 AC_REQUIRE([AM_PROG_MKDIR_P])dnl 502 499 # We need awk for the "check" target. The system "awk" is bad on 503 500 # some platforms. 504 501 AC_REQUIRE([AC_PROG_AWK])dnl … … _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR 509 506 [_AM_PROG_TAR([v7])])]) 510 507 _AM_IF_OPTION([no-dependencies],, 511 508 [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])])])dnl509 [_AM_DEPENDENCIES(CC)], 510 [define([AC_PROG_CC], 511 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 515 512 AC_PROVIDE_IFELSE([AC_PROG_CXX], 516 [_AM_DEPENDENCIES( [CXX])],517 [ m4_define([AC_PROG_CXX],518 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl513 [_AM_DEPENDENCIES(CXX)], 514 [define([AC_PROG_CXX], 515 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl 519 516 AC_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 527 520 ]) 528 AC_REQUIRE([AM_SILENT_RULES])dnl529 dnl The testsuitedriver may need to know about EXEEXT, so add the530 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This531 dnl macrois hooked onto _AC_COMPILER_EXEEXT early, see below.521 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl 522 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the 523 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro 524 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. 532 525 AC_CONFIG_COMMANDS_PRE(dnl 533 526 [m4_provide_if([_AM_COMPILER_EXEEXT], 534 527 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl 528 ]) 535 529 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 530 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not 579 531 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 580 532 dnl mangled by Autoconf and run in a shell conditional statement. 581 533 m4_define([_AC_COMPILER_EXEEXT], 582 534 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) 583 535 536 584 537 # When config.status generates a header, we must update the stamp-h file. 585 538 # This file resides in the same directory as the config header 586 539 # that is generated. The stamp files are numbered to have different names. … … for _am_header in $config_headers :; do 602 555 done 603 556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 604 557 605 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 558 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 559 # Inc. 606 560 # 607 561 # This file is free software; the Free Software Foundation 608 562 # gives unlimited permission to copy and/or distribute it, 609 563 # with or without modifications, as long as this notice is preserved. 610 564 565 # serial 1 566 611 567 # AM_PROG_INSTALL_SH 612 568 # ------------------ 613 569 # Define $install_sh. … … if test x"${install_sh}" != xset; then 621 577 install_sh="\${SHELL} $am_aux_dir/install-sh" 622 578 esac 623 579 fi 624 AC_SUBST( [install_sh])])580 AC_SUBST(install_sh)]) 625 581 626 # Copyright (C) 1998-2013 Free Software Foundation, Inc. 582 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 583 # Free Software Foundation, Inc. 627 584 # 628 585 # This file is free software; the Free Software Foundation 629 586 # gives unlimited permission to copy and/or distribute it, 630 587 # with or without modifications, as long as this notice is preserved. 631 588 589 # serial 5 590 632 591 # AM_PROG_LEX 633 592 # ----------- 634 593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a 635 594 # "missing" invocation, for better error output. 636 595 AC_DEFUN([AM_PROG_LEX], 637 [AC_PREREQ( [2.50])dnl596 [AC_PREREQ(2.50)dnl 638 597 AC_REQUIRE([AM_MISSING_HAS_RUN])dnl 639 598 AC_REQUIRE([AC_PROG_LEX])dnl 640 599 if test "$LEX" = :; then … … fi]) 644 603 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 645 604 # From Jim Meyering 646 605 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. 648 608 # 649 609 # This file is free software; the Free Software Foundation 650 610 # gives unlimited permission to copy and/or distribute it, 651 611 # with or without modifications, as long as this notice is preserved. 652 612 613 # serial 5 614 653 615 # AM_MAINTAINER_MODE([DEFAULT-MODE]) 654 616 # ---------------------------------- 655 617 # 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 user618 # Default is to disable them, unless `enable' is passed literally. 619 # For symmetry, `disable' may be passed as well. Anyway, the user 658 620 # can override the default with the --enable/--disable switch. 659 621 AC_DEFUN([AM_MAINTAINER_MODE], 660 622 [m4_case(m4_default([$1], [disable]), … … AC_DEFUN([AM_MAINTAINER_MODE], 665 627 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 666 628 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 667 629 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])) 673 634 AC_MSG_RESULT([$USE_MAINTAINER_MODE]) 674 635 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) 675 636 MAINT=$MAINTAINER_MODE_TRUE … … AC_MSG_CHECKING([whether to enable maint 677 638 ] 678 639 ) 679 640 641 AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) 642 680 643 # Check to see how 'make' treats includes. -*- Autoconf -*- 681 644 682 # Copyright (C) 2001 -2013Free Software Foundation, Inc.645 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. 683 646 # 684 647 # This file is free software; the Free Software Foundation 685 648 # gives unlimited permission to copy and/or distribute it, 686 649 # with or without modifications, as long as this notice is preserved. 687 650 651 # serial 4 652 688 653 # AM_MAKE_INCLUDE() 689 654 # ----------------- 690 655 # Check to see how make treats includes. … … am__quote= 702 667 _am_result=none 703 668 # First try GNU make style include. 704 669 echo "include confinc" > confmf 705 # Ignore all kinds of additional output from 'make'.670 # Ignore all kinds of additional output from `make'. 706 671 case `$am_make -s -f confmf 2> /dev/null` in #( 707 672 *the\ am__doit\ target*) 708 673 am__include=include … … rm -f confinc confmf 729 694 730 695 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 731 696 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. 733 699 # 734 700 # This file is free software; the Free Software Foundation 735 701 # gives unlimited permission to copy and/or distribute it, 736 702 # with or without modifications, as long as this notice is preserved. 737 703 704 # serial 6 705 738 706 # AM_MISSING_PROG(NAME, PROGRAM) 739 707 # ------------------------------ 740 708 AC_DEFUN([AM_MISSING_PROG], … … AC_DEFUN([AM_MISSING_PROG], 742 710 $1=${$1-"${am_missing_run}$2"} 743 711 AC_SUBST($1)]) 744 712 713 745 714 # AM_MISSING_HAS_RUN 746 715 # ------------------ 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. 749 718 AC_DEFUN([AM_MISSING_HAS_RUN], 750 719 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 751 720 AC_REQUIRE_AUX_FILE([missing])dnl … … if test x"${MISSING+set}" != xset; then 758 727 esac 759 728 fi 760 729 # Use eval to expand $SHELL 761 if eval "$MISSING -- is-lightweight"; then762 am_missing_run="$MISSING "730 if eval "$MISSING --run true"; then 731 am_missing_run="$MISSING --run " 763 732 else 764 733 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]) 766 735 fi 767 736 ]) 768 737 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'. 750 AC_DEFUN([AM_PROG_MKDIR_P], 751 [AC_PREREQ([2.60])dnl 752 AC_REQUIRE([AC_PROG_MKDIR_P])dnl 753 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, 754 dnl while keeping a definition of mkdir_p for backward compatibility. 755 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. 756 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of 757 dnl Makefile.ins that do not define MKDIR_P, so we do our own 758 dnl adjustment using top_builddir (which is defined more often than 759 dnl MKDIR_P). 760 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl 761 case $mkdir_p in 762 [[\\/$]]* | ?:[[\\/]]*) ;; 763 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 764 esac 765 ]) 766 769 767 # Helper functions for option handling. -*- Autoconf -*- 770 768 771 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 769 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software 770 # Foundation, Inc. 772 771 # 773 772 # This file is free software; the Free Software Foundation 774 773 # gives unlimited permission to copy and/or distribute it, 775 774 # with or without modifications, as long as this notice is preserved. 776 775 776 # serial 5 777 777 778 # _AM_MANGLE_OPTION(NAME) 778 779 # ----------------------- 779 780 AC_DEFUN([_AM_MANGLE_OPTION], … … AC_DEFUN([_AM_MANGLE_OPTION], 783 784 # -------------------- 784 785 # Set option NAME. Presently that only means defining a flag for this option. 785 786 AC_DEFUN([_AM_SET_OPTION], 786 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])787 [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 787 788 788 789 # _AM_SET_OPTIONS(OPTIONS) 789 790 # ------------------------ … … AC_DEFUN([_AM_SET_OPTIONS], 797 798 AC_DEFUN([_AM_IF_OPTION], 798 799 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 799 800 800 # Copyright (C) 1999-2013 Free Software Foundation, Inc.801 #802 # This file is free software; the Free Software Foundation803 # 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_O807 # ---------------808 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC809 # to automatically call this.810 AC_DEFUN([_AM_PROG_CC_C_O],811 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl812 AC_REQUIRE_AUX_FILE([compile])dnl813 AC_LANG_PUSH([C])dnl814 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 some820 # compilers refuse to overwrite an existing .o file with -o,821 # though they will create one.822 am_cv_prog_cc_c_o=yes823 for am_i in 1 2; do824 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \825 && test -f conftest2.$ac_objext; then826 : OK827 else828 am_cv_prog_cc_c_o=no829 break830 fi831 done832 rm -f core conftest*833 unset am_i])834 if test "$am_cv_prog_cc_c_o" != yes; then835 # 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 fi842 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 Foundation850 # 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_FD859 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD860 ac_status=$?861 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD862 (exit $ac_status); }])863 864 801 # Check to make sure that the build environment is sane. -*- Autoconf -*- 865 802 866 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 803 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 804 # Free Software Foundation, Inc. 867 805 # 868 806 # This file is free software; the Free Software Foundation 869 807 # gives unlimited permission to copy and/or distribute it, 870 808 # with or without modifications, as long as this notice is preserved. 871 809 810 # serial 5 811 872 812 # AM_SANITY_CHECK 873 813 # --------------- 874 814 AC_DEFUN([AM_SANITY_CHECK], 875 815 [AC_MSG_CHECKING([whether build environment is sane]) 816 # Just in case 817 sleep 1 818 echo timestamp > conftest.file 876 819 # Reject unsafe characters in $srcdir or the absolute working directory 877 820 # name. Accept space and tab only in the latter. 878 821 am_lf=' … … case `pwd` in 883 826 esac 884 827 case $srcdir in 885 828 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) 886 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;829 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; 887 830 esac 888 831 889 # Do 'set' in a subshell so we don't clobber the current shell's832 # Do `set' in a subshell so we don't clobber the current shell's 890 833 # arguments. Must try -L first in case configure is actually a 891 834 # symlink; some systems play weird games with the mod time of symlinks 892 835 # (eg FreeBSD returns the mod time of the symlink's containing 893 836 # directory). 894 837 if ( 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 852 alias in your environment]) 853 fi 905 854 906 # If neither matched, then we have a broken ls. This can happen907 # if, for instance, CONFIG_SHELL is bash and it inherits a908 # broken ls alias from the environment. This has actually909 # happened. Such a system could not be considered "sane".910 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken911 alias in your environment])912 fi913 if test "$[2]" = conftest.file || test $am_try -eq 2; then914 break915 fi916 # Just in case.917 sleep 1918 am_has_slept=yes919 done920 855 test "$[2]" = conftest.file 921 856 ) 922 857 then … … else 926 861 AC_MSG_ERROR([newly created file is older than distributed files! 927 862 Check your system clock]) 928 863 fi 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 ]) 864 AC_MSG_RESULT(yes)]) 946 865 947 # Copyright (C) 200 9-2013Free Software Foundation, Inc.866 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 948 867 # 949 868 # This file is free software; the Free Software Foundation 950 869 # gives unlimited permission to copy and/or distribute it, 951 870 # with or without modifications, as long as this notice is preserved. 952 871 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 1012 873 1013 874 # AM_PROG_INSTALL_STRIP 1014 875 # --------------------- 1015 # One issue with vendor 'install' (even GNU) is that you can't876 # One issue with vendor `install' (even GNU) is that you can't 1016 877 # specify the program used to strip binaries. This is especially 1017 878 # annoying in cross-compiling environments, where the build's strip 1018 879 # is unlikely to handle the host's binaries. 1019 880 # Fortunately install-sh will honor a STRIPPROG variable, so we 1020 # always use install-sh in "make install-strip", and initialize881 # always use install-sh in `make install-strip', and initialize 1021 882 # STRIPPROG with the value of the STRIP variable (set by the user). 1022 883 AC_DEFUN([AM_PROG_INSTALL_STRIP], 1023 884 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 1024 # Installed binaries are usually stripped using 'strip' when the user1025 # run "make install-strip". However 'strip' might not be the right885 # Installed binaries are usually stripped using `strip' when the user 886 # run `make install-strip'. However `strip' might not be the right 1026 887 # 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. 889 dnl Don't test for $cross_compiling = yes, because it might be `maybe'. 1029 890 if test "$cross_compiling" != no; then 1030 891 AC_CHECK_TOOL([STRIP], [strip], :) 1031 892 fi 1032 893 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 1033 894 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 1034 895 1035 # Copyright (C) 2006 -2013Free Software Foundation, Inc.896 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 1036 897 # 1037 898 # This file is free software; the Free Software Foundation 1038 899 # gives unlimited permission to copy and/or distribute it, 1039 900 # with or without modifications, as long as this notice is preserved. 1040 901 902 # serial 3 903 1041 904 # _AM_SUBST_NOTMAKE(VARIABLE) 1042 905 # --------------------------- 1043 906 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 1051 914 1052 915 # Check how to create a tarball. -*- Autoconf -*- 1053 916 1054 # Copyright (C) 2004 -2013Free Software Foundation, Inc.917 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 1055 918 # 1056 919 # This file is free software; the Free Software Foundation 1057 920 # gives unlimited permission to copy and/or distribute it, 1058 921 # with or without modifications, as long as this notice is preserved. 1059 922 923 # serial 2 924 1060 925 # _AM_PROG_TAR(FORMAT) 1061 926 # -------------------- 1062 927 # 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'. 1064 929 # 1065 930 # Substitute a variable $(am__tar) that is a command 1066 931 # writing to stdout a FORMAT-tarball containing the directory … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 1070 935 # Substitute a variable $(am__untar) that extract such 1071 936 # a tarball read from stdin. 1072 937 # $(am__untar) < result.tar 1073 #1074 938 AC_DEFUN([_AM_PROG_TAR], 1075 939 [# Always define AMTAR for backward compatibility. Yes, it's still used 1076 940 # in the wild :-( We should find a proper way to deprecate it ... 1077 941 AC_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 1082 942 m4_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])]) 946 AC_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 `-'. 952 for _am_tool in $_am_tools 953 do 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 1159 988 1160 1161 1162 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 1163 992 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 1176 994 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 1003 done 1004 rm -rf conftest.dir 1177 1005 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 1006 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) 1007 AC_MSG_RESULT([$am_cv_prog_tar_$1])]) 1181 1008 AC_SUBST([am__tar]) 1182 1009 AC_SUBST([am__untar]) 1183 1010 ]) # _AM_PROG_TAR -
gas/configure
diff -rupdN binutils-ref/gas/configure binutils/gas/configure
old new LIBTOOL 690 690 EGREP 691 691 GREP 692 692 CPP 693 AM_BACKSLASH694 AM_DEFAULT_VERBOSITY695 AM_DEFAULT_V696 AM_V697 693 am__fastdepCC_FALSE 698 694 am__fastdepCC_TRUE 699 695 CCDEPMODE … … ac_subst_files='' 788 784 ac_user_opts=' 789 785 enable_option_checking 790 786 enable_dependency_tracking 791 enable_silent_rules792 787 enable_plugins 793 788 enable_largefile 794 789 enable_shared … … Optional Features: 1433 1428 --disable-option-checking ignore unrecognized --enable/--with options 1434 1429 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1435 1430 --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 1442 1433 --enable-plugins Enable support for plugins (defaults no) 1443 1434 --disable-largefile omit support for large files 1444 1435 --enable-shared[=PKGS] build shared libraries [default=yes] … … Optional Features: 1451 1442 --enable-werror treat compile warnings as errors 1452 1443 --enable-build-warnings enable build-time compiler warnings 1453 1444 --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 1457 1447 1458 1448 Optional Packages: 1459 1449 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] … … test -n "$target_alias" && 2502 2492 test "$program_prefix$program_suffix$program_transform_name" = \ 2503 2493 NONENONEs,x,x, && 2504 2494 program_prefix=${target_alias}- 2505 # expand $ac_aux_dir to an absolute path2506 am_aux_dir=`cd $ac_aux_dir && pwd`2507 2508 2495 ac_ext=c 2509 2496 ac_cpp='$CPP $CPPFLAGS' 2510 2497 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' … … ac_compile='$CC -c $CFLAGS $CPPFLAGS con 3294 3281 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3295 3282 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3296 3283 3297 ac_ext=c3298 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_gnu3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&53303 $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) " >&63306 else3307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext3308 /* end confdefs.h. */3309 3310 int3311 main ()3312 {3313 3314 ;3315 return 0;3316 }3317 _ACEOF3318 # Make sure it works both with $CC and with simple cc.3319 # Following AC_PROG_CC_C_O, we do the test twice because some3320 # compilers refuse to overwrite an existing .o file with -o,3321 # though they will create one.3322 am_cv_prog_cc_c_o=yes3323 for am_i in 1 2; do3324 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&53325 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&53326 ac_status=$?3327 echo "$as_me:$LINENO: \$? = $ac_status" >&53328 (exit $ac_status); } \3329 && test -f conftest2.$ac_objext; then3330 : OK3331 else3332 am_cv_prog_cc_c_o=no3333 break3334 fi3335 done3336 rm -f core conftest*3337 unset am_i3338 fi3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&53340 $as_echo "$am_cv_prog_cc_c_o" >&6; }3341 if test "$am_cv_prog_cc_c_o" != yes; then3342 # 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 fi3349 ac_ext=c3350 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_gnu3354 3355 3356 3284 3357 3285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5 3358 3286 $as_echo_n "checking for library containing strerror... " >&6; } … … test -z "$INSTALL_DATA" && INSTALL_DATA= 3509 3437 3510 3438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 3511 3439 $as_echo_n "checking whether build environment is sane... " >&6; } 3440 # Just in case 3441 sleep 1 3442 echo timestamp > conftest.file 3512 3443 # Reject unsafe characters in $srcdir or the absolute working directory 3513 3444 # name. Accept space and tab only in the latter. 3514 3445 am_lf=' … … case `pwd` in 3519 3450 esac 3520 3451 case $srcdir in 3521 3452 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 3522 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;3453 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 3523 3454 esac 3524 3455 3525 # Do 'set' in a subshell so we don't clobber the current shell's3456 # Do `set' in a subshell so we don't clobber the current shell's 3526 3457 # arguments. Must try -L first in case configure is actually a 3527 3458 # symlink; some systems play weird games with the mod time of symlinks 3528 3459 # (eg FreeBSD returns the mod time of the symlink's containing 3529 3460 # directory). 3530 3461 if ( 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 3476 alias in your environment" "$LINENO" 5 3477 fi 3541 3478 3542 # If neither matched, then we have a broken ls. This can happen3543 # if, for instance, CONFIG_SHELL is bash and it inherits a3544 # broken ls alias from the environment. This has actually3545 # happened. Such a system could not be considered "sane".3546 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken3547 alias in your environment" "$LINENO" 53548 fi3549 if test "$2" = conftest.file || test $am_try -eq 2; then3550 break3551 fi3552 # Just in case.3553 sleep 13554 am_has_slept=yes3555 done3556 3479 test "$2" = conftest.file 3557 3480 ) 3558 3481 then … … Check your system clock" "$LINENO" 5 3564 3487 fi 3565 3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3566 3489 $as_echo "yes" >&6; } 3567 # If we didn't sleep, we still need to ensure time stamps of config.status and3568 # generated files are strictly newer.3569 am_sleep_pid=3570 if grep 'slept: no' conftest.file >/dev/null 2>&1; then3571 ( sleep 1 ) &3572 am_sleep_pid=$!3573 fi3574 3575 rm -f conftest.file3576 3577 3490 test "$program_prefix" != NONE && 3578 3491 program_transform_name="s&^&$program_prefix&;$program_transform_name" 3579 3492 # Use a double $ so make ignores it. … … test "$program_suffix" != NONE && 3584 3497 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' 3585 3498 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` 3586 3499 3500 # expand $ac_aux_dir to an absolute path 3501 am_aux_dir=`cd $ac_aux_dir && pwd` 3502 3587 3503 if test x"${MISSING+set}" != xset; then 3588 3504 case $am_aux_dir in 3589 3505 *\ * | *\ *) … … if test x"${MISSING+set}" != xset; then 3593 3509 esac 3594 3510 fi 3595 3511 # Use eval to expand $SHELL 3596 if eval "$MISSING -- is-lightweight"; then3597 am_missing_run="$MISSING "3512 if eval "$MISSING --run true"; then 3513 am_missing_run="$MISSING --run " 3598 3514 else 3599 3515 am_missing_run= 3600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&53601 $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;} 3602 3518 fi 3603 3519 3604 3520 if test x"${install_sh}" != xset; then … … if test x"${install_sh}" != xset; then 3610 3526 esac 3611 3527 fi 3612 3528 3613 # Installed binaries are usually stripped using 'strip' when the user3614 # run "make install-strip". However 'strip' might not be the right3529 # Installed binaries are usually stripped using `strip' when the user 3530 # run `make install-strip'. However `strip' might not be the right 3615 3531 # 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. 3617 3533 if test "$cross_compiling" != no; then 3618 3534 if test -n "$ac_tool_prefix"; then 3619 3535 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. … … fi 3752 3668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 3753 3669 $as_echo "$MKDIR_P" >&6; } 3754 3670 3671 mkdir_p="$MKDIR_P" 3672 case $mkdir_p in 3673 [\\/$]* | ?:[\\/]*) ;; 3674 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; 3675 esac 3676 3755 3677 for ac_prog in gawk mawk nawk awk 3756 3678 do 3757 3679 # Extract the first word of "$ac_prog", so it can be a program name with args. … … am__quote= 3853 3775 _am_result=none 3854 3776 # First try GNU make style include. 3855 3777 echo "include confinc" > confmf 3856 # Ignore all kinds of additional output from 'make'.3778 # Ignore all kinds of additional output from `make'. 3857 3779 case `$am_make -s -f confmf 2> /dev/null` in #( 3858 3780 *the\ am__doit\ target*) 3859 3781 am__include=include … … else 3897 3819 fi 3898 3820 3899 3821 3900 # Check whether --enable-silent-rules was given.3901 if test "${enable_silent_rules+set}" = set; then :3902 enableval=$enable_silent_rules;3903 fi3904 3905 case $enable_silent_rules in # (((3906 yes) AM_DEFAULT_VERBOSITY=0;;3907 no) AM_DEFAULT_VERBOSITY=1;;3908 *) AM_DEFAULT_VERBOSITY=1;;3909 esac3910 am_make=${MAKE-make}3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&53912 $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) " >&63915 else3916 if $as_echo 'TRUE=$(BAR$(V))3917 BAR0=false3918 BAR1=true3919 V=13920 am__doit:3921 @$(TRUE)3922 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then3923 am_cv_make_support_nested_variables=yes3924 else3925 am_cv_make_support_nested_variables=no3926 fi3927 fi3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&53929 $as_echo "$am_cv_make_support_nested_variables" >&6; }3930 if test $am_cv_make_support_nested_variables = yes; then3931 AM_V='$(V)'3932 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'3933 else3934 AM_V=$AM_DEFAULT_VERBOSITY3935 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY3936 fi3937 AM_BACKSLASH='\'3938 3939 3822 if test "`cd $srcdir && pwd`" != "`pwd`"; then 3940 3823 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 3941 3824 # is not polluted with repeated "-I." … … fi 3957 3840 3958 3841 3959 3842 # Define the identity of the package. 3960 3961 3843 PACKAGE=gas 3962 3844 VERSION=${BFD_VERSION} 3963 3845 … … AUTOHEADER=${AUTOHEADER-"${am_missing_ru 3987 3869 3988 3870 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} 3989 3871 3990 # For better backward compatibility. To be removed once Automake 1.9.x3991 # 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 3996 3872 # We need awk for the "check" target. The system "awk" is bad on 3997 3873 # some platforms. 3998 3874 # Always define AMTAR for backward compatibility. Yes, it's still used 3999 3875 # in the wild :-( We should find a proper way to deprecate it ... 4000 3876 AMTAR='$${TAR-tar}' 4001 3877 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 4006 3878 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 4007 3879 4008 3880 4009 3881 4010 3882 4011 4012 3883 depcc="$CC" am_compiler_list= 4013 3884 4014 3885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 … … else 4020 3891 # We make a subdir and do the tests there. Otherwise we can end up 4021 3892 # making bogus files that we don't know about and never remove. For 4022 3893 # 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 output4024 # in D ".3894 # making a dummy file named `D' -- because `-MD' means `put the output 3895 # in D'. 4025 3896 rm -rf conftest.dir 4026 3897 mkdir conftest.dir 4027 3898 # Copy depcomp to subdir because otherwise we won't find it if we're … … else 4056 3927 : > sub/conftest.c 4057 3928 for i in 1 2 3 4 5 6; do 4058 3929 echo '#include "conftst'$i'.h"' >> sub/conftest.c 4059 # Using ": > sub/conftst$i.h"creates only sub/conftst1.h with4060 # Solaris 10/bin/sh.4061 echo '/* dummy */' >sub/conftst$i.h3930 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3931 # Solaris 8's {/usr,}/bin/sh. 3932 touch sub/conftst$i.h 4062 3933 done 4063 3934 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 4064 3935 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" 4066 3937 # mode. It turns out that the SunPro C++ compiler does not properly 4067 # handle '-M -o', and we need to detect this. Also, some Intel4068 # 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 4069 3940 am__obj=sub/conftest.${OBJEXT-o} 4070 3941 am__minus_obj="-o $am__obj" 4071 3942 case $depmode in … … else 4074 3945 test "$am__universal" = false || continue 4075 3946 ;; 4076 3947 nosideeffect) 4077 # After this tag, mechanisms are not by side-effect, so they'll4078 # 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 4079 3950 if test "x$enable_dependency_tracking" = xyes; then 4080 3951 continue 4081 3952 else … … else 4083 3954 fi 4084 3955 ;; 4085 3956 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 4086 # This compiler won't grok '-c -o', but also, the minuso test has3957 # This compiler won't grok `-c -o', but also, the minuso test has 4087 3958 # not run yet. These depmodes are late enough in the game, and 4088 3959 # so weak that their functioning should not be impacted. 4089 3960 am__obj=conftest.${OBJEXT-o} … … fi 4138 4009 4139 4010 4140 4011 4141 # POSIX will say in a future version that running "rm -f" with no argument4142 # is OK; and we want to be able to make that assumption in our Makefile4143 # recipes. So use an aggressive probe to check that the usage we want is4144 # 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 aborted4147 # by default if the 'rm' program in use doesn't match our expectations; the4148 # user can still override this though.4149 if rm -f && rm -fr && rm -rf; then : OK; else4150 cat >&2 <<'END'4151 Oops!4152 4153 Your 'rm' program seems unable to run without file operands specified4154 on the command line, even when the '-f' option is present. This is contrary4155 to the behaviour of most rm programs out there, and not conforming with4156 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>4157 4158 Please tell bug-automake@gnu.org about your system, including the value4159 of your $PATH and any error possibly output before this message. This4160 can help us improve future automake versions.4161 4162 END4163 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then4164 echo 'Configuration will proceed anyway, since you have set the' >&24165 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&24166 echo >&24167 else4168 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' implementation4172 that behaves properly: <http://www.gnu.org/software/coreutils/>.4173 4174 If you want to complete the configuration process using your problematic4175 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM4176 to "yes", and re-run configure.4177 4178 END4179 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 54180 fi4181 fi4182 4012 4183 4013 ac_ext=c 4184 4014 ac_cpp='$CPP $CPPFLAGS' … … ac_cpp='$CPP $CPPFLAGS' 4724 4554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 4725 4555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 4726 4556 ac_compiler_gnu=$ac_cv_c_compiler_gnu 4727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&54728 $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) " >&64731 else4732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4733 /* end confdefs.h. */4734 4735 int4736 main ()4737 {4738 4739 ;4740 return 0;4741 }4742 _ACEOF4743 # Make sure it works both with $CC and with simple cc.4744 # Following AC_PROG_CC_C_O, we do the test twice because some4745 # compilers refuse to overwrite an existing .o file with -o,4746 # though they will create one.4747 am_cv_prog_cc_c_o=yes4748 for am_i in 1 2; do4749 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&54750 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&54751 ac_status=$?4752 echo "$as_me:$LINENO: \$? = $ac_status" >&54753 (exit $ac_status); } \4754 && test -f conftest2.$ac_objext; then4755 : OK4756 else4757 am_cv_prog_cc_c_o=no4758 break4759 fi4760 done4761 rm -f core conftest*4762 unset am_i4763 fi4764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&54765 $as_echo "$am_cv_prog_cc_c_o" >&6; }4766 if test "$am_cv_prog_cc_c_o" != yes; then4767 # 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 fi4774 ac_ext=c4775 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_gnu4779 4780 4781 ac_ext=c4782 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_gnu4786 4557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 4787 4558 $as_echo_n "checking how to run the C preprocessor... " >&6; } 4788 4559 # On Suns, sometimes $CPP names a directory. … … else 11550 11321 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11551 11322 lt_status=$lt_dlunknown 11552 11323 cat > conftest.$ac_ext <<_LT_EOF 11553 #line 11 553"configure"11324 #line 11324 "configure" 11554 11325 #include "confdefs.h" 11555 11326 11556 11327 #if HAVE_DLFCN_H … … else 11656 11427 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11657 11428 lt_status=$lt_dlunknown 11658 11429 cat > conftest.$ac_ext <<_LT_EOF 11659 #line 11 659"configure"11430 #line 11430 "configure" 11660 11431 #include "confdefs.h" 11661 11432 11662 11433 #if HAVE_DLFCN_H … … LIBOBJS=$ac_libobjs 14785 14556 LTLIBOBJS=$ac_ltlibobjs 14786 14557 14787 14558 14788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&514789 $as_echo_n "checking that generated files are newer than configure... " >&6; }14790 if test -n "$am_sleep_pid"; then14791 # Hide warnings about reused PIDs.14792 wait $am_sleep_pid 2>/dev/null14793 fi14794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&514795 $as_echo "done" >&6; }14796 14559 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then 14797 14560 as_fn_error $? "conditional \"AMDEP\" was never defined. 14798 14561 Usually this means the macro was only invoked conditionally." "$LINENO" 5 … … $as_echo "$as_me: executing $ac_file com 16287 16050 16288 16051 case $ac_file$ac_mode in 16289 16052 "depfiles":C) test x"$AMDEP_TRUE" != x"" || { 16290 # Older Autoconfquotes --file arguments for eval, but not when files16053 # Autoconf 2.62 quotes --file arguments for eval, but not when files 16291 16054 # are listed without --file. Let's play safe and only enable the eval 16292 16055 # if we detect the quoting. 16293 16056 case $CONFIG_FILES in … … $as_echo "$as_me: executing $ac_file com 16300 16063 # Strip MF so we end up with the name of the file. 16301 16064 mf=`echo "$mf" | sed -e 's/:.*$//'` 16302 16065 # Check whether this is an Automake generated Makefile or not. 16303 # We used to match only the files named 'Makefile.in', but16066 # We used to match only the files named `Makefile.in', but 16304 16067 # some people rename them; so instead we look at the file content. 16305 16068 # Grep'ing the first line is not enough: some people post-process 16306 16069 # each Makefile.in and add a new line on top of each file to say so. … … $as_echo X"$mf" | 16334 16097 continue 16335 16098 fi 16336 16099 # Extract the definition of DEPDIR, am__include, and am__quote 16337 # from the Makefile without running 'make'.16100 # from the Makefile without running `make'. 16338 16101 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 16339 16102 test -z "$DEPDIR" && continue 16340 16103 am__include=`sed -n 's/^am__include = //p' < "$mf"` 16341 test -z " $am__include" && continue16104 test -z "am__include" && continue 16342 16105 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"` 16343 16108 # Find all dependency output files, they are included files with 16344 16109 # $(DEPDIR) in their names. We invoke sed twice because it is the 16345 16110 # simplest approach to changing $(DEPDIR) to its actual value in the 16346 16111 # expansion. 16347 16112 for file in `sed -n " 16348 16113 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ 16349 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' `; do16114 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do 16350 16115 # Make sure the directory exists. 16351 16116 test -f "$dirpart/$file" && continue 16352 16117 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. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # 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. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, 9 9 # with or without modifications, as long as this notice is preserved. … … 33 33 # <http://www.gnu.org/licenses/>. 34 34 # 35 35 VPATH = @srcdir@ 36 am__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 } 36 53 pkgdatadir = $(datadir)/@PACKAGE@ 37 54 pkgincludedir = $(includedir)/@PACKAGE@ 38 55 pkglibdir = $(libdir)/@PACKAGE@ … … TEXI2PDF = $(TEXI2DVI) --pdf --batch 94 111 MAKEINFOHTML = $(MAKEINFO) --html 95 112 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) 96 113 DVIPS = dvips 114 am__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 97 119 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 98 120 am__vpath_adj = case $$p in \ 99 121 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ … … am__nobase_list = $(am__nobase_strip_set 115 137 am__base_list = \ 116 138 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 117 139 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 140 am__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 } 118 146 man1dir = $(mandir)/man1 119 147 am__installdirs = "$(DESTDIR)$(man1dir)" 120 148 NROFF = nroff … … uninstall-html-am: 458 486 459 487 uninstall-info-am: 460 488 @$(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 \ 464 490 list='$(INFO_DEPS)'; \ 465 491 for file in $$list; do \ 466 492 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … maintainer-clean-aminfo: 534 560 clean-info: mostlyclean-aminfo clean-aminfo 535 561 install-man1: $(man_MANS) 536 562 @$(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; \ 542 575 } | while read p; do \ 543 576 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 544 577 echo "$$d$$p"; echo "$$p"; \ … … uninstall-man1: 567 600 sed -n '/\.1[a-z]*$$/p'; \ 568 601 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 569 602 -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) 573 604 tags: TAGS 574 605 TAGS: 575 606 … … install-am: all-am 593 624 594 625 installcheck: installcheck-am 595 626 install-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 600 636 mostlyclean-generic: 601 637 602 638 clean-generic: … … install-dvi: install-dvi-am 636 672 637 673 install-dvi-am: $(DVIS) 638 674 @$(NORMAL_INSTALL) 639 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"640 675 @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; \ 641 680 for p in $$list; do \ 642 681 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 643 682 echo "$$d$$p"; \ … … install-html: install-html-am 652 691 653 692 install-html-am: $(HTMLS) 654 693 @$(NORMAL_INSTALL) 655 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"656 694 @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; \ 657 699 for p in $$list; do \ 658 700 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 659 701 $(am__strip_dir) \ 660 if test -d "$$d$$p"; then \ 702 d2=$$d$$p; \ 703 if test -d "$$d2"; then \ 661 704 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 662 705 $(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 $$?; \ 665 708 else \ 666 list2="$$list2 $$d $$p"; \709 list2="$$list2 $$d2"; \ 667 710 fi; \ 668 711 done; \ 669 712 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ … … install-info: install-info-am 675 718 676 719 install-info-am: $(INFO_DEPS) 677 720 @$(NORMAL_INSTALL) 678 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"679 721 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 680 722 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; \ 681 727 for file in $$list; do \ 682 728 case $$file in \ 683 729 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ … … install-info-am: $(INFO_DEPS) 695 741 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 696 742 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 697 743 @$(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 \ 700 745 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 701 746 for file in $$list; do \ 702 747 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … install-pdf: install-pdf-am 710 755 711 756 install-pdf-am: $(PDFS) 712 757 @$(NORMAL_INSTALL) 713 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"714 758 @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; \ 715 763 for p in $$list; do \ 716 764 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 717 765 echo "$$d$$p"; \ … … install-ps: install-ps-am 723 771 724 772 install-ps-am: $(PSS) 725 773 @$(NORMAL_INSTALL) 726 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"727 774 @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; \ 728 779 for p in $$list; do \ 729 780 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 730 781 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.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, 8 9 # with or without modifications, as long as this notice is preserved. … … 34 35 35 36 36 37 VPATH = @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 \ 38 am__make_dryrun = \ 39 { \ 40 am__dry=no; \ 50 41 case $$MAKEFLAGS in \ 51 42 *\\[\ \ ]*) \ 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;; \ 77 52 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 } 82 55 pkgdatadir = $(datadir)/@PACKAGE@ 83 56 pkgincludedir = $(includedir)/@PACKAGE@ 84 57 pkglibdir = $(libdir)/@PACKAGE@ … … target_triplet = @target@ 101 74 noinst_PROGRAMS = as-new$(EXEEXT) 102 75 EXTRA_PROGRAMS = itbl-test$(EXEEXT) 103 76 subdir = . 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)/../ylwrap77 DIST_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 111 84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 112 85 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ 113 86 $(top_srcdir)/../config/zlib.m4 \ … … am_as_new_OBJECTS = $(am__objects_1) 149 122 as_new_OBJECTS = $(am_as_new_OBJECTS) 150 123 am__DEPENDENCIES_1 = 151 124 am__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 = --silent155 am__v_lt_1 =156 125 am_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT) 157 126 itbl_test_OBJECTS = $(am_itbl_test_OBJECTS) 158 127 itbl_test_DEPENDENCIES = itbl-tops.@OBJEXT@ itbl-test.@OBJEXT@ \ 159 128 $(am__DEPENDENCIES_2) 160 129 SCRIPTS = $(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 = false164 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 =173 130 DEFAULT_INCLUDES = -I.@am__isrc@ 174 131 depcomp = $(SHELL) $(top_srcdir)/../depcomp 175 132 am__depfiles_maybe = depfiles 176 133 am__mv = mv -f 177 134 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 178 135 $(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 = 136 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 137 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 138 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 187 139 CCLD = $(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 = 140 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 141 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 142 $(LDFLAGS) -o $@ 195 143 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || 196 144 LEXCOMPILE = $(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 = 145 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 146 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) 203 147 YLWRAP = $(top_srcdir)/../ylwrap 204 148 @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/207 149 YACCCOMPILE = $(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 = 150 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 151 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) 214 152 SOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \ 215 153 $(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 154 RECURSIVE_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 224 161 am__can_run_installinfo = \ 225 162 case $$AM_UPDATE_INFO_DIR in \ 226 163 n|no|NO) false;; \ … … am__can_run_installinfo = \ 228 165 esac 229 166 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 230 167 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)` 168 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 169 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 255 170 ETAGS = etags 256 171 CTAGS = ctags 257 CSCOPE = cscope258 172 DEJATOOL = $(PACKAGE) 259 173 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir 260 174 DIST_SUBDIRS = $(SUBDIRS) 261 175 ACLOCAL = @ACLOCAL@ 262 176 ALLOCA = @ALLOCA@ 263 177 AMTAR = @AMTAR@ 264 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@265 178 AR = @AR@ 266 179 AUTOCONF = @AUTOCONF@ 267 180 AUTOHEADER = @AUTOHEADER@ … … $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 828 741 $(am__aclocal_m4_deps): 829 742 830 743 config.h: stamp-h1 831 @ test -f $@ || rm -f stamp-h1832 @ test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1744 @if test ! -f $@; then rm -f stamp-h1; else :; fi 745 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 833 746 834 747 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status 835 748 @rm -f stamp-h1 … … clean-noinstPROGRAMS: 856 769 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 857 770 echo " rm -f" $$list; \ 858 771 rm -f $$list 859 860 772 as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES) $(EXTRA_as_new_DEPENDENCIES) 861 773 @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) 864 775 itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) $(EXTRA_itbl_test_DEPENDENCIES) 865 776 @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) 867 778 868 779 mostlyclean-compile: 869 780 -rm -f *.$(OBJEXT) … … distclean-compile: 997 908 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-relax.Po@am__quote@ 998 909 999 910 .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)/$*.Po1002 @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@ 1003 914 @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 $< 1005 916 1006 917 .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)/$*.Po1009 @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@ 1010 921 @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) '$<'` 1012 923 1013 924 .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)/$*.Plo1016 @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@ 1017 928 @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 $@ $< 1019 930 1020 931 tc-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.c1022 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-aarch64.Tpo $(DEPDIR)/tc-aarch64.Po1023 @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@ 1024 935 @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.c936 @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 1026 937 1027 938 tc-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.Po1030 @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@ 1031 942 @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` 1033 944 1034 945 tc-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.c1036 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-alpha.Tpo $(DEPDIR)/tc-alpha.Po1037 @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@ 1038 949 @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.c950 @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 1040 951 1041 952 tc-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.Po1044 @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@ 1045 956 @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` 1047 958 1048 959 tc-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.c1050 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-arc.Tpo $(DEPDIR)/tc-arc.Po1051 @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@ 1052 963 @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.c964 @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 1054 965 1055 966 tc-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.Po1058 @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@ 1059 970 @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` 1061 972 1062 973 tc-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.c1064 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-arm.Tpo $(DEPDIR)/tc-arm.Po1065 @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@ 1066 977 @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.c978 @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 1068 979 1069 980 tc-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.Po1072 @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@ 1073 984 @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` 1075 986 1076 987 tc-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.c1078 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-avr.Tpo $(DEPDIR)/tc-avr.Po1079 @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@ 1080 991 @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.c992 @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 1082 993 1083 994 tc-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.Po1086 @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@ 1087 998 @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` 1089 1000 1090 1001 tc-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.c1092 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-bfin.Tpo $(DEPDIR)/tc-bfin.Po1093 @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@ 1094 1005 @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.c1006 @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 1096 1007 1097 1008 tc-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.Po1100 @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@ 1101 1012 @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` 1103 1014 1104 1015 tc-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.c1106 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-cr16.Tpo $(DEPDIR)/tc-cr16.Po1107 @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@ 1108 1019 @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.c1020 @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 1110 1021 1111 1022 tc-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.Po1114 @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@ 1115 1026 @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` 1117 1028 1118 1029 tc-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.c1120 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-cris.Tpo $(DEPDIR)/tc-cris.Po1121 @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@ 1122 1033 @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.c1034 @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 1124 1035 1125 1036 tc-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.Po1128 @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@ 1129 1040 @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` 1131 1042 1132 1043 tc-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.c1134 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-crx.Tpo $(DEPDIR)/tc-crx.Po1135 @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@ 1136 1047 @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.c1048 @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 1138 1049 1139 1050 tc-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.Po1142 @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@ 1143 1054 @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` 1145 1056 1146 1057 tc-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.c1148 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-d10v.Tpo $(DEPDIR)/tc-d10v.Po1149 @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@ 1150 1061 @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.c1062 @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 1152 1063 1153 1064 tc-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.Po1156 @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@ 1157 1068 @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` 1159 1070 1160 1071 tc-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.c1162 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-d30v.Tpo $(DEPDIR)/tc-d30v.Po1163 @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@ 1164 1075 @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.c1076 @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 1166 1077 1167 1078 tc-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.Po1170 @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@ 1171 1082 @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` 1173 1084 1174 1085 tc-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.c1176 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-dlx.Tpo $(DEPDIR)/tc-dlx.Po1177 @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@ 1178 1089 @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.c1090 @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 1180 1091 1181 1092 tc-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.Po1184 @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@ 1185 1096 @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` 1187 1098 1188 1099 tc-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.c1190 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-epiphany.Tpo $(DEPDIR)/tc-epiphany.Po1191 @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@ 1192 1103 @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.c1104 @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 1194 1105 1195 1106 tc-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.Po1198 @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@ 1199 1110 @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` 1201 1112 1202 1113 tc-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.c1204 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-fr30.Tpo $(DEPDIR)/tc-fr30.Po1205 @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@ 1206 1117 @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.c1118 @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 1208 1119 1209 1120 tc-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.Po1212 @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@ 1213 1124 @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` 1215 1126 1216 1127 tc-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.c1218 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-frv.Tpo $(DEPDIR)/tc-frv.Po1219 @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@ 1220 1131 @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.c1132 @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 1222 1133 1223 1134 tc-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.Po1226 @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@ 1227 1138 @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` 1229 1140 1230 1141 tc-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.c1232 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-h8300.Tpo $(DEPDIR)/tc-h8300.Po1233 @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@ 1234 1145 @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.c1146 @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 1236 1147 1237 1148 tc-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.Po1240 @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@ 1241 1152 @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` 1243 1154 1244 1155 tc-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.c1246 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-hppa.Tpo $(DEPDIR)/tc-hppa.Po1247 @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@ 1248 1159 @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.c1160 @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 1250 1161 1251 1162 tc-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.Po1254 @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@ 1255 1166 @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` 1257 1168 1258 1169 tc-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.c1260 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-ia64.Tpo $(DEPDIR)/tc-ia64.Po1261 @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@ 1262 1173 @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.c1174 @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 1264 1175 1265 1176 tc-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.Po1268 @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@ 1269 1180 @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` 1271 1182 1272 1183 tc-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.c1274 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-i370.Tpo $(DEPDIR)/tc-i370.Po1275 @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@ 1276 1187 @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.c1188 @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 1278 1189 1279 1190 tc-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.Po1282 @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@ 1283 1194 @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` 1285 1196 1286 1197 tc-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.c1288 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-i386.Tpo $(DEPDIR)/tc-i386.Po1289 @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@ 1290 1201 @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.c1202 @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 1292 1203 1293 1204 tc-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.Po1296 @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@ 1297 1208 @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` 1299 1210 1300 1211 tc-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.c1302 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-i860.Tpo $(DEPDIR)/tc-i860.Po1303 @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@ 1304 1215 @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.c1216 @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 1306 1217 1307 1218 tc-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.Po1310 @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@ 1311 1222 @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` 1313 1224 1314 1225 tc-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.c1316 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-i960.Tpo $(DEPDIR)/tc-i960.Po1317 @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@ 1318 1229 @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.c1230 @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 1320 1231 1321 1232 tc-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.Po1324 @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@ 1325 1236 @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` 1327 1238 1328 1239 tc-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.c1330 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-ip2k.Tpo $(DEPDIR)/tc-ip2k.Po1331 @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@ 1332 1243 @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.c1244 @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 1334 1245 1335 1246 tc-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.Po1338 @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@ 1339 1250 @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` 1341 1252 1342 1253 tc-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.c1344 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-iq2000.Tpo $(DEPDIR)/tc-iq2000.Po1345 @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@ 1346 1257 @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.c1258 @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 1348 1259 1349 1260 tc-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.Po1352 @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@ 1353 1264 @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` 1355 1266 1356 1267 tc-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.c1358 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-lm32.Tpo $(DEPDIR)/tc-lm32.Po1359 @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@ 1360 1271 @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.c1272 @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 1362 1273 1363 1274 tc-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.Po1366 @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@ 1367 1278 @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` 1369 1280 1370 1281 tc-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.c1372 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-m32c.Tpo $(DEPDIR)/tc-m32c.Po1373 @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@ 1374 1285 @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.c1286 @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 1376 1287 1377 1288 tc-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.Po1380 @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@ 1381 1292 @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` 1383 1294 1384 1295 tc-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.c1386 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-m32r.Tpo $(DEPDIR)/tc-m32r.Po1387 @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@ 1388 1299 @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.c1300 @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 1390 1301 1391 1302 tc-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.Po1394 @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@ 1395 1306 @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` 1397 1308 1398 1309 tc-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.c1400 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-m68hc11.Tpo $(DEPDIR)/tc-m68hc11.Po1401 @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@ 1402 1313 @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.c1314 @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 1404 1315 1405 1316 tc-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.Po1408 @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@ 1409 1320 @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` 1411 1322 1412 1323 tc-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.c1414 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-m68k.Tpo $(DEPDIR)/tc-m68k.Po1415 @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@ 1416 1327 @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.c1328 @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 1418 1329 1419 1330 tc-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.Po1422 @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@ 1423 1334 @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` 1425 1336 1426 1337 tc-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.c1428 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-mcore.Tpo $(DEPDIR)/tc-mcore.Po1429 @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@ 1430 1341 @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.c1342 @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 1432 1343 1433 1344 tc-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.Po1436 @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@ 1437 1348 @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` 1439 1350 1440 1351 tc-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.c1442 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-mep.Tpo $(DEPDIR)/tc-mep.Po1443 @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@ 1444 1355 @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.c1356 @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 1446 1357 1447 1358 tc-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.Po1450 @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@ 1451 1362 @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` 1453 1364 1454 1365 tc-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.c1456 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-metag.Tpo $(DEPDIR)/tc-metag.Po1457 @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@ 1458 1369 @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.c1370 @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 1460 1371 1461 1372 tc-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.Po1464 @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@ 1465 1376 @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` 1467 1378 1468 1379 tc-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.c1470 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-microblaze.Tpo $(DEPDIR)/tc-microblaze.Po1471 @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@ 1472 1383 @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.c1384 @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 1474 1385 1475 1386 tc-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.Po1478 @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@ 1479 1390 @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` 1481 1392 1482 1393 tc-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.c1484 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-mips.Tpo $(DEPDIR)/tc-mips.Po1485 @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@ 1486 1397 @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.c1398 @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 1488 1399 1489 1400 tc-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.Po1492 @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@ 1493 1404 @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` 1495 1406 1496 1407 tc-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.c1498 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-mmix.Tpo $(DEPDIR)/tc-mmix.Po1499 @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@ 1500 1411 @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.c1412 @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 1502 1413 1503 1414 tc-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.Po1506 @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@ 1507 1418 @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` 1509 1420 1510 1421 tc-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.c1512 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-mn10200.Tpo $(DEPDIR)/tc-mn10200.Po1513 @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@ 1514 1425 @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.c1426 @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 1516 1427 1517 1428 tc-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.Po1520 @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@ 1521 1432 @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` 1523 1434 1524 1435 tc-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.c1526 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-mn10300.Tpo $(DEPDIR)/tc-mn10300.Po1527 @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@ 1528 1439 @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.c1440 @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 1530 1441 1531 1442 tc-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.Po1534 @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@ 1535 1446 @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` 1537 1448 1538 1449 tc-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.c1540 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-moxie.Tpo $(DEPDIR)/tc-moxie.Po1541 @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@ 1542 1453 @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.c1454 @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 1544 1455 1545 1456 tc-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.Po1548 @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@ 1549 1460 @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` 1551 1462 1552 1463 tc-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.c1554 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-msp430.Tpo $(DEPDIR)/tc-msp430.Po1555 @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@ 1556 1467 @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.c1468 @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 1558 1469 1559 1470 tc-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.Po1562 @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@ 1563 1474 @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` 1565 1476 1566 1477 tc-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.c1568 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-mt.Tpo $(DEPDIR)/tc-mt.Po1569 @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@ 1570 1481 @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.c1482 @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 1572 1483 1573 1484 tc-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.Po1576 @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@ 1577 1488 @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` 1579 1490 1580 1491 tc-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.c1582 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-nios2.Tpo $(DEPDIR)/tc-nios2.Po1583 @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@ 1584 1495 @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.c1496 @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 1586 1497 1587 1498 tc-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.Po1590 @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@ 1591 1502 @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` 1593 1504 1594 1505 tc-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.c1596 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-ns32k.Tpo $(DEPDIR)/tc-ns32k.Po1597 @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@ 1598 1509 @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.c1510 @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 1600 1511 1601 1512 tc-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.Po1604 @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@ 1605 1516 @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` 1607 1518 1608 1519 tc-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.c1610 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-openrisc.Tpo $(DEPDIR)/tc-openrisc.Po1611 @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@ 1612 1523 @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.c1524 @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 1614 1525 1615 1526 tc-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.Po1618 @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@ 1619 1530 @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` 1621 1532 1622 1533 tc-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.c1624 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-or32.Tpo $(DEPDIR)/tc-or32.Po1625 @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@ 1626 1537 @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.c1538 @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 1628 1539 1629 1540 tc-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.Po1632 @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@ 1633 1544 @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` 1635 1546 1636 1547 tc-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.c1638 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-pdp11.Tpo $(DEPDIR)/tc-pdp11.Po1639 @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@ 1640 1551 @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.c1552 @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 1642 1553 1643 1554 tc-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.Po1646 @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@ 1647 1558 @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` 1649 1560 1650 1561 tc-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.c1652 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-pj.Tpo $(DEPDIR)/tc-pj.Po1653 @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@ 1654 1565 @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.c1566 @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 1656 1567 1657 1568 tc-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.Po1660 @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@ 1661 1572 @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` 1663 1574 1664 1575 tc-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.c1666 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-ppc.Tpo $(DEPDIR)/tc-ppc.Po1667 @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@ 1668 1579 @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.c1580 @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 1670 1581 1671 1582 tc-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.Po1674 @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@ 1675 1586 @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` 1677 1588 1678 1589 tc-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.c1680 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-rl78.Tpo $(DEPDIR)/tc-rl78.Po1681 @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@ 1682 1593 @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.c1594 @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 1684 1595 1685 1596 tc-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.Po1688 @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@ 1689 1600 @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` 1691 1602 1692 1603 tc-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.c1694 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-rx.Tpo $(DEPDIR)/tc-rx.Po1695 @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@ 1696 1607 @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.c1608 @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 1698 1609 1699 1610 tc-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.Po1702 @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@ 1703 1614 @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` 1705 1616 1706 1617 tc-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.c1708 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-s390.Tpo $(DEPDIR)/tc-s390.Po1709 @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@ 1710 1621 @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.c1622 @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 1712 1623 1713 1624 tc-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.Po1716 @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@ 1717 1628 @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` 1719 1630 1720 1631 tc-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.c1722 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-score.Tpo $(DEPDIR)/tc-score.Po1723 @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@ 1724 1635 @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.c1636 @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 1726 1637 1727 1638 tc-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.Po1730 @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@ 1731 1642 @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` 1733 1644 1734 1645 tc-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.c1736 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-sh.Tpo $(DEPDIR)/tc-sh.Po1737 @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@ 1738 1649 @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.c1650 @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 1740 1651 1741 1652 tc-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.Po1744 @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@ 1745 1656 @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` 1747 1658 1748 1659 tc-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.c1750 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-sh64.Tpo $(DEPDIR)/tc-sh64.Po1751 @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@ 1752 1663 @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.c1664 @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 1754 1665 1755 1666 tc-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.Po1758 @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@ 1759 1670 @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` 1761 1672 1762 1673 tc-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.c1764 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-sparc.Tpo $(DEPDIR)/tc-sparc.Po1765 @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@ 1766 1677 @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.c1678 @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 1768 1679 1769 1680 tc-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.Po1772 @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@ 1773 1684 @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` 1775 1686 1776 1687 tc-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.c1778 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-spu.Tpo $(DEPDIR)/tc-spu.Po1779 @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@ 1780 1691 @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.c1692 @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 1782 1693 1783 1694 tc-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.Po1786 @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@ 1787 1698 @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` 1789 1700 1790 1701 tc-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.c1792 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-tic30.Tpo $(DEPDIR)/tc-tic30.Po1793 @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@ 1794 1705 @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.c1706 @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 1796 1707 1797 1708 tc-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.Po1800 @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@ 1801 1712 @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` 1803 1714 1804 1715 tc-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.c1806 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-tic4x.Tpo $(DEPDIR)/tc-tic4x.Po1807 @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@ 1808 1719 @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.c1720 @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 1810 1721 1811 1722 tc-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.Po1814 @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@ 1815 1726 @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` 1817 1728 1818 1729 tc-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.c1820 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-tic54x.Tpo $(DEPDIR)/tc-tic54x.Po1821 @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@ 1822 1733 @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.c1734 @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 1824 1735 1825 1736 tc-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.Po1828 @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@ 1829 1740 @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` 1831 1742 1832 1743 tc-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.c1834 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-tic6x.Tpo $(DEPDIR)/tc-tic6x.Po1835 @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@ 1836 1747 @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.c1748 @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 1838 1749 1839 1750 tc-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.Po1842 @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@ 1843 1754 @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` 1845 1756 1846 1757 tc-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.c1848 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-tilegx.Tpo $(DEPDIR)/tc-tilegx.Po1849 @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@ 1850 1761 @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.c1762 @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 1852 1763 1853 1764 tc-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.Po1856 @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@ 1857 1768 @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` 1859 1770 1860 1771 tc-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.c1862 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-tilepro.Tpo $(DEPDIR)/tc-tilepro.Po1863 @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@ 1864 1775 @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.c1776 @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 1866 1777 1867 1778 tc-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.Po1870 @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@ 1871 1782 @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` 1873 1784 1874 1785 tc-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.c1876 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-vax.Tpo $(DEPDIR)/tc-vax.Po1877 @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@ 1878 1789 @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.c1790 @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 1880 1791 1881 1792 tc-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.Po1884 @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@ 1885 1796 @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` 1887 1798 1888 1799 tc-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.c1890 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-v850.Tpo $(DEPDIR)/tc-v850.Po1891 @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@ 1892 1803 @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.c1804 @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 1894 1805 1895 1806 tc-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.Po1898 @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@ 1899 1810 @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` 1901 1812 1902 1813 tc-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.c1904 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-xstormy16.Tpo $(DEPDIR)/tc-xstormy16.Po1905 @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@ 1906 1817 @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.c1818 @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 1908 1819 1909 1820 tc-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.Po1912 @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@ 1913 1824 @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` 1915 1826 1916 1827 tc-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.c1918 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-xc16x.Tpo $(DEPDIR)/tc-xc16x.Po1919 @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@ 1920 1831 @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.c1832 @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 1922 1833 1923 1834 tc-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.Po1926 @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@ 1927 1838 @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` 1929 1840 1930 1841 tc-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.c1932 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-xgate.Tpo $(DEPDIR)/tc-xgate.Po1933 @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@ 1934 1845 @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.c1846 @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 1936 1847 1937 1848 tc-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.Po1940 @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@ 1941 1852 @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` 1943 1854 1944 1855 tc-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.c1946 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-xtensa.Tpo $(DEPDIR)/tc-xtensa.Po1947 @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@ 1948 1859 @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.c1860 @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 1950 1861 1951 1862 tc-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.Po1954 @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@ 1955 1866 @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` 1957 1868 1958 1869 tc-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.c1960 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-z80.Tpo $(DEPDIR)/tc-z80.Po1961 @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@ 1962 1873 @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.c1874 @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 1964 1875 1965 1876 tc-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.Po1968 @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@ 1969 1880 @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` 1971 1882 1972 1883 tc-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.c1974 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/tc-z8k.Tpo $(DEPDIR)/tc-z8k.Po1975 @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@ 1976 1887 @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.c1888 @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 1978 1889 1979 1890 tc-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.Po1982 @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@ 1983 1894 @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` 1985 1896 1986 1897 xtensa-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.c1988 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/xtensa-relax.Tpo $(DEPDIR)/xtensa-relax.Po1989 @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@ 1990 1901 @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.c1902 @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 1992 1903 1993 1904 xtensa-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.Po1996 @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@ 1997 1908 @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` 1999 1910 2000 1911 obj-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.c2002 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-aout.Tpo $(DEPDIR)/obj-aout.Po2003 @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@ 2004 1915 @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.c1916 @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 2006 1917 2007 1918 obj-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.Po2010 @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@ 2011 1922 @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` 2013 1924 2014 1925 obj-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.c2016 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-coff.Tpo $(DEPDIR)/obj-coff.Po2017 @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@ 2018 1929 @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.c1930 @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 2020 1931 2021 1932 obj-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.Po2024 @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@ 2025 1936 @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` 2027 1938 2028 1939 obj-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.c2030 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-ecoff.Tpo $(DEPDIR)/obj-ecoff.Po2031 @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@ 2032 1943 @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.c1944 @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 2034 1945 2035 1946 obj-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.Po2038 @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@ 2039 1950 @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` 2041 1952 2042 1953 obj-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.c2044 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-elf.Tpo $(DEPDIR)/obj-elf.Po2045 @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@ 2046 1957 @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.c1958 @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 2048 1959 2049 1960 obj-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.Po2052 @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@ 2053 1964 @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` 2055 1966 2056 1967 obj-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.c2058 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-evax.Tpo $(DEPDIR)/obj-evax.Po2059 @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@ 2060 1971 @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.c1972 @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 2062 1973 2063 1974 obj-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.Po2066 @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@ 2067 1978 @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` 2069 1980 2070 1981 obj-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.c2072 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-fdpicelf.Tpo $(DEPDIR)/obj-fdpicelf.Po2073 @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@ 2074 1985 @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.c1986 @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 2076 1987 2077 1988 obj-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.Po2080 @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@ 2081 1992 @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` 2083 1994 2084 1995 obj-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.c2086 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-macho.Tpo $(DEPDIR)/obj-macho.Po2087 @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@ 2088 1999 @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.c2000 @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 2090 2001 2091 2002 obj-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.Po2094 @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@ 2095 2006 @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` 2097 2008 2098 2009 obj-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.c2100 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-multi.Tpo $(DEPDIR)/obj-multi.Po2101 @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@ 2102 2013 @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.c2014 @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 2104 2015 2105 2016 obj-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.Po2108 @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@ 2109 2020 @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` 2111 2022 2112 2023 obj-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.c2114 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/obj-som.Tpo $(DEPDIR)/obj-som.Po2115 @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@ 2116 2027 @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.c2028 @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 2118 2029 2119 2030 obj-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.Po2122 @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@ 2123 2034 @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` 2125 2036 2126 2037 te-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.c2128 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/te-vms.Tpo $(DEPDIR)/te-vms.Po2129 @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@ 2130 2041 @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.c2042 @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 2132 2043 2133 2044 te-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.Po2136 @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@ 2137 2048 @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` 2139 2050 2140 2051 atof-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.c2142 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/atof-ieee.Tpo $(DEPDIR)/atof-ieee.Po2143 @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@ 2144 2055 @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.c2056 @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 2146 2057 2147 2058 atof-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.Po2150 @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@ 2151 2062 @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` 2153 2064 2154 2065 atof-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.c2156 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/atof-vax.Tpo $(DEPDIR)/atof-vax.Po2157 @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@ 2158 2069 @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.c2070 @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 2160 2071 2161 2072 atof-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.Po2164 @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@ 2165 2076 @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` 2167 2078 2168 2079 e-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.c2170 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/e-crisaout.Tpo $(DEPDIR)/e-crisaout.Po2171 @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@ 2172 2083 @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.c2084 @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 2174 2085 2175 2086 e-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.Po2178 @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@ 2179 2090 @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` 2181 2092 2182 2093 e-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.c2184 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/e-criself.Tpo $(DEPDIR)/e-criself.Po2185 @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@ 2186 2097 @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.c2098 @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 2188 2099 2189 2100 e-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.Po2192 @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@ 2193 2104 @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` 2195 2106 2196 2107 e-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.c2198 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/e-i386aout.Tpo $(DEPDIR)/e-i386aout.Po2199 @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@ 2200 2111 @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.c2112 @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 2202 2113 2203 2114 e-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.Po2206 @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@ 2207 2118 @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` 2209 2120 2210 2121 e-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.c2212 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/e-i386coff.Tpo $(DEPDIR)/e-i386coff.Po2213 @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@ 2214 2125 @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.c2126 @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 2216 2127 2217 2128 e-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.Po2220 @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@ 2221 2132 @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` 2223 2134 2224 2135 e-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.c2226 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/e-i386elf.Tpo $(DEPDIR)/e-i386elf.Po2227 @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@ 2228 2139 @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.c2140 @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 2230 2141 2231 2142 e-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.Po2234 @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@ 2235 2146 @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` 2237 2148 2238 2149 e-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.c2240 @am__fastdepCC_TRUE@ $( AM_V_at)$(am__mv) $(DEPDIR)/e-mipself.Tpo $(DEPDIR)/e-mipself.Po2241 @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@ 2242 2153 @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.c2154 @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 2244 2155 2245 2156 e-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.Po2248 @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@ 2249 2160 @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` 2251 2162 2252 2163 .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) 2254 2165 2255 2166 .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) 2257 2168 2258 2169 mostlyclean-libtool: 2259 2170 -rm -f *.lo … … distclean-libtool: 2265 2176 -rm -f libtool config.lt 2266 2177 2267 2178 # 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; \ 2280 2192 dot_seen=no; \ 2281 2193 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 \ 2287 2195 echo "Making $$target in $$subdir"; \ 2288 2196 if test "$$subdir" = "."; then \ 2289 2197 dot_seen=yes; \ … … $(am__recursive_targets): 2298 2206 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 2299 2207 fi; test -z "$$fail" 2300 2208 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" 2239 tags-recursive: 2240 list='$(SUBDIRS)'; for subdir in $$list; do \ 2241 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 2242 done 2243 ctags-recursive: 2244 list='$(SUBDIRS)'; for subdir in $$list; do \ 2245 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 2246 done 2305 2247 2306 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 2248 ID: $(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 2256 tags: TAGS 2257 2258 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \ 2259 $(TAGS_FILES) $(LISP) 2307 2260 set x; \ 2308 2261 here=`pwd`; \ 2309 2262 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ … … tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 2319 2272 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 2320 2273 fi; \ 2321 2274 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; }; }'`; \ 2323 2281 shift; \ 2324 2282 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 2325 2283 test -n "$$unique" || unique=$$empty_fix; \ … … tags-am: $(TAGS_DEPENDENCIES) $(am__tagg 2331 2289 $$unique; \ 2332 2290 fi; \ 2333 2291 fi 2334 ctags: ctags-recursive 2335 2336 CTAGS: ctags 2337 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 2338 $(am__define_uniq_tagged_files); \ 2292 ctags: CTAGS 2293 CTAGS: 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; }; }'`; \ 2339 2301 test -z "$(CTAGS_ARGS)$$unique" \ 2340 2302 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 2341 2303 $$unique … … GTAGS: 2344 2306 here=`$(am__cd) $(top_builddir) && pwd` \ 2345 2307 && $(am__cd) $(top_srcdir) \ 2346 2308 && gtags -i $(GTAGS_ARGS) "$$here" 2347 cscope: cscope.files2348 test ! -s cscope.files \2349 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)2350 clean-cscope:2351 -rm -f cscope.files2352 cscope.files: clean-cscope cscopelist2353 cscopelist: cscopelist-recursive2354 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.files2368 2309 2369 2310 distclean-tags: 2370 2311 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 2371 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files2372 2312 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) 2373 @echo 'Making a new site.exp file 2313 @echo 'Making a new site.exp file...' 2374 2314 @echo '## these variables are automatically generated by make ##' >site.tmp 2375 2315 @echo '# Do not edit here. If you wish to override these values' >>site.tmp 2376 2316 @echo '# edit the last section' >>site.tmp … … ps-am: 2518 2458 2519 2459 uninstall-am: 2520 2460 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 2522 2463 2523 .PHONY: $( am__recursive_targets) CTAGS GTAGS TAGS all all-am\2524 a m--refresh check check-DEJAGNU check-am clean clean-cscope\2525 clean-generic clean-libtool clean-noinstPROGRAMS c scope\2526 c scopelist-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 in fo-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 install check-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 \ 2535 2476 maintainer-clean-generic mostlyclean mostlyclean-compile \ 2536 2477 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 2537 tags tags- amuninstall uninstall-am2478 tags tags-recursive uninstall uninstall-am 2538 2479 2539 2480 po/POTFILES.in: @MAINT@ Makefile 2540 2481 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 -*- 2 2 3 3 # 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. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, 7 8 # with or without modifications, as long as this notice is preserved. … … 13 14 14 15 m4_ifndef([AC_AUTOCONF_VERSION], 15 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.6 4],,17 [m4_warning([this file was generated for autoconf 2.6 4.17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, 18 [m4_warning([this file was generated for autoconf 2.69. 18 19 You have another version of autoconf. It may work, but is not guaranteed to. 19 20 If you have problems, you may need to regenerate the build system entirely. 20 21 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 21 22 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. 23 25 # 24 26 # This file is free software; the Free Software Foundation 25 27 # gives unlimited permission to copy and/or distribute it, 26 28 # with or without modifications, as long as this notice is preserved. 27 29 30 # serial 1 31 28 32 # AM_AUTOMAKE_VERSION(VERSION) 29 33 # ---------------------------- 30 34 # Automake X.Y traces this macro to ensure aclocal.m4 has been … … AC_DEFUN([AM_AUTOMAKE_VERSION], 34 38 [am__api_version='1.11' 35 39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 40 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.11. 1], [],41 m4_if([$1], [1.11.6], [], 38 42 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 43 ]) 40 44 … … m4_define([_AM_AUTOCONF_VERSION], []) 50 54 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 51 55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 52 56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.11. 1])dnl57 [AM_AUTOMAKE_VERSION([1.11.6])dnl 54 58 m4_ifndef([AC_AUTOCONF_VERSION], 55 59 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 56 60 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 57 61 58 62 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 59 63 60 # Copyright (C) 2001, 2003, 2005 64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 61 65 # 62 66 # This file is free software; the Free Software Foundation 63 67 # gives unlimited permission to copy and/or distribute it, 64 68 # with or without modifications, as long as this notice is preserved. 65 69 70 # serial 1 71 66 72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 67 73 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 68 74 # `$srcdir', `$srcdir/..', or `$srcdir/../..'. … … AC_CONFIG_COMMANDS_PRE( 144 150 Usually this means the macro was only invoked conditionally.]]) 145 151 fi])]) 146 152 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. 149 155 # 150 156 # This file is free software; the Free Software Foundation 151 157 # gives unlimited permission to copy and/or distribute it, 152 158 # with or without modifications, as long as this notice is preserved. 153 159 154 # serial 1 0160 # serial 12 155 161 156 162 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 157 163 # written in clear, in which case automake, when reading aclocal.m4, … … AC_CACHE_CHECK([dependency style of $dep 191 197 # instance it was reported that on HP-UX the gcc test will end up 192 198 # making a dummy file named `D' -- because `-MD' means `put the output 193 199 # in D'. 200 rm -rf conftest.dir 194 201 mkdir conftest.dir 195 202 # Copy depcomp to subdir because otherwise we won't find it if we're 196 203 # using a relative directory. … … AC_CACHE_CHECK([dependency style of $dep 255 262 break 256 263 fi 257 264 ;; 258 msv isualcpp | msvcmsys)265 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 259 266 # This compiler won't grok `-c -o', but also, the minuso test has 260 267 # not run yet. These depmodes are late enough in the game, and 261 268 # so weak that their functioning should not be impacted. … … AC_DEFUN([AM_DEP_TRACK], 320 327 if test "x$enable_dependency_tracking" != xno; then 321 328 am_depcomp="$ac_aux_dir/depcomp" 322 329 AMDEPBACKSLASH='\' 330 am__nodep='_no' 323 331 fi 324 332 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 325 333 AC_SUBST([AMDEPBACKSLASH])dnl 326 334 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 335 AC_SUBST([am__nodep])dnl 336 _AM_SUBST_NOTMAKE([am__nodep])dnl 327 337 ]) 328 338 329 339 # Generate code to set up dependency tracking. -*- Autoconf -*- … … for _am_header in $config_headers :; do 545 555 done 546 556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 547 557 548 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. 558 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 559 # Inc. 549 560 # 550 561 # This file is free software; the Free Software Foundation 551 562 # gives unlimited permission to copy and/or distribute it, 552 563 # with or without modifications, as long as this notice is preserved. 553 564 565 # serial 1 566 554 567 # AM_PROG_INSTALL_SH 555 568 # ------------------ 556 569 # Define $install_sh. … … AC_SUBST(install_sh)]) 569 582 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 570 583 # From Jim Meyering 571 584 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. 574 587 # 575 588 # This file is free software; the Free Software Foundation 576 589 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN([AM_MAINTAINER_MODE], 590 603 [disable], [m4_define([am_maintainer_other], [enable])], 591 604 [m4_define([am_maintainer_other], [enable]) 592 605 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) 593 AC_MSG_CHECKING([whether to am_maintainer_othermaintainer-specific portions of Makefiles])606 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 594 607 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 595 608 AC_ARG_ENABLE([maintainer-mode], 596 609 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful … … else 701 714 fi 702 715 ]) 703 716 704 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 717 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, 718 # Inc. 705 719 # 706 720 # This file is free software; the Free Software Foundation 707 721 # gives unlimited permission to copy and/or distribute it, 708 722 # with or without modifications, as long as this notice is preserved. 709 723 724 # serial 1 725 710 726 # AM_PROG_MKDIR_P 711 727 # --------------- 712 728 # Check for `mkdir -p'. … … esac 729 745 730 746 # Helper functions for option handling. -*- Autoconf -*- 731 747 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. 733 750 # 734 751 # This file is free software; the Free Software Foundation 735 752 # gives unlimited permission to copy and/or distribute it, 736 753 # with or without modifications, as long as this notice is preserved. 737 754 738 # serial 4755 # serial 5 739 756 740 757 # _AM_MANGLE_OPTION(NAME) 741 758 # ----------------------- … … AC_DEFUN([_AM_MANGLE_OPTION], 743 760 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 744 761 745 762 # _AM_SET_OPTION(NAME) 746 # -------------------- ----------763 # -------------------- 747 764 # Set option NAME. Presently that only means defining a flag for this option. 748 765 AC_DEFUN([_AM_SET_OPTION], 749 766 [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 750 767 751 768 # _AM_SET_OPTIONS(OPTIONS) 752 # ------------------------ ----------769 # ------------------------ 753 770 # OPTIONS is a space-separated list of Automake options. 754 771 AC_DEFUN([_AM_SET_OPTIONS], 755 772 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) … … Check your system clock]) 825 842 fi 826 843 AC_MSG_RESULT(yes)]) 827 844 828 # Copyright (C) 2001, 2003, 2005 845 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 829 846 # 830 847 # This file is free software; the Free Software Foundation 831 848 # gives unlimited permission to copy and/or distribute it, 832 849 # with or without modifications, as long as this notice is preserved. 833 850 851 # serial 1 852 834 853 # AM_PROG_INSTALL_STRIP 835 854 # --------------------- 836 855 # One issue with vendor `install' (even GNU) is that you can't … … fi 853 872 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 854 873 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 855 874 856 # Copyright (C) 2006, 2008 875 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 857 876 # 858 877 # This file is free software; the Free Software Foundation 859 878 # gives unlimited permission to copy and/or distribute it, 860 879 # with or without modifications, as long as this notice is preserved. 861 880 862 # serial 2881 # serial 3 863 882 864 883 # _AM_SUBST_NOTMAKE(VARIABLE) 865 884 # --------------------------- … … AC_SUBST([INSTALL_STRIP_PROGRAM])]) 868 887 AC_DEFUN([_AM_SUBST_NOTMAKE]) 869 888 870 889 # AM_SUBST_NOTMAKE(VARIABLE) 871 # -------------------------- -890 # -------------------------- 872 891 # Public sister of _AM_SUBST_NOTMAKE. 873 892 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) 874 893 875 894 # Check how to create a tarball. -*- Autoconf -*- 876 895 877 # Copyright (C) 2004, 2005 896 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 878 897 # 879 898 # This file is free software; the Free Software Foundation 880 899 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 896 915 # a tarball read from stdin. 897 916 # $(am__untar) < result.tar 898 917 AC_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 ... 920 AC_SUBST([AMTAR], ['$${TAR-tar}']) 901 921 m4_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 -'], 903 923 [m4_case([$1], [ustar],, [pax],, 904 924 [m4_fatal([Unknown tar format])]) 905 925 AC_MSG_CHECKING([how to create a $1 tar archive]) -
gprof/configure
diff -rupdN binutils-ref/gprof/configure binutils/gprof/configure
old new CPP 677 677 am__fastdepCC_FALSE 678 678 am__fastdepCC_TRUE 679 679 CCDEPMODE 680 am__nodep 680 681 AMDEPBACKSLASH 681 682 AMDEP_FALSE 682 683 AMDEP_TRUE … … fi 3677 3678 if test "x$enable_dependency_tracking" != xno; then 3678 3679 am_depcomp="$ac_aux_dir/depcomp" 3679 3680 AMDEPBACKSLASH='\' 3681 am__nodep='_no' 3680 3682 fi 3681 3683 if test "x$enable_dependency_tracking" != xno; then 3682 3684 AMDEP_TRUE= … … MAKEINFO=${MAKEINFO-"${am_missing_run}ma 3739 3741 3740 3742 # We need awk for the "check" target. The system "awk" is bad on 3741 3743 # 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 ... 3746 AMTAR='$${TAR-tar}' 3745 3747 3746 am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'3748 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 3747 3749 3748 3750 3749 3751 … … else 3761 3763 # instance it was reported that on HP-UX the gcc test will end up 3762 3764 # making a dummy file named `D' -- because `-MD' means `put the output 3763 3765 # in D'. 3766 rm -rf conftest.dir 3764 3767 mkdir conftest.dir 3765 3768 # Copy depcomp to subdir because otherwise we won't find it if we're 3766 3769 # using a relative directory. … … else 3820 3823 break 3821 3824 fi 3822 3825 ;; 3823 msv isualcpp | msvcmsys)3826 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3824 3827 # This compiler won't grok `-c -o', but also, the minuso test has 3825 3828 # not run yet. These depmodes are late enough in the game, and 3826 3829 # so weak that their functioning should not be impacted. … … else 11192 11195 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11193 11196 lt_status=$lt_dlunknown 11194 11197 cat > conftest.$ac_ext <<_LT_EOF 11195 #line 1119 5"configure"11198 #line 11198 "configure" 11196 11199 #include "confdefs.h" 11197 11200 11198 11201 #if HAVE_DLFCN_H … … else 11298 11301 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11299 11302 lt_status=$lt_dlunknown 11300 11303 cat > conftest.$ac_ext <<_LT_EOF 11301 #line 1130 1"configure"11304 #line 11304 "configure" 11302 11305 #include "confdefs.h" 11303 11306 11304 11307 #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. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # 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. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, 9 9 # with or without modifications, as long as this notice is preserved. … … 35 35 36 36 37 37 VPATH = @srcdir@ 38 am__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 } 38 55 pkgdatadir = $(datadir)/@PACKAGE@ 39 56 pkgincludedir = $(includedir)/@PACKAGE@ 40 57 pkglibdir = $(libdir)/@PACKAGE@ … … RECURSIVE_TARGETS = all-recursive check- 130 147 install-pdf-recursive install-ps-recursive install-recursive \ 131 148 installcheck-recursive installdirs-recursive pdf-recursive \ 132 149 ps-recursive uninstall-recursive 150 am__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 133 155 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 134 156 am__vpath_adj = case $$p in \ 135 157 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ … … am__nobase_list = $(am__nobase_strip_set 151 173 am__base_list = \ 152 174 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 153 175 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 176 am__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 } 154 182 man1dir = $(mandir)/man1 155 183 NROFF = nroff 156 184 MANS = $(man_MANS) … … all: $(BUILT_SOURCES) gconfig.h 346 374 347 375 .SUFFIXES: 348 376 .SUFFIXES: .m .c .dvi .lo .o .obj .ps 349 am--refresh: 377 am--refresh: Makefile 350 378 @: 351 379 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 352 380 @for dep in $?; do \ … … $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 382 410 $(am__aclocal_m4_deps): 383 411 384 412 gconfig.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 389 415 390 416 stamp-h1: $(srcdir)/gconfig.in $(top_builddir)/config.status 391 417 @rm -f stamp-h1 … … po/Makefile.in: $(top_builddir)/config.s 401 427 cd $(top_builddir) && $(SHELL) ./config.status $@ 402 428 install-binPROGRAMS: $(bin_PROGRAMS) 403 429 @$(NORMAL_INSTALL) 404 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"405 430 @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; \ 406 435 for p in $$list; do echo "$$p $$p"; done | \ 407 436 sed 's/$(EXEEXT)$$//' | \ 408 437 while read p p1; do if test -f $$p || test -f $$p1; \ … … clean-binPROGRAMS: 442 471 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 443 472 echo " rm -f" $$list; \ 444 473 rm -f $$list 445 gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES) 474 gprof$(EXEEXT): $(gprof_OBJECTS) $(gprof_DEPENDENCIES) $(EXTRA_gprof_DEPENDENCIES) 446 475 @rm -f gprof$(EXEEXT) 447 476 $(LINK) $(gprof_OBJECTS) $(gprof_LDADD) $(LIBS) 448 477 … … uninstall-html-am: 573 602 574 603 uninstall-info-am: 575 604 @$(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 \ 579 606 list='$(INFO_DEPS)'; \ 580 607 for file in $$list; do \ 581 608 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … maintainer-clean-aminfo: 648 675 done 649 676 install-man1: $(man_MANS) 650 677 @$(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; \ 656 690 } | while read p; do \ 657 691 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 658 692 echo "$$d$$p"; echo "$$p"; \ … … uninstall-man1: 681 715 sed -n '/\.1[a-z]*$$/p'; \ 682 716 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 683 717 -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) 687 719 688 720 # This directory's subdirectories are mostly independent; you can cd 689 721 # into them and run `make' without going through this Makefile. … … install-am: all-am 839 871 840 872 installcheck: installcheck-recursive 841 873 install-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 846 883 mostlyclean-generic: 847 884 848 885 clean-generic: … … install-dvi: install-dvi-recursive 887 924 888 925 install-dvi-am: $(DVIS) 889 926 @$(NORMAL_INSTALL) 890 test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)"891 927 @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; \ 892 932 for p in $$list; do \ 893 933 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 894 934 echo "$$d$$p"; \ … … install-html: install-html-recursive 903 943 904 944 install-html-am: $(HTMLS) 905 945 @$(NORMAL_INSTALL) 906 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"907 946 @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; \ 908 951 for p in $$list; do \ 909 952 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ 910 953 $(am__strip_dir) \ 911 if test -d "$$d$$p"; then \ 954 d2=$$d$$p; \ 955 if test -d "$$d2"; then \ 912 956 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ 913 957 $(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 $$?; \ 916 960 else \ 917 list2="$$list2 $$d $$p"; \961 list2="$$list2 $$d2"; \ 918 962 fi; \ 919 963 done; \ 920 964 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ … … install-info: install-info-recursive 926 970 927 971 install-info-am: $(INFO_DEPS) 928 972 @$(NORMAL_INSTALL) 929 test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)"930 973 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 931 974 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; \ 932 979 for file in $$list; do \ 933 980 case $$file in \ 934 981 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ … … install-info-am: $(INFO_DEPS) 946 993 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ 947 994 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done 948 995 @$(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 \ 951 997 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ 952 998 for file in $$list; do \ 953 999 relfile=`echo "$$file" | sed 's|^.*/||'`; \ … … install-pdf: install-pdf-recursive 961 1007 962 1008 install-pdf-am: $(PDFS) 963 1009 @$(NORMAL_INSTALL) 964 test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)"965 1010 @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; \ 966 1015 for p in $$list; do \ 967 1016 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 968 1017 echo "$$d$$p"; \ … … install-ps: install-ps-recursive 974 1023 975 1024 install-ps-am: $(PSS) 976 1025 @$(NORMAL_INSTALL) 977 test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)"978 1026 @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; \ 979 1031 for p in $$list; do \ 980 1032 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 981 1033 echo "$$d$$p"; \ -
ld/configure
diff -rupdN binutils-ref/ld/configure binutils/ld/configure
old new fi 3698 3698 3699 3699 3700 3700 BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'` 3701 am__api_version='1.1 1'3701 am__api_version='1.14' 3702 3702 3703 3703 # Find a good install program. We prefer a C program (faster), 3704 3704 # 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 -*- 2 2 3 3 # 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. 5 6 # This file is free software; the Free Software Foundation 6 7 # gives unlimited permission to copy and/or distribute it, 7 8 # with or without modifications, as long as this notice is preserved. … … 13 14 14 15 m4_ifndef([AC_AUTOCONF_VERSION], 15 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.6 4],,17 [m4_warning([this file was generated for autoconf 2.6 4.17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, 18 [m4_warning([this file was generated for autoconf 2.69. 18 19 You have another version of autoconf. It may work, but is not guaranteed to. 19 20 If you have problems, you may need to regenerate the build system entirely. 20 21 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 21 22 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. 23 25 # 24 26 # This file is free software; the Free Software Foundation 25 27 # gives unlimited permission to copy and/or distribute it, 26 28 # with or without modifications, as long as this notice is preserved. 27 29 30 # serial 1 31 28 32 # AM_AUTOMAKE_VERSION(VERSION) 29 33 # ---------------------------- 30 34 # Automake X.Y traces this macro to ensure aclocal.m4 has been … … AC_DEFUN([AM_AUTOMAKE_VERSION], 34 38 [am__api_version='1.11' 35 39 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 40 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.11. 1], [],41 m4_if([$1], [1.11.6], [], 38 42 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 43 ]) 40 44 … … m4_define([_AM_AUTOCONF_VERSION], []) 50 54 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. 51 55 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 52 56 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.11. 1])dnl57 [AM_AUTOMAKE_VERSION([1.11.6])dnl 54 58 m4_ifndef([AC_AUTOCONF_VERSION], 55 59 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 56 60 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) 57 61 58 62 # AM_AUX_DIR_EXPAND -*- Autoconf -*- 59 63 60 # Copyright (C) 2001, 2003, 2005 64 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 61 65 # 62 66 # This file is free software; the Free Software Foundation 63 67 # gives unlimited permission to copy and/or distribute it, 64 68 # with or without modifications, as long as this notice is preserved. 65 69 70 # serial 1 71 66 72 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets 67 73 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to 68 74 # `$srcdir', `$srcdir/..', or `$srcdir/../..'. … … AC_CONFIG_COMMANDS_PRE( 144 150 Usually this means the macro was only invoked conditionally.]]) 145 151 fi])]) 146 152 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. 149 155 # 150 156 # This file is free software; the Free Software Foundation 151 157 # gives unlimited permission to copy and/or distribute it, 152 158 # with or without modifications, as long as this notice is preserved. 153 159 154 # serial 1 0160 # serial 12 155 161 156 162 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 157 163 # written in clear, in which case automake, when reading aclocal.m4, … … AC_CACHE_CHECK([dependency style of $dep 191 197 # instance it was reported that on HP-UX the gcc test will end up 192 198 # making a dummy file named `D' -- because `-MD' means `put the output 193 199 # in D'. 200 rm -rf conftest.dir 194 201 mkdir conftest.dir 195 202 # Copy depcomp to subdir because otherwise we won't find it if we're 196 203 # using a relative directory. … … AC_CACHE_CHECK([dependency style of $dep 255 262 break 256 263 fi 257 264 ;; 258 msv isualcpp | msvcmsys)265 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 259 266 # This compiler won't grok `-c -o', but also, the minuso test has 260 267 # not run yet. These depmodes are late enough in the game, and 261 268 # so weak that their functioning should not be impacted. … … AC_DEFUN([AM_DEP_TRACK], 320 327 if test "x$enable_dependency_tracking" != xno; then 321 328 am_depcomp="$ac_aux_dir/depcomp" 322 329 AMDEPBACKSLASH='\' 330 am__nodep='_no' 323 331 fi 324 332 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 325 333 AC_SUBST([AMDEPBACKSLASH])dnl 326 334 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 335 AC_SUBST([am__nodep])dnl 336 _AM_SUBST_NOTMAKE([am__nodep])dnl 327 337 ]) 328 338 329 339 # Generate code to set up dependency tracking. -*- Autoconf -*- … … for _am_header in $config_headers :; do 545 555 done 546 556 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 547 557 548 # Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. 558 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, 559 # Inc. 549 560 # 550 561 # This file is free software; the Free Software Foundation 551 562 # gives unlimited permission to copy and/or distribute it, 552 563 # with or without modifications, as long as this notice is preserved. 553 564 565 # serial 1 566 554 567 # AM_PROG_INSTALL_SH 555 568 # ------------------ 556 569 # Define $install_sh. … … AC_SUBST(install_sh)]) 569 582 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 570 583 # From Jim Meyering 571 584 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. 574 587 # 575 588 # This file is free software; the Free Software Foundation 576 589 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN([AM_MAINTAINER_MODE], 590 603 [disable], [m4_define([am_maintainer_other], [enable])], 591 604 [m4_define([am_maintainer_other], [enable]) 592 605 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) 593 AC_MSG_CHECKING([whether to am_maintainer_othermaintainer-specific portions of Makefiles])606 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) 594 607 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 595 608 AC_ARG_ENABLE([maintainer-mode], 596 609 [ --][am_maintainer_other][-maintainer-mode am_maintainer_other make rules and dependencies not useful … … else 701 714 fi 702 715 ]) 703 716 704 # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 717 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, 718 # Inc. 705 719 # 706 720 # This file is free software; the Free Software Foundation 707 721 # gives unlimited permission to copy and/or distribute it, 708 722 # with or without modifications, as long as this notice is preserved. 709 723 724 # serial 1 725 710 726 # AM_PROG_MKDIR_P 711 727 # --------------- 712 728 # Check for `mkdir -p'. … … esac 729 745 730 746 # Helper functions for option handling. -*- Autoconf -*- 731 747 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. 733 750 # 734 751 # This file is free software; the Free Software Foundation 735 752 # gives unlimited permission to copy and/or distribute it, 736 753 # with or without modifications, as long as this notice is preserved. 737 754 738 # serial 4755 # serial 5 739 756 740 757 # _AM_MANGLE_OPTION(NAME) 741 758 # ----------------------- … … AC_DEFUN([_AM_MANGLE_OPTION], 743 760 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 744 761 745 762 # _AM_SET_OPTION(NAME) 746 # -------------------- ----------763 # -------------------- 747 764 # Set option NAME. Presently that only means defining a flag for this option. 748 765 AC_DEFUN([_AM_SET_OPTION], 749 766 [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) 750 767 751 768 # _AM_SET_OPTIONS(OPTIONS) 752 # ------------------------ ----------769 # ------------------------ 753 770 # OPTIONS is a space-separated list of Automake options. 754 771 AC_DEFUN([_AM_SET_OPTIONS], 755 772 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) … … Check your system clock]) 825 842 fi 826 843 AC_MSG_RESULT(yes)]) 827 844 828 # Copyright (C) 2001, 2003, 2005 845 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. 829 846 # 830 847 # This file is free software; the Free Software Foundation 831 848 # gives unlimited permission to copy and/or distribute it, 832 849 # with or without modifications, as long as this notice is preserved. 833 850 851 # serial 1 852 834 853 # AM_PROG_INSTALL_STRIP 835 854 # --------------------- 836 855 # One issue with vendor `install' (even GNU) is that you can't … … fi 853 872 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 854 873 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 855 874 856 # Copyright (C) 2006, 2008 875 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. 857 876 # 858 877 # This file is free software; the Free Software Foundation 859 878 # gives unlimited permission to copy and/or distribute it, 860 879 # with or without modifications, as long as this notice is preserved. 861 880 862 # serial 2881 # serial 3 863 882 864 883 # _AM_SUBST_NOTMAKE(VARIABLE) 865 884 # --------------------------- … … AC_SUBST([INSTALL_STRIP_PROGRAM])]) 868 887 AC_DEFUN([_AM_SUBST_NOTMAKE]) 869 888 870 889 # AM_SUBST_NOTMAKE(VARIABLE) 871 # -------------------------- -890 # -------------------------- 872 891 # Public sister of _AM_SUBST_NOTMAKE. 873 892 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) 874 893 875 894 # Check how to create a tarball. -*- Autoconf -*- 876 895 877 # Copyright (C) 2004, 2005 896 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. 878 897 # 879 898 # This file is free software; the Free Software Foundation 880 899 # gives unlimited permission to copy and/or distribute it, … … AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ 896 915 # a tarball read from stdin. 897 916 # $(am__untar) < result.tar 898 917 AC_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 ... 920 AC_SUBST([AMTAR], ['$${TAR-tar}']) 901 921 m4_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 -'], 903 923 [m4_case([$1], [ustar],, [pax],, 904 924 [m4_fatal([Unknown tar format])]) 905 925 AC_MSG_CHECKING([how to create a $1 tar archive]) -
opcodes/configure
diff -rupdN binutils-ref/opcodes/configure binutils/opcodes/configure
old new CPP 696 696 am__fastdepCC_FALSE 697 697 am__fastdepCC_TRUE 698 698 CCDEPMODE 699 am__nodep 699 700 AMDEPBACKSLASH 700 701 AMDEP_FALSE 701 702 AMDEP_TRUE … … fi 3748 3749 if test "x$enable_dependency_tracking" != xno; then 3749 3750 am_depcomp="$ac_aux_dir/depcomp" 3750 3751 AMDEPBACKSLASH='\' 3752 am__nodep='_no' 3751 3753 fi 3752 3754 if test "x$enable_dependency_tracking" != xno; then 3753 3755 AMDEP_TRUE= … … MAKEINFO=${MAKEINFO-"${am_missing_run}ma 3810 3812 3811 3813 # We need awk for the "check" target. The system "awk" is bad on 3812 3814 # 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 ... 3817 AMTAR='$${TAR-tar}' 3816 3818 3817 am__tar='$ {AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'3819 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' 3818 3820 3819 3821 3820 3822 … … else 3832 3834 # instance it was reported that on HP-UX the gcc test will end up 3833 3835 # making a dummy file named `D' -- because `-MD' means `put the output 3834 3836 # in D'. 3837 rm -rf conftest.dir 3835 3838 mkdir conftest.dir 3836 3839 # Copy depcomp to subdir because otherwise we won't find it if we're 3837 3840 # using a relative directory. … … else 3891 3894 break 3892 3895 fi 3893 3896 ;; 3894 msv isualcpp | msvcmsys)3897 msvc7 | msvc7msys | msvisualcpp | msvcmsys) 3895 3898 # This compiler won't grok `-c -o', but also, the minuso test has 3896 3899 # not run yet. These depmodes are late enough in the game, and 3897 3900 # so weak that their functioning should not be impacted. … … else 11209 11212 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11210 11213 lt_status=$lt_dlunknown 11211 11214 cat > conftest.$ac_ext <<_LT_EOF 11212 #line 1121 2"configure"11215 #line 11215 "configure" 11213 11216 #include "confdefs.h" 11214 11217 11215 11218 #if HAVE_DLFCN_H … … else 11315 11318 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11316 11319 lt_status=$lt_dlunknown 11317 11320 cat > conftest.$ac_ext <<_LT_EOF 11318 #line 113 18"configure"11321 #line 11321 "configure" 11319 11322 #include "confdefs.h" 11320 11323 11321 11324 #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. 1from Makefile.am.1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # 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. 7 7 # This Makefile.in is free software; the Free Software Foundation 8 8 # gives unlimited permission to copy and/or distribute it, 9 9 # with or without modifications, as long as this notice is preserved. … … 36 36 37 37 38 38 VPATH = @srcdir@ 39 am__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 } 39 56 pkgdatadir = $(datadir)/@PACKAGE@ 40 57 pkgincludedir = $(includedir)/@PACKAGE@ 41 58 pkglibdir = $(libdir)/@PACKAGE@ … … am__nobase_list = $(am__nobase_strip_set 111 128 am__base_list = \ 112 129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 113 130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 131 am__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 } 114 137 am__installdirs = "$(DESTDIR)$(bfdlibdir)" \ 115 138 "$(DESTDIR)$(bfdincludedir)" 116 139 LTLIBRARIES = $(bfdlib_LTLIBRARIES) $(noinst_LTLIBRARIES) … … RECURSIVE_TARGETS = all-recursive check- 144 167 install-pdf-recursive install-ps-recursive install-recursive \ 145 168 installcheck-recursive installdirs-recursive pdf-recursive \ 146 169 ps-recursive uninstall-recursive 170 am__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 147 175 DATA = $(bfdinclude_DATA) 148 176 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 149 177 distclean-recursive maintainer-clean-recursive … … all: config.h 657 685 658 686 .SUFFIXES: 659 687 .SUFFIXES: .c .lo .o .obj 660 am--refresh: 688 am--refresh: Makefile 661 689 @: 662 690 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 663 691 @for dep in $?; do \ … … $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $( 693 721 $(am__aclocal_m4_deps): 694 722 695 723 config.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 700 726 701 727 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status 702 728 @rm -f stamp-h1 … … clean-noinstLIBRARIES: 715 741 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 716 742 install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES) 717 743 @$(NORMAL_INSTALL) 718 test -z "$(bfdlibdir)" || $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)"719 744 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \ 720 745 list2=; for p in $$list; do \ 721 746 if test -f $$p; then \ … … install-bfdlibLTLIBRARIES: $(bfdlib_LTLI 723 748 else :; fi; \ 724 749 done; \ 725 750 test -z "$$list2" || { \ 751 echo " $(MKDIR_P) '$(DESTDIR)$(bfdlibdir)'"; \ 752 $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" || exit 1; \ 726 753 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \ 727 754 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \ 728 755 } … … clean-noinstLTLIBRARIES: 753 780 echo "rm -f \"$${dir}/so_locations\""; \ 754 781 rm -f "$${dir}/so_locations"; \ 755 782 done 756 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) 783 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) $(EXTRA_libopcodes_la_DEPENDENCIES) 757 784 $(libopcodes_la_LINK) $(am_libopcodes_la_rpath) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS) 758 785 759 786 mostlyclean-compile: … … distclean-libtool: 972 999 -rm -f libtool config.lt 973 1000 install-bfdincludeDATA: $(bfdinclude_DATA) 974 1001 @$(NORMAL_INSTALL) 975 test -z "$(bfdincludedir)" || $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)"976 1002 @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; \ 977 1007 for p in $$list; do \ 978 1008 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 979 1009 echo "$$d$$p"; \ … … uninstall-bfdincludeDATA: 987 1017 @$(NORMAL_UNINSTALL) 988 1018 @list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \ 989 1019 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) 993 1021 994 1022 # This directory's subdirectories are mostly independent; you can cd 995 1023 # into them and run `make' without going through this Makefile. … … install-am: all-am 1143 1171 1144 1172 installcheck: installcheck-recursive 1145 1173 install-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 1150 1183 mostlyclean-generic: 1151 1184 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) 1152 1185