* harbour/ChangeLog
* harbour/utils/Makefile
* harbour/contrib/xhb/xhb.hbp
* reverted my last unintentional commit
29 lines
293 B
Makefile
29 lines
293 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
ifneq ($(HB_BUILD_PARTS),lib)
|
|
|
|
DIRS := \
|
|
hbrun \
|
|
hbmk2 \
|
|
|
|
ifneq ($(HB_BUILD_PARTS),compiler)
|
|
|
|
DIRS += \
|
|
hbi18n \
|
|
hbtest \
|
|
hbformat \
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(DIRS),)
|
|
include $(ROOT)config/dir.mk
|
|
else
|
|
include $(ROOT)config/none.mk
|
|
endif
|