automake-desc.xml 2.0 KB

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