blob: b52d6b14af0b3aa4effd61d74e6d0d46fe1caefc [file] [log] [blame]
Patrick Williamse9981162023-03-09 16:49:02 -06001# Generated file; do not modify.
2subdir('BMC')
Patrick Williams7f154002025-01-03 10:12:23 -05003
4sdbusplus_current_path = 'com/meta/Hardware'
5
6generated_markdown += custom_target(
Patrick Williamse9981162023-03-09 16:49:02 -06007 'com/meta/Hardware/BMC__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -05008 input: ['../../../../yaml/com/meta/Hardware/BMC.interface.yaml'],
9 output: ['BMC.md'],
Patrick Williamse9981162023-03-09 16:49:02 -060010 depend_files: sdbusplusplus_depfiles,
11 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050012 sdbuspp_gen_meson_prog,
13 '--command',
14 'markdown',
15 '--output',
16 meson.current_build_dir(),
17 '--tool',
18 sdbusplusplus_prog,
19 '--directory',
20 meson.current_source_dir() / '../../../../yaml',
Patrick Williamse9981162023-03-09 16:49:02 -060021 'com/meta/Hardware/BMC',
22 ],
Patrick Williams7f154002025-01-03 10:12:23 -050023 install: should_generate_markdown,
24 install_dir: [inst_markdown_dir / sdbusplus_current_path],
25 build_by_default: should_generate_markdown,
Patrick Williamse9981162023-03-09 16:49:02 -060026)
27