14bd4033cSDhruvaraj Subhashchandran# Generated file; do not modify. 24bd4033cSDhruvaraj Subhashchandransubdir('Create') 37f154004SPatrick Williamssubdir('Entry') 47f154004SPatrick Williamssubdir('Notify') 57f154004SPatrick Williams 67f154004SPatrick Williamssdbusplus_current_path = 'com/ibm/Dump' 77f154004SPatrick Williams 87f154004SPatrick Williamsgenerated_markdown += custom_target( 94bd4033cSDhruvaraj Subhashchandran 'com/ibm/Dump/Create__markdown'.underscorify(), 10*0e78828cSPatrick Williams input: ['../../../../yaml/com/ibm/Dump/Create.interface.yaml'], 114bd4033cSDhruvaraj Subhashchandran output: ['Create.md'], 1211335246SPatrick Williams depend_files: sdbusplusplus_depfiles, 134bd4033cSDhruvaraj Subhashchandran command: [ 14*0e78828cSPatrick Williams sdbuspp_gen_meson_prog, 15*0e78828cSPatrick Williams '--command', 16*0e78828cSPatrick Williams 'markdown', 17*0e78828cSPatrick Williams '--output', 18*0e78828cSPatrick Williams meson.current_build_dir(), 19*0e78828cSPatrick Williams '--tool', 20*0e78828cSPatrick Williams sdbusplusplus_prog, 21*0e78828cSPatrick Williams '--directory', 22*0e78828cSPatrick Williams meson.current_source_dir() / '../../../../yaml', 234bd4033cSDhruvaraj Subhashchandran 'com/ibm/Dump/Create', 244bd4033cSDhruvaraj Subhashchandran ], 257f154004SPatrick Williams install: should_generate_markdown, 267f154004SPatrick Williams install_dir: [inst_markdown_dir / sdbusplus_current_path], 277f154004SPatrick Williams build_by_default: should_generate_markdown, 284bd4033cSDhruvaraj Subhashchandran) 294bd4033cSDhruvaraj Subhashchandran 307f154004SPatrick Williamsgenerated_markdown += custom_target( 3121892513SDhruvaraj Subhashchandran 'com/ibm/Dump/Notify__markdown'.underscorify(), 32*0e78828cSPatrick Williams input: ['../../../../yaml/com/ibm/Dump/Notify.interface.yaml'], 3321892513SDhruvaraj Subhashchandran output: ['Notify.md'], 3421892513SDhruvaraj Subhashchandran depend_files: sdbusplusplus_depfiles, 3521892513SDhruvaraj Subhashchandran command: [ 36*0e78828cSPatrick Williams sdbuspp_gen_meson_prog, 37*0e78828cSPatrick Williams '--command', 38*0e78828cSPatrick Williams 'markdown', 39*0e78828cSPatrick Williams '--output', 40*0e78828cSPatrick Williams meson.current_build_dir(), 41*0e78828cSPatrick Williams '--tool', 42*0e78828cSPatrick Williams sdbusplusplus_prog, 43*0e78828cSPatrick Williams '--directory', 44*0e78828cSPatrick Williams meson.current_source_dir() / '../../../../yaml', 4521892513SDhruvaraj Subhashchandran 'com/ibm/Dump/Notify', 4621892513SDhruvaraj Subhashchandran ], 477f154004SPatrick Williams install: should_generate_markdown, 487f154004SPatrick Williams install_dir: [inst_markdown_dir / sdbusplus_current_path], 497f154004SPatrick Williams build_by_default: should_generate_markdown, 5021892513SDhruvaraj Subhashchandran) 5121892513SDhruvaraj Subhashchandran 52