barrier/lib/base/Makefile.am

41 lines
669 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
NULL =
DEPTH = ../..
EXTRA_DIST = \
base.dsp \
$(NULL)
noinst_LIBRARIES = libbase.a
libbase_a_SOURCES = \
CFunctionJob.cpp \
CLog.cpp \
CStopwatch.cpp \
CString.cpp \
CUnicode.cpp \
XBase.cpp \
BasicTypes.h \
CFunctionJob.h \
CLog.h \
CStopwatch.h \
CString.h \
CUnicode.h \
IInterface.h \
IJob.h \
TMethodJob.h \
XBase.h \
common.h \
stdfstream.h \
stdistream.h \
stdlist.h \
stdmap.h \
stdostream.h \
stdpost.h \
stdpre.h \
stdset.h \
stdsstream.h \
stdvector.h \
$(NULL)
INCLUDES = \
$(NULL)