barrier/Makefile

36 lines
380 B
Makefile
Raw Normal View History

DEPTH=.
COMMONPREF = root
include Makecommon
#
# subdirectories
#
SUBDIRS = \
base \
mt \
io \
http \
net \
2001-11-10 22:28:30 +00:00
synergy \
platform \
client \
server \
$(NULL)
#
# targets
#
default: $(COMMONPREF)_force
$(SUBDIRS_MAKERULE)
all targets: default
clean:
$(RMR) $(LIBDIR)
$(SUBDIRS_MAKERULE)
clobber:
$(RMR) $(LIBDIR)
$(SUBDIRS_MAKERULE)