File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.16 1998/06/12 18:36:40 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.17 1998/06/15 21:01:46 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -33,7 +33,7 @@ shlib :=
33
33
34
34
LIBPQ = -L$(SRCDIR ) /interfaces/libpq -lpq
35
35
36
- ifeq ($(PORTNAME ) , linux )
36
+ ifeq ($(PORTNAME ) , linux_i386 )
37
37
install-shlib-dep := install-shlib
38
38
shlib := libpgtcl.so.1
39
39
CFLAGS += $(CFLAGS_SL )
@@ -49,14 +49,14 @@ ifeq ($(PORTNAME), bsd)
49
49
endif
50
50
endif
51
51
52
- ifeq ($(PORTNAME ) , i386_solaris )
52
+ ifeq ($(PORTNAME ) , solaris_i386 )
53
53
install-shlib-dep := install-shlib
54
54
shlib := libpgtcl.so.1
55
55
LDFLAGS_SL = -G -z text
56
56
CFLAGS += $(CFLAGS_SL )
57
57
endif
58
58
59
- ifeq ($(PORTNAME ) , sparc_solaris )
59
+ ifeq ($(PORTNAME ) , solaris_sparc )
60
60
install-shlib-dep := install-shlib
61
61
shlib := libpgtcl.so.1
62
62
LDFLAGS_SL = -G
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.16 1998/04/06 16:52:36 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.17 1998/06/15 21:01:48 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -42,16 +42,16 @@ OBJS = pgenv.o pgconnection.o pgtransdb.o pgcursordb.o pglobject.o
42
42
# Shared library stuff
43
43
SHLIB :=
44
44
INSTALL-SHLIB-DEP :=
45
- ifeq ($(PORTNAME ) , i386_solaris )
45
+ ifeq ($(PORTNAME ) , linux_i386 )
46
46
INSTALL-SHLIB-DEP := install-shlib
47
47
SHLIB := libpq++.so.1
48
- LDFLAGS_SL = -G -z text - shared -soname $(SHLIB )
48
+ LDFLAGS_SL = -shared -soname $(SHLIB )
49
49
CFLAGS += $(CFLAGS_SL )
50
50
endif
51
- ifeq ($(PORTNAME ) , linux )
51
+ ifeq ($(PORTNAME ) , solaris_i386 )
52
52
INSTALL-SHLIB-DEP := install-shlib
53
53
SHLIB := libpq++.so.1
54
- LDFLAGS_SL = -shared -soname $(SHLIB )
54
+ LDFLAGS_SL = -G -z text - shared -soname $(SHLIB )
55
55
CFLAGS += $(CFLAGS_SL )
56
56
endif
57
57
ifeq ($(PORTNAME ) , hpux)
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.19 1998/06/12 18:36:42 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.20 1998/06/15 21:01:47 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -31,7 +31,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
31
31
# Shared library stuff
32
32
shlib :=
33
33
install-shlib-dep :=
34
- ifeq ($(PORTNAME ) , linux )
34
+ ifeq ($(PORTNAME ) , linux_i386 )
35
35
install-shlib-dep := install-shlib
36
36
shlib := libpq.so.$(SO_MAJOR_VERSION ) .$(SO_MINOR_VERSION )
37
37
LDFLAGS_SL = -shared -soname libpq.so.$(SO_MAJOR_VERSION )
@@ -45,13 +45,13 @@ ifeq ($(PORTNAME), bsd)
45
45
CFLAGS += $(CFLAGS_SL )
46
46
endif
47
47
endif
48
- ifeq ($(PORTNAME ) , i386_solaris )
48
+ ifeq ($(PORTNAME ) , solaris_i386 )
49
49
install-shlib-dep := install-shlib
50
50
shlib := libpq.so.$(SO_MAJOR_VERSION ) .$(SO_MINOR_VERSION )
51
51
LDFLAGS_SL = -G -z text
52
52
CFLAGS += $(CFLAGS_SL )
53
53
endif
54
- ifeq ($(PORTNAME ) , sparc_solaris )
54
+ ifeq ($(PORTNAME ) , solaris_sparc )
55
55
install-shlib-dep := install-shlib
56
56
shlib := libpq.so.$(SO_MAJOR_VERSION ) .$(SO_MINOR_VERSION )
57
57
LDFLAGS_SL = -G
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments