Files
harbour-core/harbour/contrib/libct/Makefile
2001-07-17 17:47:34 +00:00

76 lines
668 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 \
ct.c \
ctmath.c \
ctset.c \
ctstr.c \
ctchksum.c \
ctcolton.c \
ctcrypt.c \
ctposupp.c \
token1.c \
wordrepl.c \
PRG_SOURCES= \
ctmisc.prg \
LIBNAME=libct
include $(TOP)$(ROOT)config/lib.cf