14 lines
120 B
Makefile
14 lines
120 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
dbfcdx1.c \
|
|
sixcdx1.c \
|
|
|
|
LIBNAME=rddcdx
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|