26 lines
361 B
Makefile
26 lines
361 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbcmd.c \
|
|
dbf1.c \
|
|
sdf1.c \
|
|
delim1.c \
|
|
|
|
PRG_SOURCES=\
|
|
dbf0.prg \
|
|
sdf0.prg \
|
|
delim0.prg \
|
|
rddsys.prg \
|
|
|
|
LIB=rdd
|
|
|
|
# The list of all valid DB drivers is defined in config/global.cf.
|
|
DIRS=$(HB_DB_DRIVERS)
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|