summaryrefslogtreecommitdiffstats
path: root/spec/spec/build-library.yml
blob: 8bf5f5b102cfc1a76bf4b951fb5e9afa70aa45e6 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
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: |
  SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
  build-type: library
  cflags:
  - -Wno-pointer-sign
  copyrights:
  - Copyright (C) 2020 embedded brains GmbH & Co. KG
  cppflags: []
  cxxflags: []
  enabled-by: true
  includes:
  - cpukit/libfs/src/jffs2/include
  install:
  - destination: ${BSP_INCLUDEDIR}/rtems
    source:
    - cpukit/include/rtems/jffs2.h
  install-path: ${BSP_LIBDIR}
  links: []
  source:
  - cpukit/libfs/src/jffs2/src/build.c
  target: jffs2
  type: build
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.
    mandatory-attributes: all
spec-name: Build Library Item Type
spec-type: build-library
type: spec