Automake Automake

Automake - Definition and Overview

Automake is a programming tool that produces portable makefiles for use by the make program, used in compiling software. It is made by the Free Software Foundation as one of GNU programs, and is part of the GNU build system. The makefiles produced follow the GNU Coding Standards.

It is written in Perl, a programming language and must be used with autoconf, another GNU tool. Automake contains the following commands:

  • aclocal
  • automake
Contents

Command line options

--add-missing, -a: Tells automake to regenerate the files ./install-sh, ./mkinstalldirs, ./missing and ./depcomp.

See also

  • imake

References

  • Gary V. Vaughan, Ben Elliston, Tom Tromey: Gnu Autoconf, Automake, and Libtool, Sams, ISBN 1-57870-190-2

External links


Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.