32 lines
326 B
Makefile
32 lines
326 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
arrays.c \
|
|
classes.c \
|
|
codebloc.c \
|
|
console.c \
|
|
dates.c \
|
|
environ.c \
|
|
errorapi.c \
|
|
extend.c \
|
|
files.c \
|
|
itemapi.c \
|
|
math.c \
|
|
set.c \
|
|
strcmp.c \
|
|
strings.c \
|
|
transfrm.c \
|
|
|
|
PRG_SOURCES=\
|
|
error.prg \
|
|
errorsys.prg \
|
|
tclass.prg \
|
|
|
|
LIB=rtl
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|