1# Generated file; do not modify. 2generated_sources += custom_target( 3 'xyz/openbmc_project/Dump/Entry__cpp'.underscorify(), 4 input: [ meson.source_root() / 'xyz/openbmc_project/Dump/Entry.interface.yaml', ], 5 output: [ 'server.cpp', 'server.hpp', 'client.hpp', ], 6 command: [ 7 sdbuspp_gen_meson_prog, '--command', 'cpp', 8 '--output', meson.current_build_dir(), 9 '--tool', sdbusplusplus_prog, 10 '--directory', meson.source_root(), 11 'xyz/openbmc_project/Dump/Entry', 12 ], 13) 14 15subdir('BMC') 16generated_others += custom_target( 17 'xyz/openbmc_project/Dump/Entry/BMC__markdown'.underscorify(), 18 input: [ meson.source_root() / 'xyz/openbmc_project/Dump/Entry/BMC.interface.yaml', ], 19 output: [ 'BMC.md' ], 20 command: [ 21 sdbuspp_gen_meson_prog, '--command', 'markdown', 22 '--output', meson.current_build_dir(), 23 '--tool', sdbusplusplus_prog, 24 '--directory', meson.source_root(), 25 'xyz/openbmc_project/Dump/Entry/BMC', 26 ], 27 build_by_default: true, 28) 29 30subdir('System') 31generated_others += custom_target( 32 'xyz/openbmc_project/Dump/Entry/System__markdown'.underscorify(), 33 input: [ meson.source_root() / 'xyz/openbmc_project/Dump/Entry/System.interface.yaml', ], 34 output: [ 'System.md' ], 35 command: [ 36 sdbuspp_gen_meson_prog, '--command', 'markdown', 37 '--output', meson.current_build_dir(), 38 '--tool', sdbusplusplus_prog, 39 '--directory', meson.source_root(), 40 'xyz/openbmc_project/Dump/Entry/System', 41 ], 42 build_by_default: true, 43) 44 45