diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-14 20:53:13 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-14 20:53:13 +0000 |
commit | a298589e1c5b31635fb4b1c12acfe9d5aa9d8098 (patch) | |
tree | e75d65e4fc3da8a97d0c4bb2d77416a18cc086a6 /src/interfaces | |
parent | fbc69e29af788d917d3134455eaf39fccdafbd48 (diff) | |
download | postgresql-a298589e1c5b31635fb4b1c12acfe9d5aa9d8098.tar.gz postgresql-a298589e1c5b31635fb4b1c12acfe9d5aa9d8098.zip |
We got automatic dependencies now.
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/libpq++/dependencies | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/interfaces/libpq++/dependencies b/src/interfaces/libpq++/dependencies deleted file mode 100644 index 426c34493ea..00000000000 --- a/src/interfaces/libpq++/dependencies +++ /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 |