public boolean canFindUsagesFor(@NotNull PsiElement psiElement) {
   return MakefileIdentifierReference.isSelfReferenceType(
       MakefileIdentifierReference.type(psiElement));
 }