|
|
|
@ -114,6 +114,7 @@ EXEEXT = @EXEEXT@ |
|
|
|
EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ |
|
|
|
GMOFILES = @GMOFILES@ |
|
|
|
GMSGFMT = @GMSGFMT@ |
|
|
|
GREP = @GREP@ |
|
|
|
GT_NO = @GT_NO@ |
|
|
|
GT_YES = @GT_YES@ |
|
|
|
HDEFINES = @HDEFINES@ |
|
|
|
@ -164,9 +165,8 @@ VERSION = @VERSION@ |
|
|
|
WARN_CFLAGS = @WARN_CFLAGS@ |
|
|
|
XGETTEXT = @XGETTEXT@ |
|
|
|
YACC = @YACC@ |
|
|
|
YFLAGS = @YFLAGS@ |
|
|
|
ac_ct_CC = @ac_ct_CC@ |
|
|
|
ac_ct_RANLIB = @ac_ct_RANLIB@ |
|
|
|
ac_ct_STRIP = @ac_ct_STRIP@ |
|
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
|
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
|
|
|
am__include = @am__include@ |
|
|
|
@ -183,6 +183,7 @@ build_vendor = @build_vendor@ |
|
|
|
datadir = @datadir@ |
|
|
|
datarootdir = @datarootdir@ |
|
|
|
docdir = @docdir@ |
|
|
|
dvidir = @dvidir@ |
|
|
|
exec_prefix = @exec_prefix@ |
|
|
|
host = @host@ |
|
|
|
host_alias = @host_alias@ |
|
|
|
@ -196,12 +197,15 @@ install_sh = @install_sh@ |
|
|
|
l = @l@ |
|
|
|
libdir = @libdir@ |
|
|
|
libexecdir = @libexecdir@ |
|
|
|
localedir = @localedir@ |
|
|
|
localstatedir = @localstatedir@ |
|
|
|
mandir = @mandir@ |
|
|
|
mkdir_p = @mkdir_p@ |
|
|
|
oldincludedir = @oldincludedir@ |
|
|
|
pdfdir = @pdfdir@ |
|
|
|
prefix = @prefix@ |
|
|
|
program_transform_name = @program_transform_name@ |
|
|
|
psdir = @psdir@ |
|
|
|
sbindir = @sbindir@ |
|
|
|
sharedstatedir = @sharedstatedir@ |
|
|
|
sysconfdir = @sysconfdir@ |
|
|
|
@ -372,13 +376,10 @@ dist-info: $(INFO_DEPS) |
|
|
|
$(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
esac; \
|
|
|
|
if test -f $$base; then d=.; else d=$(srcdir); fi; \
|
|
|
|
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; \
|
|
|
|
for file in $$d/$$base*; do \
|
|
|
|
relfile=`expr "$$file" : "$$d/\(.*\)"`; \
|
|
|
|
test -f $(distdir)/$$relfile || \
|
|
|
|
cp -p $$file $(distdir)/$$relfile; \
|
|
|
|
done; \
|
|
|
|
done |
|
|
|
|
|
|
|
@ -583,98 +584,98 @@ config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI) |
|
|
|
echo "@set UPDATED `date "+%B %Y"`" >> config.texi |
|
|
|
|
|
|
|
# Man page generation from texinfo
|
|
|
|
addr2line.1: $(binutils_TEXI) |
|
|
|
addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Daddr2line < $(binutils_TEXI) > addr2line.pod |
|
|
|
-($(POD2MAN) addr2line.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f addr2line.pod |
|
|
|
|
|
|
|
ar.1: $(binutils_TEXI) |
|
|
|
ar.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dar < $(binutils_TEXI) > ar.pod |
|
|
|
-($(POD2MAN) ar.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f ar.pod |
|
|
|
|
|
|
|
dlltool.1: $(binutils_TEXI) |
|
|
|
dlltool.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Ddlltool < $(binutils_TEXI) > dlltool.pod |
|
|
|
-($(POD2MAN) dlltool.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f dlltool.pod |
|
|
|
|
|
|
|
nlmconv.1: $(binutils_TEXI) |
|
|
|
nlmconv.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dnlmconv < $(binutils_TEXI) > nlmconv.pod |
|
|
|
-($(POD2MAN) nlmconv.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f nlmconv.pod |
|
|
|
|
|
|
|
nm.1: $(binutils_TEXI) |
|
|
|
nm.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dnm < $(binutils_TEXI) > nm.pod |
|
|
|
-($(POD2MAN) nm.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f nm.pod |
|
|
|
|
|
|
|
objcopy.1: $(binutils_TEXI) |
|
|
|
objcopy.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dobjcopy < $(binutils_TEXI) > objcopy.pod |
|
|
|
-($(POD2MAN) objcopy.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f objcopy.pod |
|
|
|
|
|
|
|
objdump.1: $(binutils_TEXI) |
|
|
|
objdump.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dobjdump < $(binutils_TEXI) > objdump.pod |
|
|
|
-($(POD2MAN) objdump.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f objdump.pod |
|
|
|
|
|
|
|
ranlib.1: $(binutils_TEXI) |
|
|
|
ranlib.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dranlib < $(binutils_TEXI) > ranlib.pod |
|
|
|
-($(POD2MAN) ranlib.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f ranlib.pod |
|
|
|
|
|
|
|
readelf.1: $(binutils_TEXI) |
|
|
|
readelf.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dreadelf < $(binutils_TEXI) > readelf.pod |
|
|
|
-($(POD2MAN) readelf.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f readelf.pod |
|
|
|
|
|
|
|
size.1: $(binutils_TEXI) |
|
|
|
size.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dsize < $(binutils_TEXI) > size.pod |
|
|
|
-($(POD2MAN) size.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f size.pod |
|
|
|
|
|
|
|
strings.1: $(binutils_TEXI) |
|
|
|
strings.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dstrings < $(binutils_TEXI) > strings.pod |
|
|
|
-($(POD2MAN) strings.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f strings.pod |
|
|
|
|
|
|
|
strip.1: $(binutils_TEXI) |
|
|
|
strip.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dstrip < $(binutils_TEXI) > strip.pod |
|
|
|
-($(POD2MAN) strip.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f strip.pod |
|
|
|
|
|
|
|
windres.1: $(binutils_TEXI) |
|
|
|
windres.1: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dwindres < $(binutils_TEXI) > windres.pod |
|
|
|
-($(POD2MAN) windres.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1) |
|
|
|
rm -f windres.pod |
|
|
|
|
|
|
|
cxxfilt.man: $(binutils_TEXI) |
|
|
|
cxxfilt.man: $(binutils_TEXI) $(binutils_TEXINFOS) |
|
|
|
touch $@ |
|
|
|
-$(TEXI2POD) $(MANCONF) -Dcxxfilt < $(binutils_TEXI) > $(DEMANGLER_NAME).pod |
|
|
|
-($(POD2MAN) $(DEMANGLER_NAME).pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
|
|
|
|
|