| OLD | NEW |
| 1 # Makefile.in generated by automake 1.11 from Makefile.am. | 1 # Makefile.in generated by automake 1.11.1 from Makefile.am. |
| 2 # @configure_input@ | 2 # @configure_input@ |
| 3 | 3 |
| 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
| 6 # Inc. | 6 # Inc. |
| 7 # This Makefile.in is free software; the Free Software Foundation | 7 # This Makefile.in is free software; the Free Software Foundation |
| 8 # gives unlimited permission to copy and/or distribute it, | 8 # gives unlimited permission to copy and/or distribute it, |
| 9 # with or without modifications, as long as this notice is preserved. | 9 # with or without modifications, as long as this notice is preserved. |
| 10 | 10 |
| 11 # This program is distributed in the hope that it will be useful, | 11 # This program is distributed in the hope that it will be useful, |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 target_vendor = @target_vendor@ | 310 target_vendor = @target_vendor@ |
| 311 tdefaults = @tdefaults@ | 311 tdefaults = @tdefaults@ |
| 312 top_build_prefix = @top_build_prefix@ | 312 top_build_prefix = @top_build_prefix@ |
| 313 top_builddir = @top_builddir@ | 313 top_builddir = @top_builddir@ |
| 314 top_srcdir = @top_srcdir@ | 314 top_srcdir = @top_srcdir@ |
| 315 wordsize = @wordsize@ | 315 wordsize = @wordsize@ |
| 316 AUTOMAKE_OPTIONS = 1.11 no-dist foreign | 316 AUTOMAKE_OPTIONS = 1.11 no-dist foreign |
| 317 ACLOCAL_AMFLAGS = -I . -I .. -I ../config | 317 ACLOCAL_AMFLAGS = -I . -I .. -I ../config |
| 318 | 318 |
| 319 # Uncomment the following line when doing a release. | 319 # Uncomment the following line when doing a release. |
| 320 RELEASE = y | 320 # RELEASE=y |
| 321 INCDIR = $(srcdir)/../include | 321 INCDIR = $(srcdir)/../include |
| 322 CSEARCH = -I. -I$(srcdir) -I$(INCDIR) | 322 CSEARCH = -I. -I$(srcdir) -I$(INCDIR) |
| 323 SUBDIRS = doc po | 323 SUBDIRS = doc po |
| 324 bfddocdir = doc | 324 bfddocdir = doc |
| 325 libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ | 325 libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \ |
| 326 @SHARED_LDFLAGS@ $(am__empty) | 326 @SHARED_LDFLAGS@ $(am__empty) |
| 327 @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la | 327 @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la |
| 328 @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR
)/symcat.h $(INCDIR)/bfdlink.h | 328 @INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR
)/symcat.h $(INCDIR)/bfdlink.h |
| 329 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@ | 329 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@ |
| 330 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la | 330 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la |
| (...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1530 echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \ | 1530 echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \ |
| 1531 cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files | 1531 cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files |
| 1532 | 1532 |
| 1533 # This directory's subdirectories are mostly independent; you can cd | 1533 # This directory's subdirectories are mostly independent; you can cd |
| 1534 # into them and run `make' without going through this Makefile. | 1534 # into them and run `make' without going through this Makefile. |
| 1535 # To change the values of `make' variables: instead of editing Makefiles, | 1535 # To change the values of `make' variables: instead of editing Makefiles, |
| 1536 # (1) if the variable is set in `config.status', edit `config.status' | 1536 # (1) if the variable is set in `config.status', edit `config.status' |
| 1537 # (which will cause the Makefiles to be regenerated when you run `make'); | 1537 # (which will cause the Makefiles to be regenerated when you run `make'); |
| 1538 # (2) otherwise, pass the desired values on the `make' command line. | 1538 # (2) otherwise, pass the desired values on the `make' command line. |
| 1539 $(RECURSIVE_TARGETS): | 1539 $(RECURSIVE_TARGETS): |
| 1540 » @failcom='exit 1'; \ | 1540 » @fail= failcom='exit 1'; \ |
| 1541 for f in x $$MAKEFLAGS; do \ | 1541 for f in x $$MAKEFLAGS; do \ |
| 1542 case $$f in \ | 1542 case $$f in \ |
| 1543 *=* | --[!k]*);; \ | 1543 *=* | --[!k]*);; \ |
| 1544 *k*) failcom='fail=yes';; \ | 1544 *k*) failcom='fail=yes';; \ |
| 1545 esac; \ | 1545 esac; \ |
| 1546 done; \ | 1546 done; \ |
| 1547 dot_seen=no; \ | 1547 dot_seen=no; \ |
| 1548 target=`echo $@ | sed s/-recursive//`; \ | 1548 target=`echo $@ | sed s/-recursive//`; \ |
| 1549 list='$(SUBDIRS)'; for subdir in $$list; do \ | 1549 list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 1550 echo "Making $$target in $$subdir"; \ | 1550 echo "Making $$target in $$subdir"; \ |
| 1551 if test "$$subdir" = "."; then \ | 1551 if test "$$subdir" = "."; then \ |
| 1552 dot_seen=yes; \ | 1552 dot_seen=yes; \ |
| 1553 local_target="$$target-am"; \ | 1553 local_target="$$target-am"; \ |
| 1554 else \ | 1554 else \ |
| 1555 local_target="$$target"; \ | 1555 local_target="$$target"; \ |
| 1556 fi; \ | 1556 fi; \ |
| 1557 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 1557 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 1558 || eval $$failcom; \ | 1558 || eval $$failcom; \ |
| 1559 done; \ | 1559 done; \ |
| 1560 if test "$$dot_seen" = "no"; then \ | 1560 if test "$$dot_seen" = "no"; then \ |
| 1561 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 1561 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 1562 fi; test -z "$$fail" | 1562 fi; test -z "$$fail" |
| 1563 | 1563 |
| 1564 $(RECURSIVE_CLEAN_TARGETS): | 1564 $(RECURSIVE_CLEAN_TARGETS): |
| 1565 » @failcom='exit 1'; \ | 1565 » @fail= failcom='exit 1'; \ |
| 1566 for f in x $$MAKEFLAGS; do \ | 1566 for f in x $$MAKEFLAGS; do \ |
| 1567 case $$f in \ | 1567 case $$f in \ |
| 1568 *=* | --[!k]*);; \ | 1568 *=* | --[!k]*);; \ |
| 1569 *k*) failcom='fail=yes';; \ | 1569 *k*) failcom='fail=yes';; \ |
| 1570 esac; \ | 1570 esac; \ |
| 1571 done; \ | 1571 done; \ |
| 1572 dot_seen=no; \ | 1572 dot_seen=no; \ |
| 1573 case "$@" in \ | 1573 case "$@" in \ |
| 1574 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | 1574 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 1575 *) list='$(SUBDIRS)' ;; \ | 1575 *) list='$(SUBDIRS)' ;; \ |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1978 sed -e "s,@bfd_version@,$$bfd_version," \ | 1978 sed -e "s,@bfd_version@,$$bfd_version," \ |
| 1979 -e "s,@bfd_version_string@,$$bfd_version_string," \ | 1979 -e "s,@bfd_version_string@,$$bfd_version_string," \ |
| 1980 -e "s,@bfd_version_package@,$$bfd_version_package," \ | 1980 -e "s,@bfd_version_package@,$$bfd_version_package," \ |
| 1981 -e "s,@report_bugs_to@,$$report_bugs_to," \ | 1981 -e "s,@report_bugs_to@,$$report_bugs_to," \ |
| 1982 < $(srcdir)/version.h > $@; \ | 1982 < $(srcdir)/version.h > $@; \ |
| 1983 echo "$${bfd_soversion}" > libtool-soversion | 1983 echo "$${bfd_soversion}" > libtool-soversion |
| 1984 | 1984 |
| 1985 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 1985 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 1986 # Otherwise a system limit (for SysV at least) may be exceeded. | 1986 # Otherwise a system limit (for SysV at least) may be exceeded. |
| 1987 .NOEXPORT: | 1987 .NOEXPORT: |
| OLD | NEW |