Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 1 | # ****************************************************************************** |
| 2 | # *** This file is generated and should not be edited *** |
| 3 | # ****************************************************************************** |
| 4 | # |
| 5 | # This file contains variables, rules, and pools with name prefixes indicating |
| 6 | # they were generated by the following Go packages: |
| 7 | # |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 8 | # bootstrap [from Go package github.com/google/blueprint/bootstrap] |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 9 | # |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 10 | ninja_required_version = 1.7.0 |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 11 | |
| 12 | g.bootstrap.buildDir = @@BuildDir@@ |
| 13 | |
| 14 | g.bootstrap.BinDir = ${g.bootstrap.buildDir}/.bootstrap/bin |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 15 | |
| 16 | g.bootstrap.bootstrapCmd = @@Bootstrap@@ |
| 17 | |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 18 | g.bootstrap.compileCmd = @@GoCompile@@ |
| 19 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 20 | g.bootstrap.goRoot = @@GoRoot@@ |
| 21 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 22 | g.bootstrap.goTestMainCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/gotestmain |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 23 | |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 24 | g.bootstrap.goTestRunnerCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/gotestrunner |
| 25 | |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 26 | g.bootstrap.linkCmd = @@GoLink@@ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 27 | |
| 28 | g.bootstrap.srcDir = @@SrcDir@@ |
| 29 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 30 | builddir = ${g.bootstrap.buildDir}/.minibootstrap |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 31 | |
| 32 | rule g.bootstrap.bootstrap |
Dan Willemsen | 87b17d1 | 2015-07-14 00:39:06 -0700 | [diff] [blame] | 33 | command = BUILDDIR=${g.bootstrap.buildDir} ${g.bootstrap.bootstrapCmd} -i ${in} |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 34 | description = bootstrap ${in} |
| 35 | generator = true |
| 36 | |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 37 | rule g.bootstrap.build.ninja |
| 38 | command = ${builder} ${extra} -b ${g.bootstrap.buildDir} -d ${out}.d -o ${out} ${in} |
| 39 | depfile = ${out}.d |
| 40 | description = ${builder} ${out} |
| 41 | restat = true |
| 42 | |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 43 | rule g.bootstrap.compile |
| 44 | command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} -o ${out} -p ${pkgPath} -complete ${incFlags} -pack ${in} |
| 45 | description = compile ${out} |
| 46 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 47 | rule g.bootstrap.cp |
| 48 | command = cp ${in} ${out} |
| 49 | description = cp ${out} |
| 50 | |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 51 | rule g.bootstrap.gotestmain |
| 52 | command = ${g.bootstrap.goTestMainCmd} -o ${out} -pkg ${pkg} ${in} |
| 53 | description = gotestmain ${out} |
| 54 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 55 | rule g.bootstrap.link |
| 56 | command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.linkCmd} -o ${out} ${libDirFlags} ${in} |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 57 | description = link ${out} |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 58 | |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 59 | rule g.bootstrap.test |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 60 | command = ${g.bootstrap.goTestRunnerCmd} -p ${pkgSrcDir} -f ${out} -- ${in} -test.short |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 61 | description = test ${pkg} |
| 62 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 63 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 64 | # Module: blueprint |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 65 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 66 | # Type: bootstrap_go_package |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 67 | # Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 68 | # Defined: build/blueprint/Blueprints:1:1 |
| 69 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 70 | build $ |
| 71 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/github.com/google/blueprint.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 72 | : g.bootstrap.compile ${g.bootstrap.srcDir}/build/blueprint/context.go $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 73 | ${g.bootstrap.srcDir}/build/blueprint/glob.go $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 74 | ${g.bootstrap.srcDir}/build/blueprint/live_tracker.go $ |
| 75 | ${g.bootstrap.srcDir}/build/blueprint/mangle.go $ |
| 76 | ${g.bootstrap.srcDir}/build/blueprint/module_ctx.go $ |
| 77 | ${g.bootstrap.srcDir}/build/blueprint/ninja_defs.go $ |
| 78 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings.go $ |
| 79 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer.go $ |
| 80 | ${g.bootstrap.srcDir}/build/blueprint/package_ctx.go $ |
| 81 | ${g.bootstrap.srcDir}/build/blueprint/scope.go $ |
| 82 | ${g.bootstrap.srcDir}/build/blueprint/singleton_ctx.go $ |
| 83 | ${g.bootstrap.srcDir}/build/blueprint/unpack.go $ |
| 84 | ${g.bootstrap.srcDir}/build/blueprint/context_test.go $ |
| 85 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings_test.go $ |
| 86 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer_test.go $ |
| 87 | ${g.bootstrap.srcDir}/build/blueprint/splice_modules_test.go $ |
Colin Cross | 6debdba | 2016-08-08 12:58:36 -0700 | [diff] [blame] | 88 | ${g.bootstrap.srcDir}/build/blueprint/unpack_test.go $ |
| 89 | ${g.bootstrap.srcDir}/build/blueprint/visit_test.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 90 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 91 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 92 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 93 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 94 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 95 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 96 | pkgPath = github.com/google/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 97 | default $ |
| 98 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/github.com/google/blueprint.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 99 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 100 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.go: $ |
| 101 | g.bootstrap.gotestmain $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 102 | ${g.bootstrap.srcDir}/build/blueprint/context_test.go $ |
| 103 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings_test.go $ |
| 104 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer_test.go $ |
| 105 | ${g.bootstrap.srcDir}/build/blueprint/splice_modules_test.go $ |
Colin Cross | 6debdba | 2016-08-08 12:58:36 -0700 | [diff] [blame] | 106 | ${g.bootstrap.srcDir}/build/blueprint/unpack_test.go $ |
| 107 | ${g.bootstrap.srcDir}/build/blueprint/visit_test.go | $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 108 | ${g.bootstrap.goTestMainCmd} |
| 109 | pkg = github.com/google/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 110 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.go |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 111 | |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 112 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.a: $ |
| 113 | g.bootstrap.compile $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 114 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 115 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 116 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/github.com/google/blueprint.a |
| 117 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 118 | pkgPath = main |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 119 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 120 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 121 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test: g.bootstrap.link $ |
| 122 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.a | $ |
| 123 | ${g.bootstrap.linkCmd} |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 124 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint/test -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 125 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 126 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 127 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.passed: $ |
| 128 | g.bootstrap.test $ |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 129 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test | $ |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 130 | ${g.bootstrap.goTestRunnerCmd} || $ |
| 131 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.passed $ |
| 132 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed $ |
| 133 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.passed |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 134 | pkg = github.com/google/blueprint |
| 135 | pkgSrcDir = ${g.bootstrap.srcDir}/build/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 136 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.passed |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 137 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 138 | build $ |
| 139 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 140 | : g.bootstrap.compile ${g.bootstrap.srcDir}/build/blueprint/context.go $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 141 | ${g.bootstrap.srcDir}/build/blueprint/glob.go $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 142 | ${g.bootstrap.srcDir}/build/blueprint/live_tracker.go $ |
| 143 | ${g.bootstrap.srcDir}/build/blueprint/mangle.go $ |
| 144 | ${g.bootstrap.srcDir}/build/blueprint/module_ctx.go $ |
| 145 | ${g.bootstrap.srcDir}/build/blueprint/ninja_defs.go $ |
| 146 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings.go $ |
| 147 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer.go $ |
| 148 | ${g.bootstrap.srcDir}/build/blueprint/package_ctx.go $ |
| 149 | ${g.bootstrap.srcDir}/build/blueprint/scope.go $ |
| 150 | ${g.bootstrap.srcDir}/build/blueprint/singleton_ctx.go $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 151 | ${g.bootstrap.srcDir}/build/blueprint/unpack.go | $ |
| 152 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 153 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 154 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 155 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 156 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 157 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 158 | pkgPath = github.com/google/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 159 | default $ |
| 160 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 161 | |
| 162 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 163 | # Module: blueprint-bootstrap |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 164 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 165 | # Type: bootstrap_go_package |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 166 | # Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1 |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 167 | # Defined: build/blueprint/Blueprints:89:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 168 | |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 169 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 170 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 171 | : g.bootstrap.compile $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 172 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/bootstrap.go $ |
| 173 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/cleanup.go $ |
| 174 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/command.go $ |
| 175 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/config.go $ |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 176 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/doc.go $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 177 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/glob.go $ |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 178 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/writedocs.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 179 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 180 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 181 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 182 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 183 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
| 184 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 185 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 186 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 187 | pkgPath = github.com/google/blueprint/bootstrap |
| 188 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 189 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 190 | |
| 191 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 192 | # Module: blueprint-bootstrap-bpdoc |
| 193 | # Variant: |
| 194 | # Type: bootstrap_go_package |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 195 | # Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1 |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 196 | # Defined: build/blueprint/Blueprints:109:1 |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 197 | |
| 198 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 199 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 200 | : g.bootstrap.compile $ |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 201 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/bpdoc/bpdoc.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 202 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 203 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 204 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 205 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 206 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
| 207 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 208 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 209 | pkgPath = github.com/google/blueprint/bootstrap/bpdoc |
| 210 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 211 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 212 | |
| 213 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 214 | # Module: blueprint-deptools |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 215 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 216 | # Type: bootstrap_go_package |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 217 | # Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1 |
Colin Cross | 294941b | 2017-02-01 14:10:36 -0800 | [diff] [blame] | 218 | # Defined: build/blueprint/Blueprints:49:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 219 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 220 | build $ |
| 221 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 222 | : g.bootstrap.compile $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 223 | ${g.bootstrap.srcDir}/build/blueprint/deptools/depfile.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 224 | ${g.bootstrap.compileCmd} |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 225 | pkgPath = github.com/google/blueprint/deptools |
| 226 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 227 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 228 | |
| 229 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 230 | # Module: blueprint-parser |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 231 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 232 | # Type: bootstrap_go_package |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 233 | # Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1 |
Colin Cross | 294941b | 2017-02-01 14:10:36 -0800 | [diff] [blame] | 234 | # Defined: build/blueprint/Blueprints:33:1 |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 235 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 236 | build $ |
| 237 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/github.com/google/blueprint/parser.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 238 | : g.bootstrap.compile $ |
Colin Cross | d20b36b | 2016-06-07 13:54:35 -0700 | [diff] [blame] | 239 | ${g.bootstrap.srcDir}/build/blueprint/parser/ast.go $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 240 | ${g.bootstrap.srcDir}/build/blueprint/parser/modify.go $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 241 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser.go $ |
| 242 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer.go $ |
| 243 | ${g.bootstrap.srcDir}/build/blueprint/parser/sort.go $ |
| 244 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser_test.go $ |
| 245 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer_test.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 246 | ${g.bootstrap.compileCmd} |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 247 | pkgPath = github.com/google/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 248 | default $ |
| 249 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/github.com/google/blueprint/parser.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 250 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 251 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.go: $ |
| 252 | g.bootstrap.gotestmain $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 253 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser_test.go $ |
| 254 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer_test.go | $ |
| 255 | ${g.bootstrap.goTestMainCmd} |
| 256 | pkg = github.com/google/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 257 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.go |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 258 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 259 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.a: $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 260 | g.bootstrap.compile $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 261 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 262 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 263 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/github.com/google/blueprint/parser.a |
| 264 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 265 | pkgPath = main |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 266 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 267 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 268 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test: $ |
| 269 | g.bootstrap.link $ |
| 270 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.a | $ |
| 271 | ${g.bootstrap.linkCmd} |
| 272 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test |
| 273 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 274 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 275 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.passed: $ |
| 276 | g.bootstrap.test $ |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 277 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test | $ |
| 278 | ${g.bootstrap.goTestRunnerCmd} |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 279 | pkg = github.com/google/blueprint/parser |
| 280 | pkgSrcDir = ${g.bootstrap.srcDir}/build/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 281 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.passed |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 282 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 283 | build $ |
| 284 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 285 | : g.bootstrap.compile $ |
Colin Cross | d20b36b | 2016-06-07 13:54:35 -0700 | [diff] [blame] | 286 | ${g.bootstrap.srcDir}/build/blueprint/parser/ast.go $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 287 | ${g.bootstrap.srcDir}/build/blueprint/parser/modify.go $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 288 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser.go $ |
| 289 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer.go $ |
| 290 | ${g.bootstrap.srcDir}/build/blueprint/parser/sort.go | $ |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 291 | ${g.bootstrap.compileCmd} |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 292 | pkgPath = github.com/google/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 293 | default $ |
| 294 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 295 | |
| 296 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 297 | # Module: blueprint-pathtools |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 298 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 299 | # Type: bootstrap_go_package |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 300 | # Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1 |
Colin Cross | 294941b | 2017-02-01 14:10:36 -0800 | [diff] [blame] | 301 | # Defined: build/blueprint/Blueprints:55:1 |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 302 | |
| 303 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 304 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/github.com/google/blueprint/pathtools.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 305 | : g.bootstrap.compile $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 306 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/lists.go $ |
Colin Cross | 294941b | 2017-02-01 14:10:36 -0800 | [diff] [blame] | 307 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/fs.go $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 308 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob.go $ |
| 309 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob_test.go | $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 310 | ${g.bootstrap.compileCmd} $ |
| 311 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a |
| 312 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 313 | pkgPath = github.com/google/blueprint/pathtools |
| 314 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 315 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/github.com/google/blueprint/pathtools.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 316 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 317 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.go: $ |
| 318 | g.bootstrap.gotestmain $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 319 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob_test.go | $ |
| 320 | ${g.bootstrap.goTestMainCmd} |
| 321 | pkg = github.com/google/blueprint/pathtools |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 322 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.go |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 323 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 324 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.a: $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 325 | g.bootstrap.compile $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 326 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 327 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 328 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/github.com/google/blueprint/pathtools.a |
| 329 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 330 | pkgPath = main |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 331 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 332 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 333 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test: $ |
| 334 | g.bootstrap.link $ |
| 335 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.a | $ |
| 336 | ${g.bootstrap.linkCmd} |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 337 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 338 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 339 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 340 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed: $ |
| 341 | g.bootstrap.test $ |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 342 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test | $ |
| 343 | ${g.bootstrap.goTestRunnerCmd} |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 344 | pkg = github.com/google/blueprint/pathtools |
| 345 | pkgSrcDir = ${g.bootstrap.srcDir}/build/blueprint/pathtools |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 346 | default $ |
| 347 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 348 | |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 349 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 350 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 351 | : g.bootstrap.compile $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 352 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/lists.go $ |
Colin Cross | 294941b | 2017-02-01 14:10:36 -0800 | [diff] [blame] | 353 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/fs.go $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 354 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob.go | $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 355 | ${g.bootstrap.compileCmd} $ |
| 356 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a |
| 357 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 358 | pkgPath = github.com/google/blueprint/pathtools |
| 359 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 360 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 361 | |
| 362 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 363 | # Module: blueprint-proptools |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 364 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 365 | # Type: bootstrap_go_package |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 366 | # Factory: github.com/google/blueprint/bootstrap.newGoPackageModuleFactory.func1 |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 367 | # Defined: build/blueprint/Blueprints:71:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 368 | |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 369 | build $ |
Colin Cross | 7449857 | 2015-11-03 14:44:07 -0800 | [diff] [blame] | 370 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/github.com/google/blueprint/proptools.a $ |
| 371 | : g.bootstrap.compile $ |
| 372 | ${g.bootstrap.srcDir}/build/blueprint/proptools/clone.go $ |
Dan Willemsen | 11fa522 | 2016-10-25 16:05:50 -0700 | [diff] [blame] | 373 | ${g.bootstrap.srcDir}/build/blueprint/proptools/escape.go $ |
Colin Cross | 7449857 | 2015-11-03 14:44:07 -0800 | [diff] [blame] | 374 | ${g.bootstrap.srcDir}/build/blueprint/proptools/extend.go $ |
| 375 | ${g.bootstrap.srcDir}/build/blueprint/proptools/proptools.go $ |
| 376 | ${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal.go $ |
| 377 | ${g.bootstrap.srcDir}/build/blueprint/proptools/clone_test.go $ |
Dan Willemsen | 11fa522 | 2016-10-25 16:05:50 -0700 | [diff] [blame] | 378 | ${g.bootstrap.srcDir}/build/blueprint/proptools/escape_test.go $ |
Colin Cross | 7449857 | 2015-11-03 14:44:07 -0800 | [diff] [blame] | 379 | ${g.bootstrap.srcDir}/build/blueprint/proptools/extend_test.go $ |
| 380 | ${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal_test.go | $ |
| 381 | ${g.bootstrap.compileCmd} |
| 382 | pkgPath = github.com/google/blueprint/proptools |
| 383 | default $ |
| 384 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/github.com/google/blueprint/proptools.a |
| 385 | |
| 386 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.go: $ |
| 387 | g.bootstrap.gotestmain $ |
| 388 | ${g.bootstrap.srcDir}/build/blueprint/proptools/clone_test.go $ |
Dan Willemsen | 11fa522 | 2016-10-25 16:05:50 -0700 | [diff] [blame] | 389 | ${g.bootstrap.srcDir}/build/blueprint/proptools/escape_test.go $ |
Colin Cross | 7449857 | 2015-11-03 14:44:07 -0800 | [diff] [blame] | 390 | ${g.bootstrap.srcDir}/build/blueprint/proptools/extend_test.go $ |
| 391 | ${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal_test.go | $ |
| 392 | ${g.bootstrap.goTestMainCmd} |
| 393 | pkg = github.com/google/blueprint/proptools |
| 394 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.go |
| 395 | |
| 396 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.a: $ |
| 397 | g.bootstrap.compile $ |
| 398 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.go | $ |
| 399 | ${g.bootstrap.compileCmd} $ |
| 400 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/github.com/google/blueprint/proptools.a |
| 401 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test |
| 402 | pkgPath = main |
| 403 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.a |
| 404 | |
| 405 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test: $ |
| 406 | g.bootstrap.link $ |
| 407 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.a | $ |
| 408 | ${g.bootstrap.linkCmd} |
| 409 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test |
| 410 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test |
| 411 | |
| 412 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.passed: $ |
| 413 | g.bootstrap.test $ |
| 414 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test | $ |
| 415 | ${g.bootstrap.goTestRunnerCmd} |
| 416 | pkg = github.com/google/blueprint/proptools |
| 417 | pkgSrcDir = ${g.bootstrap.srcDir}/build/blueprint/proptools |
| 418 | default $ |
| 419 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.passed |
| 420 | |
| 421 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 422 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 423 | : g.bootstrap.compile $ |
Colin Cross | 7449857 | 2015-11-03 14:44:07 -0800 | [diff] [blame] | 424 | ${g.bootstrap.srcDir}/build/blueprint/proptools/clone.go $ |
Dan Willemsen | 11fa522 | 2016-10-25 16:05:50 -0700 | [diff] [blame] | 425 | ${g.bootstrap.srcDir}/build/blueprint/proptools/escape.go $ |
Colin Cross | 7449857 | 2015-11-03 14:44:07 -0800 | [diff] [blame] | 426 | ${g.bootstrap.srcDir}/build/blueprint/proptools/extend.go $ |
| 427 | ${g.bootstrap.srcDir}/build/blueprint/proptools/proptools.go $ |
| 428 | ${g.bootstrap.srcDir}/build/blueprint/proptools/typeequal.go | $ |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 429 | ${g.bootstrap.compileCmd} |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 430 | pkgPath = github.com/google/blueprint/proptools |
| 431 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 432 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 433 | |
| 434 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 435 | # Module: bpglob |
| 436 | # Variant: |
| 437 | # Type: bootstrap_core_go_binary |
| 438 | # Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1 |
| 439 | # Defined: build/blueprint/Blueprints:130:1 |
| 440 | |
| 441 | build ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/bpglob.a: $ |
| 442 | g.bootstrap.compile $ |
| 443 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/bpglob/bpglob.go | $ |
| 444 | ${g.bootstrap.compileCmd} $ |
| 445 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
| 446 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a |
| 447 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg |
| 448 | pkgPath = bpglob |
| 449 | default ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/bpglob.a |
| 450 | |
| 451 | build ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/a.out: g.bootstrap.link $ |
| 452 | ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/bpglob.a | $ |
| 453 | ${g.bootstrap.linkCmd} |
| 454 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg |
| 455 | default ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/a.out |
| 456 | |
| 457 | build ${g.bootstrap.BinDir}/bpglob: g.bootstrap.cp $ |
| 458 | ${g.bootstrap.buildDir}/.bootstrap/bpglob/obj/a.out || $ |
| 459 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed |
| 460 | default ${g.bootstrap.BinDir}/bpglob |
| 461 | |
| 462 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 463 | # Module: gotestmain |
| 464 | # Variant: |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 465 | # Type: bootstrap_core_go_binary |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 466 | # Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1 |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 467 | # Defined: build/blueprint/Blueprints:148:1 |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 468 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 469 | build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a: $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 470 | g.bootstrap.compile $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 471 | ${g.bootstrap.srcDir}/build/blueprint/gotestmain/gotestmain.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 472 | ${g.bootstrap.compileCmd} |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 473 | pkgPath = gotestmain |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 474 | default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 475 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 476 | build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out: $ |
| 477 | g.bootstrap.link $ |
| 478 | ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a | $ |
| 479 | ${g.bootstrap.linkCmd} |
| 480 | default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out |
Colin Cross | 6ba99aa | 2015-11-23 14:09:17 -0800 | [diff] [blame] | 481 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 482 | build ${g.bootstrap.BinDir}/gotestmain: g.bootstrap.cp $ |
| 483 | ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out |
| 484 | default ${g.bootstrap.BinDir}/gotestmain |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 485 | |
| 486 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 487 | # Module: gotestrunner |
| 488 | # Variant: |
| 489 | # Type: bootstrap_core_go_binary |
| 490 | # Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1 |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 491 | # Defined: build/blueprint/Blueprints:153:1 |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 492 | |
| 493 | build ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/gotestrunner.a: $ |
| 494 | g.bootstrap.compile $ |
| 495 | ${g.bootstrap.srcDir}/build/blueprint/gotestrunner/gotestrunner.go | $ |
| 496 | ${g.bootstrap.compileCmd} |
| 497 | pkgPath = gotestrunner |
| 498 | default ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/gotestrunner.a |
| 499 | |
| 500 | build ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/a.out: $ |
| 501 | g.bootstrap.link $ |
| 502 | ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/gotestrunner.a | $ |
| 503 | ${g.bootstrap.linkCmd} |
| 504 | default ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/a.out |
Colin Cross | 6ba99aa | 2015-11-23 14:09:17 -0800 | [diff] [blame] | 505 | |
Dan Willemsen | e9862da | 2015-09-18 12:48:23 -0700 | [diff] [blame] | 506 | build ${g.bootstrap.BinDir}/gotestrunner: g.bootstrap.cp $ |
| 507 | ${g.bootstrap.buildDir}/.bootstrap/gotestrunner/obj/a.out |
| 508 | default ${g.bootstrap.BinDir}/gotestrunner |
| 509 | |
| 510 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 511 | # Module: minibp |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 512 | # Variant: |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 513 | # Type: bootstrap_core_go_binary |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 514 | # Factory: github.com/google/blueprint/bootstrap.newGoBinaryModuleFactory.func1 |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 515 | # Defined: build/blueprint/Blueprints:121:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 516 | |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 517 | build ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a: $ |
| 518 | g.bootstrap.compile $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 519 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/minibp/main.go | $ |
Colin Cross | cbac5fb | 2015-08-24 15:41:17 -0700 | [diff] [blame] | 520 | ${g.bootstrap.compileCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 521 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 522 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 523 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 524 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
| 525 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 526 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a $ |
| 527 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 528 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 529 | pkgPath = minibp |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 530 | default ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 531 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 532 | build ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out: g.bootstrap.link $ |
| 533 | ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a | $ |
| 534 | ${g.bootstrap.linkCmd} |
Colin Cross | 7f19f37 | 2016-11-01 11:10:25 -0700 | [diff] [blame] | 535 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 536 | default ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 537 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 538 | build ${g.bootstrap.BinDir}/minibp: g.bootstrap.cp $ |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 539 | ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out || $ |
| 540 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.passed $ |
| 541 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed $ |
| 542 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/test/test.passed $ |
| 543 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.passed |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 544 | default ${g.bootstrap.BinDir}/minibp |
Colin Cross | 2fe6687 | 2015-03-30 17:20:39 -0700 | [diff] [blame] | 545 | |
| 546 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 547 | # Singleton: bootstrap |
Dan Willemsen | 550eb33 | 2015-09-17 14:16:14 -0700 | [diff] [blame] | 548 | # Factory: github.com/google/blueprint/bootstrap.newSingletonFactory.func1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 549 | |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 550 | build ${g.bootstrap.buildDir}/.bootstrap/build.ninja: g.bootstrap.build.ninja $ |
| 551 | ${g.bootstrap.srcDir}/Android.bp | ${builder} |
| 552 | builder = ${g.bootstrap.BinDir}/minibp |
| 553 | extra = --build-primary -t |
Dan Willemsen | 79d2f25 | 2016-08-13 16:47:45 -0700 | [diff] [blame] | 554 | default ${g.bootstrap.buildDir}/.bootstrap/build.ninja |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 555 | |
Dan Willemsen | 79d2f25 | 2016-08-13 16:47:45 -0700 | [diff] [blame] | 556 | build ${g.bootstrap.buildDir}/.minibootstrap/build.ninja.in: $ |
Dan Willemsen | 6278032 | 2016-11-02 16:21:16 -0700 | [diff] [blame] | 557 | g.bootstrap.build.ninja ${g.bootstrap.srcDir}/Android.bp | ${builder} |
| 558 | builder = ${g.bootstrap.BinDir}/minibp |
| 559 | extra = -t |
Dan Willemsen | 79d2f25 | 2016-08-13 16:47:45 -0700 | [diff] [blame] | 560 | default ${g.bootstrap.buildDir}/.minibootstrap/build.ninja.in |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 561 | |
Dan Willemsen | 79d2f25 | 2016-08-13 16:47:45 -0700 | [diff] [blame] | 562 | build ${g.bootstrap.buildDir}/.minibootstrap/build.ninja: $ |
| 563 | g.bootstrap.bootstrap $ |
| 564 | ${g.bootstrap.buildDir}/.minibootstrap/build.ninja.in | $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame] | 565 | ${g.bootstrap.bootstrapCmd} |
Dan Willemsen | 79d2f25 | 2016-08-13 16:47:45 -0700 | [diff] [blame] | 566 | default ${g.bootstrap.buildDir}/.minibootstrap/build.ninja |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 567 | |