1
1
# Generated file; do not modify.
2
- subdir (' Collection' )
3
- subdir (' FRUManager' )
4
- subdir (' Manager' )
5
-
6
- sdbusplus_current_path = ' com/ibm/VPD'
7
-
8
2
generated_sources += custom_target (
9
3
' com/ibm/VPD__cpp' .underscorify(),
10
4
input : [' ../../../../yaml/com/ibm/VPD.errors.yaml' ],
@@ -22,12 +16,10 @@ generated_sources += custom_target(
22
16
meson .current_source_dir() / ' ../../../../yaml' ,
23
17
' com/ibm/VPD' ,
24
18
],
25
- install : should_generate_cpp,
26
- install_dir : [false , get_option (' includedir' ) / sdbusplus_current_path],
27
- build_by_default : should_generate_cpp,
28
19
)
29
20
30
- generated_markdown += custom_target (
21
+ subdir (' Collection' )
22
+ generated_others += custom_target (
31
23
' com/ibm/VPD/Collection__markdown' .underscorify(),
32
24
input : [' ../../../../yaml/com/ibm/VPD/Collection.interface.yaml' ],
33
25
output : [' Collection.md' ],
@@ -44,34 +36,10 @@ generated_markdown += custom_target(
44
36
meson .current_source_dir() / ' ../../../../yaml' ,
45
37
' com/ibm/VPD/Collection' ,
46
38
],
47
- install : should_generate_markdown,
48
- install_dir : [inst_markdown_dir / sdbusplus_current_path],
49
- build_by_default : should_generate_markdown,
50
- )
51
-
52
- generated_markdown += custom_target (
53
- ' com/ibm/VPD/FRUManager__markdown' .underscorify(),
54
- input : [' ../../../../yaml/com/ibm/VPD/FRUManager.interface.yaml' ],
55
- output : [' FRUManager.md' ],
56
- depend_files : sdbusplusplus_depfiles,
57
- command : [
58
- sdbuspp_gen_meson_prog,
59
- ' --command' ,
60
- ' markdown' ,
61
- ' --output' ,
62
- meson .current_build_dir(),
63
- ' --tool' ,
64
- sdbusplusplus_prog,
65
- ' --directory' ,
66
- meson .current_source_dir() / ' ../../../../yaml' ,
67
- ' com/ibm/VPD/FRUManager' ,
68
- ],
69
- install : should_generate_markdown,
70
- install_dir : [inst_markdown_dir / sdbusplus_current_path],
71
- build_by_default : should_generate_markdown,
72
39
)
73
40
74
- generated_markdown += custom_target (
41
+ subdir (' Manager' )
42
+ generated_others += custom_target (
75
43
' com/ibm/VPD/Manager__markdown' .underscorify(),
76
44
input : [' ../../../../yaml/com/ibm/VPD/Manager.interface.yaml' ],
77
45
output : [' Manager.md' ],
@@ -88,8 +56,5 @@ generated_markdown += custom_target(
88
56
meson .current_source_dir() / ' ../../../../yaml' ,
89
57
' com/ibm/VPD/Manager' ,
90
58
],
91
- install : should_generate_markdown,
92
- install_dir : [inst_markdown_dir / sdbusplus_current_path],
93
- build_by_default : should_generate_markdown,
94
59
)
95
60
0 commit comments