[PATCH] Improve the compilation-time settings interface
commit5bdac8b3269aea963c3192c93c26c1524def5464
authorPetr Baudis <pasky@suse.cz>
Fri, 29 Jul 2005 15:48:26 +0000 (29 17:48 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 30 Jul 2005 00:21:51 +0000 (29 17:21 -0700)
tree8bb42ec18713e54e02b239a72e5e55361d00cfed
parent4d1f11903393bd79998144ce1089ce427a49a2ed
[PATCH] Improve the compilation-time settings interface

Describe variables which make itself takes and adjusts compilation
accordingly (MOZILLA_SHA1, NO_OPENSSL, PPC_SHA1), and make adding
defines more convenient through the $DEFINES variable. $COPTS includes
-g as well now and is not overriden if it was already declared in the
environment. Also, $CFLAGS is appended to rather than reset, so that if
there was already a $CFLAGS environment variable, it's appended to. Some
more variables are also made overridable through the environment. Renamed
$bin to $bindir which is the name commonly used for this.

This is part of the Cogito Makefile changes port.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile