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') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 3 | subdir('Hostboot') |
| 4 | subdir('Resource') |
| 5 | subdir('SBE') |
| 6 | |
| 7 | sdbusplus_current_path = 'com/ibm/Dump/Entry' |
| 8 | |
| 9 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 10 | 'com/ibm/Dump/Entry/Hardware__markdown'.underscorify(), |
| 11 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hardware.interface.yaml', ], |
| 12 | output: [ 'Hardware.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 13 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 14 | command: [ |
| 15 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 16 | '--output', meson.current_build_dir(), |
| 17 | '--tool', sdbusplusplus_prog, |
| 18 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
| 19 | 'com/ibm/Dump/Entry/Hardware', |
| 20 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 21 | install: should_generate_markdown, |
| 22 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 23 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | a2eb94f | 2021-05-05 02:44:28 -0500 | [diff] [blame] | 24 | ) |
| 25 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 26 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 27 | 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 28 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml', ], |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 29 | output: [ 'Hostboot.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 30 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 31 | command: [ |
| 32 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 33 | '--output', meson.current_build_dir(), |
| 34 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 35 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 36 | 'com/ibm/Dump/Entry/Hostboot', |
| 37 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 38 | install: should_generate_markdown, |
| 39 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 40 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | 6f8ebc5 | 2020-11-23 21:55:44 -0600 | [diff] [blame] | 41 | ) |
| 42 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 43 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 44 | 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 45 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/Resource.interface.yaml', ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 46 | output: [ 'Resource.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 47 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 48 | command: [ |
| 49 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 50 | '--output', meson.current_build_dir(), |
| 51 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 52 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 53 | 'com/ibm/Dump/Entry/Resource', |
| 54 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 55 | install: should_generate_markdown, |
| 56 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 57 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 58 | ) |
| 59 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 60 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | e5abf62 | 2021-09-08 02:14:44 -0500 | [diff] [blame] | 61 | 'com/ibm/Dump/Entry/SBE__markdown'.underscorify(), |
| 62 | input: [ '../../../../../yaml/com/ibm/Dump/Entry/SBE.interface.yaml', ], |
| 63 | output: [ 'SBE.md' ], |
| 64 | depend_files: sdbusplusplus_depfiles, |
| 65 | command: [ |
| 66 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 67 | '--output', meson.current_build_dir(), |
| 68 | '--tool', sdbusplusplus_prog, |
| 69 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
| 70 | 'com/ibm/Dump/Entry/SBE', |
| 71 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 72 | install: should_generate_markdown, |
| 73 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 74 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | e5abf62 | 2021-09-08 02:14:44 -0500 | [diff] [blame] | 75 | ) |
| 76 | |