16 lines
137 B
Makefile
16 lines
137 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
dbfcdx1.c \
|
|
|
|
PRG_SOURCES=\
|
|
dbfcdx0.prg \
|
|
|
|
LIBNAME=dbfcdx
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|