* harbour/bin/postinst.sh
! added missing export in envvar setting.
* harbour/config/linux/install.cf
* added error message when install directory is not set.
* harbour/config/lib.cf
* harbour/config/bin.cf
* harbour/config/dir.cf
+ added explicit support for make recursive calls.
Question: why we use $(MK) instead of $(MAKE) so it necessary
to mark recursive make calls manually?
* harbour/config/dir.cf
* rewritten DIR_RUL to use only GNU make commands instead of
OS scripts. Now config/<arch>/dir.cf files are not longer used.
Please make build tests on different platforms. If all will
be correct then we remove these files.
* harbour/source/common/Makefile
* harbour/source/vm/Makefile
* harbour/source/vm/vmmt/Makefile
* moved biggest files to begin of file list for better parallel
compilation utilization.
* harbour/source/rdd/dbfcdx/dbfcdx1.c
* accept invalid string key expression if codeblock key expression
is given.
30 lines
311 B
Makefile
30 lines
311 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
expropt1.c \
|
|
expropt2.c \
|
|
hbfsapi.c \
|
|
hbfopen.c \
|
|
hbgete.c \
|
|
hbwince.c \
|
|
hbhash.c \
|
|
hbprintf.c \
|
|
hbstr.c \
|
|
hbdate.c \
|
|
hbmem.c \
|
|
hbtrace.c \
|
|
hbver.c \
|
|
hbverdsp.c \
|
|
hbarch.c \
|
|
reserved.c \
|
|
|
|
PRG_SOURCES=\
|
|
|
|
LIBNAME=hbcommon
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|