- harbour/source/nulrtl
- harbour/source/nulrtl/nulrtl.c
- harbour/source/nulrtl/Makefile
+ harbour/source/nortl
+ harbour/source/nortl/nortl.c
+ harbour/source/nortl/Makefile
* harbour/source/pp/Makefile
* harbour/source/main/Makefile
* harbour/source/Makefile
* harbour/harbour-win-spec
* harbour/harbour-wce-spec
* harbour/harbour.spec
* harbour/examples/pp/pp.hbp
* renamed hbnulrtl library to hbnortl to eliminate 8.3 name conflicts
in DJGPP builds
46 lines
529 B
Makefile
46 lines
529 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
ifeq ($(HB_HOST_BUILD),yes)
|
|
|
|
DIRS=\
|
|
common \
|
|
nortl \
|
|
pp{common,nortl} \
|
|
compiler{pp} \
|
|
main{compiler} \
|
|
|
|
else
|
|
|
|
ifeq ($(HB_HOST_BUILD),lib)
|
|
HB_COMP_DIR=
|
|
HB_COMP_REF=
|
|
else
|
|
HB_COMP_DIR=main{compiler}
|
|
HB_COMP_REF={main}
|
|
endif
|
|
|
|
DIRS=\
|
|
common \
|
|
nortl \
|
|
pp{common,nortl} \
|
|
compiler{pp} \
|
|
$(HB_COMP_DIR) \
|
|
rtl$(HB_COMP_REF) \
|
|
vm$(HB_COMP_REF) \
|
|
macro \
|
|
codepage \
|
|
lang \
|
|
rdd$(HB_COMP_REF) \
|
|
hbextern$(HB_COMP_REF) \
|
|
hbpcre \
|
|
hbzlib \
|
|
debug$(HB_COMP_REF) \
|
|
|
|
endif
|
|
|
|
include $(ROOT)config/dir.cf
|