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