Replace $(findstring) by $(filter)

Previously, unnecessary build targets were created because
$(findstring) matched with unintended names. For example,
$(findstring AttrImpl) returns non-empty even for
AttrParsedAttrImpl.inc.

Also add Options.inc explicitly to TBLGEN_TABLES. This won't
be pulled by CC1Options.inc anymore.

Change-Id: I344400e49570a1eb61e6125f775dff9530cfecc0
4 files changed