more info
[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 To use AutoMake, replace your Makefile.in files with Makefile.am
13 files.  Since there's no documentation, look at the automake script
14 and the examples provided for GNU m4 1.3 and fileutils 3.9 (along with
15 patches you need to apply to those packages).
16
17 AutoMake is just a prototype at this point -- expect omissions and bugs.
18
19 - David MacKenzie <djm@gnu.ai.mit.edu>