cmCTest*Command: Access Makefile through an alias At the top of each function that requires access to Makefile, declare an alias `mf = this->Makefile`. Then replace all occurrences of `this->Makefile->` with `mf.`. The intention is to make following changes easier to review.