Files
harbour-core/harbour/contrib/libct/Makefile
2001-07-23 19:23:34 +00:00

85 lines
766 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES = \
addascii.c \
asciisum.c \
ascpos.c \
atadjust.c \
atnum.c \
atrepl.c \
charevod.c \
charlist.c \
charmirr.c \
charmix.c \
charone.c \
charonly.c \
charop.c \
charrepl.c \
charsort.c \
charswap.c \
count.c \
ct.c \
ctmath.c \
ctset.c \
ctstr.c \
ctchksum.c \
ctcolton.c \
ctcrypt.c \
finan.c \
justify.c \
math.c \
num1.c \
pos1.c \
pos2.c \
posdiff.c \
relation.c \
token1.c \
trig.c \
wordrepl.c \
PRG_SOURCES= \
ctmisc.prg \
LIBNAME=libct
include $(TOP)$(ROOT)config/lib.cf