source: chapter06/automake.xml@ 164c802

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.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 164c802 was c833b73, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated autoconf, automake and gettext testsuites SBUs.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7613 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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