xref: /openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/meson.build (revision 0e78828ce927548b4dd679e06fdaf2f294983289)
1# Generated file; do not modify.
2subdir('Hoth')
3
4sdbusplus_current_path = 'com/google/gbmc'
5
6generated_markdown += custom_target(
7    'com/google/gbmc/Hoth__markdown'.underscorify(),
8    input: [
9        '../../../../yaml/com/google/gbmc/Hoth.errors.yaml',
10        '../../../../yaml/com/google/gbmc/Hoth.interface.yaml',
11    ],
12    output: ['Hoth.md'],
13    depend_files: sdbusplusplus_depfiles,
14    command: [
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',
24        'com/google/gbmc/Hoth',
25    ],
26    install: should_generate_markdown,
27    install_dir: [inst_markdown_dir / sdbusplus_current_path],
28    build_by_default: should_generate_markdown,
29)
30
31