Home
last modified time | relevance | path

Searched refs:Makefile (Results 1 – 25 of 30) sorted by relevance

12

/build/kati/testcase/
Dkati_cache.sh21 cat <<EOF > Makefile
28 touch -t 197101010000 Makefile
32 if [ -e .kati_cache.Makefile ]; then
40 if [ -e .kati_cache.Makefile ]; then
46 cat <<EOF >> Makefile
52 if [ -e .kati_cache.Makefile ]; then
Dcircular_dep.mk18 not_circular1: Makefile
20 not_circular2: Makefile
Dninja_regen.sh30 cat <<EOF > Makefile
41 cat <<EOF > Makefile
Dnothing_to_do.mk1 Makefile:
Dphony_targets.sh21 cat <<EOF > Makefile
Dninja_mkdir.sh22 cat <<EOF > Makefile
Dninja_phony_targets.sh27 cat <<EOF > Makefile
Dninja_regen_find_link.sh34 cat <<EOF > Makefile
/build/kati/
Dfile_cache.cc45 virtual Makefile* ReadMakefile(const string& filename) override { in ReadMakefile()
46 Makefile* result = NULL; in ReadMakefile()
49 p.first->second = result = new Makefile(filename); in ReadMakefile()
62 unordered_map<string, Makefile*> cache_;
Dfile.cc28 Makefile::Makefile(const string& filename) in Makefile() function in Makefile
58 Makefile::~Makefile() { in ~Makefile()
Ddepgraph.go73 Makefile string member
97 Makefile: mk,
122 if req.Makefile == "" {
123 req.Makefile, err = defaultMakefile()
130 g, err := loadCache(req.Makefile, req.Targets)
141 content, err := ioutil.ReadFile(req.Makefile)
145 mk, err := parseMakefile(content, req.Makefile)
190 Filename: req.Makefile,
Dfile.h27 class Makefile {
29 explicit Makefile(const string& filename);
30 ~Makefile();
DMakefile17 include Makefile.kati
18 include Makefile.ckati
Dfile_cache.h24 class Makefile; variable
30 virtual Makefile* ReadMakefile(const string& filename) = 0;
Dparser.h26 class Makefile; variable
28 void Parse(Makefile* mk);
Deval.h29 class Makefile; variable
DREADME.md10 your Makefile to a ninja file.
Dmain.cc163 Makefile* mk = cache_mgr->ReadMakefile(g_flags.makefile); in Run()
Dpathutil_test.go449 …want: `. ./Makefile ./testdir ./testdir/file1 ./testdir/file2 ./testdir/dir1 ./testdir/dir1/file1 …
457 …want: `./ ./Makefile ./testdir ./testdir/file1 ./testdir/file2 ./testdir/dir1 ./testdir/dir1/file1…
473 …want: `./. ././Makefile ././testdir ././testdir/file1 ././testdir/file2 ././testdir/dir1 ././testd…
481 …want: `././ ././Makefile ././testdir ././testdir/file1 ././testdir/file2 ././testdir/dir1 ././test…
DINTERNALS.md77 A Makefile has some statements which consist of zero or more expressions. There
107 parsed results when it needs to evaluate a Makefile second time. If we stop
135 context of the evaluation. See the following Makefile chunk for example:
169 parse/eval context. For example, the following Makefile outputs "has space" and
342 like. See the following Makefile:
527 * A timestamp of a Makefile used to generate the previous ninja file
Deval.cc224 Makefile* mk = MakefileCacheManager::Get()->ReadMakefile(fname); in DoInclude()
/build/tools/makeparallel/
DMakefile63 MAKEPARALLEL_TEST := MAKEFLAGS= MAKELEVEL= MAKEPARALLEL=$(MAKEPARALLEL) $(MAKE) -f Makefile.test te…
64 …_TEST := MAKEFLAGS= MAKELEVEL= MAKEPARALLEL="$(MAKEPARALLEL) --ninja" $(MAKE) -f Makefile.test test
/build/core/
Dninja.mk177 include build/kati/Makefile.ckati
188 include build/tools/makeparallel/Makefile
/build/target/product/security/
DREADME37 This is called by build/core/Makefile to incorporate the OTA signing keys
/build/kati/cmd/kati/
Dmain.go270 req.Makefile = makefileFlag

12