commit | 5f86e1a2df170eadf0601f1bff6ab12a643a68c5 | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | Mon Jun 29 14:25:39 2015 +0900 |
committer | Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | Mon Jun 29 14:25:59 2015 +0900 |
tree | d8e9c7bde1d4305ffe3cdf1645a0b839e86d1c79 | |
parent | 2a04789470d2de0384753c96e7e278b77a5dc2dc [diff] [blame] |
[C++] Split CommandEvaluator from Executor This is the first step of --ninja support
diff --git a/Makefile b/Makefile index 46d7730..bb91bf2 100644 --- a/Makefile +++ b/Makefile
@@ -15,6 +15,7 @@ GO_SRCS:=$(wildcard *.go) CXX_SRCS:= \ ast.cc \ + command.cc \ dep.cc \ eval.cc \ exec.cc \ @@ -24,6 +25,7 @@ flags.cc \ func.cc \ main.cc \ + ninja.cc \ parser.cc \ rule.cc \ string_piece.cc \