]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/doc/Makefile.am
Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
[thirdparty/binutils-gdb.git] / gas / doc / Makefile.am
CommitLineData
252b5132
RH
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5# What version of the manual you want; "all" includes everything
6CONFIG=all
7
8man_MANS = as.1
9
10info_TEXINFOS = as.texinfo gasp.texi
11
12asconfig.texi: $(CONFIG).texi
13 rm -f asconfig.texi
14 ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
15 || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
16 || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
17
18CPU_DOCS = \
19 c-a29k.texi \
20 c-arm.texi \
21 c-d10v.texi \
22 c-h8300.texi \
23 c-h8500.texi \
24 c-hppa.texi \
5b93d8bb 25 c-i370.texi \
252b5132
RH
26 c-i386.texi \
27 c-i960.texi \
ded0aeb7 28 c-m32r.texi \
60bcf0fa 29 c-m68hc11.texi \
252b5132
RH
30 c-m68k.texi \
31 c-mips.texi \
32 c-ns32k.texi \
041dd5a9 33 c-pj.texi \
252b5132
RH
34 c-sh.texi \
35 c-sparc.texi \
36 c-vax.texi \
37 c-v850.texi \
38 c-z8k.texi
39
40gasver.texi: Makefile
41 rm -f $@
42 echo '@set VERSION $(VERSION)' > $@
43
44as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
45as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
46
47# This one isn't ready for prime time yet. Not even a little bit.
48
49noinst_TEXINFOS = internals.texi
50
51DISTCLEANFILES = asconfig.texi
52
53MAINTAINERCLEANFILES = gasver.texi