diff options
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in | 18 | ||||
-rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 11 | ||||
-rw-r--r-- | src/interfaces/libpq++/Makefile.in | 11 | ||||
-rw-r--r-- | src/interfaces/libpq/Makefile.in | 11 |
4 files changed, 39 insertions, 12 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index 642ec1be8bb..2e24b509e6c 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -32,12 +32,18 @@ ifeq ($(PORTNAME), bsd) CFLAGS += $(CFLAGS_SL) endif endif -#ifeq ($(PORTNAME), solaris) -# install-shlib-dep := install-shlib -# shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_PATCHLEVEL) -# LDFLAGS_SL = -G -z text -# CFLAGS += $(CFLAGS_SL) -#endif +ifeq ($(PORTNAME), solaris_sparc) + install-shlib-dep := install-shlib + shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_PATCHLEVEL) + LDFLAGS_SL = -G -z text + CFLAGS += $(CFLAGS_SL) +endif +ifeq ($(PORTNAME), solaris_i386) + install-shlib-dep := install-shlib + shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_PATCHLEVEL) + LDFLAGS_SL = -G + CFLAGS += $(CFLAGS_SL) +endif ifeq ($(PORTNAME), univel) install-shlib-dep := install-shlib shlib := libecpg.so.1 diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index 5e557ebeb56..6dc067379aa 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.26 1998/10/09 21:28:46 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.27 1998/10/12 01:03:57 momjian Exp $ # #------------------------------------------------------------------------- @@ -70,13 +70,20 @@ ifeq ($(PORTNAME), bsdi) endif endif -ifeq ($(PORTNAME), solaris) +ifeq ($(PORTNAME), solaris_sparc) install-shlib-dep := install-shlib shlib := libpgtcl.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) LDFLAGS_SL := -G -z text CFLAGS += $(CFLAGS_SL) endif +ifeq ($(PORTNAME), solaris_i386) + install-shlib-dep := install-shlib + shlib := libpgtcl.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) + LDFLAGS_SL := -G + CFLAGS += $(CFLAGS_SL) +endif + ifeq ($(PORTNAME), unixware) install-shlib-dep := install-shlib shlib := libpgtcl.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) diff --git a/src/interfaces/libpq++/Makefile.in b/src/interfaces/libpq++/Makefile.in index 7c57a06a0ba..d2c58d04545 100644 --- a/src/interfaces/libpq++/Makefile.in +++ b/src/interfaces/libpq++/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.4 1998/10/10 17:08:11 thomas Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.5 1998/10/12 01:04:00 momjian Exp $ # #------------------------------------------------------------------------- @@ -57,13 +57,20 @@ ifeq ($(PORTNAME), linux) CFLAGS += $(CFLAGS_SL) endif -ifeq ($(PORTNAME), solaris) +ifeq ($(PORTNAME), solaris_sparc) INSTALL-SHLIB-DEP := install-shlib SHLIB := libpq++.so.1 LDFLAGS_SL = -G -z text -shared -soname $(SHLIB) CFLAGS += $(CFLAGS_SL) endif +ifeq ($(PORTNAME), solaris_i386) + INSTALL-SHLIB-DEP := install-shlib + SHLIB := libpq++.so.1 + LDFLAGS_SL = -G -shared -soname $(SHLIB) + CFLAGS += $(CFLAGS_SL) +endif + ifeq ($(PORTNAME), unixware) install-shlib-dep := install-shlib shlib := libpq.so.1 diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in index 495f0a39395..99561315e15 100644 --- a/src/interfaces/libpq/Makefile.in +++ b/src/interfaces/libpq/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.34 1998/10/09 21:28:48 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.35 1998/10/12 01:03:58 momjian Exp $ # #------------------------------------------------------------------------- @@ -74,13 +74,20 @@ ifeq ($(PORTNAME), bsdi) endif endif -ifeq ($(PORTNAME), solaris) +ifeq ($(PORTNAME), solaris_sparc) install-shlib-dep := install-shlib shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) LDFLAGS_SL := -G -z text CFLAGS += $(CFLAGS_SL) endif +ifeq ($(PORTNAME), solaris_i386) + install-shlib-dep := install-shlib + shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) + LDFLAGS_SL := -G + CFLAGS += $(CFLAGS_SL) +endif + ifeq ($(PORTNAME), unixware) install-shlib-dep := install-shlib shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) |