diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
commit | 3f0c882398e626cd92503b1bd964a32e89f818dc (patch) | |
tree | 73e2935fe138615f4ec2d430fb7fbf6ae8fa9a80 /chapter06/automake.xml | |
parent | aaa3260c039e40d68545922b64199b039da6af7b (diff) |
Removed the text in chapter 06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 149 |
1 files changed, 2 insertions, 147 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index e668b27b9..2fee34132 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -10,8 +10,6 @@ <indexterm zone="ch-system-automake"><primary sortas="a-Automake">Automake</primary></indexterm> <sect2 role="package"><title/> -<para>The Automake package contains programs for generating Makefiles for use -with Autoconf.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -19,11 +17,6 @@ with Autoconf.</para> <seglistitem><seg>0.2 SBU</seg><seg>6.8 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Automake installation depends on</segtitle> -<seglistitem><seg>Autoconf, Bash, Coreutils, -Diffutils, Grep, M4, Make, Perl, Sed</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -38,7 +31,7 @@ Diffutils, Grep, M4, Make, Perl, Sed</seg></seglistitem> <screen><userinput>make</userinput></screen> <para>To test the results, issue: -<userinput>make check</userinput>. This takes a long time, about 5 SBUs.</para> +<userinput>make check</userinput></para> <para>Install the package:</para> @@ -49,145 +42,7 @@ Diffutils, Grep, M4, Make, Perl, Sed</seg></seglistitem> <sect2 id="contents-automake" role="content"><title>Contents of Automake</title> -<segmentedlist> -<segtitle>Installed programs</segtitle> -<seglistitem><seg>acinstall, aclocal, aclocal-1.8, automake, automake-1.8, -compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, -missing, mkinstalldirs, py-compile, symlink-tree, ylwrap</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short descriptions</title> - -<varlistentry id="acinstall"> -<term><command>acinstall</command></term> -<listitem> -<indexterm zone="ch-system-automake acinstall"><primary sortas="b-acinstall">acinstall</primary></indexterm> -<para>is a script that installs aclocal-style M4 files.</para> -</listitem> -</varlistentry> - -<varlistentry id="aclocal"> -<term><command>aclocal</command></term> -<listitem> -<indexterm zone="ch-system-automake aclocal"><primary sortas="b-aclocal">aclocal</primary></indexterm> -<para>generates <filename>aclocal.m4</filename> -files based on the contents of <filename>configure.in</filename> files.</para> -</listitem> -</varlistentry> - -<varlistentry id="automake"> -<term><command>automake</command></term> -<listitem> -<indexterm zone="ch-system-automake automake"><primary sortas="b-automake">automake</primary></indexterm> -<para>is a tool for automatically generating -<filename>Makefile.in</filename>'s from files called -<filename>Makefile.am</filename>. To create all the -<filename>Makefile.in</filename> files for a package, run this program in the -top-level directory. By scanning the <filename>configure.in</filename>s it -automatically finds each appropriate <filename>Makefile.am</filename> and -generate the corresponding <filename>Makefile.in</filename>.</para> -</listitem> -</varlistentry> - -<varlistentry id="compile"> -<term><command>compile</command></term> -<listitem> -<indexterm zone="ch-system-automake compile"><primary sortas="b-compile">compile</primary></indexterm> -<para>is a wrapper for compilers.</para> -</listitem> -</varlistentry> - -<varlistentry id="config.guess"> -<term><command>config.guess</command> </term> -<listitem> -<indexterm zone="ch-system-automake config.guess"><primary sortas="b-config.guess">config.guess</primary></indexterm> -<para>is a script that attempts to guess -the canonical triplet for the given build, host, or target architecture.</para> -</listitem> -</varlistentry> - -<varlistentry id="config.su"> -<term><command>config.sub</command></term> -<listitem> -<indexterm zone="ch-system-automake config.su"><primary sortas="b-config.su">config.su</primary></indexterm> -<para>is a configuration validation subroutine script.</para> -</listitem> -</varlistentry> - -<varlistentry id="depcomp"> -<term><command>depcomp</command></term> -<listitem> -<indexterm zone="ch-system-automake depcomp"><primary sortas="b-depcomp">depcomp</primary></indexterm> -<para>is a script for compiling a program so that not only the desired output is -generated, but also dependency information.</para> -</listitem> -</varlistentry> - -<varlistentry id="elisp-comp"> -<term><command>elisp-comp</command></term> -<listitem> -<indexterm zone="ch-system-automake elisp-comp"><primary sortas="b-elisp-comp">elisp-comp</primary></indexterm> -<para>byte-compiles Emacs Lisp code.</para> -</listitem> -</varlistentry> - -<varlistentry id="install-sh"> -<term><command>install-sh</command></term> -<listitem> -<indexterm zone="ch-system-automake install-sh"><primary sortas="b-install-sh">install-sh</primary></indexterm> -<para>is a script that installs a program, a script, or a datafile.</para> -</listitem> -</varlistentry> - -<varlistentry id="mdate-sh"> -<term><command>mdate-sh</command></term> -<listitem> -<indexterm zone="ch-system-automake mdate-sh"><primary sortas="b-mdate-sh">mdate-sh</primary></indexterm> -<para>is a script that prints the modification time of a file or directory.</para> -</listitem> -</varlistentry> - -<varlistentry id="missing"> -<term><command>missing</command></term> -<listitem> -<indexterm zone="ch-system-automake missing"><primary sortas="b-missing">missing</primary></indexterm> -<para>is a script acting as a common stub for -missing GNU programs during an installation.</para> -</listitem> -</varlistentry> - -<varlistentry id="mkinstalldirs"> -<term><command>mkinstalldirs</command></term> -<listitem> -<indexterm zone="ch-system-automake mkinstalldirs"><primary sortas="b-mkinstalldirs">mkinstalldirs</primary></indexterm> -<para>is a script that creates a directory tree.</para> -</listitem> -</varlistentry> - -<varlistentry id="py-compile"> -<term><command>py-compile</command></term> -<listitem> -<indexterm zone="ch-system-automake py-compile"><primary sortas="b-py-compile">py-compile</primary></indexterm> -<para>compiles a Python program.</para> -</listitem> -</varlistentry> - -<varlistentry id="symlink-tree"> -<term><command>symlink-tree</command></term> -<listitem> -<indexterm zone="ch-system-automake symlink-tree"><primary sortas="b-symlink-tree">symlink-tree</primary></indexterm> -<para>is a script to create a symlink tree of a directory tree.</para> -</listitem> -</varlistentry> - -<varlistentry id="ylwrap"> -<term><command>ylwrap</command></term> -<listitem> -<indexterm zone="ch-system-automake ylwrap"><primary sortas="b-ylwrap">ylwrap</primary></indexterm> -<para>is a wrapper for <command>lex</command> and <command>yacc</command>.</para> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |