22 lines
285 B
Makefile
22 lines
285 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dbcmd.c \
|
|
dbf1.c \
|
|
|
|
PRG_SOURCES=\
|
|
dbf0.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
|