1e123c461STom Joseph# Generated file; do not modify.
2e123c461STom Josephsubdir('Endpoint')
3e123c461STom Josephgenerated_others += custom_target(
4e123c461STom Joseph    'xyz/openbmc_project/MCTP/Endpoint__markdown'.underscorify(),
5e123c461STom Joseph    input: [ '../../../../yaml/xyz/openbmc_project/MCTP/Endpoint.interface.yaml',  ],
6e123c461STom Joseph    output: [ 'Endpoint.md' ],
7*11335246SPatrick Williams    depend_files: sdbusplusplus_depfiles,
8e123c461STom Joseph    command: [
9e123c461STom Joseph        sdbuspp_gen_meson_prog, '--command', 'markdown',
10e123c461STom Joseph        '--output', meson.current_build_dir(),
11e123c461STom Joseph        '--tool', sdbusplusplus_prog,
12e123c461STom Joseph        '--directory', meson.current_source_dir() / '../../../../yaml',
13e123c461STom Joseph        'xyz/openbmc_project/MCTP/Endpoint',
14e123c461STom Joseph    ],
15e123c461STom Joseph)
16e123c461STom Joseph
17