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('Cable')
34generated_others += custom_target(
35    'xyz/openbmc_project/State/Cable__markdown'.underscorify(),
36    input: [ '../../../../yaml/xyz/openbmc_project/State/Cable.events.yaml',  ],
37    output: [ 'Cable.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/Cable',
45    ],
46)
47
48subdir('Chassis')
49generated_others += custom_target(
50    'xyz/openbmc_project/State/Chassis__markdown'.underscorify(),
51    input: [ '../../../../yaml/xyz/openbmc_project/State/Chassis.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/Chassis.interface.yaml',  ],
52    output: [ 'Chassis.md' ],
53    depend_files: sdbusplusplus_depfiles,
54    command: [
55        sdbuspp_gen_meson_prog, '--command', 'markdown',
56        '--output', meson.current_build_dir(),
57        '--tool', sdbusplusplus_prog,
58        '--directory', meson.current_source_dir() / '../../../../yaml',
59        'xyz/openbmc_project/State/Chassis',
60    ],
61)
62
63subdir('Decorator')
64subdir('Drive')
65generated_others += custom_target(
66    'xyz/openbmc_project/State/Drive__markdown'.underscorify(),
67    input: [ '../../../../yaml/xyz/openbmc_project/State/Drive.interface.yaml',  ],
68    output: [ 'Drive.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/Drive',
76    ],
77)
78
79subdir('Host')
80generated_others += custom_target(
81    'xyz/openbmc_project/State/Host__markdown'.underscorify(),
82    input: [ '../../../../yaml/xyz/openbmc_project/State/Host.errors.yaml', '../../../../yaml/xyz/openbmc_project/State/Host.interface.yaml',  ],
83    output: [ 'Host.md' ],
84    depend_files: sdbusplusplus_depfiles,
85    command: [
86        sdbuspp_gen_meson_prog, '--command', 'markdown',
87        '--output', meson.current_build_dir(),
88        '--tool', sdbusplusplus_prog,
89        '--directory', meson.current_source_dir() / '../../../../yaml',
90        'xyz/openbmc_project/State/Host',
91    ],
92)
93
94subdir('Leak')
95subdir('OperatingSystem')
96subdir('PowerOnHours')
97generated_others += custom_target(
98    'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(),
99    input: [ '../../../../yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml',  ],
100    output: [ 'PowerOnHours.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/PowerOnHours',
108    ],
109)
110
111subdir('ScheduledHostTransition')
112generated_others += custom_target(
113    'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(),
114    input: [ '../../../../yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml',  ],
115    output: [ 'ScheduledHostTransition.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/ScheduledHostTransition',
123    ],
124)
125
126subdir('Shutdown')
127subdir('SystemdTarget')
128generated_others += custom_target(
129    'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(),
130    input: [ '../../../../yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml',  ],
131    output: [ 'SystemdTarget.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/SystemdTarget',
139    ],
140)
141
142subdir('Watchdog')
143generated_others += custom_target(
144    'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(),
145    input: [ '../../../../yaml/xyz/openbmc_project/State/Watchdog.interface.yaml',  ],
146    output: [ 'Watchdog.md' ],
147    depend_files: sdbusplusplus_depfiles,
148    command: [
149        sdbuspp_gen_meson_prog, '--command', 'markdown',
150        '--output', meson.current_build_dir(),
151        '--tool', sdbusplusplus_prog,
152        '--directory', meson.current_source_dir() / '../../../../yaml',
153        'xyz/openbmc_project/State/Watchdog',
154    ],
155)
156
157