summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-20 01:14:42 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-20 01:14:42 +0000
commitf7d38db2bc0d4fdd0701d697bb785d149645a5e1 (patch)
treef20ef5db2cb8a11121f5b894594eaf264e2da73d /README
parentdcd8d593005169f8a42c9de320258f0e056bd333 (diff)
downloadautomake-f7d38db2bc0d4fdd0701d697bb785d149645a5e1.tar.gz
Initial revision
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..636bf84da
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+This is AutoMake, an experimental 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.
+
+It's a preprocessor shell script. The input files are called
+Makefile.am and the output files are called Makefile.in, which are
+suitable for use with Autoconf.
+
+Variable assignment lines in the input Makefile.am pull in defaults
+from various little *.am files.
+
+- David MacKenzie <djm@gnu.ai.mit.edu>