URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [cgen/] [doc/] [Makefile.am] - Rev 6
Compare with Previous | Blame | View Log
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
# List of files that go into cgen.info.
DOCFILES = app.texi cgen.texi credits.texi glossary.texi intro.texi \
notes.texi opcodes.texi pmacros.texi porting.texi \
rtl.texi running.texi sim.texi
info_TEXINFOS = cgen.texi cgenint.texi
# version.texi is handled by autoconf/automake
cgen_TEXINFOS = $(DOCFILES)
# versionint.texi is handled by autoconf/automake
cgenint_TEXINFOS = cgenint.texi glossary.texi
# These aren't ready for prime time yet. Not even a little bit.
noinst_TEXINFOS = cgen.texi cgenint.texi
# Maintenance
MAINTAINERCLEANFILES = cgen.info cgenint.info
# Automake 1.9 will only build info files in the objdir if they are
# mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
# though, so we use a bogus condition.
# NOTE: This is copied from gas.
if GENINSRC_NEVER
DISTCLEANFILES = cgen.info cgenint.info
endif