summaryrefslogtreecommitdiffstats
path: root/spec/spec/build-library.yml
blob: 8cfe1afe4bcc4fee3a25e23c87b31266a244aee6 (plain) (blame)
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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links:
- role: spec-member
  uid: root
- role: spec-refinement
  spec-key: build-type
  spec-value: library
  uid: build
spec-description: null
spec-example: null
spec-info:
  dict:
    attributes:
      cflags:
        description: null
        spec-type: build-cflags
      cppflags:
        description: null
        spec-type: build-cppflags
      cxxflags:
        description: null
        spec-type: build-cxxflags
      includes:
        description: null
        spec-type: build-includes
      install:
        description: null
        spec-type: build-install-list
      install-path:
        description: null
        spec-type: build-install-path
      source:
        description: null
        spec-type: build-source-list
      target:
        description: |
          It shall be the name of the static library, e.g. ``z`` for
          ``libz.a``.
        spec-type: build-target
    description: |
      This set of attributes specifies a static library.  Library items may use
      additional objects provided by ${build-objects:/spec-name} items through
      the build dependency links of the item.
    required-attributes: all
spec-name: Build Library Item Type
spec-type: build-library
type: spec