New test
[automake.git] / README
blob1adf9e8acfd84531d1739b12b9d2ab9bab328451
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.
5 Automake is a Perl script.  The input files are called Makefile.am.
6 The output files are called Makefile.in; they are intended for use
7 with Autoconf.  Automake requires certain things to be done in your
8 configure.in.
10 Variable assignment lines in Makefile.am pull in defaults from various
11 little *.am files.
13 To use Automake, replace your Makefile.in files with Makefile.am
14 files.  Read the documentation to see what to do.
16 Mail suggestions and bug reports to tromey@cygnus.com.