blob: 62cb4cf6bf04cb54ab7c41fdcba78f805c529588 [file] [log] [blame]
Krzysztof Grobelny53647642020-06-25 11:45:38 +02001# Generated file; do not modify.
2subdir('Report')
Patrick Williams7f154002025-01-03 10:12:23 -05003subdir('ReportManager')
4subdir('Trigger')
5subdir('TriggerManager')
6
7sdbusplus_current_path = 'xyz/openbmc_project/Telemetry'
8
9generated_markdown += custom_target(
Krzysztof Grobelny53647642020-06-25 11:45:38 +020010 'xyz/openbmc_project/Telemetry/Report__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050011 input: [
12 '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml',
13 ],
14 output: ['Report.md'],
Patrick Williams11335242022-09-12 06:11:41 -050015 depend_files: sdbusplusplus_depfiles,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020016 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050017 sdbuspp_gen_meson_prog,
18 '--command',
19 'markdown',
20 '--output',
21 meson.current_build_dir(),
22 '--tool',
23 sdbusplusplus_prog,
24 '--directory',
25 meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020026 'xyz/openbmc_project/Telemetry/Report',
27 ],
Patrick Williams7f154002025-01-03 10:12:23 -050028 install: should_generate_markdown,
29 install_dir: [inst_markdown_dir / sdbusplus_current_path],
30 build_by_default: should_generate_markdown,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020031)
32
Patrick Williams7f154002025-01-03 10:12:23 -050033generated_markdown += custom_target(
Krzysztof Grobelny53647642020-06-25 11:45:38 +020034 'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050035 input: [
36 '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml',
37 ],
38 output: ['ReportManager.md'],
Patrick Williams11335242022-09-12 06:11:41 -050039 depend_files: sdbusplusplus_depfiles,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020040 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050041 sdbuspp_gen_meson_prog,
42 '--command',
43 'markdown',
44 '--output',
45 meson.current_build_dir(),
46 '--tool',
47 sdbusplusplus_prog,
48 '--directory',
49 meson.current_source_dir() / '../../../../yaml',
Krzysztof Grobelny53647642020-06-25 11:45:38 +020050 'xyz/openbmc_project/Telemetry/ReportManager',
51 ],
Patrick Williams7f154002025-01-03 10:12:23 -050052 install: should_generate_markdown,
53 install_dir: [inst_markdown_dir / sdbusplus_current_path],
54 build_by_default: should_generate_markdown,
Krzysztof Grobelny53647642020-06-25 11:45:38 +020055)
56
Patrick Williams7f154002025-01-03 10:12:23 -050057generated_markdown += custom_target(
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010058 'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050059 input: [
60 '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml',
61 ],
62 output: ['Trigger.md'],
Patrick Williams11335242022-09-12 06:11:41 -050063 depend_files: sdbusplusplus_depfiles,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010064 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050065 sdbuspp_gen_meson_prog,
66 '--command',
67 'markdown',
68 '--output',
69 meson.current_build_dir(),
70 '--tool',
71 sdbusplusplus_prog,
72 '--directory',
73 meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010074 'xyz/openbmc_project/Telemetry/Trigger',
75 ],
Patrick Williams7f154002025-01-03 10:12:23 -050076 install: should_generate_markdown,
77 install_dir: [inst_markdown_dir / sdbusplus_current_path],
78 build_by_default: should_generate_markdown,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010079)
80
Patrick Williams7f154002025-01-03 10:12:23 -050081generated_markdown += custom_target(
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010082 'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050083 input: [
84 '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml',
85 ],
86 output: ['TriggerManager.md'],
Patrick Williams11335242022-09-12 06:11:41 -050087 depend_files: sdbusplusplus_depfiles,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010088 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050089 sdbuspp_gen_meson_prog,
90 '--command',
91 'markdown',
92 '--output',
93 meson.current_build_dir(),
94 '--tool',
95 sdbusplusplus_prog,
96 '--directory',
97 meson.current_source_dir() / '../../../../yaml',
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +010098 'xyz/openbmc_project/Telemetry/TriggerManager',
99 ],
Patrick Williams7f154002025-01-03 10:12:23 -0500100 install: should_generate_markdown,
101 install_dir: [inst_markdown_dir / sdbusplus_current_path],
102 build_by_default: should_generate_markdown,
Wludzik, Jozefb2bbac72021-01-21 12:52:01 +0100103)
104