automake-desc.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &automake-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>acinstall</command> is a script that installs
  6. aclocal-style M4 files.</para>
  7. <para><command>aclocal</command> generates <filename>aclocal.m4</filename>
  8. files based on the contents of <filename>configure.in</filename> files.</para>
  9. <para><command>automake</command> is a tool for automatically generating
  10. <filename>Makefile.in</filename>'s from files called
  11. <filename>Makefile.am</filename>. To create all the
  12. <filename>Makefile.in</filename> files for a package, run this program in the
  13. top level directory. By scanning the <filename>configure.in</filename>s it
  14. automatically finds each appropriate <filename>Makefile.am</filename> and
  15. generate the corresponding <filename>Makefile.in</filename>.</para>
  16. <para><command>compile</command> is a wrapper for compilers.</para>
  17. <para><command>config.guess</command> is a script that attempts to guess
  18. the canonical triplet for the given build, host, or target architecture.</para>
  19. <para><command>config.sub</command> is a configuration validation
  20. subroutine script.</para>
  21. <para><command>depcomp</command> is a script for compiling a program
  22. so that not only the desired output is generated but also dependency
  23. information.</para>
  24. <para><command>elisp-comp</command> byte-compiles Emacs Lisp code.</para>
  25. <para><command>install-sh</command> is a script that installs a program,
  26. a script, or a datafile.</para>
  27. <para><command>mdate-sh</command> is a script that prints the modification
  28. time of a file or directory.</para>
  29. <para><command>missing</command> is a script acting as a common stub for
  30. missing GNU programs during an installation.</para>
  31. <para><command>mkinstalldirs</command> is a script that creates a directory
  32. tree.</para>
  33. <para><command>py-compile</command> compiles a Python program.</para>
  34. <para><command>ylwrap</command> is a wrapper for lex and yacc.</para>
  35. </sect3>
  36. </sect2>