summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBryan Henderson1996-11-13 10:36:36 +0000
committerBryan Henderson1996-11-13 10:36:36 +0000
commitb20766ccc4a281f1fc88a03bb4ba25da983e6141 (patch)
tree5a6ccccee715c8e66835a07d4aef5899eee5e375 /src/interfaces
parentfdc1cf2434c973a5db21d9f240c376b62367a83c (diff)
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpgtcl/Makefile5
-rw-r--r--src/interfaces/libpq++/Makefile5
-rw-r--r--src/interfaces/libpq++/examples/Makefile1
3 files changed, 4 insertions, 7 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile
index e4c0f158660..cc9e554caf3 100644
--- a/src/interfaces/libpgtcl/Makefile
+++ b/src/interfaces/libpgtcl/Makefile
@@ -7,12 +7,11 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.5 1996/11/12 11:42:09 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.6 1996/11/13 10:35:31 bryanh Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ..
-LIBPQDIR= $(SRCDIR)/libpq
include ../Makefile.global
INCLUDE_OPT= \
@@ -58,4 +57,4 @@ install-libpgtcl: libpgtcl.a
.PHONY: clean
clean:
- rm -f $(OBJS) \ No newline at end of file
+ rm -f $(OBJS)
diff --git a/src/interfaces/libpq++/Makefile b/src/interfaces/libpq++/Makefile
index 3fb1f5d7249..0c734256a91 100644
--- a/src/interfaces/libpq++/Makefile
+++ b/src/interfaces/libpq++/Makefile
@@ -7,12 +7,11 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.2 1996/11/12 11:42:24 bryanh Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.3 1996/11/13 10:35:39 bryanh Exp $
#
#-------------------------------------------------------------------------
SRCDIR= ..
-LIBPQDIR= $(SRCDIR)/libpq
include ../Makefile.global
CXXFLAGS= $(CFLAGS)
@@ -63,4 +62,4 @@ doc:
clean:
rm libpq++.a $(OBJS)
- $(MAKE) -C examples clean \ No newline at end of file
+ $(MAKE) -C examples clean
diff --git a/src/interfaces/libpq++/examples/Makefile b/src/interfaces/libpq++/examples/Makefile
index e319a065c3b..1066d402255 100644
--- a/src/interfaces/libpq++/examples/Makefile
+++ b/src/interfaces/libpq++/examples/Makefile
@@ -3,7 +3,6 @@
#
SRCDIR= ../..
-LIBPQDIR= $(SRCDIR)/libpq
include ../../Makefile.global
CXXFLAGS= $(CFLAGS)