2002-06-18 19:44:34 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
DEPTH = ..
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libbase.a
|
|
|
|
libbase_a_SOURCES = \
|
|
|
|
CFunctionJob.cpp \
|
|
|
|
CLog.cpp \
|
|
|
|
CStopwatch.cpp \
|
|
|
|
CString.cpp \
|
2002-07-22 17:32:51 +00:00
|
|
|
CUnicode.cpp \
|
2002-06-18 19:44:34 +00:00
|
|
|
XBase.cpp \
|
|
|
|
BasicTypes.h \
|
|
|
|
CFunctionJob.h \
|
|
|
|
CLog.h \
|
|
|
|
CStopwatch.h \
|
|
|
|
CString.h \
|
2002-07-22 17:32:51 +00:00
|
|
|
CUnicode.h \
|
2002-06-18 19:44:34 +00:00
|
|
|
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)
|