1# Generated file; do not modify. 2subdir('Create') 3generated_others += custom_target( 4 'com/ibm/Dump/Create__markdown'.underscorify(), 5 input: [ '../../../../yaml/com/ibm/Dump/Create.interface.yaml', ], 6 output: [ 'Create.md' ], 7 depend_files: sdbusplusplus_depfiles, 8 command: [ 9 sdbuspp_gen_meson_prog, '--command', 'markdown', 10 '--output', meson.current_build_dir(), 11 '--tool', sdbusplusplus_prog, 12 '--directory', meson.current_source_dir() / '../../../../yaml', 13 'com/ibm/Dump/Create', 14 ], 15) 16 17subdir('Entry') 18subdir('Notify') 19generated_others += custom_target( 20 'com/ibm/Dump/Notify__markdown'.underscorify(), 21 input: [ '../../../../yaml/com/ibm/Dump/Notify.interface.yaml', ], 22 output: [ 'Notify.md' ], 23 depend_files: sdbusplusplus_depfiles, 24 command: [ 25 sdbuspp_gen_meson_prog, '--command', 'markdown', 26 '--output', meson.current_build_dir(), 27 '--tool', sdbusplusplus_prog, 28 '--directory', meson.current_source_dir() / '../../../../yaml', 29 'com/ibm/Dump/Notify', 30 ], 31) 32 33