aboutsummaryrefslogtreecommitdiff
path: root/dep.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-01-20 16:25:32 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2016-01-20 16:25:32 +0900
commit85e5ed03c31a48beb4439dca8be9a83d6a082015 (patch)
treecf45f5858c1299a7c95b0667bdaf91ad7dd6cdb9 /dep.h
parent1134716762adb7051d1ebc1d92f01b58b1a18167 (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dep.h b/dep.h
index 7fe8439..bb70eb3 100644
--- a/dep.h
+++ b/dep.h
@@ -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;
};