automake.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-automake" role="wrap">
  8. <?dbhtml filename="automake.html"?>
  9. <title>Automake-&automake-version;</title>
  10. <indexterm zone="ch-system-automake">
  11. <primary sortas="a-Automake">Automake</primary>
  12. </indexterm>
  13. <sect2 role="package">
  14. <title/>
  15. <para>The Automake package contains programs for generating Makefiles for use
  16. with Autoconf.</para>
  17. <segmentedlist>
  18. <segtitle>&buildtime;</segtitle>
  19. <segtitle>&diskspace;</segtitle>
  20. <seglistitem>
  21. <seg>&automake-ch6-sbu;</seg>
  22. <seg>&automake-ch6-du;</seg>
  23. </seglistitem>
  24. </segmentedlist>
  25. </sect2>
  26. <sect2 role="installation">
  27. <title>Installation of Automake</title>
  28. <para>Prepare Automake for compilation:</para>
  29. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  30. <para>Compile the package:</para>
  31. <screen><userinput>make</userinput></screen>
  32. <para>To test the results, issue:
  33. <userinput>make check</userinput>.
  34. This takes a long time, about 10 SBUs.</para>
  35. <para>Install the package:</para>
  36. <screen><userinput>make install</userinput></screen>
  37. </sect2>
  38. <sect2 id="contents-automake" role="content">
  39. <title>Contents of Automake</title>
  40. <segmentedlist>
  41. <segtitle>Installed programs</segtitle>
  42. <seglistitem>
  43. <seg>acinstall, aclocal, aclocal-&automake-version;, automake,
  44. automake-&automake-version;, compile, config.guess, config.sub,
  45. depcomp, elisp-comp, install-sh, mdate-sh, missing, mkinstalldirs,
  46. py-compile, symlink-tree, and ylwrap</seg>
  47. </seglistitem>
  48. </segmentedlist>
  49. <variablelist>
  50. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  51. <?dbfo list-presentation="list"?>
  52. <?dbhtml list-presentation="table"?>
  53. <varlistentry id="acinstall">
  54. <term><command>acinstall</command></term>
  55. <listitem>
  56. <para>A script that installs aclocal-style M4 files</para>
  57. <indexterm zone="ch-system-automake acinstall">
  58. <primary sortas="b-acinstall">acinstall</primary>
  59. </indexterm>
  60. </listitem>
  61. </varlistentry>
  62. <varlistentry id="aclocal">
  63. <term><command>aclocal</command></term>
  64. <listitem>
  65. <para>Generates <filename>aclocal.m4</filename> files based on the
  66. contents of <filename>configure.in</filename> files</para>
  67. <indexterm zone="ch-system-automake aclocal">
  68. <primary sortas="b-aclocal">aclocal</primary>
  69. </indexterm>
  70. </listitem>
  71. </varlistentry>
  72. <varlistentry id="aclocal-version">
  73. <term><command>aclocal-&automake-version;</command></term>
  74. <listitem>
  75. <para>A hard link to <command>aclocal</command></para>
  76. <indexterm zone="ch-system-automake aclocal-version">
  77. <primary sortas="b-aclocal-&automake-version;">aclocal-&automake-version;</primary>
  78. </indexterm>
  79. </listitem>
  80. </varlistentry>
  81. <varlistentry id="automake">
  82. <term><command>automake</command></term>
  83. <listitem>
  84. <para>A tool for automatically generating
  85. <filename>Makefile.in</filename> files from
  86. <filename>Makefile.am</filename> files. To create all the
  87. <filename>Makefile.in</filename> files for a package, run this program
  88. in the top-level directory. By scanning the
  89. <filename>configure.in</filename> file, it automatically finds each
  90. appropriate <filename>Makefile.am</filename> file and generates the
  91. corresponding <filename>Makefile.in</filename> file</para>
  92. <indexterm zone="ch-system-automake automake">
  93. <primary sortas="b-automake">automake</primary>
  94. </indexterm>
  95. </listitem>
  96. </varlistentry>
  97. <varlistentry id="automake-version">
  98. <term><command>automake-&automake-version;</command></term>
  99. <listitem>
  100. <para>A hard link to <command>automake</command></para>
  101. <indexterm zone="ch-system-automake automake-version">
  102. <primary sortas="b-automake-&automake-version;">automake-&automake-version;</primary>
  103. </indexterm>
  104. </listitem>
  105. </varlistentry>
  106. <varlistentry id="compile">
  107. <term><command>compile</command></term>
  108. <listitem>
  109. <para>A wrapper for compilers</para>
  110. <indexterm zone="ch-system-automake compile">
  111. <primary sortas="b-compile">compile</primary>
  112. </indexterm>
  113. </listitem>
  114. </varlistentry>
  115. <varlistentry id="config.guess">
  116. <term><command>config.guess</command></term>
  117. <listitem>
  118. <para>A script that attempts to guess the canonical triplet for
  119. the given build, host, or target architecture</para>
  120. <indexterm zone="ch-system-automake config.guess">
  121. <primary sortas="b-config.guess">config.guess</primary>
  122. </indexterm>
  123. </listitem>
  124. </varlistentry>
  125. <varlistentry id="config.sub">
  126. <term><command>config.sub</command></term>
  127. <listitem>
  128. <para>A configuration validation subroutine script</para>
  129. <indexterm zone="ch-system-automake config.sub">
  130. <primary sortas="b-config.sub">config.sub</primary>
  131. </indexterm>
  132. </listitem>
  133. </varlistentry>
  134. <varlistentry id="depcomp">
  135. <term><command>depcomp</command></term>
  136. <listitem>
  137. <para>A script for compiling a program so that dependency information
  138. is generated in addition to the desired output</para>
  139. <indexterm zone="ch-system-automake depcomp">
  140. <primary sortas="b-depcomp">depcomp</primary>
  141. </indexterm>
  142. </listitem>
  143. </varlistentry>
  144. <varlistentry id="elisp-comp">
  145. <term><command>elisp-comp</command></term>
  146. <listitem>
  147. <para>Byte-compiles Emacs Lisp code</para>
  148. <indexterm zone="ch-system-automake elisp-comp">
  149. <primary sortas="b-elisp-comp">elisp-comp</primary>
  150. </indexterm>
  151. </listitem>
  152. </varlistentry>
  153. <varlistentry id="install-sh">
  154. <term><command>install-sh</command></term>
  155. <listitem>
  156. <para>A script that installs a program, script, or data file</para>
  157. <indexterm zone="ch-system-automake install-sh">
  158. <primary sortas="b-install-sh">install-sh</primary>
  159. </indexterm>
  160. </listitem>
  161. </varlistentry>
  162. <varlistentry id="mdate-sh">
  163. <term><command>mdate-sh</command></term>
  164. <listitem>
  165. <para>A script that prints the modification time of a file or
  166. directory</para>
  167. <indexterm zone="ch-system-automake mdate-sh">
  168. <primary sortas="b-mdate-sh">mdate-sh</primary>
  169. </indexterm>
  170. </listitem>
  171. </varlistentry>
  172. <varlistentry id="missing">
  173. <term><command>missing</command></term>
  174. <listitem>
  175. <para>A script acting as a common stub for missing GNU programs during
  176. an installation</para>
  177. <indexterm zone="ch-system-automake missing">
  178. <primary sortas="b-missing">missing</primary>
  179. </indexterm>
  180. </listitem>
  181. </varlistentry>
  182. <varlistentry id="mkinstalldirs">
  183. <term><command>mkinstalldirs</command></term>
  184. <listitem>
  185. <para>A script that creates a directory tree</para>
  186. <indexterm zone="ch-system-automake mkinstalldirs">
  187. <primary sortas="b-mkinstalldirs">mkinstalldirs</primary>
  188. </indexterm>
  189. </listitem>
  190. </varlistentry>
  191. <varlistentry id="py-compile">
  192. <term><command>py-compile</command></term>
  193. <listitem>
  194. <para>Compiles a Python program</para>
  195. <indexterm zone="ch-system-automake py-compile">
  196. <primary sortas="b-py-compile">py-compile</primary>
  197. </indexterm>
  198. </listitem>
  199. </varlistentry>
  200. <varlistentry id="symlink-tree">
  201. <term><command>symlink-tree</command></term>
  202. <listitem>
  203. <para>A script to create a symlink tree of a directory tree</para>
  204. <indexterm zone="ch-system-automake symlink-tree">
  205. <primary sortas="b-symlink-tree">symlink-tree</primary>
  206. </indexterm>
  207. </listitem>
  208. </varlistentry>
  209. <varlistentry id="ylwrap">
  210. <term><command>ylwrap</command></term>
  211. <listitem>
  212. <para>A wrapper for <command>lex</command> and
  213. <command>yacc</command></para>
  214. <indexterm zone="ch-system-automake ylwrap">
  215. <primary sortas="b-ylwrap">ylwrap</primary>
  216. </indexterm>
  217. </listitem>
  218. </varlistentry>
  219. </variablelist>
  220. </sect2>
  221. </sect1>