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 | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 10 | ninja_required_version = 1.6.0 |
| 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 | |
| 18 | g.bootstrap.bootstrapManifest = @@BootstrapManifest@@ |
| 19 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 20 | g.bootstrap.chooseStageCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/choosestage |
| 21 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 22 | g.bootstrap.goRoot = @@GoRoot@@ |
| 23 | |
| 24 | g.bootstrap.goOS = @@GoOS@@ |
| 25 | |
| 26 | g.bootstrap.goArch = @@GoArch@@ |
| 27 | |
| 28 | g.bootstrap.goToolDir = ${g.bootstrap.goRoot}/pkg/tool/${g.bootstrap.goOS}_${g.bootstrap.goArch} |
| 29 | |
| 30 | g.bootstrap.goChar = @@GoChar@@ |
| 31 | |
| 32 | g.bootstrap.gcCmd = ${g.bootstrap.goToolDir}/${g.bootstrap.goChar}g |
| 33 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 34 | g.bootstrap.goTestMainCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/gotestmain |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 35 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 36 | g.bootstrap.linkCmd = ${g.bootstrap.goToolDir}/${g.bootstrap.goChar}l |
| 37 | |
| 38 | g.bootstrap.srcDir = @@SrcDir@@ |
| 39 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 40 | builddir = ${g.bootstrap.buildDir}/.minibootstrap |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 41 | |
| 42 | rule g.bootstrap.bootstrap |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 43 | command = ${g.bootstrap.bootstrapCmd} -i ${in} -b ${g.bootstrap.buildDir} |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 44 | description = bootstrap ${in} |
| 45 | generator = true |
| 46 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 47 | rule g.bootstrap.chooseStage |
| 48 | command = ${g.bootstrap.chooseStageCmd} --current ${current} --bootstrap ${g.bootstrap.bootstrapManifest} -o ${out} ${in} |
| 49 | description = choosing next stage |
| 50 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 51 | rule g.bootstrap.cp |
| 52 | command = cp ${in} ${out} |
| 53 | description = cp ${out} |
| 54 | |
| 55 | rule g.bootstrap.gc |
| 56 | command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.gcCmd} -o ${out} -p ${pkgPath} -complete ${incFlags} -pack ${in} |
| 57 | description = ${g.bootstrap.goChar}g ${out} |
| 58 | |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 59 | rule g.bootstrap.gotestmain |
| 60 | command = ${g.bootstrap.goTestMainCmd} -o ${out} -pkg ${pkg} ${in} |
| 61 | description = gotestmain ${out} |
| 62 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 63 | rule g.bootstrap.link |
| 64 | command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.linkCmd} -o ${out} ${libDirFlags} ${in} |
| 65 | description = ${g.bootstrap.goChar}l ${out} |
| 66 | |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 67 | rule g.bootstrap.test |
| 68 | command = (cd ${pkgSrcDir} && $$OLDPWD/${in} -test.short) && touch ${out} |
| 69 | description = test ${pkg} |
| 70 | |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 71 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 72 | # Module: blueprint |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 73 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 74 | # Type: bootstrap_go_package |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 75 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·002 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 76 | # Defined: build/blueprint/Blueprints:1:1 |
| 77 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 78 | build $ |
| 79 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/github.com/google/blueprint.a $ |
| 80 | : g.bootstrap.gc ${g.bootstrap.srcDir}/build/blueprint/context.go $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 81 | ${g.bootstrap.srcDir}/build/blueprint/live_tracker.go $ |
| 82 | ${g.bootstrap.srcDir}/build/blueprint/mangle.go $ |
| 83 | ${g.bootstrap.srcDir}/build/blueprint/module_ctx.go $ |
| 84 | ${g.bootstrap.srcDir}/build/blueprint/ninja_defs.go $ |
| 85 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings.go $ |
| 86 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer.go $ |
| 87 | ${g.bootstrap.srcDir}/build/blueprint/package_ctx.go $ |
| 88 | ${g.bootstrap.srcDir}/build/blueprint/scope.go $ |
| 89 | ${g.bootstrap.srcDir}/build/blueprint/singleton_ctx.go $ |
| 90 | ${g.bootstrap.srcDir}/build/blueprint/unpack.go $ |
| 91 | ${g.bootstrap.srcDir}/build/blueprint/context_test.go $ |
| 92 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings_test.go $ |
| 93 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer_test.go $ |
| 94 | ${g.bootstrap.srcDir}/build/blueprint/splice_modules_test.go $ |
| 95 | ${g.bootstrap.srcDir}/build/blueprint/unpack_test.go | $ |
| 96 | ${g.bootstrap.gcCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 97 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
| 98 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 99 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a |
| 100 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/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] | 101 | pkgPath = github.com/google/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 102 | default $ |
| 103 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/github.com/google/blueprint.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 104 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 105 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.go: $ |
| 106 | g.bootstrap.gotestmain $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 107 | ${g.bootstrap.srcDir}/build/blueprint/context_test.go $ |
| 108 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings_test.go $ |
| 109 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer_test.go $ |
| 110 | ${g.bootstrap.srcDir}/build/blueprint/splice_modules_test.go $ |
| 111 | ${g.bootstrap.srcDir}/build/blueprint/unpack_test.go | $ |
| 112 | ${g.bootstrap.goTestMainCmd} |
| 113 | pkg = github.com/google/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 114 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.go |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 115 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 116 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.a: g.bootstrap.gc $ |
| 117 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.go | $ |
| 118 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/github.com/google/blueprint.a |
| 119 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 120 | pkgPath = main |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 121 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 122 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 123 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test: g.bootstrap.link $ |
| 124 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.a | $ |
| 125 | ${g.bootstrap.linkCmd} |
| 126 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint/test -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg |
| 127 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 128 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 129 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.passed: $ |
| 130 | g.bootstrap.test $ |
| 131 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 132 | pkg = github.com/google/blueprint |
| 133 | pkgSrcDir = ${g.bootstrap.srcDir}/build/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 134 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.passed |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 135 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 136 | build $ |
| 137 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $ |
| 138 | : g.bootstrap.gc ${g.bootstrap.srcDir}/build/blueprint/context.go $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 139 | ${g.bootstrap.srcDir}/build/blueprint/live_tracker.go $ |
| 140 | ${g.bootstrap.srcDir}/build/blueprint/mangle.go $ |
| 141 | ${g.bootstrap.srcDir}/build/blueprint/module_ctx.go $ |
| 142 | ${g.bootstrap.srcDir}/build/blueprint/ninja_defs.go $ |
| 143 | ${g.bootstrap.srcDir}/build/blueprint/ninja_strings.go $ |
| 144 | ${g.bootstrap.srcDir}/build/blueprint/ninja_writer.go $ |
| 145 | ${g.bootstrap.srcDir}/build/blueprint/package_ctx.go $ |
| 146 | ${g.bootstrap.srcDir}/build/blueprint/scope.go $ |
| 147 | ${g.bootstrap.srcDir}/build/blueprint/singleton_ctx.go $ |
| 148 | ${g.bootstrap.srcDir}/build/blueprint/unpack.go | ${g.bootstrap.gcCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 149 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
| 150 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 151 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
| 152 | || ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/test.passed |
| 153 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/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] | 154 | pkgPath = github.com/google/blueprint |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 155 | default $ |
| 156 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 157 | |
| 158 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 159 | # Module: blueprint-bootstrap |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 160 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 161 | # Type: bootstrap_go_package |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 162 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·002 |
| 163 | # Defined: build/blueprint/Blueprints:70:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 164 | |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 165 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 166 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a $ |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 167 | : g.bootstrap.gc $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 168 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/bootstrap.go $ |
| 169 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/cleanup.go $ |
| 170 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/command.go $ |
| 171 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/config.go $ |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 172 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/doc.go $ |
| 173 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/writedocs.go | $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 174 | ${g.bootstrap.gcCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 175 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
| 176 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 177 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
| 178 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $ |
| 179 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
| 180 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a |
| 181 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/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-deptools/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 182 | pkgPath = github.com/google/blueprint/bootstrap |
| 183 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 184 | ${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] | 185 | |
| 186 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 187 | # Module: blueprint-bootstrap-bpdoc |
| 188 | # Variant: |
| 189 | # Type: bootstrap_go_package |
| 190 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·002 |
| 191 | # Defined: build/blueprint/Blueprints:89:1 |
| 192 | |
| 193 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 194 | ${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] | 195 | : g.bootstrap.gc $ |
| 196 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/bpdoc/bpdoc.go | $ |
| 197 | ${g.bootstrap.gcCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 198 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
| 199 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 200 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
| 201 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a |
| 202 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/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] | 203 | pkgPath = github.com/google/blueprint/bootstrap/bpdoc |
| 204 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 205 | ${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] | 206 | |
| 207 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 208 | # Module: blueprint-deptools |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 209 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 210 | # Type: bootstrap_go_package |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 211 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·002 |
| 212 | # Defined: build/blueprint/Blueprints:46:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 213 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 214 | build $ |
| 215 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 216 | : g.bootstrap.gc $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 217 | ${g.bootstrap.srcDir}/build/blueprint/deptools/depfile.go | $ |
| 218 | ${g.bootstrap.gcCmd} |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 219 | pkgPath = github.com/google/blueprint/deptools |
| 220 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 221 | ${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] | 222 | |
| 223 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 224 | # Module: blueprint-parser |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 225 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 226 | # Type: bootstrap_go_package |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 227 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·002 |
| 228 | # Defined: build/blueprint/Blueprints:31:1 |
| 229 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 230 | build $ |
| 231 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/github.com/google/blueprint/parser.a $ |
| 232 | : g.bootstrap.gc $ |
| 233 | ${g.bootstrap.srcDir}/build/blueprint/parser/modify.go $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 234 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser.go $ |
| 235 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer.go $ |
| 236 | ${g.bootstrap.srcDir}/build/blueprint/parser/sort.go $ |
| 237 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser_test.go $ |
| 238 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer_test.go | $ |
| 239 | ${g.bootstrap.gcCmd} |
| 240 | pkgPath = github.com/google/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 241 | default $ |
| 242 | ${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] | 243 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 244 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.go: $ |
| 245 | g.bootstrap.gotestmain $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 246 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser_test.go $ |
| 247 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer_test.go | $ |
| 248 | ${g.bootstrap.goTestMainCmd} |
| 249 | pkg = github.com/google/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 250 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.go |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 251 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 252 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.a: $ |
| 253 | g.bootstrap.gc $ |
| 254 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.go | $ |
| 255 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/github.com/google/blueprint/parser.a |
| 256 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 257 | pkgPath = main |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 258 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 259 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 260 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test: $ |
| 261 | g.bootstrap.link $ |
| 262 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.a | $ |
| 263 | ${g.bootstrap.linkCmd} |
| 264 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test |
| 265 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 266 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 267 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.passed: $ |
| 268 | g.bootstrap.test $ |
| 269 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 270 | pkg = github.com/google/blueprint/parser |
| 271 | pkgSrcDir = ${g.bootstrap.srcDir}/build/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 272 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.passed |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 273 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 274 | build $ |
| 275 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
| 276 | : g.bootstrap.gc $ |
| 277 | ${g.bootstrap.srcDir}/build/blueprint/parser/modify.go $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 278 | ${g.bootstrap.srcDir}/build/blueprint/parser/parser.go $ |
| 279 | ${g.bootstrap.srcDir}/build/blueprint/parser/printer.go $ |
| 280 | ${g.bootstrap.srcDir}/build/blueprint/parser/sort.go | $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 281 | ${g.bootstrap.gcCmd} || $ |
| 282 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/test.passed |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 283 | pkgPath = github.com/google/blueprint/parser |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 284 | default $ |
| 285 | ${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] | 286 | |
| 287 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 288 | # Module: blueprint-pathtools |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 289 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 290 | # Type: bootstrap_go_package |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 291 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·002 |
| 292 | # Defined: build/blueprint/Blueprints:52:1 |
| 293 | |
| 294 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 295 | ${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] | 296 | : g.bootstrap.gc $ |
| 297 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/lists.go $ |
| 298 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob.go $ |
| 299 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob_test.go | $ |
| 300 | ${g.bootstrap.gcCmd} |
| 301 | pkgPath = github.com/google/blueprint/pathtools |
| 302 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 303 | ${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] | 304 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 305 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.go: $ |
| 306 | g.bootstrap.gotestmain $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 307 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob_test.go | $ |
| 308 | ${g.bootstrap.goTestMainCmd} |
| 309 | pkg = github.com/google/blueprint/pathtools |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 310 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.go |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 311 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 312 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.a: $ |
| 313 | g.bootstrap.gc $ |
| 314 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.go | $ |
| 315 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/github.com/google/blueprint/pathtools.a |
| 316 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 317 | pkgPath = main |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 318 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 319 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 320 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test: $ |
| 321 | g.bootstrap.link $ |
| 322 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.a | $ |
| 323 | ${g.bootstrap.linkCmd} |
| 324 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test |
| 325 | default ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 326 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 327 | build ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed: $ |
| 328 | g.bootstrap.test $ |
| 329 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 330 | pkg = github.com/google/blueprint/pathtools |
| 331 | pkgSrcDir = ${g.bootstrap.srcDir}/build/blueprint/pathtools |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 332 | default $ |
| 333 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 334 | |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 335 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 336 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 337 | : g.bootstrap.gc $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 338 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/lists.go $ |
| 339 | ${g.bootstrap.srcDir}/build/blueprint/pathtools/glob.go | $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 340 | ${g.bootstrap.gcCmd} || $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 341 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/test.passed |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 342 | pkgPath = github.com/google/blueprint/pathtools |
| 343 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 344 | ${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] | 345 | |
| 346 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
| 347 | # Module: blueprint-proptools |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 348 | # Variant: |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 349 | # Type: bootstrap_go_package |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 350 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·002 |
| 351 | # Defined: build/blueprint/Blueprints:64:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 352 | |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 353 | build $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 354 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 355 | : g.bootstrap.gc $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 356 | ${g.bootstrap.srcDir}/build/blueprint/proptools/proptools.go | $ |
| 357 | ${g.bootstrap.gcCmd} |
Colin Cross | 70b4059 | 2015-03-23 12:57:34 -0700 | [diff] [blame] | 358 | pkgPath = github.com/google/blueprint/proptools |
| 359 | default $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 360 | ${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] | 361 | |
| 362 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 363 | # Module: choosestage |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 364 | # Variant: |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 365 | # Type: bootstrap_core_go_binary |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 366 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·003 |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 367 | # Defined: build/blueprint/Blueprints:127:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 368 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 369 | build ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/choosestage.a: $ |
| 370 | g.bootstrap.gc $ |
| 371 | ${g.bootstrap.srcDir}/build/blueprint/choosestage/choosestage.go | $ |
| 372 | ${g.bootstrap.gcCmd} |
| 373 | pkgPath = choosestage |
| 374 | default ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/choosestage.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 375 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 376 | build ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/a.out: $ |
| 377 | g.bootstrap.link $ |
| 378 | ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/choosestage.a | $ |
| 379 | ${g.bootstrap.linkCmd} |
| 380 | default ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/a.out |
| 381 | build ${g.bootstrap.BinDir}/choosestage: g.bootstrap.cp $ |
| 382 | ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/a.out |
| 383 | default ${g.bootstrap.BinDir}/choosestage |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 384 | |
| 385 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 386 | # Module: gotestmain |
| 387 | # Variant: |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 388 | # Type: bootstrap_core_go_binary |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 389 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·003 |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 390 | # Defined: build/blueprint/Blueprints:122:1 |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 391 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 392 | build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a: $ |
| 393 | g.bootstrap.gc $ |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 394 | ${g.bootstrap.srcDir}/build/blueprint/gotestmain/gotestmain.go | $ |
| 395 | ${g.bootstrap.gcCmd} |
| 396 | pkgPath = gotestmain |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 397 | default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 398 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 399 | build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out: $ |
| 400 | g.bootstrap.link $ |
| 401 | ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a | $ |
| 402 | ${g.bootstrap.linkCmd} |
| 403 | default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out |
| 404 | build ${g.bootstrap.BinDir}/gotestmain: g.bootstrap.cp $ |
| 405 | ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out |
| 406 | default ${g.bootstrap.BinDir}/gotestmain |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 407 | |
| 408 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 409 | # Module: minibp |
Colin Cross | 3f40fa4 | 2015-01-30 17:27:36 -0800 | [diff] [blame] | 410 | # Variant: |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 411 | # Type: bootstrap_core_go_binary |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 412 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·003 |
Colin Cross | 0bc4268 | 2015-06-18 18:06:46 -0700 | [diff] [blame] | 413 | # Defined: build/blueprint/Blueprints:101:1 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 414 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 415 | build ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a: g.bootstrap.gc $ |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 416 | ${g.bootstrap.srcDir}/build/blueprint/bootstrap/minibp/main.go | $ |
| 417 | ${g.bootstrap.gcCmd} $ |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 418 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/pkg/github.com/google/blueprint/parser.a $ |
| 419 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/pkg/github.com/google/blueprint/pathtools.a $ |
| 420 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-proptools/pkg/github.com/google/blueprint/proptools.a $ |
| 421 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/pkg/github.com/google/blueprint.a $ |
| 422 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $ |
| 423 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg/github.com/google/blueprint/bootstrap/bpdoc.a $ |
| 424 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg/github.com/google/blueprint/bootstrap.a |
| 425 | incFlags = -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/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-deptools/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] | 426 | pkgPath = minibp |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 427 | default ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 428 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 429 | build ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out: g.bootstrap.link $ |
| 430 | ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/minibp.a | $ |
| 431 | ${g.bootstrap.linkCmd} |
| 432 | libDirFlags = -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/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-deptools/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap-bpdoc/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-bootstrap/pkg |
| 433 | default ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 434 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 435 | build ${g.bootstrap.BinDir}/minibp: g.bootstrap.cp $ |
| 436 | ${g.bootstrap.buildDir}/.bootstrap/minibp/obj/a.out |
| 437 | default ${g.bootstrap.BinDir}/minibp |
Colin Cross | 2fe6687 | 2015-03-30 17:20:39 -0700 | [diff] [blame] | 438 | |
| 439 | # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 440 | # Singleton: bootstrap |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 441 | # Factory: github.com/google/blueprint/bootstrap.funcĀ·008 |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 442 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 443 | rule s.bootstrap.primarybp |
| 444 | command = ${g.bootstrap.BinDir}/minibp --build-primary ${runTests} -m ${g.bootstrap.bootstrapManifest} --timestamp ${timestamp} --timestampdep ${timestampdep} -b ${g.bootstrap.buildDir} -d ${outfile}.d -o ${outfile} ${in} |
| 445 | depfile = ${outfile}.d |
| 446 | description = minibp ${outfile} |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 447 | |
| 448 | rule s.bootstrap.minibp |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 449 | command = ${g.bootstrap.BinDir}/minibp ${runTests} -m ${g.bootstrap.bootstrapManifest} -b ${g.bootstrap.buildDir} -d ${out}.d -o ${out} ${in} |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 450 | depfile = ${out}.d |
| 451 | description = minibp ${out} |
| 452 | generator = true |
| 453 | |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 454 | build ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in $ |
| 455 | ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in.timestamp: $ |
| 456 | s.bootstrap.primarybp ${g.bootstrap.srcDir}/Android.bp | $ |
| 457 | ${g.bootstrap.BinDir}/choosestage ${g.bootstrap.BinDir}/gotestmain $ |
| 458 | ${g.bootstrap.BinDir}/minibp ${g.bootstrap.srcDir}/Android.bp $ |
| 459 | ${g.bootstrap.buildDir}/.bootstrap/blueprint/test/github.com/google/blueprint.a $ |
| 460 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-parser/test/github.com/google/blueprint/parser.a $ |
| 461 | ${g.bootstrap.buildDir}/.bootstrap/blueprint-pathtools/test/github.com/google/blueprint/pathtools.a |
| 462 | outfile = ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in |
Dan Willemsen | e5e2033 | 2015-06-23 19:46:20 -0700 | [diff] [blame] | 463 | runTests = -t |
Dan Willemsen | 24f2f8d | 2015-07-15 14:34:02 -0700 | [diff] [blame^] | 464 | timestamp = ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in.timestamp |
| 465 | timestampdep = ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in.timestamp.d |
| 466 | default ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in $ |
| 467 | ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in.timestamp |
| 468 | |
| 469 | build ${g.bootstrap.buildDir}/.bootstrap/bootstrap.ninja.in: $ |
| 470 | s.bootstrap.minibp ${g.bootstrap.srcDir}/Android.bp | $ |
| 471 | ${g.bootstrap.bootstrapManifest} ${g.bootstrap.BinDir}/minibp |
| 472 | runTests = -t |
| 473 | default ${g.bootstrap.buildDir}/.bootstrap/bootstrap.ninja.in |
| 474 | |
| 475 | build ${g.bootstrap.buildDir}/.bootstrap/notAFile: phony |
| 476 | default ${g.bootstrap.buildDir}/.bootstrap/notAFile |
| 477 | build ${g.bootstrap.buildDir}/.bootstrap/build.ninja.in: $ |
| 478 | g.bootstrap.chooseStage $ |
| 479 | ${g.bootstrap.buildDir}/.bootstrap/bootstrap.ninja.in $ |
| 480 | ${g.bootstrap.buildDir}/.bootstrap/primary.ninja.in | $ |
| 481 | ${g.bootstrap.chooseStageCmd} ${g.bootstrap.bootstrapManifest} $ |
| 482 | ${g.bootstrap.buildDir}/.bootstrap/notAFile |
| 483 | current = ${g.bootstrap.buildDir}/.bootstrap/bootstrap.ninja.in |
| 484 | default ${g.bootstrap.buildDir}/.bootstrap/build.ninja.in |
| 485 | |
| 486 | build ${g.bootstrap.buildDir}/build.ninja: g.bootstrap.bootstrap $ |
| 487 | ${g.bootstrap.buildDir}/.bootstrap/build.ninja.in | $ |
| 488 | ${g.bootstrap.bootstrapCmd} |
| 489 | default ${g.bootstrap.buildDir}/build.ninja |
Colin Cross | e441b9d | 2015-01-26 16:30:13 -0800 | [diff] [blame] | 490 | |