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