Searched refs:makefile (Results 1 – 15 of 15) sorted by relevance
/build/kati/ |
D | main.cc | 243 .SetGlobalVar(new SimpleVar(StringPrintf(" %s", g_flags.makefile), in Run() 271 Makefile* mk = cache_mgr->ReadMakefile(g_flags.makefile); in Run() 327 if (g_flags.makefile != NULL) in FindFirstMakefie() 330 g_flags.makefile = "GNUmakefile"; in FindFirstMakefie() 333 g_flags.makefile = "makefile"; in FindFirstMakefie() 336 g_flags.makefile = "Makefile"; in FindFirstMakefie() 362 if (g_flags.makefile == NULL) in main()
|
D | bootstrap.go | 25 func bootstrapMakefile(targets []string) (makefile, error) { 49 return makefile{}, err
|
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 | flags.h | 62 const char* makefile; member
|
D | flags.cc | 69 makefile = argv[++i]; in Parse()
|
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
|
D | ninja.cc | 720 for (const string& makefile : makefiles) { in GenerateStamp() local 721 DumpString(fp, makefile); in GenerateStamp()
|
/build/make/core/ |
D | product_config.mk | 223 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)") 233 $(foreach makefile,$(ARTIFACT_PATH_REQUIREMENT_PRODUCTS),\ 234 $(if $(filter-out $(makefile),$(PRODUCTS)),$(eval $(call import-products,$(makefile))))\
|
D | main.mk | 1038 $$(hide) $(CHECK_LINK_TYPE) --makefile $($(1).MAKEFILE) --module $(link-type-name) \ 1402 $(foreach makefile,$(ARTIFACT_PATH_REQUIREMENT_PRODUCTS),\ 1403 $(eval requirements := $(PRODUCTS.$(makefile).ARTIFACT_PATH_REQUIREMENTS)) \ 1405 $(eval whitelist := $(PRODUCTS.$(makefile).ARTIFACT_PATH_WHITELIST)) \ 1408 $(eval files := $(call product-installed-files, $(makefile))) \ 1410 …$(call maybe-print-list-and-error,$(offending_files),$(makefile) produces files outside its artifa… 1412 …$(call maybe-print-list-and-error,$(unused_whitelist),$(makefile) includes redundant whitelist ent… 1423 $(INTERNAL_PRODUCT) produces files inside $(makefile)s artifact path requirement. \
|
D | base_rules.mk | 160 $(warning * section of a product makefile to have it installed.)
|
D | definitions.mk | 155 $(error my-dir must be called before including any other makefile.) \
|
/build/make/tools/ |
D | check_link_type.py | 48 "makefile": args.makefile,
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 358 Don't put the specified module in the makefile. 372 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
|
/build/make/ |
D | Changes.md | 456 the makefile system. If you need one of them, you'll have to set up your own
|