#
# $Id: Makefile,v 1.10 2004/04/20 20:24:36 dholm Exp $
#

ROOT = ../

ifeq ($(HB_ARCHITECTURE),w32)

ifeq ($(HB_COMPILER),msvc)

DIRS=\
	htmllib \
	libct \
	libgt \
	libmisc \
	rdd_ads \
	odbc \
	samples \

else
ifeq ($(HB_COMPILER),rsxnt)

DIRS=\
	btree \
	htmllib \
	libct \
	libgt \
	libmisc \
	libnf \
	rdd_ads \
	samples \

else

DIRS=\
	btree \
	htmllib \
	libct \
	libgt \
	libmisc \
	libnf \
	rdd_ads \
	ole \
	odbc \
	samples \

endif
endif

else
ifeq ($(HB_COMPILER),icc)

DIRS=\
	hgf/os2pm \
	htmllib \
	libct \
	libgt \
	libmisc \
	libnf \
	samples \

else
ifeq ($(HB_ARCHITECTURE),os2)

DIRS=\
	btree \
	hgf/os2pm \
	htmllib \
	libct \
	libgt \
	libmisc \
	libnf \
	samples \

else
ifeq ($(HB_ARCHITECTURE),bsd)

DIRS=\
	htmllib \
	libct \
	libgt \
	libmisc \
	samples \
 
else

DIRS=\
	htmllib \
	libct \
	libgt \
	libmisc \
	mysql \
	rdd_ads \	
	samples \
 
endif
endif
endif
endif

include $(ROOT)config/dir.cf
