diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-08 14:40:14 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-08 14:40:14 +0000 |
| commit | 1ed75404d37fb326b44acbf39c2bfb340da42597 (patch) | |
| tree | d6d7f3d1db3d36200a5ab1091d4686afec48e132 /Makefile | |
| parent | d2f9ff5c93b3edf8a35625181f01038f71598999 (diff) | |
| download | halibut-1ed75404d37fb326b44acbf39c2bfb340da42597.zip halibut-1ed75404d37fb326b44acbf39c2bfb340da42597.tar.gz halibut-1ed75404d37fb326b44acbf39c2bfb340da42597.tar.bz2 halibut-1ed75404d37fb326b44acbf39c2bfb340da42597.tar.xz | |
Add installation instructions.
[originally from svn r4043]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |