Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Common') |
| 3 | subdir('Control') |
| 4 | subdir('Host') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 5 | subdir('Inventory') |
| 6 | subdir('Logging') |
| 7 | subdir('OCC') |
| 8 | subdir('Proc') |
| 9 | subdir('Sensor') |
| 10 | |
| 11 | sdbusplus_current_path = 'org/open_power' |
| 12 | |
| 13 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 14 | 'org/open_power/Host__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 15 | input: [ '../../../yaml/org/open_power/Host.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 16 | output: [ 'Host.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 17 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 18 | command: [ |
| 19 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 20 | '--output', meson.current_build_dir(), |
| 21 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 22 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | 'org/open_power/Host', |
| 24 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 25 | install: should_generate_markdown, |
| 26 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 27 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | ) |
| 29 | |