all: A1B/C A1B/D A2B/C A2B/D 

A%B/C A%B/D: E.%
	@echo "Creating '$@' from '$^' with stem '$*'"

E.1 E.2:
	@echo "Generate '$@'"
