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