#
#       Makefile for libtsp/ST
#
SOURCES = STcatMax.c STcopyMax.c STcopyNMax.c STdec1double.c STdec1float.c \
	STdec1int.c STdec1long.c STdecDfrac.c STdecIfrac.c STdecIrange.c \
	STdecLrange.c STdecNdouble.c STdecNfloat.c STdecNint.c STdecNlong.c \
	STfindToken.c STkeyMatch.c STkeyXpar.c STtrim.c STunQuote.c \
	nucleus/STdec1val.c nucleus/STdecNval.c nucleus/STdecPair.c \
	nucleus/STstrDots.c nucleus/STstrstrNM.c nucleus/STtrimIws.c \
	nucleus/STtrimNMax.c

HEADERS = $(includedir)/libtsp/STmsg.h

include Make_lib
