summaryrefslogtreecommitdiff
path: root/etc/import/src/common/TARGETS.lzma
blob: bad85ec1c99494e7bf989d4b4a6e6f14bdb5f3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ "headers":
  { "type": ["@", "rules", "CC", "library"]
  , "arguments_config": ["ENABLE_THREADS"]
  , "hdrs":
    { "type": "++"
    , "$1":
      [ [ "mythread.h"
        , "sysdefs.h"
        , "tuklib_common.h"
        , "tuklib_config.h"
        , "tuklib_integer.h"
        , "tuklib_physmem.c"
        , "tuklib_physmem.h"
        ]
      , { "type": "if"
        , "cond": {"type": "var", "name": "ENABLE_THREADS"}
        , "then": ["tuklib_cpucores.h"]
        }
      ]
    }
  }
}