From 7c4c4d9fc6dbc8b946a23d111be3d9053e3b3b13 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Tue, 20 Sep 1994 01:14:42 +0000 Subject: [PATCH] Initial revision --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..636bf84d --- /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 -- 2.43.5