Science Fair Project Encyclopedia
Automake
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
- Automake home page
- Manual
- Online version of The Goat Book
- Tutorial "Learning Autoconf and Automake" by Eleftherios Gkioulekas
- Article "Using Automake and Autoconf with C++" by Murray Cumming
- Autotoolset home page
03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


