SUBDIRS := desktop etc

all \
depend \
clean \
install \
test	\
uninstall:
	$(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) $@;)
