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