Files
harbour-core/harbour/source/runner/stdalone/Makefile

29 lines
269 B
Makefile

#
# $Id$
#
ifeq ($(HB_MAIN),)
HB_MAIN = std
endif
ROOT = ../../../
PRG_SOURCES=\
hbrun.prg \
external.prg \
PRG_MAIN=hbrun.prg
LIBS=\
runner \
tools \
debug \
rdd \
vm \
rdd \
rtl \
pp \
common \
include $(TOP)$(ROOT)config/bin.cf