1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.

This commit is contained in:
Bryan Henderson
1996-11-13 10:36:36 +00:00
parent fdc1cf2434
commit b20766ccc4
12 changed files with 35 additions and 74 deletions

View File

@@ -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)
rm -f $(OBJS)

View File

@@ -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
$(MAKE) -C examples clean

View File

@@ -3,7 +3,6 @@
#
SRCDIR= ../..
LIBPQDIR= $(SRCDIR)/libpq
include ../../Makefile.global
CXXFLAGS= $(CFLAGS)