Searched refs:makefile (Results 1 – 11 of 11) sorted by relevance
/build/kati/ |
D | main.cc | 142 new SimpleVar(StringPrintf(" %s", g_flags.makefile), VarOrigin::FILE)); in Run() 163 Makefile* mk = cache_mgr->ReadMakefile(g_flags.makefile); in Run() 217 if (g_flags.makefile != NULL) in FindFirstMakefie() 220 g_flags.makefile = "GNUmakefile"; in FindFirstMakefie() 223 g_flags.makefile = "makefile"; in FindFirstMakefie() 226 g_flags.makefile = "Makefile"; in FindFirstMakefie() 252 if (g_flags.makefile == NULL) in main()
|
D | parser.go | 37 type makefile struct { struct 50 mk makefile 623 func (p *parser) parse() (mk makefile, err error) { 632 return makefile{}, p.err 647 return makefile{}, p.err 739 func parseMakefileReader(rd io.Reader, loc srcpos) (makefile, error) { 747 func parseMakefileString(s string, loc srcpos) (makefile, error) { 751 func parseMakefileBytes(s []byte, loc srcpos) (makefile, error) { 756 mk makefile 771 func (mc *makefileCacheT) lookup(filename string) (makefile, [sha1.Size]byte, bool, error) { [all …]
|
D | bootstrap.go | 25 func bootstrapMakefile(targets []string) (makefile, error) { 49 return makefile{}, err
|
D | flags.h | 44 const char* makefile; member
|
D | flags.cc | 60 makefile = argv[++i]; in Parse()
|
D | ninja.cc | 700 for (const string& makefile : makefiles) { in GenerateStamp() local 701 DumpString(fp, makefile); in GenerateStamp()
|
D | serialize.go | 755 func loadCache(makefile string, roots []string) (*DepGraph, error) { 761 filename := cacheFilename(makefile, roots)
|
D | eval.go | 463 func (ev *Evaluator) evalIncludeFile(fname string, mk makefile) error { 676 func eval(mk makefile, vars Vars, useCache bool) (er *evalResult, err error) { argument
|
/build/core/ |
D | product_config.mk | 234 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
|
D | base_rules.mk | 95 $(warning * section of a product makefile to have it installed.)
|
D | definitions.mk | 138 $(error my-dir must be called before including any other makefile.) \
|