29 lines
318 B
Makefile
29 lines
318 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 \
|
|
twirler.prg \
|
|
|
|
LIBNAME=misc
|
|
|
|
DIRS=tests
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|