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') |
| 5 | generated_others += custom_target( |
| 6 | 'org/open_power/Host__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 7 | input: [ '../../../yaml/org/open_power/Host.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 8 | output: [ 'Host.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 9 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 10 | command: [ |
| 11 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 12 | '--output', meson.current_build_dir(), |
| 13 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 14 | '--directory', meson.current_source_dir() / '../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 15 | 'org/open_power/Host', |
| 16 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 17 | ) |
| 18 | |
| 19 | subdir('Inventory') |
| 20 | subdir('Logging') |
| 21 | subdir('OCC') |
| 22 | subdir('Proc') |
| 23 | subdir('Sensor') |