pgsql/contrib/array (Makefile)

From: Peter Eisentraut - PostgreSQL <petere(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/array (Makefile)
Date: 2000-10-20 21:03:03
Message-ID: 200010202103.e9KL33Y67345@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, October 20, 2000 @ 17:03:03
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/contrib/array
from hub.org:/home/projects/pgsql/tmp/cvs-serv64892/contrib/array

Modified Files:
Makefile

----------------------------- Log Message -----------------------------

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-10-20 21:03:06 pgsql/contrib/earthdistance (Makefile)
Previous Message Peter Eisentraut - PostgreSQL 2000-10-20 21:03:01 pgsql (configure configure.in)