30 lines
314 B
Makefile
30 lines
314 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
addascii.c \
|
|
asciisum.c \
|
|
ascpos.c \
|
|
atadjust.c \
|
|
atnum.c \
|
|
charevod.c \
|
|
charop.c \
|
|
ctset.c \
|
|
ctstr.c \
|
|
ctchksum.c \
|
|
ctchrmix.c \
|
|
ctcolton.c \
|
|
ctcrypt.c \
|
|
ctposupp.c \
|
|
|
|
PRG_SOURCES=\
|
|
ctmisc.prg \
|
|
cttoken.prg \
|
|
|
|
LIBNAME=ct3
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|