Index of /otto/html/pub/GNU/Manuals/automake-1.4 |
Name Last modified Size Description
Parent Directory 06-Sep-2005 02:33 - AUTHORS 06-Sep-2005 00:20 1k COPYING 06-Sep-2005 00:20 18k ChangeLog 06-Sep-2005 00:20 187k INSTALL 06-Sep-2005 00:21 8k Makefile.am 06-Sep-2005 00:22 5k Makefile.in 06-Sep-2005 00:22 20k NEWS 06-Sep-2005 00:22 7k THANKS 06-Sep-2005 00:25 3k TODO 06-Sep-2005 00:25 23k acinstall 06-Sep-2005 00:20 1k aclocal.in 06-Sep-2005 00:20 10k aclocal.m4 06-Sep-2005 00:20 3k ansi2knr.1 06-Sep-2005 00:20 1k ansi2knr.c 06-Sep-2005 00:20 16k automake.html 06-Sep-2005 00:20 3k automake.in 06-Sep-2005 00:20 191k automake.info 06-Sep-2005 00:20 3k automake.info-1 06-Sep-2005 00:20 49k automake.info-2 06-Sep-2005 00:20 48k automake.info-3 06-Sep-2005 00:20 32k automake.texi 06-Sep-2005 00:20 118k clean-hdr.am 06-Sep-2005 00:20 1k clean-kr.am 06-Sep-2005 00:20 1k clean.am 06-Sep-2005 00:20 1k comp-vars.am 06-Sep-2005 00:20 1k compile.am 06-Sep-2005 00:20 1k config.guess 06-Sep-2005 00:20 27k config.sub 06-Sep-2005 00:20 19k configure 06-Sep-2005 00:20 37k configure.in 06-Sep-2005 00:20 1k data-clean.am 06-Sep-2005 00:20 1k data.am 06-Sep-2005 00:20 1k dejagnu.am 06-Sep-2005 00:20 2k depend.am 06-Sep-2005 00:20 1k depend2.am 06-Sep-2005 00:20 3k dist-vars.am 06-Sep-2005 00:20 1k dvi/ 06-Sep-2005 00:20 - elisp-comp 06-Sep-2005 00:20 2k footer.am 06-Sep-2005 00:20 1k header-vars.am 06-Sep-2005 00:20 2k header.am 06-Sep-2005 00:20 1k html_chapter/ 06-Sep-2005 00:20 - html_mono/ 06-Sep-2005 00:20 - html_node/ 06-Sep-2005 00:21 - info/ 06-Sep-2005 00:21 - install-sh 06-Sep-2005 00:21 5k java-clean.am 06-Sep-2005 00:21 1k java.am 06-Sep-2005 00:21 1k kr-extra.am 06-Sep-2005 00:21 1k library.am 06-Sep-2005 00:21 1k libs-clean.am 06-Sep-2005 00:21 1k libs.am 06-Sep-2005 00:21 2k libtool.am 06-Sep-2005 00:21 1k lisp-clean.am 06-Sep-2005 00:22 1k lisp.am 06-Sep-2005 00:22 2k ltlib-clean.am 06-Sep-2005 00:22 1k ltlib.am 06-Sep-2005 00:22 2k ltlibrary.am 06-Sep-2005 00:22 1k m4/ 06-Sep-2005 00:22 - mans-vars.am 06-Sep-2005 00:22 1k mans.am 06-Sep-2005 00:22 2k mdate-sh 06-Sep-2005 00:22 3k missing 06-Sep-2005 00:22 6k mkinstalldirs 06-Sep-2005 00:22 1k multilib.am 06-Sep-2005 00:22 2k program.am 06-Sep-2005 00:22 1k progs-clean.am 06-Sep-2005 00:22 1k progs.am 06-Sep-2005 00:22 2k ps/ 06-Sep-2005 00:22 - remake-hdr.am 06-Sep-2005 00:22 2k remake.am 06-Sep-2005 00:22 1k scripts.am 06-Sep-2005 00:22 2k stamp-vti 06-Sep-2005 00:22 1k subdirs.am 06-Sep-2005 00:22 3k tags-clean.am 06-Sep-2005 00:22 1k tags.am 06-Sep-2005 00:22 2k tests/ 06-Sep-2005 00:24 - texi-vers.am 06-Sep-2005 00:25 2k texi/ 06-Sep-2005 00:25 - texifile 06-Sep-2005 00:25 1k texinfo.tex 06-Sep-2005 00:25 179k texinfos.am 06-Sep-2005 00:25 9k text/ 06-Sep-2005 00:25 - version.texi 06-Sep-2005 00:25 1k ylwrap 06-Sep-2005 00:25 3k
This is Automake, a Makefile generator. It was inspired by the 4.4BSD make and include files, but aims to be portable and to conform to the GNU standards for Makefile variables and targets. Automake is a Perl script. The input files are called Makefile.am. The output files are called Makefile.in; they are intended for use with Autoconf. Automake requires certain things to be done in your configure.in. Variable assignment lines in Makefile.am pull in defaults from various little *.am files. To use Automake, replace your Makefile.in files with Makefile.am files. Read the documentation to see what to do. This package also includes the "aclocal" program. aclocal is a program to generate an `aclocal.m4' based on the contents of `configure.in'. It is useful as an extensible, maintainable mechanism for augmenting autoconf. It is intended that other package authors will write m4 macros which can be automatically used by aclocal. The mailing list [email protected] is for discussion of Automake, Autoconf, and other configuration/portability tools (e.g., libtool). Write to [email protected] if you want to join. Automake has a page on the web. See: http://www.gnu.org/software/automake/ Mail suggestions and bug reports to [email protected].