|
|
@ -42,7 +42,8 @@ target_triplet = @target@ |
|
|
# though, so we use a bogus condition.
|
|
|
# though, so we use a bogus condition.
|
|
|
@GENINSRC_NEVER_TRUE@am__append_1 = bfd.info |
|
|
@GENINSRC_NEVER_TRUE@am__append_1 = bfd.info |
|
|
subdir = doc |
|
|
subdir = doc |
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am |
|
|
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
|
|
|
|
|
$(bfd_TEXINFOS) |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
|
|
$(top_srcdir)/../config/acx.m4 \
|
|
|
$(top_srcdir)/../config/acx.m4 \
|
|
|
@ -269,6 +270,7 @@ SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \ |
|
|
|
|
|
|
|
|
TEXIDIR = $(srcdir)/../../texinfo/fsf |
|
|
TEXIDIR = $(srcdir)/../../texinfo/fsf |
|
|
info_TEXINFOS = bfd.texinfo |
|
|
info_TEXINFOS = bfd.texinfo |
|
|
|
|
|
bfd_TEXINFOS = $(DOCFILES) bfdsumm.texi |
|
|
MKDOC = chew$(EXEEXT_FOR_BUILD) |
|
|
MKDOC = chew$(EXEEXT_FOR_BUILD) |
|
|
INCLUDES = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \
|
|
|
INCLUDES = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \
|
|
|
-I$(srcdir)/../../intl -I../../intl |
|
|
-I$(srcdir)/../../intl -I../../intl |
|
|
@ -367,7 +369,7 @@ clean-libtool: |
|
|
distclean-libtool: |
|
|
distclean-libtool: |
|
|
-rm -f libtool |
|
|
-rm -f libtool |
|
|
|
|
|
|
|
|
bfd.info: bfd.texinfo |
|
|
bfd.info: bfd.texinfo $(bfd_TEXINFOS) |
|
|
restore=: && backupdir="$(am__leading_dot)am$$$$" && \
|
|
|
restore=: && backupdir="$(am__leading_dot)am$$$$" && \
|
|
|
rm -rf $$backupdir && mkdir $$backupdir && \
|
|
|
rm -rf $$backupdir && mkdir $$backupdir && \
|
|
|
if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
|
|
|
if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
|
|
|
@ -385,17 +387,17 @@ bfd.info: bfd.texinfo |
|
|
fi; \
|
|
|
fi; \
|
|
|
rm -rf $$backupdir; exit $$rc |
|
|
rm -rf $$backupdir; exit $$rc |
|
|
|
|
|
|
|
|
bfd.dvi: bfd.texinfo |
|
|
bfd.dvi: bfd.texinfo $(bfd_TEXINFOS) |
|
|
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
|
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
|
|
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
|
|
|
$(TEXI2DVI) -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo |
|
|
$(TEXI2DVI) -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo |
|
|
|
|
|
|
|
|
bfd.pdf: bfd.texinfo |
|
|
bfd.pdf: bfd.texinfo $(bfd_TEXINFOS) |
|
|
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
|
TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
|
|
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
|
|
|
$(TEXI2PDF) -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo |
|
|
$(TEXI2PDF) -o $@ `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo |
|
|
|
|
|
|
|
|
bfd.html: bfd.texinfo |
|
|
bfd.html: bfd.texinfo $(bfd_TEXINFOS) |
|
|
rm -rf $(@:.html=.htp) |
|
|
rm -rf $(@:.html=.htp) |
|
|
if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
|
|
|
if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
|
|
|
-o $(@:.html=.htp) `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo; \
|
|
|
-o $(@:.html=.htp) `test -f 'bfd.texinfo' || echo '$(srcdir)/'`bfd.texinfo; \
|
|
|
@ -602,8 +604,6 @@ chew.o: chew.c |
|
|
|
|
|
|
|
|
protos: libbfd.h libcoff.h bfd.h |
|
|
protos: libbfd.h libcoff.h bfd.h |
|
|
|
|
|
|
|
|
bfd.info bfd.dvi bfd.html: $(DOCFILES) bfdsumm.texi bfd.texinfo |
|
|
|
|
|
|
|
|
|
|
|
# We can't replace these rules with an implicit rule, because
|
|
|
# We can't replace these rules with an implicit rule, because
|
|
|
# makes without VPATH support couldn't find the .h files in `..'.
|
|
|
# makes without VPATH support couldn't find the .h files in `..'.
|
|
|
|
|
|
|
|
|
|