TITLE=                  Threading Core Library
VERMAJOR=               2
VERMINOR=               0
VERREV=                 0

MOVETO=			../

LIBNAME=		libThreading.a

OBJECTS=		configget.o configload.o configman.o core.o error.o
OBJECTS+=		initthreaddb.o addthreadingmsg.o registerthread.o
OBJECTS+=		stopthread.o checkforthread.o getthreadingmsg.o
OBJECTS+=		threadcloseself.o

BACKPATH=		../../

CC_OPTS=		-I../
LINK_OPTS=		-pthread
STDHEADERS=		

include			${BACKPATH}core/make/make.mk

