blob: 3f6c34cd054b39081c2ea2cbb17522ab260d3c12 [file] [log] [blame]
# Generated file; do not modify.
subdir('UnifiedSEL')
sdbusplus_current_path = 'com/meta/IPMI'
generated_markdown += custom_target(
'com/meta/IPMI/UnifiedSEL__markdown'.underscorify(),
input: ['../../../../yaml/com/meta/IPMI/UnifiedSEL.events.yaml'],
output: ['UnifiedSEL.md'],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog,
'--command',
'markdown',
'--output',
meson.current_build_dir(),
'--tool',
sdbusplusplus_prog,
'--directory',
meson.current_source_dir() / '../../../../yaml',
'com/meta/IPMI/UnifiedSEL',
],
install: should_generate_markdown,
install_dir: [inst_markdown_dir / sdbusplus_current_path],
build_by_default: should_generate_markdown,
)
generated_registry += custom_target(
'com/meta/IPMI/UnifiedSEL__registry'.underscorify(),
input: ['../../../../yaml/com/meta/IPMI/UnifiedSEL.events.yaml'],
output: ['UnifiedSEL.json'],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog,
'--command',
'registry',
'--output',
meson.current_build_dir(),
'--tool',
sdbusplusplus_prog,
'--directory',
meson.current_source_dir() / '../../../../yaml',
'com/meta/IPMI/UnifiedSEL',
],
install: should_generate_registry,
install_dir: [inst_registry_dir / sdbusplus_current_path],
build_by_default: should_generate_registry,
)