Nothing
[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 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.
9
10 Variable assignment lines in Makefile.am pull in defaults from various
11 little *.am files.
12
13 To use Automake, replace your Makefile.in files with Makefile.am
14 files.  Read the documentation to see what to do.
15
16 Mail suggestions and bug reports to tromey@cygnus.com.