blob: aa3c93b0a8486c8add49a6eda08c8517f6fc7d03 [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' ],
Patrick Williams11335242022-09-12 06:11:41 -05007 depend_files: sdbusplusplus_depfiles,
Krzysztof Grobelny53647642020-06-25 11:45:38 +02008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070012 '--directory', meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020013 'xyz/openbmc_project/Telemetry/Report',
14 ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020015)
16
17subdir('ReportManager')
18generated_others += custom_target(
19 'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070020 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020021 output: [ 'ReportManager.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050022 depend_files: sdbusplusplus_depfiles,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020023 command: [
24 sdbuspp_gen_meson_prog, '--command', 'markdown',
25 '--output', meson.current_build_dir(),
26 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070027 '--directory', meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020028 'xyz/openbmc_project/Telemetry/ReportManager',
29 ],
Krzysztof Grobelny53647642020-06-25 11:45:38 +020030)
31
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010032subdir('Trigger')
33generated_others += custom_target(
34 'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070035 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml', ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010036 output: [ 'Trigger.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050037 depend_files: sdbusplusplus_depfiles,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010038 command: [
39 sdbuspp_gen_meson_prog, '--command', 'markdown',
40 '--output', meson.current_build_dir(),
41 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070042 '--directory', meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010043 'xyz/openbmc_project/Telemetry/Trigger',
44 ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010045)
46
47subdir('TriggerManager')
48generated_others += custom_target(
49 'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070050 input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml', ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010051 output: [ 'TriggerManager.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050052 depend_files: sdbusplusplus_depfiles,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010053 command: [
54 sdbuspp_gen_meson_prog, '--command', 'markdown',
55 '--output', meson.current_build_dir(),
56 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070057 '--directory', meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010058 'xyz/openbmc_project/Telemetry/TriggerManager',
59 ],
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010060)
61