Set the architecture (GDB multiarch needs it).
[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 \
041dd5a9 35 c-pj.texi \
252b5132
RH
36 c-sh.texi \
37 c-sparc.texi \
39bec121 38 c-tic54x.texi \
252b5132
RH
39 c-vax.texi \
40 c-v850.texi \
41 c-z8k.texi
42
43gasver.texi: Makefile
44 rm -f $@
45 echo '@set VERSION $(VERSION)' > $@
46
47as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
48as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
49
50# This one isn't ready for prime time yet. Not even a little bit.
51
52noinst_TEXINFOS = internals.texi
53
54DISTCLEANFILES = asconfig.texi
55
56MAINTAINERCLEANFILES = gasver.texi
This page took 0.067826 seconds and 4 git commands to generate.