SRCDIRS       = ./gavtool \
		./gadmks

all:
		@for i in $(SRCDIRS); \
		do \
			(echo $$i; cd $$i; make); \
		done
