#
# Makefile for Vkernel exception server
#

#include ../../buildprefix

SUBDIRS= vax m68k

all:
	domake "$(SUBDIRS)" build

install:
	domake "$(SUBDIRS)" "build install"

clean:
	rm -f *.o *.o *.s *.ls *CKP *BAK .emacs* *.a
	domake "$(SUBDIRS)" "build clean"

cleanbak:
	rm -f *CKP *BAK
	domake "$(SUBDIRS)" "build cleanbak"


relink:
	domake "$(SUBDIRS)" "build relink"
