* package/*
* src/compiler/harbour.y
* src/compiler/harbour.yyc
* src/macro/macro.y
* src/macro/macro.yyc
* src/pp/hbpp.1
* tests/*/*
* utils/*
* stripped svn header manually
* tests/hbdocext.hb
* tests/lang2po.hb
* tests/big5_gen.prg
* tests/uc16_gen.prg
* do not add svn ids to generated sources
+ tests/stripsvn.hb
+ added script to strip svn header from sources
25 lines
293 B
Makefile
25 lines
293 B
Makefile
ROOT := ../
|
|
|
|
ifneq ($(HB_BUILD_PARTS),lib)
|
|
|
|
DIRS := \
|
|
hbmk2 \
|
|
|
|
ifneq ($(HB_BUILD_PARTS),compiler)
|
|
|
|
DIRS := \
|
|
hbtest \
|
|
hbmk2 \
|
|
hbi18n \
|
|
$(__HB_UTIL_ADDONS)
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
ifneq ($(DIRS),)
|
|
include $(ROOT)config/dir.mk
|
|
else
|
|
include $(ROOT)config/none.mk
|
|
endif
|