| John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 1 | # Generated file; do not modify. | 
 | 2 | subdir('Hoth') | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 |  | 
 | 4 | sdbusplus_current_path = 'com/google/gbmc' | 
 | 5 |  | 
 | 6 | generated_markdown += custom_target( | 
| John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 7 |     'com/google/gbmc/Hoth__markdown'.underscorify(), | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 8 |     input: [ | 
 | 9 |         '../../../../yaml/com/google/gbmc/Hoth.errors.yaml', | 
 | 10 |         '../../../../yaml/com/google/gbmc/Hoth.interface.yaml', | 
 | 11 |     ], | 
 | 12 |     output: ['Hoth.md'], | 
| Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 13 |     depend_files: sdbusplusplus_depfiles, | 
| John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [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', | 
| John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 24 |         'com/google/gbmc/Hoth', | 
 | 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, | 
| John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 29 | ) | 
 | 30 |  |