blob: be9c07f1ab3f1bc028c00eba6d326a9dfdb15f56 [file] [log] [blame]
# Generated file; do not modify.
subdir('Checkpoint')
generated_others += custom_target(
'xyz/openbmc_project/Time/Boot/Checkpoint__markdown'.underscorify(),
input: [ '../../../../../yaml/xyz/openbmc_project/Time/Boot/Checkpoint.interface.yaml', ],
output: [ 'Checkpoint.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',
'xyz/openbmc_project/Time/Boot/Checkpoint',
],
)
subdir('Duration')
generated_others += custom_target(
'xyz/openbmc_project/Time/Boot/Duration__markdown'.underscorify(),
input: [ '../../../../../yaml/xyz/openbmc_project/Time/Boot/Duration.interface.yaml', ],
output: [ 'Duration.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',
'xyz/openbmc_project/Time/Boot/Duration',
],
)
subdir('Statistic')
generated_others += custom_target(
'xyz/openbmc_project/Time/Boot/Statistic__markdown'.underscorify(),
input: [ '../../../../../yaml/xyz/openbmc_project/Time/Boot/Statistic.interface.yaml', ],
output: [ 'Statistic.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',
'xyz/openbmc_project/Time/Boot/Statistic',
],
)