* common.mak
* source/rtl/Makefile
* source/rtl/oemansi.c
+ source/rtl/oemansix.c
* source/rtl/typefile.prg
+ source/rtl/typefilx.prg
* source/rdd/Makefile
* source/rdd/dbjoin.prg
+ source/rdd/dbjoinx.prg
* source/rdd/dblist.prg
+ source/rdd/dblistx.prg
* source/rdd/dbtotal.prg
+ source/rdd/dbtotalx.prg
* source/rdd/dbstrux.prg
+ source/rdd/dbstruxx.prg
* source/rdd/dbfuncs.prg
+ source/rdd/dbfuncsx.prg
* source/rdd/dbsort.prg
+ source/rdd/dbsortx.prg
* source/rdd/dbcmd.c
+ source/rdd/dbcmdx.c
* source/rdd/dbupdat.prg
+ source/rdd/dbupdatx.prg
+ Moved XPP compatible functions into separated source files.
52 lines
679 B
Makefile
52 lines
679 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbcmd.c \
|
|
dbcmdx.c \
|
|
workarea.c \
|
|
wacore.c \
|
|
wafunc.c \
|
|
dbf1.c \
|
|
dbnubs.c \
|
|
dbsql.c \
|
|
delim1.c \
|
|
sdf1.c \
|
|
hbdbsort.c \
|
|
|
|
PRG_SOURCES=\
|
|
dbdelim.prg \
|
|
dbfuncs.prg \
|
|
dbfuncsx.prg \
|
|
dbjoin.prg \
|
|
dbjoinx.prg \
|
|
dblist.prg \
|
|
dblistx.prg \
|
|
dbsdf.prg \
|
|
dbsort.prg \
|
|
dbsortx.prg \
|
|
dbstrux.prg \
|
|
dbstruxx.prg \
|
|
dbtotal.prg \
|
|
dbtotalx.prg \
|
|
dbupdat.prg \
|
|
dbupdatx.prg \
|
|
rddord.prg \
|
|
rddsys.prg \
|
|
|
|
ifeq ($(HB_MT),MT)
|
|
MT_LIBNAME=rddmt
|
|
endif
|
|
|
|
LIBNAME=rdd
|
|
|
|
|
|
# The list of all valid DB drivers is defined in config/global.cf.
|
|
DIRS=nulsys $(HB_DB_DRIVERS)
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|