| # Generated file; do not modify. |
| subdir('Hostboot') |
| generated_others += custom_target( |
| 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(), |
| input: [ meson.project_source_root() / 'com/ibm/Dump/Entry/Hostboot.interface.yaml', ], |
| output: [ 'Hostboot.md' ], |
| command: [ |
| sdbuspp_gen_meson_prog, '--command', 'markdown', |
| '--output', meson.current_build_dir(), |
| '--tool', sdbusplusplus_prog, |
| '--directory', meson.project_source_root(), |
| 'com/ibm/Dump/Entry/Hostboot', |
| ], |
| build_by_default: true, |
| ) |
| |
| subdir('Resource') |
| generated_others += custom_target( |
| 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(), |
| input: [ meson.project_source_root() / 'com/ibm/Dump/Entry/Resource.interface.yaml', ], |
| output: [ 'Resource.md' ], |
| command: [ |
| sdbuspp_gen_meson_prog, '--command', 'markdown', |
| '--output', meson.current_build_dir(), |
| '--tool', sdbusplusplus_prog, |
| '--directory', meson.project_source_root(), |
| 'com/ibm/Dump/Entry/Resource', |
| ], |
| build_by_default: true, |
| ) |
| |