1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Various fixes resulting from removing the PORTNAME defines

From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
This commit is contained in:
Marc G. Fournier
1998-01-13 04:18:22 +00:00
parent 374bb5d261
commit 405ced26ba
4 changed files with 11 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.17 1997/10/28 15:13:10 vadim Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.1 1998/01/13 04:18:04 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -20,6 +20,8 @@ INCLUDE_OPT= \
-I$(LIBPQDIR) \
-I$(TCL_INCDIR)
PORTNAME=@PORTNAME@
CFLAGS+= $(INCLUDE_OPT)
ifdef KRBVERS
CFLAGS+= $(KRBFLAGS)
@@ -39,7 +41,7 @@ ifeq ($(PORTNAME), linux)
endif
endif
ifeq ($(PORTNAME), BSD44_derived)
ifeq ($(PORTNAME), bsd)
install-shlib-dep := install-shlib
shlib := libpgtcl.so.1.0
LDFLAGS_SL = -x -Bshareable -Bforcearchive

View File

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.37 1997/08/17 00:33:28 scrappy Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.1 1998/01/13 04:18:22 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -17,6 +17,8 @@ include $(SRCDIR)/Makefile.global
# We need the backend directory here for its fmgr.h
INCLUDE_OPT= -I$(SRCDIR)/include -I$(SRCDIR)/backend
PORTNAME=@PORTNAME@
CFLAGS+= $(INCLUDE_OPT)
ifdef KRBVERS
@@ -37,7 +39,7 @@ ifeq ($(PORTNAME), linux)
CFLAGS += $(CFLAGS_SL)
endif
endif
ifeq ($(PORTNAME), BSD44_derived)
ifeq ($(PORTNAME), bsd)
install-shlib-dep := install-shlib
shlib := libpq.so.1.0
LDFLAGS_SL = -x -Bshareable -Bforcearchive