@ -1,5 +1,5 @@
# -*-makefile-*-
# -*-makefile-*-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.185 2004/05/21 05:07:55 tgl Exp $
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.186 2004/05/21 20:56:48 tgl Exp $
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
# All PostgreSQL makefiles include this file and use the variables it sets,
@ -51,53 +51,22 @@ configure_args = @configure_args@
##########################################################################
##########################################################################
#
#
# Installation directories
# Installation directories
#
# These are set by the equivalent --xxxdir configure options. We
# append "postgresql" to some of them, if the string does not already
# contain "pgsql" or "postgres", in order to avoid directory clutter.
prefix := @prefix@
prefix := @prefix@
exec_prefix := @exec_prefix@
exec_prefix := @exec_prefix@
bindir := @bindir@
bindir := @bindir@
sbindir := @sbindir@
sbindir := @sbindir@
libexecdir := @libexecdir@
libexecdir := @libexecdir@
i f e q "$(findstring pgsql, $(libexecdir))" ""
i f e q "$(findstring postgres, $(libexecdir))" ""
override libexecdir : = $( libexecdir ) /postgresql
e n d i f
e n d i f
datadir := @datadir@
datadir := @datadir@
i f e q "$(findstring pgsql, $(datadir))" ""
i f e q "$(findstring postgres, $(datadir))" ""
override datadir : = $( datadir ) /postgresql
e n d i f
e n d i f
sysconfdir := @sysconfdir@
sysconfdir := @sysconfdir@
i f e q "$(findstring pgsql, $(sysconfdir))" ""
i f e q "$(findstring postgres, $(sysconfdir))" ""
override sysconfdir : = $( sysconfdir ) /postgresql
e n d i f
e n d i f
libdir := @libdir@
libdir := @libdir@
pkglibdir = $( libdir)
pkglibdir := @pkglibdir@
i f e q "$(findstring pgsql, $(pkglibdir))" ""
i f e q "$(findstring postgres, $(pkglibdir))" ""
override pkglibdir : = $( pkglibdir ) /postgresql
e n d i f
e n d i f
includedir := @includedir@
includedir := @includedir@
pkgincludedir = $( includedir)
pkgincludedir := @pkgincludedir@
i f e q "$(findstring pgsql, $(pkgincludedir))" ""
i f e q "$(findstring postgres, $(pkgincludedir))" ""
override pkgincludedir : = $( pkgincludedir ) /postgresql
e n d i f
e n d i f
includedir_server = $( pkgincludedir) /server
includedir_server = $( pkgincludedir) /server
includedir_internal = $( pkgincludedir) /internal
includedir_internal = $( pkgincludedir) /internal
@ -105,11 +74,6 @@ mandir := @mandir@
sqlmansect_dummy = l
sqlmansect_dummy = l
docdir := @docdir@
docdir := @docdir@
i f e q "$(findstring pgsql, $(docdir))" ""
i f e q "$(findstring postgres, $(docdir))" ""
override docdir : = $( docdir ) /postgresql
e n d i f
e n d i f
localedir := @localedir@
localedir := @localedir@