1# Generated file; do not modify. 2subdir('Buttons') 3subdir('Common') 4generated_others += custom_target( 5 'xyz/openbmc_project/Chassis/Common__markdown'.underscorify(), 6 input: [ '../../../../yaml/xyz/openbmc_project/Chassis/Common.errors.yaml', ], 7 output: [ 'Common.md' ], 8 depend_files: sdbusplusplus_depfiles, 9 command: [ 10 sdbuspp_gen_meson_prog, '--command', 'markdown', 11 '--output', meson.current_build_dir(), 12 '--tool', sdbusplusplus_prog, 13 '--directory', meson.current_source_dir() / '../../../../yaml', 14 'xyz/openbmc_project/Chassis/Common', 15 ], 16) 17 18subdir('Control') 19subdir('Intrusion') 20generated_others += custom_target( 21 'xyz/openbmc_project/Chassis/Intrusion__markdown'.underscorify(), 22 input: [ '../../../../yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml', ], 23 output: [ 'Intrusion.md' ], 24 depend_files: sdbusplusplus_depfiles, 25 command: [ 26 sdbuspp_gen_meson_prog, '--command', 'markdown', 27 '--output', meson.current_build_dir(), 28 '--tool', sdbusplusplus_prog, 29 '--directory', meson.current_source_dir() / '../../../../yaml', 30 'xyz/openbmc_project/Chassis/Intrusion', 31 ], 32) 33 34