@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.20 1996/08/06 16:05:56 scrappy Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.21 1996/08/19 13:50:41 scrappy Exp $
#
#
# NOTES
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
# This is seen by any Makefiles that include mk/postgres.mk. To
@ -59,15 +59,15 @@
# until after this file is processed!
# until after this file is processed!
# make sure that you have no whitespaces after the PORTNAME setting
# make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused
# or the makefiles can get confused
PORTNAME = BSD44_derived
PORTNAME = svr4
# SRCDIR specifies where the source files are.
# SRCDIR specifies where the source files are.
SRCDIR = /home/staff/scrappy/cvs/postgres95 /src
SRCDIR = /home/tools/postgres95-1.02 /src
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
# and other target destinations are rooted. Of course, each of these is
# and other target destinations are rooted. Of course, each of these is
# changable separately.
# changable separately.
POSTGRESDIR = /home/staff/scrappy/cvs/postgres95
POSTGRESDIR = /home/tools/postgres95-1.02
# POSTGRESLOGIN is the login name of the user who gets special
# POSTGRESLOGIN is the login name of the user who gets special
# privileges within the database. By default it is "postgres", but
# privileges within the database. By default it is "postgres", but
@ -130,7 +130,7 @@ CFLAGS+= -DNAMEDATALEN=$(NAMEDATALEN) -DOIDNAMELEN=$(OIDNAMELEN)
# Comment out CDEBUG to turn off debugging and sanity-checking.
# Comment out CDEBUG to turn off debugging and sanity-checking.
#
#
# XXX on MIPS, use -g3 if you want to compile with -O
# XXX on MIPS, use -g3 if you want to compile with -O
#CDEBUG= -g
CDEBUG = -O
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
# multi-byte types to generate a bus error.
# multi-byte types to generate a bus error.
@ -138,7 +138,7 @@ ENFORCE_ALIGNMENT= true
# turn this on if you prefer European style dates instead of American
# turn this on if you prefer European style dates instead of American
# style dates
# style dates
# EUROPEAN_DATES = 1
EUROPEAN_DATES = 1
# Comment out PROFILE to disable profiling.
# Comment out PROFILE to disable profiling.
#
#
@ -154,13 +154,13 @@ ENFORCE_ALIGNMENT= true
# and READLINE_LIBDIR to reflect the location of the readline and history
# and READLINE_LIBDIR to reflect the location of the readline and history
# headers and libraries.
# headers and libraries.
#
#
#USE_READLINE= true
USE_READLINE = true
# directories for the readline and history libraries.
# directories for the readline and history libraries.
READLINE_INCDIR = /usr/local /include
READLINE_INCDIR = /home/tools /include
HISTORY_INCDIR = /usr/local/includ e
HISTORY_INCDIR = /home/tools/include -I/home/tools/include/readlin e
READLINE_LIBDIR = /usr/local /lib
READLINE_LIBDIR = /home/tools /lib
HISTORY_LIBDIR = /usr/local /lib
HISTORY_LIBDIR = /home/tools /lib
# If you do not plan to use Host based authentication,
# If you do not plan to use Host based authentication,
# comment out the following line
# comment out the following line
@ -208,19 +208,19 @@ endif
# location of Tcl/Tk headers and libraries
# location of Tcl/Tk headers and libraries
#
#
# Uncomment this to build the tcl utilities.
# Uncomment this to build the tcl utilities.
#USE_TCL= true
USE_TCL = true
# customize these to your site's needs
# customize these to your site's needs
#
#
TCL_INCDIR = /usr/local /include
TCL_INCDIR = /home/tools /include
TCL_LIBDIR = /usr/local /lib
TCL_LIBDIR = /home/tools /lib
TCL_LIB = -ltcl7.5
TCL_LIB = -ltcl7.5
TK_INCDIR = /usr/local /include
TK_INCDIR = /home/tools /include
TK_LIBDIR = /usr/local /lib
TK_LIBDIR = /home/tools /lib
TK_LIB = -ltk4.1
TK_LIB = -ltk4.1
X11_INCDIR = /usr/X11R6.1/ include
X11_INCDIR = /usr/include
X11_LIBDIR = /usr/X11R6.1/ lib
X11_LIBDIR = /usr/lib
X11_LIB = -lX11
X11_LIB = -lX11 -lsocket -lnsl
#
#
# include port specific rules and variables. For instance:
# include port specific rules and variables. For instance: