automake-desc.xml 1.9 KB

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