George Liu | bddcf85 | 2021-09-08 08:46:22 +0800 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Device') |
| 3 | generated_others += custom_target( |
| 4 | 'org/open_power/OCC/Device__markdown'.underscorify(), |
Patrick Williams | e2a5851 | 2022-09-13 11:26:57 -0500 | [diff] [blame] | 5 | input: [ '../../../../yaml/org/open_power/OCC/Device.errors.yaml', ], |
George Liu | bddcf85 | 2021-09-08 08:46:22 +0800 | [diff] [blame] | 6 | output: [ 'Device.md' ], |
Patrick Williams | e2a5851 | 2022-09-13 11:26:57 -0500 | [diff] [blame] | 7 | depend_files: sdbusplusplus_depfiles, |
George Liu | bddcf85 | 2021-09-08 08:46:22 +0800 | [diff] [blame] | 8 | command: [ |
| 9 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 10 | '--output', meson.current_build_dir(), |
| 11 | '--tool', sdbusplusplus_prog, |
Patrick Williams | e2a5851 | 2022-09-13 11:26:57 -0500 | [diff] [blame] | 12 | '--directory', meson.current_source_dir() / '../../../../yaml', |
George Liu | bddcf85 | 2021-09-08 08:46:22 +0800 | [diff] [blame] | 13 | 'org/open_power/OCC/Device', |
| 14 | ], |
| 15 | ) |
| 16 | |