mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
We got automatic dependencies now.
This commit is contained in:
parent
fbc69e29af
commit
a298589e1c
@ -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
|
Loading…
Reference in New Issue
Block a user