Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 2 | subdir('Hardware') |
| 3 | generated_others += custom_target( |
| 4 | 'com/ibm/Dump/Entry/Hardware__markdown'.underscorify(), |
| 5 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hardware.interface.yaml', ], |
| 6 | output: [ 'Hardware.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 7 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 8 | command: [ |
| 9 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 10 | '--output', meson.current_build_dir(), |
| 11 | '--tool', sdbusplusplus_prog, |
| 12 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
| 13 | 'com/ibm/Dump/Entry/Hardware', |
| 14 | ], |
| 15 | ) |
| 16 | |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 17 | subdir('Hostboot') |
| 18 | generated_others += custom_target( |
| 19 | 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 20 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml', ], |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 21 | output: [ 'Hostboot.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 22 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 23 | command: [ |
| 24 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 25 | '--output', meson.current_build_dir(), |
| 26 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 27 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 28 | 'com/ibm/Dump/Entry/Hostboot', |
| 29 | ], |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 30 | ) |
| 31 | |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 32 | subdir('Resource') |
| 33 | generated_others += custom_target( |
| 34 | 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 35 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Resource.interface.yaml', ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 36 | output: [ 'Resource.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 37 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 38 | command: [ |
| 39 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 40 | '--output', meson.current_build_dir(), |
| 41 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 42 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 43 | 'com/ibm/Dump/Entry/Resource', |
| 44 | ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 45 | ) |
| 46 | |