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