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