From 1ed75404d37fb326b44acbf39c2bfb340da42597 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 8 Apr 2004 14:40:14 +0000 Subject: Add installation instructions. [originally from svn r4043] --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfd14a5..ae1a5c9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,14 @@ # Halibut master makefile -# Requires a compiler with -MD support, currently +# Currently depends on gcc, because: +# - the dependency tracking uses -MD in order to avoid needing an +# explicit `make depend' step +# - the definition of CFLAGS includes the gcc-specific flag +# `-Wall' +# +# Currently depends on GNU make, because: +# - the Makefile uses GNU ifdef / ifndef commands and GNU make `%' +# pattern rules # `make' from top level will build in directory `build' # `make BUILDDIR=foo' from top level will build in directory foo -- cgit v1.1