Add support for VPATH builds, that is, building somewhere else than in the
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 20 Oct 2000 21:04:13 +0000 (21:04 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 20 Oct 2000 21:04:13 +0000 (21:04 +0000)
commit9d67d5036e07ca0b05fb1b8b42d166b7ef3b2484
tree08e73703ab1bf715381a4eaa486c01830bbe26c3
parent2fe21b834728d2031c59f01bb3a1d6b4e448e173
Add support for VPATH builds, that is, building somewhere else than in the
source directory.  This involves mostly makefiles using $(srcdir) when they
might have used ".".  (Regression tests don't work with this, yet.)

Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS).  Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.
GNUmakefile