1# Generated file; do not modify. 2subdir('DevicePresence') 3subdir('PLDM') 4 5sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Source' 6 7generated_markdown += custom_target( 8 'xyz/openbmc_project/Inventory/Source/DevicePresence__markdown'.underscorify(), 9 input: [ 10 '../../../../../yaml/xyz/openbmc_project/Inventory/Source/DevicePresence.interface.yaml', 11 ], 12 output: ['DevicePresence.md'], 13 depend_files: sdbusplusplus_depfiles, 14 command: [ 15 sdbuspp_gen_meson_prog, 16 '--command', 17 'markdown', 18 '--output', 19 meson.current_build_dir(), 20 '--tool', 21 sdbusplusplus_prog, 22 '--directory', 23 meson.current_source_dir() / '../../../../../yaml', 24 'xyz/openbmc_project/Inventory/Source/DevicePresence', 25 ], 26 install: should_generate_markdown, 27 install_dir: [inst_markdown_dir / sdbusplus_current_path], 28 build_by_default: should_generate_markdown, 29) 30 31