source: chapter06/automake.xml@ 67129a2b

6.0
Last change on this file since 67129a2b was 3ed279f, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Tags changes in the contents sections to make a better print output.

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

  • Property mode set to 100644
File size: 6.7 KB
RevLine 
[673b0d8]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]>
[a001133]6<sect1 id="ch-system-automake" xreflabel="Automake" role="wrap">
[673b0d8]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>
[6370fa6]11
[a001133]12<sect2 role="package"><title/>
[5888299]13<para>The Automake package contains programs for generating Makefiles for use
14with Autoconf.</para>
15
[a001133]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, Sed</seg></seglistitem>
26</segmentedlist>
27</sect2>
[73aedd1d]28
[a001133]29<sect2 role="installation">
[73aedd1d]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
[673b0d8]40<para>To test the results, issue:
[c76accc]41<userinput>make check</userinput>. This takes a long time, about 5 SBUs.</para>
[73aedd1d]42
43<para>Install the package:</para>
44
45<screen><userinput>make install</userinput></screen>
46
47</sect2>
[6370fa6]48
[5888299]49
[c6cb3aa]50<sect2 id="contents-automake" role="content"><title>Contents of Automake</title>
[673b0d8]51
[c6cb3aa]52<segmentedlist>
53<segtitle>Installed programs</segtitle>
54<seglistitem><seg>acinstall, aclocal, aclocal-1.8, automake, automake-1.8,
55compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh,
56missing, mkinstalldirs, py-compile, symlink-tree, ylwrap</seg></seglistitem>
57</segmentedlist>
[673b0d8]58
[3ed279f]59<variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
60<?dbfo list-presentation="list"?>
[673b0d8]61
[b8a819f]62<varlistentry id="acinstall">
63<term><command>acinstall</command></term>
[c6cb3aa]64<listitem>
[ef13657]65<para>a script that installs aclocal-style M4 files.</para>
[3ed279f]66<indexterm zone="ch-system-automake acinstall"><primary sortas="b-acinstall">acinstall</primary></indexterm>
[c6cb3aa]67</listitem>
68</varlistentry>
[673b0d8]69
[b8a819f]70<varlistentry id="aclocal">
71<term><command>aclocal</command></term>
[c6cb3aa]72<listitem>
73<para>generates <filename>aclocal.m4</filename>
[673b0d8]74files based on the contents of <filename>configure.in</filename> files.</para>
[3ed279f]75<indexterm zone="ch-system-automake aclocal"><primary sortas="b-aclocal">aclocal</primary></indexterm>
[c6cb3aa]76</listitem>
77</varlistentry>
[673b0d8]78
[b8a819f]79<varlistentry id="automake">
80<term><command>automake</command></term>
[c6cb3aa]81<listitem>
[ef13657]82<para>a tool for automatically generating
83<filename>Makefile.in</filename> files from
84<filename>Makefile.am</filename> files. To create all the
85<filename>Makefile.in</filename> files for a package, run this program
86in the top-level directory. By scanning the
87<filename>configure.in</filename> file, it automatically finds each
88appropriate <filename>Makefile.am</filename> file and generate the
89corresponding <filename>Makefile.in</filename> file.</para>
[3ed279f]90<indexterm zone="ch-system-automake automake"><primary sortas="b-automake">automake</primary></indexterm>
[c6cb3aa]91</listitem>
92</varlistentry>
[673b0d8]93
[b8a819f]94<varlistentry id="compile">
95<term><command>compile</command></term>
[c6cb3aa]96<listitem>
[ef13657]97<para>a wrapper for compilers.</para>
[3ed279f]98<indexterm zone="ch-system-automake compile"><primary sortas="b-compile">compile</primary></indexterm>
[c6cb3aa]99</listitem>
100</varlistentry>
[673b0d8]101
[b8a819f]102<varlistentry id="config.guess">
103<term><command>config.guess</command> </term>
[c6cb3aa]104<listitem>
[ef13657]105<para>a script that attempts to guess
[673b0d8]106the canonical triplet for the given build, host, or target architecture.</para>
[3ed279f]107<indexterm zone="ch-system-automake config.guess"><primary sortas="b-config.guess">config.guess</primary></indexterm>
[c6cb3aa]108</listitem>
109</varlistentry>
[673b0d8]110
[b8a819f]111<varlistentry id="config.su">
112<term><command>config.sub</command></term>
[c6cb3aa]113<listitem>
[ef13657]114<para>a configuration validation subroutine script.</para>
[3ed279f]115<indexterm zone="ch-system-automake config.su"><primary sortas="b-config.su">config.su</primary></indexterm>
[c6cb3aa]116</listitem>
117</varlistentry>
[673b0d8]118
[b8a819f]119<varlistentry id="depcomp">
120<term><command>depcomp</command></term>
[c6cb3aa]121<listitem>
[ef13657]122<para>a script for compiling a program so that dependency information
123is generated in addition to the desired output.</para>
[3ed279f]124<indexterm zone="ch-system-automake depcomp"><primary sortas="b-depcomp">depcomp</primary></indexterm>
[c6cb3aa]125</listitem>
126</varlistentry>
127
[b8a819f]128<varlistentry id="elisp-comp">
129<term><command>elisp-comp</command></term>
[c6cb3aa]130<listitem>
131<para>byte-compiles Emacs Lisp code.</para>
[3ed279f]132<indexterm zone="ch-system-automake elisp-comp"><primary sortas="b-elisp-comp">elisp-comp</primary></indexterm>
[c6cb3aa]133</listitem>
134</varlistentry>
[673b0d8]135
[b8a819f]136<varlistentry id="install-sh">
137<term><command>install-sh</command></term>
[c6cb3aa]138<listitem>
[ef13657]139<para>a script that installs a program, a script, or a data file.</para>
[3ed279f]140<indexterm zone="ch-system-automake install-sh"><primary sortas="b-install-sh">install-sh</primary></indexterm>
[c6cb3aa]141</listitem>
142</varlistentry>
[673b0d8]143
[b8a819f]144<varlistentry id="mdate-sh">
145<term><command>mdate-sh</command></term>
[c6cb3aa]146<listitem>
[ef13657]147<para>a script that prints the modification time of a file or directory.</para>
[3ed279f]148<indexterm zone="ch-system-automake mdate-sh"><primary sortas="b-mdate-sh">mdate-sh</primary></indexterm>
[c6cb3aa]149</listitem>
150</varlistentry>
[673b0d8]151
[b8a819f]152<varlistentry id="missing">
153<term><command>missing</command></term>
[c6cb3aa]154<listitem>
[ef13657]155<para>a script acting as a common stub for missing GNU programs during
156an installation.</para>
[3ed279f]157<indexterm zone="ch-system-automake missing"><primary sortas="b-missing">missing</primary></indexterm>
[c6cb3aa]158</listitem>
159</varlistentry>
[673b0d8]160
[b8a819f]161<varlistentry id="mkinstalldirs">
162<term><command>mkinstalldirs</command></term>
[c6cb3aa]163<listitem>
[ef13657]164<para>a script that creates a directory tree.</para>
[3ed279f]165<indexterm zone="ch-system-automake mkinstalldirs"><primary sortas="b-mkinstalldirs">mkinstalldirs</primary></indexterm>
[c6cb3aa]166</listitem>
167</varlistentry>
[673b0d8]168
[b8a819f]169<varlistentry id="py-compile">
170<term><command>py-compile</command></term>
[c6cb3aa]171<listitem>
172<para>compiles a Python program.</para>
[3ed279f]173<indexterm zone="ch-system-automake py-compile"><primary sortas="b-py-compile">py-compile</primary></indexterm>
[c6cb3aa]174</listitem>
175</varlistentry>
[673b0d8]176
[b8a819f]177<varlistentry id="symlink-tree">
178<term><command>symlink-tree</command></term>
[c6cb3aa]179<listitem>
[ef13657]180<para>a script to create a symlink tree of a directory tree.</para>
[3ed279f]181<indexterm zone="ch-system-automake symlink-tree"><primary sortas="b-symlink-tree">symlink-tree</primary></indexterm>
[c6cb3aa]182</listitem>
183</varlistentry>
[673b0d8]184
[b8a819f]185<varlistentry id="ylwrap">
186<term><command>ylwrap</command></term>
[c6cb3aa]187<listitem>
[ef13657]188<para>a wrapper for <command>lex</command> and <command>yacc</command>.</para>
[3ed279f]189<indexterm zone="ch-system-automake ylwrap"><primary sortas="b-ylwrap">ylwrap</primary></indexterm>
[c6cb3aa]190</listitem>
191</varlistentry>
192</variablelist>
[673b0d8]193
194</sect2>
195
196</sect1>
[ef13657]197
Note: See TracBrowser for help on using the repository browser.