Accept an absolute expression for index scale factor.
[deliverable/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 \
0d2bcfaf 20 c-arc.texi \
252b5132
RH
21 c-arm.texi \
22 c-d10v.texi \
23 c-h8300.texi \
24 c-h8500.texi \
25 c-hppa.texi \
5b93d8bb 26 c-i370.texi \
252b5132 27 c-i386.texi \
e3308d0d 28 c-i860.texi \
252b5132 29 c-i960.texi \
ded0aeb7 30 c-m32r.texi \
60bcf0fa 31 c-m68hc11.texi \
252b5132
RH
32 c-m68k.texi \
33 c-mips.texi \
34 c-ns32k.texi \
e135f41b 35 c-pdp11.texi \
041dd5a9 36 c-pj.texi \
252b5132
RH
37 c-sh.texi \
38 c-sparc.texi \
39bec121 39 c-tic54x.texi \
252b5132
RH
40 c-vax.texi \
41 c-v850.texi \
42 c-z8k.texi
43
44gasver.texi: Makefile
45 rm -f $@
46 echo '@set VERSION $(VERSION)' > $@
47
48as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
49as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
50
51# This one isn't ready for prime time yet. Not even a little bit.
52
53noinst_TEXINFOS = internals.texi
54
55DISTCLEANFILES = asconfig.texi
56
57MAINTAINERCLEANFILES = gasver.texi
This page took 0.072513 seconds and 4 git commands to generate.