OSDN Git Service

We got automatic dependencies now.
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 14 Mar 2001 20:53:13 +0000 (20:53 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 14 Mar 2001 20:53:13 +0000 (20:53 +0000)
src/interfaces/libpq++/dependencies [deleted file]

diff --git a/src/interfaces/libpq++/dependencies b/src/interfaces/libpq++/dependencies
deleted file mode 100644 (file)
index 426c344..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-###########################################################################
-# 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