Ninad Palsule | 927d093 | 2023-03-06 11:42:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Access') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('UART') |
| 4 | |
| 5 | sdbusplus_current_path = 'xyz/openbmc_project/Console' |
| 6 | |
| 7 | generated_markdown += custom_target( |
Ninad Palsule | 927d093 | 2023-03-06 11:42:02 -0600 | [diff] [blame] | 8 | 'xyz/openbmc_project/Console/Access__markdown'.underscorify(), |
| 9 | input: [ '../../../../yaml/xyz/openbmc_project/Console/Access.interface.yaml', ], |
| 10 | output: [ 'Access.md' ], |
| 11 | depend_files: sdbusplusplus_depfiles, |
| 12 | command: [ |
| 13 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 14 | '--output', meson.current_build_dir(), |
| 15 | '--tool', sdbusplusplus_prog, |
| 16 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 17 | 'xyz/openbmc_project/Console/Access', |
| 18 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 19 | install: should_generate_markdown, |
| 20 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 21 | build_by_default: should_generate_markdown, |
Ninad Palsule | 927d093 | 2023-03-06 11:42:02 -0600 | [diff] [blame] | 22 | ) |
| 23 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 24 | generated_markdown += custom_target( |
Jonathan Doman | 3826910 | 2023-05-30 15:24:50 -0700 | [diff] [blame] | 25 | 'xyz/openbmc_project/Console/UART__markdown'.underscorify(), |
| 26 | input: [ '../../../../yaml/xyz/openbmc_project/Console/UART.interface.yaml', ], |
| 27 | output: [ 'UART.md' ], |
| 28 | depend_files: sdbusplusplus_depfiles, |
| 29 | command: [ |
| 30 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 31 | '--output', meson.current_build_dir(), |
| 32 | '--tool', sdbusplusplus_prog, |
| 33 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 34 | 'xyz/openbmc_project/Console/UART', |
| 35 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 36 | install: should_generate_markdown, |
| 37 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 38 | build_by_default: should_generate_markdown, |
Jonathan Doman | 3826910 | 2023-05-30 15:24:50 -0700 | [diff] [blame] | 39 | ) |
| 40 | |