The variant-level makefile

The variant-level makefile (i.e., the bottommost makefile in the tree) contains the single line:

include ../../common.mk

The number of ../ components must be correct to get at the common.mk include file, which resides in the project level of the tree. The reason that the number of ../ components isn't necessarily the same in all cases has to do with whether directory levels are being collapsed.