summaryrefslogtreecommitdiff
path: root/src/buildtool/build_engine/expression/TARGETS
blob: 76a6058fc66a7d8a905d5669958880e9d5e6d4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{ "linked_map":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["linked_map"]
  , "hdrs": ["linked_map.hpp"]
  , "deps":
    [ ["@", "fmt", "", "fmt"]
    , ["src/buildtool/multithreading", "atomic_value"]
    , ["src/utils/cpp", "hash_combine"]
    ]
  , "stage": ["src", "buildtool", "build_engine", "expression"]
  }
, "expression_ptr_interface":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["expression_ptr_interface"]
  , "hdrs": ["expression_ptr.hpp", "function_map.hpp"]
  , "deps":
    [ "linked_map"
    , ["@", "json", "", "json"]
    , ["src/buildtool/logging", "logging"]
    ]
  , "stage": ["src", "buildtool", "build_engine", "expression"]
  }
, "expression":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["expression"]
  , "hdrs":
    [ "configuration.hpp"
    , "expression_ptr.hpp"
    , "expression.hpp"
    , "evaluator.hpp"
    , "target_result.hpp"
    , "target_node.hpp"
    ]
  , "srcs":
    [ "expression_ptr.cpp"
    , "expression.cpp"
    , "evaluator.cpp"
    , "target_result.cpp"
    , "target_node.cpp"
    ]
  , "deps":
    [ "expression_ptr_interface"
    , "linked_map"
    , ["src/buildtool/build_engine/base_maps", "entity_name_data"]
    , ["src/buildtool/common", "artifact_description"]
    , ["src/buildtool/crypto", "hash_function"]
    , ["src/buildtool/logging", "logging"]
    , ["src/buildtool/multithreading", "atomic_value"]
    , ["src/utils/cpp", "type_safe_arithmetic"]
    , ["src/utils/cpp", "json"]
    , ["src/utils/cpp", "hash_combine"]
    , ["src/utils/cpp", "hex_string"]
    , ["src/utils/cpp", "concepts"]
    , ["src/utils/cpp", "path"]
    , ["@", "gsl-lite", "", "gsl-lite"]
    ]
  , "stage": ["src", "buildtool", "build_engine", "expression"]
  }
}