Files
harbour-core/harbour-RC1/contrib/hbpgsql/tests/Makefile
2008-06-04 05:13:20 +00:00

33 lines
286 B
Makefile

#
# $Id$
#
ifeq ($(HB_MAIN),)
HB_MAIN = std
endif
ROOT = ../../../
CONTRIBS=\
hbpgsql \
PRG_SOURCES=\
test.prg \
PRG_MAIN=\
test.prg
LIBS=\
hbdebug \
hbvm \
hbrtl \
hblang \
hbrdd \
hbrtl \
hbvm \
hbmacro \
hbcommon \
hbpgsql \
include $(TOP)$(ROOT)config/bin.cf