
#include ../../buildprefix

SUBDIRS = m68k vax

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

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

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

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

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

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

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

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