DIRS    =   \
	    calculator \
	    dialog \
	    draw \
	    layout \
	    micky \
	    miniedit \
	    polydocapp \
	    threeshapes \
	    tree \
	    twoshapes \
	    twoviews \
	    typescript \
	    vobedit

all clean clobber::
	-@for i in $(DIRS); do (cd $$i; $(MAKE) $@); done

rmcore:
	rm -f */core

