* contrib/hbplist
- contrib/hbrun/hbrunext.hbp
+ contrib/hbrun/hbrun.prg
+ contrib/hbrun/hbrun.hbp
+ contrib/hbrun/hbrun.1
* config/postinst.hbs
- utils/hbrun
* utils/Makefile
* Moved hbrun to contrib area.
; Now it can contain any contrib libs.
28 lines
291 B
Makefile
28 lines
291 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
ifneq ($(HB_BUILD_PARTS),lib)
|
|
|
|
DIRS := \
|
|
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
|