SUBDIRS= box_iconify simple_menus start_slide gnome SUBDIRS+= pier mwm_hints pager setroot animations SUBDIRS+= wmclass_defs @BUILD_SOUND_PLUGIN@ @SET_MAKE@ .PHONY: all clean RECUR= @for dir in $(SUBDIRS) ; do \ echo "===> $$dir" ; \ (cd $$dir ; $(MAKE) $@) ; \ done all: $(RECUR) clean: $(RECUR)