#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.15 1998/05/24 03:48:58 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.16 1998/06/12 18:36:40 momjian Exp $
#
#-------------------------------------------------------------------------
LIBPQ = -L$(SRCDIR)/interfaces/libpq -lpq
ifeq ($(PORTNAME), linux)
- LINUX_ELF=@LINUX_ELF@
- ifdef LINUX_ELF
- install-shlib-dep := install-shlib
- shlib := libpgtcl.so.1
- CFLAGS += $(CFLAGS_SL)
- LDFLAGS_SL = -shared
- endif
+ install-shlib-dep := install-shlib
+ shlib := libpgtcl.so.1
+ CFLAGS += $(CFLAGS_SL)
+ LDFLAGS_SL = -shared
endif
ifeq ($(PORTNAME), bsd)
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.18 1998/05/12 21:44:02 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.19 1998/06/12 18:36:42 momjian Exp $
#
#-------------------------------------------------------------------------
shlib :=
install-shlib-dep :=
ifeq ($(PORTNAME), linux)
- ifdef LINUX_ELF
- install-shlib-dep := install-shlib
- shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
- LDFLAGS_SL = -shared -soname libpq.so.$(SO_MAJOR_VERSION)
- CFLAGS += $(CFLAGS_SL)
- endif
+ install-shlib-dep := install-shlib
+ shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+ LDFLAGS_SL = -shared -soname libpq.so.$(SO_MAJOR_VERSION)
+ CFLAGS += $(CFLAGS_SL)
endif
ifeq ($(PORTNAME), bsd)
ifdef BSD_SHLIB