source: chapter06/automake.xml@ b55c689

Last change on this file since b55c689 was 3e2ac00, checked in by Krejzi <krejzi@…>, 10 years ago

Final sync from lfs svn.

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

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