Searched refs:Makefile (Results 1 – 25 of 30) sorted by relevance
12
/build/kati/testcase/ |
D | kati_cache.sh | 21 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
|
D | circular_dep.mk | 18 not_circular1: Makefile 20 not_circular2: Makefile
|
D | ninja_regen.sh | 30 cat <<EOF > Makefile 41 cat <<EOF > Makefile
|
D | nothing_to_do.mk | 1 Makefile:
|
D | phony_targets.sh | 21 cat <<EOF > Makefile
|
D | ninja_mkdir.sh | 22 cat <<EOF > Makefile
|
D | ninja_phony_targets.sh | 27 cat <<EOF > Makefile
|
D | ninja_regen_find_link.sh | 34 cat <<EOF > Makefile
|
/build/kati/ |
D | file_cache.cc | 45 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_;
|
D | file.cc | 28 Makefile::Makefile(const string& filename) in Makefile() function in Makefile 58 Makefile::~Makefile() { in ~Makefile()
|
D | depgraph.go | 73 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,
|
D | file.h | 27 class Makefile { 29 explicit Makefile(const string& filename); 30 ~Makefile();
|
D | Makefile | 17 include Makefile.kati 18 include Makefile.ckati
|
D | file_cache.h | 24 class Makefile; variable 30 virtual Makefile* ReadMakefile(const string& filename) = 0;
|
D | parser.h | 26 class Makefile; variable 28 void Parse(Makefile* mk);
|
D | eval.h | 29 class Makefile; variable
|
D | README.md | 10 your Makefile to a ninja file.
|
D | main.cc | 163 Makefile* mk = cache_mgr->ReadMakefile(g_flags.makefile); in Run()
|
D | pathutil_test.go | 449 …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…
|
D | INTERNALS.md | 77 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
|
D | eval.cc | 224 Makefile* mk = MakefileCacheManager::Get()->ReadMakefile(fname); in DoInclude()
|
/build/tools/makeparallel/ |
D | Makefile | 63 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/ |
D | ninja.mk | 177 include build/kati/Makefile.ckati 188 include build/tools/makeparallel/Makefile
|
/build/target/product/security/ |
D | README | 37 This is called by build/core/Makefile to incorporate the OTA signing keys
|
/build/kati/cmd/kati/ |
D | main.go | 270 req.Makefile = makefileFlag
|
12