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.errors.yaml', '../../../../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.errors.yaml', '../../../../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.errors.yaml', '../../../../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('Leak')
80subdir('OperatingSystem')
81subdir('PowerOnHours')
82generated_others += custom_target(
83    'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(),
84    input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml',  ],
85    output: [ 'PowerOnHours.md' ],
86    depend_files: sdbusplusplus_depfiles,
87    command: [
88        sdbuspp_gen_meson_prog, '--command', 'markdown',
89        '--output', meson.current_build_dir(),
90        '--tool', sdbusplusplus_prog,
91        '--directory', meson.current_source_dir() / '../../../../yaml',
92        'xyz/openbmc_project/State/PowerOnHours',
93    ],
94)
95
96subdir('ScheduledHostTransition')
97generated_others += custom_target(
98    'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(),
99    input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml',  ],
100    output: [ 'ScheduledHostTransition.md' ],
101    depend_files: sdbusplusplus_depfiles,
102    command: [
103        sdbuspp_gen_meson_prog, '--command', 'markdown',
104        '--output', meson.current_build_dir(),
105        '--tool', sdbusplusplus_prog,
106        '--directory', meson.current_source_dir() / '../../../../yaml',
107        'xyz/openbmc_project/State/ScheduledHostTransition',
108    ],
109)
110
111subdir('Shutdown')
112subdir('SystemdTarget')
113generated_others += custom_target(
114    'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(),
115    input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml',  ],
116    output: [ 'SystemdTarget.md' ],
117    depend_files: sdbusplusplus_depfiles,
118    command: [
119        sdbuspp_gen_meson_prog, '--command', 'markdown',
120        '--output', meson.current_build_dir(),
121        '--tool', sdbusplusplus_prog,
122        '--directory', meson.current_source_dir() / '../../../../yaml',
123        'xyz/openbmc_project/State/SystemdTarget',
124    ],
125)
126
127subdir('Watchdog')
128generated_others += custom_target(
129    'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(),
130    input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml',  ],
131    output: [ 'Watchdog.md' ],
132    depend_files: sdbusplusplus_depfiles,
133    command: [
134        sdbuspp_gen_meson_prog, '--command', 'markdown',
135        '--output', meson.current_build_dir(),
136        '--tool', sdbusplusplus_prog,
137        '--directory', meson.current_source_dir() / '../../../../yaml',
138        'xyz/openbmc_project/State/Watchdog',
139    ],
140)
141
142