Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 2 | subdir('Hostboot') |
| 3 | generated_others += custom_target( |
| 4 | 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(), |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 5 | input: [ '../../../../../com/ibm/Dump/Entry/Hostboot.interface.yaml', ], |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 6 | output: [ 'Hostboot.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 11 | '--directory', meson.current_source_dir() / '../../../../..', |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 12 | 'com/ibm/Dump/Entry/Hostboot', |
| 13 | ], |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 14 | ) |
| 15 | |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 16 | subdir('Resource') |
| 17 | generated_others += custom_target( |
| 18 | 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(), |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../../com/ibm/Dump/Entry/Resource.interface.yaml', ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 20 | output: [ 'Resource.md' ], |
| 21 | command: [ |
| 22 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 23 | '--output', meson.current_build_dir(), |
| 24 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 25 | '--directory', meson.current_source_dir() / '../../../../..', |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 26 | 'com/ibm/Dump/Entry/Resource', |
| 27 | ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 28 | ) |
| 29 | |