barrier/base/Makefile

26 lines
345 B
Makefile
Raw Normal View History

2001-10-06 14:13:28 +00:00
DEPTH=..
include $(DEPTH)/Makecommon
#
# target file
#
TARGET = base
#
# source files
#
LCXXINCS = \
$(NULL)
CXXFILES = \
XBase.cpp \
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)