source: chapter06/automake.xml@ 46b7d91

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 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 46b7d91 was fe05b08, checked in by Bruce Dubbs <bdubbs@…>, 14 years ago

Add installed directories information to
each package. Thanks to Chris Staub for the patch.

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

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