barrier/Makefile
crs 5709d8ddef refactored some common platform dependent stuff into a new
library:  platform.  also removed test.cpp.
2002-06-04 12:26:23 +00:00

36 lines
380 B
Makefile

DEPTH=.
COMMONPREF = root
include Makecommon
#
# subdirectories
#
SUBDIRS = \
base \
mt \
io \
http \
net \
synergy \
platform \
client \
server \
$(NULL)
#
# targets
#
default: $(COMMONPREF)_force
$(SUBDIRS_MAKERULE)
all targets: default
clean:
$(RMR) $(LIBDIR)
$(SUBDIRS_MAKERULE)
clobber:
$(RMR) $(LIBDIR)
$(SUBDIRS_MAKERULE)