Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('BMC') |
Daniel Hsu | 9ca8d34 | 2025-05-26 19:59:17 +0800 | [diff] [blame] | 3 | subdir('Harma') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 4 | |
| 5 | sdbusplus_current_path = 'com/meta/Hardware' |
| 6 | |
| 7 | generated_markdown += custom_target( |
Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 8 | 'com/meta/Hardware/BMC__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 9 | input: ['../../../../yaml/com/meta/Hardware/BMC.interface.yaml'], |
| 10 | output: ['BMC.md'], |
Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 11 | depend_files: sdbusplusplus_depfiles, |
| 12 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 13 | sdbuspp_gen_meson_prog, |
| 14 | '--command', |
| 15 | 'markdown', |
| 16 | '--output', |
| 17 | meson.current_build_dir(), |
| 18 | '--tool', |
| 19 | sdbusplusplus_prog, |
| 20 | '--directory', |
| 21 | meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 22 | 'com/meta/Hardware/BMC', |
| 23 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 24 | install: should_generate_markdown, |
| 25 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 26 | build_by_default: should_generate_markdown, |
Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 27 | ) |
| 28 | |
Daniel Hsu | 9ca8d34 | 2025-05-26 19:59:17 +0800 | [diff] [blame] | 29 | generated_markdown += custom_target( |
| 30 | 'com/meta/Hardware/Harma__markdown'.underscorify(), |
| 31 | input: ['../../../../yaml/com/meta/Hardware/Harma.interface.yaml'], |
| 32 | output: ['Harma.md'], |
| 33 | depend_files: sdbusplusplus_depfiles, |
| 34 | command: [ |
| 35 | sdbuspp_gen_meson_prog, |
| 36 | '--command', |
| 37 | 'markdown', |
| 38 | '--output', |
| 39 | meson.current_build_dir(), |
| 40 | '--tool', |
| 41 | sdbusplusplus_prog, |
| 42 | '--directory', |
| 43 | meson.current_source_dir() / '../../../../yaml', |
| 44 | 'com/meta/Hardware/Harma', |
| 45 | ], |
| 46 | install: should_generate_markdown, |
| 47 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 48 | build_by_default: should_generate_markdown, |
| 49 | ) |
| 50 | |