summaryrefslogtreecommitdiff
path: root/TARGETS
blob: 0943d44e97bf069cb25ae921f54ddccc52403d8f (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
{ "": {"type": "install", "files": {"bin/just": "just"}}
, "exported-just":
  { "type": "export"
  , "target": ["src/buildtool/main", "just"]
  , "flexible_config":
    [ "OS"
    , "ARCH"
    , "HOST_ARCH"
    , "TARGET_ARCH"
    , "CC"
    , "CXX"
    , "AR"
    , "ENV"
    , "BUILD_STATIC_BINARY"
    ]
  }
, "just":
  { "type": ["@", "rules", "CC", "configure"]
  , "arguments_config": ["OS", "ARCH"]
  , "os": [{"type": "var", "name": "OS", "default": "linux"}]
  , "arch": [{"type": "var", "name": "ARCH", "default": "x86_64"}]
  , "target": ["exported-just"]
  }
, "libgit2":
  { "type": "export"
  , "target": ["@", "libgit2", "", "git2"]
  , "fixed_config":
    { "USE_SHA1": "OpenSSL"
    , "USE_SSH": false
    , "USE_HTTPS": false
    , "USE_GSSAPI": false
    }
  , "flexible_config":
    ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "CXX", "AR", "ENV"]
  }
, "just-ext-hdrs":
  { "type": ["@", "rules", "CC", "configure"]
  , "arguments_config": ["OS", "ARCH"]
  , "os": [{"type": "var", "name": "OS", "default": "linux"}]
  , "arch": [{"type": "var", "name": "ARCH", "default": "x86_64"}]
  , "target": [["etc/dev", "just-ext-hdrs"]]
  }
}