|
|
|
@ -1,4 +1,4 @@ |
|
|
|
# Makefile.in generated by automake 1.9.5 from Makefile.am.
|
|
|
|
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
|
|
# @configure_input@
|
|
|
|
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
|
|
@ -14,8 +14,6 @@ |
|
|
|
|
|
|
|
@SET_MAKE@ |
|
|
|
|
|
|
|
SOURCES = $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) |
|
|
|
|
|
|
|
srcdir = @srcdir@ |
|
|
|
top_srcdir = @top_srcdir@ |
|
|
|
VPATH = @srcdir@ |
|
|
|
@ -282,7 +280,7 @@ DOCVER = gen |
|
|
|
|
|
|
|
# Options to extract the man page from ld.texinfo
|
|
|
|
MANCONF = -Dman |
|
|
|
TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl |
|
|
|
TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS) |
|
|
|
POD2MAN = pod2man --center="GNU Development Tools" \
|
|
|
|
--release="binutils-$(VERSION)" --section=1 |
|
|
|
|
|
|
|
@ -326,7 +324,7 @@ CXX_FOR_TARGET = ` \ |
|
|
|
info_TEXINFOS = ld.texinfo |
|
|
|
noinst_TEXINFOS = ldint.texinfo |
|
|
|
man_MANS = ld.1 |
|
|
|
AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc |
|
|
|
AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I $(top_srcdir)/../libiberty |
|
|
|
TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc |
|
|
|
INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) -I$(top_srcdir)/../intl -I../intl $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(datadir)/locale\"" |
|
|
|
BFDLIB = ../bfd/libbfd.la |
|
|
|
@ -801,9 +799,11 @@ distclean-libtool: |
|
|
|
restore=: && backupdir="$(am__leading_dot)am$$$$" && \
|
|
|
|
am__cwd=`pwd` && cd $(srcdir) && \
|
|
|
|
rm -rf $$backupdir && mkdir $$backupdir && \
|
|
|
|
for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
|
|
|
|
if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
|
|
|
|
done; \
|
|
|
|
if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
|
|
|
|
for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
|
|
|
|
if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
|
|
|
|
done; \
|
|
|
|
else :; fi && \
|
|
|
|
cd "$$am__cwd"; \
|
|
|
|
if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
|
|
|
|
-o $@ $<; \
|
|
|
|
@ -813,7 +813,7 @@ distclean-libtool: |
|
|
|
else \
|
|
|
|
rc=$$?; \
|
|
|
|
cd $(srcdir) && \
|
|
|
|
$$restore $$backupdir/* `echo "$@" | sed 's|[^/]*$$||'`; \
|
|
|
|
$$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
|
|
|
|
fi; \
|
|
|
|
rm -rf $$backupdir; exit $$rc |
|
|
|
|
|
|
|
@ -845,6 +845,7 @@ ld.dvi: ld.texinfo |
|
|
|
ld.pdf: ld.texinfo |
|
|
|
ld.html: ld.texinfo |
|
|
|
.dvi.ps: |
|
|
|
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
|
|
$(DVIPS) -o $@ $< |
|
|
|
|
|
|
|
uninstall-info-am: |
|
|
|
@ -877,10 +878,13 @@ dist-info: $(INFO_DEPS) |
|
|
|
$(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
esac; \
|
|
|
|
if test -f $$base; then d=.; else d=$(srcdir); fi; \
|
|
|
|
for file in $$d/$$base*; do \
|
|
|
|
relfile=`expr "$$file" : "$$d/\(.*\)"`; \
|
|
|
|
test -f $(distdir)/$$relfile || \
|
|
|
|
cp -p $$file $(distdir)/$$relfile; \
|
|
|
|
base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
|
|
|
|
for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
|
|
|
|
if test -f $$file; then \
|
|
|
|
relfile=`expr "$$file" : "$$d/\(.*\)"`; \
|
|
|
|
test -f $(distdir)/$$relfile || \
|
|
|
|
cp -p $$file $(distdir)/$$relfile; \
|
|
|
|
else :; fi; \
|
|
|
|
done; \
|
|
|
|
done |
|
|
|
|
|
|
|
@ -2501,7 +2505,6 @@ bootstrap: ld3$(EXEEXT) |
|
|
|
configdoc.texi: ${DOCVER}-doc.texi |
|
|
|
cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi |
|
|
|
chmod u+w ./configdoc.texi |
|
|
|
echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi |
|
|
|
|
|
|
|
ldver.texi: $(srcdir)/../bfd/configure |
|
|
|
rm -f $@ |
|
|
|
|