source: chapter06/automake.xml@ ac89fab

Last change on this file since ac89fab was 407d336, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Updated multi-arch branch to current testing.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4397 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-system-automake" role="wrap">
7<title>Automake-&automake-version;</title>
8<?dbhtml filename="automake.html"?>
9
10<indexterm zone="ch-system-automake"><primary sortas="a-Automake">Automake</primary></indexterm>
11
12<sect2 role="package"><title/>
13<para>The Automake package contains programs for generating Makefiles for use
14with Autoconf.</para>
15
16<segmentedlist>
17<segtitle>&buildtime;</segtitle>
18<segtitle>&diskspace;</segtitle>
19<seglistitem><seg>0.2 SBU</seg><seg>6.8 MB</seg></seglistitem>
20</segmentedlist>
21
22<segmentedlist>
23<segtitle>Automake installation depends on</segtitle>
24<seglistitem><seg>Autoconf, Bash, Coreutils,
25Diffutils, Grep, M4, Make, Perl, and Sed</seg></seglistitem>
26</segmentedlist>
27</sect2>
28
29<sect2 role="installation">
30<title>Installation of Automake</title>
31
32<para>Prepare Automake for compilation:</para>
33
34<screen><userinput>./configure --prefix=/usr</userinput></screen>
35
36<para>Compile the package:</para>
37
38<screen><userinput>make</userinput></screen>
39
40<para>To test the results, issue:
41<userinput>make check</userinput>. This takes a long time, about 5 SBUs.</para>
42
43<para>Install the package:</para>
44
45<screen><userinput>make install</userinput></screen>
46
47</sect2>
48
49
50<sect2 id="contents-automake" role="content"><title>Contents of Automake</title>
51
52<segmentedlist>
53<segtitle>Installed programs</segtitle>
54<seglistitem><seg>acinstall, aclocal, aclocal-&automake-version;,
55automake, automake-&automake-version;,
56compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh,
57missing, mkinstalldirs, py-compile, symlink-tree, and ylwrap</seg></seglistitem>
58</segmentedlist>
59
60<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
61<?dbfo list-presentation="list"?>
62
63<varlistentry id="acinstall">
64<term><command>acinstall</command></term>
65<listitem>
66<para>A script that installs aclocal-style M4 files</para>
67<indexterm zone="ch-system-automake acinstall"><primary sortas="b-acinstall">acinstall</primary></indexterm>
68</listitem>
69</varlistentry>
70
71<varlistentry id="aclocal">
72<term><command>aclocal</command></term>
73<listitem>
74<para>Generates <filename>aclocal.m4</filename>
75files based on the contents of <filename>configure.in</filename> files</para>
76<indexterm zone="ch-system-automake aclocal"><primary sortas="b-aclocal">aclocal</primary></indexterm>
77</listitem>
78</varlistentry>
79
80<varlistentry id="aclocal-version">
81<term><command>aclocal-&automake-version;</command></term>
82<listitem>
83<para>A hard link to <command>aclocal</command></para>
84<indexterm zone="ch-system-automake aclocal-version"><primary
85sortas="b-aclocal-&automake-version;">aclocal-&automake-version;</primary></indexterm>
86</listitem>
87</varlistentry>
88
89<varlistentry id="automake">
90<term><command>automake</command></term>
91<listitem>
92<para>A tool for automatically generating
93<filename>Makefile.in</filename> files from
94<filename>Makefile.am</filename> files. To create all the
95<filename>Makefile.in</filename> files for a package, run this program
96in the top-level directory. By scanning the
97<filename>configure.in</filename> file, it automatically finds each
98appropriate <filename>Makefile.am</filename> file and generate the
99corresponding <filename>Makefile.in</filename> file</para>
100<indexterm zone="ch-system-automake automake"><primary sortas="b-automake">automake</primary></indexterm>
101</listitem>
102</varlistentry>
103
104<varlistentry id="automake-version">
105<term><command>automake-&automake-version;</command></term>
106<listitem>
107<para>A hard link to <command>automake</command></para>
108<indexterm zone="ch-system-automake automake-version"><primary
109sortas="b-automake-&automake-version;">automake-&automake-version;</primary></indexterm>
110</listitem>
111</varlistentry>
112
113<varlistentry id="compile">
114<term><command>compile</command></term>
115<listitem>
116<para>A wrapper for compilers</para>
117<indexterm zone="ch-system-automake compile"><primary sortas="b-compile">compile</primary></indexterm>
118</listitem>
119</varlistentry>
120
121<varlistentry id="config.guess">
122<term><command>config.guess</command></term>
123<listitem>
124<para>A script that attempts to guess
125the canonical triplet for the given build, host, or target architecture</para>
126<indexterm zone="ch-system-automake config.guess"><primary sortas="b-config.guess">config.guess</primary></indexterm>
127</listitem>
128</varlistentry>
129
130<varlistentry id="config.sub">
131<term><command>config.sub</command></term>
132<listitem>
133<para>A configuration validation subroutine script</para>
134<indexterm zone="ch-system-automake config.sub"><primary sortas="b-config.sub">config.sub</primary></indexterm>
135</listitem>
136</varlistentry>
137
138<varlistentry id="depcomp">
139<term><command>depcomp</command></term>
140<listitem>
141<para>A script for compiling a program so that dependency information
142is generated in addition to the desired output</para>
143<indexterm zone="ch-system-automake depcomp"><primary sortas="b-depcomp">depcomp</primary></indexterm>
144</listitem>
145</varlistentry>
146
147<varlistentry id="elisp-comp">
148<term><command>elisp-comp</command></term>
149<listitem>
150<para>Byte-compiles Emacs Lisp code</para>
151<indexterm zone="ch-system-automake elisp-comp"><primary sortas="b-elisp-comp">elisp-comp</primary></indexterm>
152</listitem>
153</varlistentry>
154
155<varlistentry id="install-sh">
156<term><command>install-sh</command></term>
157<listitem>
158<para>A script that installs a program, script, or data file</para>
159<indexterm zone="ch-system-automake install-sh"><primary sortas="b-install-sh">install-sh</primary></indexterm>
160</listitem>
161</varlistentry>
162
163<varlistentry id="mdate-sh">
164<term><command>mdate-sh</command></term>
165<listitem>
166<para>A script that prints the modification time of a file or directory</para>
167<indexterm zone="ch-system-automake mdate-sh"><primary sortas="b-mdate-sh">mdate-sh</primary></indexterm>
168</listitem>
169</varlistentry>
170
171<varlistentry id="missing">
172<term><command>missing</command></term>
173<listitem>
174<para>A script acting as a common stub for missing GNU programs during
175an installation</para>
176<indexterm zone="ch-system-automake missing"><primary sortas="b-missing">missing</primary></indexterm>
177</listitem>
178</varlistentry>
179
180<varlistentry id="mkinstalldirs">
181<term><command>mkinstalldirs</command></term>
182<listitem>
183<para>A script that creates a directory tree</para>
184<indexterm zone="ch-system-automake mkinstalldirs"><primary sortas="b-mkinstalldirs">mkinstalldirs</primary></indexterm>
185</listitem>
186</varlistentry>
187
188<varlistentry id="py-compile">
189<term><command>py-compile</command></term>
190<listitem>
191<para>Compiles a Python program</para>
192<indexterm zone="ch-system-automake py-compile"><primary sortas="b-py-compile">py-compile</primary></indexterm>
193</listitem>
194</varlistentry>
195
196<varlistentry id="symlink-tree">
197<term><command>symlink-tree</command></term>
198<listitem>
199<para>A script to create a symlink tree of a directory tree</para>
200<indexterm zone="ch-system-automake symlink-tree"><primary sortas="b-symlink-tree">symlink-tree</primary></indexterm>
201</listitem>
202</varlistentry>
203
204<varlistentry id="ylwrap">
205<term><command>ylwrap</command></term>
206<listitem>
207<para>A wrapper for <command>lex</command> and <command>yacc</command></para>
208<indexterm zone="ch-system-automake ylwrap"><primary sortas="b-ylwrap">ylwrap</primary></indexterm>
209</listitem>
210</varlistentry>
211</variablelist>
212
213</sect2>
214
215</sect1>
216
Note: See TracBrowser for help on using the repository browser.