summaryrefslogtreecommitdiff
path: root/etc/import/src/libgit2/TARGETS.git2
blob: 075f3f1266ca8a4bac04fb71e7f48dec708ca334 (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
{ "libgit2_private_headers":
  { "type": ["@", "rules", "data", "staged"]
  , "srcs":
    [ ["GLOB", null, "*.h"]
    , ["./", "streams", "hdrs"]
    , ["./", "transports", "hdrs"]
    , ["src/util", "util_private_headers"]
    , "experimental.h"
    ]
  }
, "libgit2_sources":
  { "type": ["@", "rules", "data", "staged"]
  , "srcs":
    [ ["GLOB", null, "*.c"]
    , ["./", "streams", "srcs"]
    , ["./", "transports", "srcs"]
    ]
  }
, "experimental.h":
  { "type": "configure"
  , "target": "experimental"
  , "config":
    { "type": "let*"
    , "bindings": [["defines1", [["GIT_EXPERIMENTAL_SHA256", 0]]]]
    , "body": {"type": "env", "vars": []}
    }
  }
, "experimental":
  { "type": ["@", "rules", "CC/auto", "config"]
  , "name": ["experimental.h"]
  , "guard": ["INCLUDE_experimental_h__"]
  }
}