2002-06-18 19:44:34 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
2002-07-30 16:52:46 +00:00
|
|
|
DEPTH = ../..
|
2002-06-18 19:44:34 +00:00
|
|
|
|
2002-07-31 16:27:06 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
mt.dsp \
|
|
|
|
$(NULL)
|
|
|
|
|
2002-06-18 19:44:34 +00:00
|
|
|
noinst_LIBRARIES = libmt.a
|
|
|
|
libmt_a_SOURCES = \
|
|
|
|
CLock.cpp \
|
|
|
|
CMutex.cpp \
|
|
|
|
CCondVar.cpp \
|
|
|
|
CThread.cpp \
|
|
|
|
CThreadRep.cpp \
|
|
|
|
CTimerThread.cpp \
|
2002-06-22 17:31:24 +00:00
|
|
|
CCondVar.h \
|
|
|
|
CLock.h \
|
|
|
|
CMutex.h \
|
|
|
|
CThread.h \
|
|
|
|
CThreadRep.h \
|
|
|
|
CTimerThread.h \
|
|
|
|
XThread.h \
|
2002-06-18 19:44:34 +00:00
|
|
|
$(NULL)
|
|
|
|
INCLUDES = \
|
2002-07-30 16:52:46 +00:00
|
|
|
-I$(DEPTH)/lib/base \
|
2002-06-18 19:44:34 +00:00
|
|
|
$(NULL)
|