Files
harbour-core/harbour/utils/Makefile
Przemyslaw Czerpak eeb8fa3099 2010-10-16 09:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/ChangeLog
  * harbour/utils/Makefile
  * harbour/contrib/xhb/xhb.hbp
    * reverted my last unintentional commit
2010-10-16 07:26:17 +00:00

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