Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 15 of 15) sorted by relevance

/build/kati/
Dmain.cc243 .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()
Dbootstrap.go25 func bootstrapMakefile(targets []string) (makefile, error) {
49 return makefile{}, err
Dparser.go37 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 …]
Dflags.h62 const char* makefile; member
Dflags.cc69 makefile = argv[++i]; in Parse()
Dserialize.go755 func loadCache(makefile string, roots []string) (*DepGraph, error) {
761 filename := cacheFilename(makefile, roots)
Deval.go463 func (ev *Evaluator) evalIncludeFile(fname string, mk makefile) error {
676 func eval(mk makefile, vars Vars, useCache bool) (er *evalResult, err error) { argument
Dninja.cc720 for (const string& makefile : makefiles) { in GenerateStamp() local
721 DumpString(fp, makefile); in GenerateStamp()
/build/make/core/
Dproduct_config.mk223 $(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))))\
Dmain.mk1038 $$(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. \
Dbase_rules.mk160 $(warning * section of a product makefile to have it installed.)
Ddefinitions.mk155 $(error my-dir must be called before including any other makefile.) \
/build/make/tools/
Dcheck_link_type.py48 "makefile": args.makefile,
/build/soong/cmd/pom2mk/
Dpom2mk.go358 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/
DChanges.md456 the makefile system. If you need one of them, you'll have to set up your own