25 lines
259 B
Makefile
25 lines
259 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
dates2.c \
|
|
dbftools.c \
|
|
hb_f.c \
|
|
mathx.c \
|
|
strfmt.c \
|
|
stringsx.c \
|
|
|
|
PRG_SOURCES=\
|
|
fileread.prg \
|
|
nconvert.prg \
|
|
numtxthu.prg \
|
|
numtxten.prg \
|
|
stringp.prg \
|
|
|
|
LIBNAME=libmisc
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|