
SUBDIRS = ../m68k ../vax

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

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

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

build:
	buildmake
	domake "$(SUBDIRS)" "make build"

xbuild:
	buildmake -DX=1
	domake "$(SUBDIRS)" "make xbuild"
