📄 automake.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content= "application/xhtml+xml; charset=iso-8859-1" /> <title> 10.31. Automake-1.9.6 </title> <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" /> <link rel="stylesheet" href="../stylesheets/lfs-print.css" type= "text/css" media="print" /> </head> <body id="lfs" class="CLFS-SVN-20060417-MIPS"> <div class="navheader"> <div class="headertitles"> <h4> Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS </h4> <h3> Chapter 10. Installing Basic System Software </h3> </div> <ul class="headerlinks"> <li class="prev"> <a accesskey="p" href="autoconf.html" title= "Autoconf-2.59">Prev</a> <p> Autoconf-2.59 </p> </li> <li class="next"> <a accesskey="n" href="bash.html" title="Bash-3.1">Next</a> <p> Bash-3.1 </p> </li> <li class="up"> <a accesskey="u" href="chapter.html" title= "Chapter 10. Installing Basic System Software">Up</a>. </li> <li class="home"> <a accesskey="h" href="../index.html" title= "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS"> Home</a> </li> </ul> </div> <div class="wrap" lang="en" xml:lang="en"> <div class="titlepage"> <h1 class="sect1"> 10.31. Automake-1.9.6 </h1> </div> <div class="package" lang="en" xml:lang="en"> <p> The Automake package contains programs for generating Makefiles for use with Autoconf. </p> <div class="segmentedlist"> <div class="seglistitem"> <div class="seg"> <strong><span class="segtitle">Installation depends on:</span></strong> <span class="seg">Autoconf, Bash, Coreutils, Diffutils, Grep, M4, Make, Perl, Sed, and Texinfo</span> </div> </div> </div> </div> <div class="installation" lang="en" xml:lang="en"> <div class="titlepage"> <h2 class="sect2"> 10.31.1. Installation of Automake </h2> </div> <p> Prepare Automake for compilation: </p> <pre class="userinput"><kbd class="command">./configure --prefix=/usr</kbd></pre> <p> Compile the package: </p> <pre class="userinput"><kbd class="command">make</kbd></pre> <p> To test the results, issue: <strong class="userinput"><tt>make check</tt></strong>. </p> <p> Install the package: </p> <pre class="userinput"><kbd class="command">make install</kbd></pre> </div> <div class="content" lang="en" xml:lang="en"> <div class="titlepage"> <a id="contents-automake" name="contents-automake"></a> <h2 class="sect2"> 10.31.2. Contents of Automake </h2> </div> <div class="segmentedlist"> <div class="seglistitem"> <div class="seg"> <strong><span class="segtitle">Installed programs:</span></strong> <span class="seg">acinstall, aclocal, aclocal-1.9.6, automake, automake-1.9.6, compile, config.guess, config.sub, depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs, py-compile, symlink-tree, and ylwrap</span> </div> </div> </div> <div class="variablelist"> <h3> <a id="id3678698" name="id3678698"></a>Short Descriptions </h3> <table border="0"> <col align="left" valign="top" /> <tbody> <tr> <td> <a id="acinstall" name="acinstall"></a><span class= "term"><span><strong class= "command">acinstall</strong></span></span> </td> <td> <p> A script that installs aclocal-style M4 files </p> </td> </tr> <tr> <td> <a id="aclocal" name="aclocal"></a><span class= "term"><span><strong class= "command">aclocal</strong></span></span> </td> <td> <p> Generates <tt class="filename">aclocal.m4</tt> files based on the contents of <tt class= "filename">configure.in</tt> files </p> </td> </tr> <tr> <td> <a id="aclocal-version" name= "aclocal-version"></a><span class= "term"><span><strong class= "command">aclocal-1.9.6</strong></span></span> </td> <td> <p> A hard link to <span><strong class= "command">aclocal</strong></span> </p> </td> </tr> <tr> <td> <a id="automake" name="automake"></a><span class= "term"><span><strong class= "command">automake</strong></span></span> </td> <td> <p> A tool for automatically generating <tt class= "filename">Makefile.in</tt> files from <tt class= "filename">Makefile.am</tt> files. To create all the <tt class="filename">Makefile.in</tt> files for a package, run this program in the top-level directory. By scanning the <tt class="filename">configure.in</tt> file, it automatically finds each appropriate <tt class= "filename">Makefile.am</tt> file and generates the corresponding <tt class="filename">Makefile.in</tt> file </p> </td> </tr> <tr> <td> <a id="automake-version" name= "automake-version"></a><span class= "term"><span><strong class= "command">automake-1.9.6</strong></span></span> </td> <td> <p> A hard link to <span><strong class= "command">automake</strong></span> </p> </td> </tr> <tr> <td> <a id="compile" name="compile"></a><span class= "term"><span><strong class= "command">compile</strong></span></span> </td> <td> <p> A wrapper for compilers </p> </td> </tr> <tr> <td> <a id="config.guess" name="config.guess"></a><span class= "term"><span><strong class= "command">config.guess</strong></span></span> </td> <td> <p> A script that attempts to guess the canonical triplet for the given build, host, or target architecture </p> </td> </tr> <tr> <td> <a id="config.sub" name="config.sub"></a><span class= "term"><span><strong class= "command">config.sub</strong></span></span> </td> <td> <p> A configuration validation subroutine script </p> </td> </tr> <tr> <td> <a id="depcomp" name="depcomp"></a><span class= "term"><span><strong class= "command">depcomp</strong></span></span> </td> <td> <p> A script for compiling a program so that dependency information is generated in addition to the desired output </p> </td> </tr> <tr> <td> <a id="elisp-comp" name="elisp-comp"></a><span class= "term"><span><strong class= "command">elisp-comp</strong></span></span> </td> <td> <p> Byte-compiles Emacs Lisp code </p> </td> </tr> <tr> <td> <a id="install-sh" name="install-sh"></a><span class= "term"><span><strong class= "command">install-sh</strong></span></span> </td> <td> <p> A script that installs a program, script, or data file </p> </td> </tr> <tr> <td> <a id="mdate-sh" name="mdate-sh"></a><span class= "term"><span><strong class= "command">mdate-sh</strong></span></span> </td> <td> <p> A script that prints the modification time of a file or directory </p> </td> </tr> <tr> <td> <a id="missing" name="missing"></a><span class= "term"><span><strong class= "command">missing</strong></span></span> </td> <td> <p> A script acting as a common stub for missing GNU programs during an installation </p> </td> </tr> <tr> <td> <a id="mkinstalldirs" name="mkinstalldirs"></a><span class= "term"><span><strong class= "command">mkinstalldirs</strong></span></span> </td> <td> <p> A script that creates a directory tree </p> </td> </tr> <tr> <td> <a id="py-compile" name="py-compile"></a><span class= "term"><span><strong class= "command">py-compile</strong></span></span> </td> <td> <p> Compiles a Python program </p> </td> </tr> <tr> <td> <a id="symlink-tree" name="symlink-tree"></a><span class= "term"><span><strong class= "command">symlink-tree</strong></span></span> </td> <td> <p> A script to create a symlink tree of a directory tree </p> </td> </tr> <tr> <td> <a id="ylwrap" name="ylwrap"></a><span class= "term"><span><strong class= "command">ylwrap</strong></span></span> </td> <td> <p> A wrapper for <span><strong class= "command">lex</strong></span> and <span><strong class= "command">yacc</strong></span> </p> </td> </tr> </tbody> </table> </div> </div> </div> <div class="navfooter"> <ul> <li class="prev"> <a accesskey="p" href="autoconf.html" title= "Autoconf-2.59">Prev</a> <p> Autoconf-2.59 </p> </li> <li class="next"> <a accesskey="n" href="bash.html" title="Bash-3.1">Next</a> <p> Bash-3.1 </p> </li> <li class="up"> <a accesskey="u" href="chapter.html" title= "Chapter 10. Installing Basic System Software">Up</a>. </li> <li class="home"> <a accesskey="h" href="../index.html" title= "Cross-Compiled Linux From Scratch - Version CLFS-SVN-20060417-MIPS"> Home</a>. </li> </ul> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -