2001-10-06 14:13:28 +00:00
|
|
|
DEPTH=..
|
|
|
|
include $(DEPTH)/Makecommon
|
|
|
|
|
|
|
|
#
|
|
|
|
# target file
|
|
|
|
#
|
|
|
|
TARGET = base
|
|
|
|
|
|
|
|
#
|
|
|
|
# source files
|
|
|
|
#
|
|
|
|
LCXXINCS = \
|
|
|
|
$(NULL)
|
|
|
|
CXXFILES = \
|
|
|
|
XBase.cpp \
|
2001-10-14 14:37:41 +00:00
|
|
|
CLog.cpp \
|
2001-10-06 14:13:28 +00:00
|
|
|
CFunctionJob.cpp \
|
|
|
|
CStopwatch.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
targets: $(LIBTARGET)
|
|
|
|
|
|
|
|
$(LIBTARGET): $(OBJECTS)
|
|
|
|
if test ! -d $(LIBDIR); then $(MKDIR) $(LIBDIR); fi
|
|
|
|
$(ARF) $(LIBTARGET) $(OBJECTS)
|