SUBDIRS=EIV LIN LLS

all       \
testing   \
clean ::
	for f in $(SUBDIRS); do  \
	   (cd $$f && make $@)  ;\
	done
