From 50e693d738db6a9f7765a293c77cc85e4218739f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 31 Jan 2006 20:17:20 +0000 Subject: Started chapter06 indentation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7323 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/automake.xml | 443 +++++++++++++++++++++++++++---------------------- 1 file changed, 249 insertions(+), 194 deletions(-) (limited to 'chapter06/automake.xml') diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 71350a2db..884776983 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -1,217 +1,272 @@ - %general-entities; ]> + -Automake-&automake-version; - + + + Automake-&automake-version; + + + Automake + + + + -<indexterm zone="ch-system-automake"><primary sortas="a-Automake">Automake</primary></indexterm> + <para>The Automake package contains programs for generating Makefiles for use + with Autoconf.</para> -<sect2 role="package"><title/> -<para>The Automake package contains programs for generating Makefiles for use -with Autoconf.</para> + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.2 SBU</seg><seg>8.8 MB</seg></seglistitem> -</segmentedlist> + <seglistitem> + <seg>0.2 SBU</seg> + <seg>8.8 MB</seg> + </seglistitem> + </segmentedlist> -<segmentedlist> -<segtitle>&dependencies;</segtitle> -<seglistitem><seg>Autoconf, Bash, Coreutils, -Diffutils, Grep, M4, Make, Perl, and Sed</seg></seglistitem> -</segmentedlist> -</sect2> + <segmentedlist> + <segtitle>&dependencies;</segtitle> -<sect2 role="installation"> -<title>Installation of Automake + + Autoconf, Bash, Coreutils, Diffutils, Grep, M4, Make, Perl, + and Sed + + -Prepare Automake for compilation: + + + + Installation of Automake + + Prepare Automake for compilation: ./configure --prefix=/usr -Compile the package: + Compile the package: make -To test the results, issue: -make check. This takes a long time, about 5 SBUs. + To test the results, issue: + make check. + This takes a long time, about 5 SBUs. -Install the package: + Install the package: make install - - - -Contents of Automake - - -Installed programs -acinstall, aclocal, aclocal-&automake-version;, -automake, automake-&automake-version;, -compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, -missing, mkinstalldirs, py-compile, symlink-tree, and ylwrap - - -Short Descriptions - - - - -acinstall - -A script that installs aclocal-style M4 files -acinstall - - - - -aclocal - -Generates aclocal.m4 -files based on the contents of configure.in files -aclocal - - - - -aclocal-&automake-version; - -A hard link to aclocal -aclocal-&automake-version; - - - - -automake - -A tool for automatically generating -Makefile.in files from -Makefile.am files. To create all the -Makefile.in files for a package, run this program -in the top-level directory. By scanning the -configure.in file, it automatically finds each -appropriate Makefile.am file and generates the -corresponding Makefile.in file -automake - - - - -automake-&automake-version; - -A hard link to automake -automake-&automake-version; - - - - -compile - -A wrapper for compilers -compile - - - - -config.guess - -A script that attempts to guess -the canonical triplet for the given build, host, or target architecture -config.guess - - - - -config.sub - -A configuration validation subroutine script -config.sub - - - - -depcomp - -A script for compiling a program so that dependency information -is generated in addition to the desired output -depcomp - - - - -elisp-comp - -Byte-compiles Emacs Lisp code -elisp-comp - - - - -install-sh - -A script that installs a program, script, or data file -install-sh - - - - -mdate-sh - -A script that prints the modification time of a file or directory -mdate-sh - - - - -missing - -A script acting as a common stub for missing GNU programs during -an installation -missing - - - - -mkinstalldirs - -A script that creates a directory tree -mkinstalldirs - - - - -py-compile - -Compiles a Python program -py-compile - - - - -symlink-tree - -A script to create a symlink tree of a directory tree -symlink-tree - - - - -ylwrap - -A wrapper for lex and yacc -ylwrap - - - - - + + + + + Contents of Automake + + + Installed programs + + + acinstall, aclocal, aclocal-&automake-version;, automake, + automake-&automake-version;, compile, config.guess, config.sub, + depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, + py-compile, symlink-tree, and ylwrap + + + + + Short Descriptions + + + + + acinstall + + A script that installs aclocal-style M4 files + + acinstall + + + + + + aclocal + + Generates aclocal.m4 files based on the + contents of configure.in files + + aclocal + + + + + + aclocal-&automake-version; + + A hard link to aclocal + + aclocal-&automake-version; + + + + + + automake + + A tool for automatically generating + Makefile.in files from + Makefile.am files. To create all the + Makefile.in files for a package, run this program + in the top-level directory. By scanning the + configure.in file, it automatically finds each + appropriate Makefile.am file and generates the + corresponding Makefile.in file + + automake + + + + + + automake-&automake-version; + + A hard link to automake + + automake-&automake-version; + + + + + + compile + + A wrapper for compilers + + compile + + + + + + config.guess + + A script that attempts to guess the canonical triplet for + the given build, host, or target architecture + + config.guess + + + + + + config.sub + + A configuration validation subroutine script + + config.sub + + + + + + depcomp + + A script for compiling a program so that dependency information + is generated in addition to the desired output + + depcomp + + + + + + elisp-comp + + Byte-compiles Emacs Lisp code + + elisp-comp + + + + + + install-sh + + A script that installs a program, script, or data file + + install-sh + + + + + + mdate-sh + + A script that prints the modification time of a file or + directory + + mdate-sh + + + + + + missing + + A script acting as a common stub for missing GNU programs during + an installation + + missing + + + + + + mkinstalldirs + + A script that creates a directory tree + + mkinstalldirs + + + + + + py-compile + + Compiles a Python program + + py-compile + + + + + + symlink-tree + + A script to create a symlink tree of a directory tree + + symlink-tree + + + + + + ylwrap + + A wrapper for lex and + yacc + + ylwrap + + + + + + + - -- cgit v1.2.3-54-g00ecf