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