DIRS    = util src applications examples xfonts bin doc lib

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