Files
harbour-core/harbour/utils/hbtest/Makefile
2000-03-22 12:39:13 +00:00

36 lines
477 B
Makefile

#
# $Id$
#
ifeq ($(HB_MAIN),)
HB_MAIN = std
endif
ROOT = ../../
PRG_SOURCES=\
hbtest.prg \
rt_array.prg \
rt_date.prg \
rt_file.prg \
rt_hvm.prg \
rt_math.prg \
rt_misc.prg \
rt_str.prg \
rt_trans.prg \
PRG_MAIN=hbtest.prg
LIBS=\
debug \
vm \
rtl \
rdd \
rtl \
vm \
macro \
pp \
common \
include $(TOP)$(ROOT)config/bin.cf