|
|
8101c5 |
*** ../binutils-2.22.52.0.1.orig/bfd/Makefile.am 2012-03-06 14:00:33.229957572 +0000
|
|
|
8101c5 |
--- bfd/Makefile.am 2012-04-27 16:46:05.410974817 +0100
|
|
|
8101c5 |
*************** if INSTALL_LIBBFD
|
|
|
8101c5 |
*** 18,24 ****
|
|
|
8101c5 |
bfdlibdir = @bfdlibdir@
|
|
|
8101c5 |
bfdincludedir = @bfdincludedir@
|
|
|
8101c5 |
bfdlib_LTLIBRARIES = libbfd.la
|
|
|
8101c5 |
! bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
|
|
|
8101c5 |
else !INSTALL_LIBBFD
|
|
|
8101c5 |
# Empty these so that the respective installation directories will not be created.
|
|
|
8101c5 |
bfdlibdir =
|
|
|
8101c5 |
--- 18,24 ----
|
|
|
8101c5 |
bfdlibdir = @bfdlibdir@
|
|
|
8101c5 |
bfdincludedir = @bfdincludedir@
|
|
|
8101c5 |
bfdlib_LTLIBRARIES = libbfd.la
|
|
|
8101c5 |
! bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h $(INCDIR)/demangle.h
|
|
|
8101c5 |
else !INSTALL_LIBBFD
|
|
|
8101c5 |
# Empty these so that the respective installation directories will not be created.
|
|
|
8101c5 |
bfdlibdir =
|
|
|
8101c5 |
*** ../binutils-2.22.52.0.1.orig/bfd/Makefile.in 2012-03-06 14:00:32.952957600 +0000
|
|
|
8101c5 |
--- bfd/Makefile.in 2012-04-27 16:46:19.718975214 +0100
|
|
|
8101c5 |
*************** RECURSIVE_TARGETS = all-recursive check-
|
|
|
8101c5 |
*** 138,144 ****
|
|
|
8101c5 |
installcheck-recursive installdirs-recursive pdf-recursive \
|
|
|
8101c5 |
ps-recursive uninstall-recursive
|
|
|
8101c5 |
am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
|
|
|
8101c5 |
! $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
|
|
|
8101c5 |
HEADERS = $(bfdinclude_HEADERS)
|
|
|
8101c5 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
|
8101c5 |
distclean-recursive maintainer-clean-recursive
|
|
|
8101c5 |
--- 138,145 ----
|
|
|
8101c5 |
installcheck-recursive installdirs-recursive pdf-recursive \
|
|
|
8101c5 |
ps-recursive uninstall-recursive
|
|
|
8101c5 |
am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
|
|
|
8101c5 |
! $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h \
|
|
|
8101c5 |
! $(INCDIR)/demangle.h
|
|
|
8101c5 |
HEADERS = $(bfdinclude_HEADERS)
|
|
|
8101c5 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
|
8101c5 |
distclean-recursive maintainer-clean-recursive
|
|
|
8101c5 |
*************** libbfd_la_LDFLAGS = $(am__append_1) -rel
|
|
|
8101c5 |
*** 331,337 ****
|
|
|
8101c5 |
@INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
|
|
|
8101c5 |
@INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
|
|
|
8101c5 |
@INSTALL_LIBBFD_TRUE@ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
|
|
|
8101c5 |
! @INSTALL_LIBBFD_TRUE@ $(INCDIR)/bfdlink.h $(am__append_2)
|
|
|
8101c5 |
@INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
|
|
|
8101c5 |
@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
|
|
|
8101c5 |
AM_CFLAGS = $(WARN_CFLAGS)
|
|
|
8101c5 |
--- 332,339 ----
|
|
|
8101c5 |
@INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
|
|
|
8101c5 |
@INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
|
|
|
8101c5 |
@INSTALL_LIBBFD_TRUE@ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
|
|
|
8101c5 |
! @INSTALL_LIBBFD_TRUE@ $(INCDIR)/bfdlink.h $(INCDIR)/demangle.h \
|
|
|
8101c5 |
! @INSTALL_LIBBFD_TRUE@ $(am__append_2)
|
|
|
8101c5 |
@INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
|
|
|
8101c5 |
@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
|
|
|
8101c5 |
AM_CFLAGS = $(WARN_CFLAGS)
|