# Makefile for V Servers library
# David Cheriton
#
# Keep DIRS in alphabetical order
DIRS = auth exceptions exec internet memory mvax-unix nd-unix pipe print \
  storage sts team telnet V vgts

#include ../buildprefix

servers:
	domake "$(DIRS)" "build $(MFLAGS)"

install:
	domake "$(DIRS)" "build $(MFLAGS) install"

clean:
	rm -f  *CKP *BAK *.b .emacs* */*.a
	domake "$(DIRS)" "build $(MFLAGS) clean"

relink:
	domake "$(DIRS)" "build $(MFLAGS) relink"
