Initial revision
[platform/upstream/automake.git] / README
1 This is AutoMake, an experimental Makefile generator.  It was inspired
2 by the 4.4BSD make and include files, but aims to be portable and to
3 conform to the GNU standards for Makefile variables and targets.
4
5 It's a preprocessor shell script.  The input files are called
6 Makefile.am and the output files are called Makefile.in, which are
7 suitable for use with Autoconf.
8
9 Variable assignment lines in the input Makefile.am pull in defaults
10 from various little *.am files.
11
12 - David MacKenzie <djm@gnu.ai.mit.edu>