head	1.3;
access;
symbols
	REL7_1_BETA3:1.2
	REL7_1_BETA2:1.2
	REL7_1:1.2
	REL7_0_PATCHES:1.2.0.4
	REL7_0:1.2
	REL6_5_PATCHES:1.2.0.2
	REL6_5:1.2
	REL6_4:1.1.0.2
	release-6-3:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.03.14.20.53.13;	author petere;	state dead;
branches;
next	1.2;

1.2
date	99.05.23.01.03.58;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	97.02.13.10.00.24;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.3
log
@We got automatic dependencies now.
@
text
@###########################################################################
# Dependencies for libpq++ C++ library for Postgres SQL
# 
# Author: Leo Shuster (lsh@@lubrizol.com)
# Updated 18 May 1999 by Vince Vielhaber (vev@@michvhf.com)
###########################################################################

pgconnection.o :: pgconnection.cc \
		  pgconnection.h \
		  $(LIBPQDIR)/libpq-fe.h \
		  $(LIBPQDIR)/fe-auth.h

pgtransdb.o    :: pgtransdb.cc \
		  pgtransdb.h \
		  pgdatabase.h \
		  pgconnection.h \
                  $(LIBPQDIR)/libpq-fe.h \
                  $(LIBPQDIR)/fe-auth.h
                  
pgcursordb.o    :: pgcursordb.cc \
		   pgcursordb.h \
		   pgdatabase.h \
		   pgconnection.h \
                   $(LIBPQDIR)/libpq-fe.h \
                   $(LIBPQDIR)/fe-auth.h

pglobject.o ::	pglobject.cc \
		pglobject.h \
		pgconnection.h \
		$(LIBPQDIR)/libpq-fe.h \
		$(LIBPQHEADERDIR)/libpq-fs.h
@


1.2
log
@Here it is.  Remove or rename the current interfaces/libpq++ and untar
this file in interfaces/

It will all need to be checked in.  I used the char *rcsid[] method for
cvs ids so it can be strings | grep'd to find version numbers.  The new
version for the library is 3.0.

Run configure from src/ to create the Makefile and it should be good to
go.

I did minimal documentation references in the README, I'll see if I can
get something to Tom Lockhart rather quickly.

Vince.
@
text
@@


1.1
log
@Bring in Leo's <lsh@@lubrizol.com> massive changes to libpq++
@
text
@d5 1
a6 2
pgenv.o ::	pgenv.cc \
		pgenv.h
a9 1
		  pgenv.h \
a16 1
                  pgenv.h \
a23 1
                   pgenv.h \
a29 1
		pgenv.h \
@

