#
# $Id: Makefile,v 1.19 2002/10/24 18:00:23 walito Exp $
#

ROOT = ../

ifeq ($(HB_COMPILER),bcc16)

# Don't build the Harbour compiler for 16-bit DOS,
# because it frequently runs out of memory, so it
# is necessary to use the DJGPP Harbour compiler.

DIRS=\
	codepage \
	common \
	pp \
	rtl \
	vm \
	macro \
	lang \
	rdd \
	debug \

else

DIRS=\
	codepage \
	common \
	pp \
	compiler \
	rtl \
	vm \
	macro \
	lang \
	rdd \
	debug \

endif

include $(ROOT)config/dir.cf
