#
# Makefile for Vkernel internet 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"

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

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

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

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

version-only:
	domake "$(SUBDIRS)" "build version-only"

