Lines 59-64
bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
Link Here
|
59 |
LIBDL = @lt_cv_dlopen_libs@ |
59 |
LIBDL = @lt_cv_dlopen_libs@ |
60 |
endif |
60 |
endif |
61 |
|
61 |
|
|
|
62 |
EXTRA_SOVERSION_SUFFIX = @EXTRA_SOVERSION_SUFFIX@ |
63 |
|
62 |
# bfd.h goes here, for now |
64 |
# bfd.h goes here, for now |
63 |
BFD_H = bfd.h |
65 |
BFD_H = bfd.h |
64 |
|
66 |
|
Lines 961-966
bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
Link Here
|
961 |
bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\ |
963 |
bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\ |
962 |
bfd_soversion="$(VERSION).$${bfd_version_date}" ;\ |
964 |
bfd_soversion="$(VERSION).$${bfd_version_date}" ;\ |
963 |
fi ;\ |
965 |
fi ;\ |
|
|
966 |
if test x"$(EXTRA_SOVERSION_SUFFIX)" != x ; then \ |
967 |
bfd_soversion="$${bfd_soversion}.$(EXTRA_SOVERSION_SUFFIX)" ;\ |
968 |
fi ;\ |
964 |
$(SED) -e "s,@bfd_version@,$$bfd_version," \ |
969 |
$(SED) -e "s,@bfd_version@,$$bfd_version," \ |
965 |
-e "s,@bfd_version_string@,$$bfd_version_string," \ |
970 |
-e "s,@bfd_version_string@,$$bfd_version_string," \ |
966 |
-e "s,@bfd_version_package@,$$bfd_version_package," \ |
971 |
-e "s,@bfd_version_package@,$$bfd_version_package," \ |