1# Generated file; do not modify.
2subdir('BMC')
3generated_others += custom_target(
4    'xyz/openbmc_project/State/BMC__markdown'.underscorify(),
5    input: [ '../../../../yaml/xyz/openbmc_project/State/BMC.interface.yaml',  ],
6    output: [ 'BMC.md' ],
7    depend_files: sdbusplusplus_depfiles,
8    command: [
9        sdbuspp_gen_meson_prog, '--command', 'markdown',
10        '--output', meson.current_build_dir(),
11        '--tool', sdbusplusplus_prog,
12        '--directory', meson.current_source_dir() / '../../../../yaml',
13        'xyz/openbmc_project/State/BMC',
14    ],
15)
16
17subdir('BMCRedundancy')
18generated_others += custom_target(
19    'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(),
20    input: [ '../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml',  ],
21    output: [ 'BMCRedundancy.md' ],
22    depend_files: sdbusplusplus_depfiles,
23    command: [
24        sdbuspp_gen_meson_prog, '--command', 'markdown',
25        '--output', meson.current_build_dir(),
26        '--tool', sdbusplusplus_prog,
27        '--directory', meson.current_source_dir() / '../../../../yaml',
28        'xyz/openbmc_project/State/BMCRedundancy',
29    ],
30)
31
32subdir('Boot')
33subdir('Chassis')
34generated_others += custom_target(
35    'xyz/openbmc_project/State/Chassis__markdown'.underscorify(),
36    input: [ '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml',  ],
37    output: [ 'Chassis.md' ],
38    depend_files: sdbusplusplus_depfiles,
39    command: [
40        sdbuspp_gen_meson_prog, '--command', 'markdown',
41        '--output', meson.current_build_dir(),
42        '--tool', sdbusplusplus_prog,
43        '--directory', meson.current_source_dir() / '../../../../yaml',
44        'xyz/openbmc_project/State/Chassis',
45    ],
46)
47
48subdir('Decorator')
49subdir('Drive')
50generated_others += custom_target(
51    'xyz/openbmc_project/State/Drive__markdown'.underscorify(),
52    input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml',  ],
53    output: [ 'Drive.md' ],
54    depend_files: sdbusplusplus_depfiles,
55    command: [
56        sdbuspp_gen_meson_prog, '--command', 'markdown',
57        '--output', meson.current_build_dir(),
58        '--tool', sdbusplusplus_prog,
59        '--directory', meson.current_source_dir() / '../../../../yaml',
60        'xyz/openbmc_project/State/Drive',
61    ],
62)
63
64subdir('Host')
65generated_others += custom_target(
66    'xyz/openbmc_project/State/Host__markdown'.underscorify(),
67    input: [ '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml',  ],
68    output: [ 'Host.md' ],
69    depend_files: sdbusplusplus_depfiles,
70    command: [
71        sdbuspp_gen_meson_prog, '--command', 'markdown',
72        '--output', meson.current_build_dir(),
73        '--tool', sdbusplusplus_prog,
74        '--directory', meson.current_source_dir() / '../../../../yaml',
75        'xyz/openbmc_project/State/Host',
76    ],
77)
78
79subdir('OperatingSystem')
80subdir('PowerOnHours')
81generated_others += custom_target(
82    'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(),
83    input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml',  ],
84    output: [ 'PowerOnHours.md' ],
85    depend_files: sdbusplusplus_depfiles,
86    command: [
87        sdbuspp_gen_meson_prog, '--command', 'markdown',
88        '--output', meson.current_build_dir(),
89        '--tool', sdbusplusplus_prog,
90        '--directory', meson.current_source_dir() / '../../../../yaml',
91        'xyz/openbmc_project/State/PowerOnHours',
92    ],
93)
94
95subdir('ScheduledHostTransition')
96generated_others += custom_target(
97    'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(),
98    input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml',  ],
99    output: [ 'ScheduledHostTransition.md' ],
100    depend_files: sdbusplusplus_depfiles,
101    command: [
102        sdbuspp_gen_meson_prog, '--command', 'markdown',
103        '--output', meson.current_build_dir(),
104        '--tool', sdbusplusplus_prog,
105        '--directory', meson.current_source_dir() / '../../../../yaml',
106        'xyz/openbmc_project/State/ScheduledHostTransition',
107    ],
108)
109
110subdir('Shutdown')
111subdir('SystemdTarget')
112generated_others += custom_target(
113    'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(),
114    input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml',  ],
115    output: [ 'SystemdTarget.md' ],
116    depend_files: sdbusplusplus_depfiles,
117    command: [
118        sdbuspp_gen_meson_prog, '--command', 'markdown',
119        '--output', meson.current_build_dir(),
120        '--tool', sdbusplusplus_prog,
121        '--directory', meson.current_source_dir() / '../../../../yaml',
122        'xyz/openbmc_project/State/SystemdTarget',
123    ],
124)
125
126subdir('Watchdog')
127generated_others += custom_target(
128    'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(),
129    input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml',  ],
130    output: [ 'Watchdog.md' ],
131    depend_files: sdbusplusplus_depfiles,
132    command: [
133        sdbuspp_gen_meson_prog, '--command', 'markdown',
134        '--output', meson.current_build_dir(),
135        '--tool', sdbusplusplus_prog,
136        '--directory', meson.current_source_dir() / '../../../../yaml',
137        'xyz/openbmc_project/State/Watchdog',
138    ],
139)
140
141