blob: aa3c93b0a8486c8add49a6eda08c8517f6fc7d03 [file] [log] [blame]
# Generated file; do not modify.
subdir('Report')
generated_others += custom_target(
'xyz/openbmc_project/Telemetry/Report__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml', ],
output: [ 'Report.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/Telemetry/Report',
],
)
subdir('ReportManager')
generated_others += custom_target(
'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml', ],
output: [ 'ReportManager.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/Telemetry/ReportManager',
],
)
subdir('Trigger')
generated_others += custom_target(
'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml', ],
output: [ 'Trigger.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/Telemetry/Trigger',
],
)
subdir('TriggerManager')
generated_others += custom_target(
'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml', ],
output: [ 'TriggerManager.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/Telemetry/TriggerManager',
],
)