Files
harbour-core/harbour/utils/Makefile
Viktor Szakats e8c841d7c9 2011-01-08 11:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbplist
  + contrib/hbformat
  - utils/hbformat
  * utils/Makefile
    * Moved hbformat to contrib area.
2011-01-08 10:46:21 +00:00

29 lines
302 B
Makefile

#
# $Id$
#
ROOT := ../
ifneq ($(HB_BUILD_PARTS),lib)
DIRS := \
hbrun \
hbmk2 \
ifneq ($(HB_BUILD_PARTS),compiler)
DIRS += \
hbi18n \
hbtest \
$(__HB_UTIL_ADDONS)
endif
endif
ifneq ($(DIRS),)
include $(ROOT)config/dir.mk
else
include $(ROOT)config/none.mk
endif