diff options
| author | Peter Eisentraut | 2000-06-06 22:01:15 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-06 22:01:15 +0000 |
| commit | 5b9d0d9a5cc223e2d875b477a7416851f9f9b564 (patch) | |
| tree | f8391a6ed2be780938b57786f93b6cda814cc231 /src/interfaces | |
| parent | 42ad25fcd139253912dcee8628f866fbf023ae27 (diff) | |
Moved configure script from src/ to the top level directory. Moved
configuration helper things into config/ dir. Adjusted some relative paths
in makefiles.
Diffstat (limited to 'src/interfaces')
| -rw-r--r-- | src/interfaces/ecpg/lib/Makefile.in | 4 | ||||
| -rw-r--r-- | src/interfaces/libpgeasy/Makefile.in | 4 | ||||
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 4 | ||||
| -rw-r--r-- | src/interfaces/libpq++/Makefile.in | 4 | ||||
| -rw-r--r-- | src/interfaces/libpq/Makefile.in | 4 | ||||
| -rw-r--r-- | src/interfaces/odbc/GNUmakefile.in | 6 |
6 files changed, 13 insertions, 13 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index d48c75ea23..e0eb3a94f3 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.66 2000/05/17 06:03:13 meskes Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile.in,v 1.67 2000/06/06 22:00:52 petere Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ NAME= ecpg SO_MAJOR_VERSION= 3 SO_MINOR_VERSION= 1.1 -SRCDIR= @top_srcdir@ +SRCDIR= ../../.. include $(SRCDIR)/Makefile.global CFLAGS+= -I../include -I$(LIBPQDIR) diff --git a/src/interfaces/libpgeasy/Makefile.in b/src/interfaces/libpgeasy/Makefile.in index b7e0a52eb7..dee016378b 100644 --- a/src/interfaces/libpgeasy/Makefile.in +++ b/src/interfaces/libpgeasy/Makefile.in @@ -4,7 +4,7 @@ # Makefile for pgeasy library # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile.in,v 1.6 2000/03/08 01:58:33 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile.in,v 1.7 2000/06/06 22:00:53 petere Exp $ # #------------------------------------------------------------------------- @@ -12,7 +12,7 @@ NAME= pgeasy SO_MAJOR_VERSION= 2 SO_MINOR_VERSION= 1 -SRCDIR= @top_srcdir@ +SRCDIR= ../.. include $(SRCDIR)/Makefile.global CFLAGS+= -I$(LIBPQDIR) diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index f516a360a9..5e7e75908b 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.40 2000/05/29 05:45:48 tgl Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.41 2000/06/06 22:01:01 petere Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ NAME= pgtcl SO_MAJOR_VERSION= 2 SO_MINOR_VERSION= 1 -SRCDIR= @top_srcdir@ +SRCDIR= ../.. include $(SRCDIR)/Makefile.global CFLAGS+= -I$(LIBPQDIR) diff --git a/src/interfaces/libpq++/Makefile.in b/src/interfaces/libpq++/Makefile.in index 8c217d9df7..c0ee103f11 100644 --- a/src/interfaces/libpq++/Makefile.in +++ b/src/interfaces/libpq++/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.25 2000/05/29 05:45:50 tgl Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.26 2000/06/06 22:01:06 petere Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ NAME= pq++ SO_MAJOR_VERSION= 3 SO_MINOR_VERSION= 1 -SRCDIR= @top_srcdir@ +SRCDIR= ../.. include $(SRCDIR)/Makefile.global CXX=@CXX@ diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in index a5c43a4512..a5675bd5e0 100644 --- a/src/interfaces/libpq/Makefile.in +++ b/src/interfaces/libpq/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.58 2000/05/28 17:56:25 tgl Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.59 2000/06/06 22:01:03 petere Exp $ # #------------------------------------------------------------------------- @@ -14,7 +14,7 @@ NAME= pq SO_MAJOR_VERSION= 2 SO_MINOR_VERSION= 1 -SRCDIR= @top_srcdir@ +SRCDIR= ../.. include $(SRCDIR)/Makefile.global CFLAGS+= -DFRONTEND diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in index 8819b7271f..819402c30b 100644 --- a/src/interfaces/odbc/GNUmakefile.in +++ b/src/interfaces/odbc/GNUmakefile.in @@ -7,13 +7,13 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.12 2000/03/02 02:01:00 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.13 2000/06/06 22:01:09 petere Exp $ # #------------------------------------------------------------------------- @SET_MAKE@ NAME = psqlodbc -SRCDIR= @top_srcdir@ +SRCDIR= ../.. ODBCSRCDIR= @srcdir@ include $(SRCDIR)/Makefile.global @@ -91,7 +91,7 @@ standalone: fi -rm -f psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar.gz $(TAR) -chf psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar \ - $(SOURCES) -C @top_srcdir@ makefiles template Makefile.shlib + $(SOURCES) -C $(SRCDIR) makefiles template Makefile.shlib gzip psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar .PHONY: integrated |
