barrier/mt/Makefile.am

24 lines
410 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
NULL =
DEPTH = ..
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 \
$(NULL)
INCLUDES = \
-I$(DEPTH)/base \
$(NULL)