blob: a9383f5a3f46026dd56098c4fdad4f1199387419 [file] [log] [blame]
Krzysztof Grobelny53647642020-06-25 11:45:38 +02001# Generated file; do not modify.
2subdir('Report')
3generated_others += custom_target(
4 'xyz/openbmc_project/Telemetry/Report__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07005 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +02006 output: [ 'Report.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070011 '--directory', meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020012 'xyz/openbmc_project/Telemetry/Report',
13 ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020014)
15
16subdir('ReportManager')
17generated_others += custom_target(
18 'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070019 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020020 output: [ 'ReportManager.md' ],
21 command: [
22 sdbuspp_gen_meson_prog, '--command', 'markdown',
23 '--output', meson.current_build_dir(),
24 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070025 '--directory', meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020026 'xyz/openbmc_project/Telemetry/ReportManager',
27 ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020028)
29
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010030subdir('Trigger')
31generated_others += custom_target(
32 'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070033 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml', ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010034 output: [ 'Trigger.md' ],
35 command: [
36 sdbuspp_gen_meson_prog, '--command', 'markdown',
37 '--output', meson.current_build_dir(),
38 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070039 '--directory', meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010040 'xyz/openbmc_project/Telemetry/Trigger',
41 ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010042)
43
44subdir('TriggerManager')
45generated_others += custom_target(
46 'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070047 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml', ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010048 output: [ 'TriggerManager.md' ],
49 command: [
50 sdbuspp_gen_meson_prog, '--command', 'markdown',
51 '--output', meson.current_build_dir(),
52 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070053 '--directory', meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010054 'xyz/openbmc_project/Telemetry/TriggerManager',
55 ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010056)
57