diff options
| author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-01-20 16:25:32 +0900 |
|---|---|---|
| committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | 2016-01-20 16:25:32 +0900 |
| commit | 85e5ed03c31a48beb4439dca8be9a83d6a082015 (patch) | |
| tree | cf45f5858c1299a7c95b0667bdaf91ad7dd6cdb9 /dep.h | |
| parent | 1134716762adb7051d1ebc1d92f01b58b1a18167 (diff) | |
[C++] Introduce .KATI_DEPFILE again
Unlike other target specific variables, this variable must
not be propagated to other targets.
Diffstat (limited to 'dep.h')
| -rw-r--r-- | dep.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,7 @@ class Evaluator; class Rule; class Value; +class Var; class Vars; struct DepNode { @@ -43,6 +44,7 @@ struct DepNode { bool is_restat; vector<Symbol> actual_inputs; Vars* rule_vars; + Var* depfile_var; Symbol output_pattern; Loc loc; }; |
