1# Generated file; do not modify. 2subdir('Group') 3generated_others += custom_target( 4 'xyz/openbmc_project/Led/Group__markdown'.underscorify(), 5 input: [ '../../../../yaml/xyz/openbmc_project/Led/Group.interface.yaml', ], 6 output: [ 'Group.md' ], 7 command: [ 8 sdbuspp_gen_meson_prog, '--command', 'markdown', 9 '--output', meson.current_build_dir(), 10 '--tool', sdbusplusplus_prog, 11 '--directory', meson.current_source_dir() / '../../../../yaml', 12 'xyz/openbmc_project/Led/Group', 13 ], 14) 15 16subdir('Physical') 17generated_others += custom_target( 18 'xyz/openbmc_project/Led/Physical__markdown'.underscorify(), 19 input: [ '../../../../yaml/xyz/openbmc_project/Led/Physical.interface.yaml', ], 20 output: [ 'Physical.md' ], 21 command: [ 22 sdbuspp_gen_meson_prog, '--command', 'markdown', 23 '--output', meson.current_build_dir(), 24 '--tool', sdbusplusplus_prog, 25 '--directory', meson.current_source_dir() / '../../../../yaml', 26 'xyz/openbmc_project/Led/Physical', 27 ], 28) 29 30