* contrib/make_b32_all.bat * contrib/make_vc_all.bat * contrib/Makefile - contrib/msql + contrib/hbmsql * contrib/hbmsql/common.mak * contrib/hbmsql/Makefile - contrib/libmisc + contrib/hbmisc - contrib/mysql + contrib/hbmysql - contrib/odbc + contrib/hbodbc - contrib/ole + contrib/hbole - contrib/pgsql + contrib/hbpgsql * contrib/hbpgsql/common.mak * contrib/hbpgsql/Makefile - contrib/samples + contrib/hbclipsm * contrib/hbclipsm/common.mak * contrib/hbclipsm/Makefile
20 lines
256 B
Makefile
20 lines
256 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
LIBNAME = hbpgsql
|
|
|
|
LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT)
|
|
|
|
PRG_HEADERS = \
|
|
postgres.ch \
|
|
|
|
LIB_OBJS = \
|
|
$(OBJ_DIR)\postgres$(OBJEXT) \
|
|
\
|
|
$(OBJ_DIR)\tpostgre$(OBJEXT) \
|
|
$(OBJ_DIR)\pgrdd$(OBJEXT) \
|
|
|
|
all: \
|
|
$(LIB_PATH) \
|