source: chapter06/automake.xml@ 307348a

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 307348a was 45992ae, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Removed the package name from the dependencies titles.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4682 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.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/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>&dependencies;</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<?dbhtml list-presentation="table"?>
63
64<varlistentry id="acinstall">
65<term><command>acinstall</command></term>
66<listitem>
67<para>A script that installs aclocal-style M4 files</para>
68<indexterm zone="ch-system-automake acinstall"><primary sortas="b-acinstall">acinstall</primary></indexterm>
69</listitem>
70</varlistentry>
71
72<varlistentry id="aclocal">
73<term><command>aclocal</command></term>
74<listitem>
75<para>Generates <filename>aclocal.m4</filename>
76files based on the contents of <filename>configure.in</filename> files</para>
77<indexterm zone="ch-system-automake aclocal"><primary sortas="b-aclocal">aclocal</primary></indexterm>
78</listitem>
79</varlistentry>
80
81<varlistentry id="aclocal-version">
82<term><command>aclocal-&automake-version;</command></term>
83<listitem>
84<para>A hard link to <command>aclocal</command></para>
85<indexterm zone="ch-system-automake aclocal-version"><primary
86sortas="b-aclocal-&automake-version;">aclocal-&automake-version;</primary></indexterm>
87</listitem>
88</varlistentry>
89
90<varlistentry id="automake">
91<term><command>automake</command></term>
92<listitem>
93<para>A tool for automatically generating
94<filename>Makefile.in</filename> files from
95<filename>Makefile.am</filename> files. To create all the
96<filename>Makefile.in</filename> files for a package, run this program
97in the top-level directory. By scanning the
98<filename>configure.in</filename> file, it automatically finds each
99appropriate <filename>Makefile.am</filename> file and generate the
100corresponding <filename>Makefile.in</filename> file</para>
101<indexterm zone="ch-system-automake automake"><primary sortas="b-automake">automake</primary></indexterm>
102</listitem>
103</varlistentry>
104
105<varlistentry id="automake-version">
106<term><command>automake-&automake-version;</command></term>
107<listitem>
108<para>A hard link to <command>automake</command></para>
109<indexterm zone="ch-system-automake automake-version"><primary
110sortas="b-automake-&automake-version;">automake-&automake-version;</primary></indexterm>
111</listitem>
112</varlistentry>
113
114<varlistentry id="compile">
115<term><command>compile</command></term>
116<listitem>
117<para>A wrapper for compilers</para>
118<indexterm zone="ch-system-automake compile"><primary sortas="b-compile">compile</primary></indexterm>
119</listitem>
120</varlistentry>
121
122<varlistentry id="config.guess">
123<term><command>config.guess</command></term>
124<listitem>
125<para>A script that attempts to guess
126the canonical triplet for the given build, host, or target architecture</para>
127<indexterm zone="ch-system-automake config.guess"><primary sortas="b-config.guess">config.guess</primary></indexterm>
128</listitem>
129</varlistentry>
130
131<varlistentry id="config.sub">
132<term><command>config.sub</command></term>
133<listitem>
134<para>A configuration validation subroutine script</para>
135<indexterm zone="ch-system-automake config.sub"><primary sortas="b-config.sub">config.sub</primary></indexterm>
136</listitem>
137</varlistentry>
138
139<varlistentry id="depcomp">
140<term><command>depcomp</command></term>
141<listitem>
142<para>A script for compiling a program so that dependency information
143is generated in addition to the desired output</para>
144<indexterm zone="ch-system-automake depcomp"><primary sortas="b-depcomp">depcomp</primary></indexterm>
145</listitem>
146</varlistentry>
147
148<varlistentry id="elisp-comp">
149<term><command>elisp-comp</command></term>
150<listitem>
151<para>Byte-compiles Emacs Lisp code</para>
152<indexterm zone="ch-system-automake elisp-comp"><primary sortas="b-elisp-comp">elisp-comp</primary></indexterm>
153</listitem>
154</varlistentry>
155
156<varlistentry id="install-sh">
157<term><command>install-sh</command></term>
158<listitem>
159<para>A script that installs a program, script, or data file</para>
160<indexterm zone="ch-system-automake install-sh"><primary sortas="b-install-sh">install-sh</primary></indexterm>
161</listitem>
162</varlistentry>
163
164<varlistentry id="mdate-sh">
165<term><command>mdate-sh</command></term>
166<listitem>
167<para>A script that prints the modification time of a file or directory</para>
168<indexterm zone="ch-system-automake mdate-sh"><primary sortas="b-mdate-sh">mdate-sh</primary></indexterm>
169</listitem>
170</varlistentry>
171
172<varlistentry id="missing">
173<term><command>missing</command></term>
174<listitem>
175<para>A script acting as a common stub for missing GNU programs during
176an installation</para>
177<indexterm zone="ch-system-automake missing"><primary sortas="b-missing">missing</primary></indexterm>
178</listitem>
179</varlistentry>
180
181<varlistentry id="mkinstalldirs">
182<term><command>mkinstalldirs</command></term>
183<listitem>
184<para>A script that creates a directory tree</para>
185<indexterm zone="ch-system-automake mkinstalldirs"><primary sortas="b-mkinstalldirs">mkinstalldirs</primary></indexterm>
186</listitem>
187</varlistentry>
188
189<varlistentry id="py-compile">
190<term><command>py-compile</command></term>
191<listitem>
192<para>Compiles a Python program</para>
193<indexterm zone="ch-system-automake py-compile"><primary sortas="b-py-compile">py-compile</primary></indexterm>
194</listitem>
195</varlistentry>
196
197<varlistentry id="symlink-tree">
198<term><command>symlink-tree</command></term>
199<listitem>
200<para>A script to create a symlink tree of a directory tree</para>
201<indexterm zone="ch-system-automake symlink-tree"><primary sortas="b-symlink-tree">symlink-tree</primary></indexterm>
202</listitem>
203</varlistentry>
204
205<varlistentry id="ylwrap">
206<term><command>ylwrap</command></term>
207<listitem>
208<para>A wrapper for <command>lex</command> and <command>yacc</command></para>
209<indexterm zone="ch-system-automake ylwrap"><primary sortas="b-ylwrap">ylwrap</primary></indexterm>
210</listitem>
211</varlistentry>
212</variablelist>
213
214</sect2>
215
216</sect1>
217
Note: See TracBrowser for help on using the repository browser.