SUBS = lib ../bin

install bare clean depend:
	-PWD=`pwd`; \
	for i in $(SUBS); do \
		echo '<<' $$i '>>'; \
		cd $$PWD/$$i; \
		make $@; \
	done
