Lines Matching refs:targets
51 # Build targets that can be manually specified.
55 # Build targets that get built when you don't specify any (and specified tests
56 # don't imply any other targets).
66 "targets": BUILD_TARGETS_ALL,
71 "targets": BUILD_TARGETS_TEST,
76 "targets": BUILD_TARGETS_TEST,
81 "targets": BUILD_TARGETS_ALL,
86 "targets": [],
95 - %(targets)s (build respective binary)
102 "targets": ", ".join(TARGETS)}
272 targets,
278 self.targets = set(targets)
283 def Extend(self, targets, tests=[], clean=False):
284 self.targets.update(targets)
357 targets = " ".join(self.targets)
361 return _Call("autoninja -C %s %s" % (path, targets))
364 (path, targets))
380 "mkgrokdump" in self.targets):
407 def PopulateConfigs(self, arches, modes, targets, tests, clean):
412 self.configs[path] = Config(a, m, targets, tests, clean,
415 self.configs[path].Extend(targets, tests)
434 targets = []
472 targets.append(word)
483 targets += impact["targets"]
489 targets = targets or DEFAULT_TARGETS
491 self.PopulateConfigs(arches, modes, targets, tests, clean)