21 lines
184 B
Makefile
21 lines
184 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
datesx.c \
|
|
debug.c \
|
|
genobj.c \
|
|
io.c \
|
|
mathx.c \
|
|
stringsx.c \
|
|
|
|
PRG_SOURCES=\
|
|
stringp.prg \
|
|
|
|
LIB=tools
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|