* contrib/make.hbs
! Fixed stdalone mode to create target in their usual GNU Make
target dir.
! Fixed HB_BUILD_NAME handling.
* INSTALL
* utils/Makefile
* config/postinst.hbs
% Changed postinst to create .hbl file on its own behalf without
calling hbi18n.
21 lines
191 B
Makefile
21 lines
191 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
DIRS := \
|
|
hbrun \
|
|
hbmk2 \
|
|
|
|
ifneq ($(HB_BUILD_PARTS),compiler)
|
|
|
|
DIRS += \
|
|
hbi18n \
|
|
hbtest \
|
|
hbformat \
|
|
|
|
endif
|
|
|
|
include $(ROOT)config/dir.mk
|