| # Generated file; do not modify. |
| subdir('Callout') |
| subdir('Device') |
| subdir('FactoryReset') |
| subdir('FaultLogType') |
| subdir('File') |
| subdir('FilePath') |
| subdir('ObjectPath') |
| subdir('OriginatedBy') |
| subdir('Priority') |
| subdir('Progress') |
| subdir('TFTP') |
| subdir('Threshold') |
| subdir('UUID') |
| |
| sdbusplus_current_path = 'xyz/openbmc_project/Common' |
| |
| generated_sources += custom_target( |
| 'xyz/openbmc_project/Common__cpp'.underscorify(), |
| input: ['../../../../yaml/xyz/openbmc_project/Common.errors.yaml'], |
| output: ['error.cpp', 'error.hpp'], |
| depend_files: sdbusplusplus_depfiles, |
| command: [ |
| sdbuspp_gen_meson_prog, |
| '--command', |
| 'cpp', |
| '--output', |
| meson.current_build_dir(), |
| '--tool', |
| sdbusplusplus_prog, |
| '--directory', |
| meson.current_source_dir() / '../../../../yaml', |
| 'xyz/openbmc_project/Common', |
| ], |
| install: should_generate_cpp, |
| install_dir: [false, get_option('includedir') / sdbusplus_current_path], |
| build_by_default: should_generate_cpp, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/Callout__markdown'.underscorify(), |
| input: ['../../../../yaml/xyz/openbmc_project/Common/Callout.errors.yaml'], |
| output: ['Callout.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/Common/Callout', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/Device__markdown'.underscorify(), |
| input: ['../../../../yaml/xyz/openbmc_project/Common/Device.errors.yaml'], |
| output: ['Device.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/Common/Device', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/FactoryReset__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml', |
| ], |
| output: ['FactoryReset.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/Common/FactoryReset', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/FaultLogType__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/FaultLogType.interface.yaml', |
| ], |
| output: ['FaultLogType.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/Common/FaultLogType', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/File__markdown'.underscorify(), |
| input: ['../../../../yaml/xyz/openbmc_project/Common/File.errors.yaml'], |
| output: ['File.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/Common/File', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/FilePath__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/FilePath.interface.yaml', |
| ], |
| output: ['FilePath.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/Common/FilePath', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/ObjectPath__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml', |
| ], |
| output: ['ObjectPath.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/Common/ObjectPath', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/OriginatedBy__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml', |
| ], |
| output: ['OriginatedBy.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/Common/OriginatedBy', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/Priority__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/Priority.interface.yaml', |
| ], |
| output: ['Priority.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/Common/Priority', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/Progress__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/Progress.interface.yaml', |
| ], |
| output: ['Progress.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/Common/Progress', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/TFTP__markdown'.underscorify(), |
| input: ['../../../../yaml/xyz/openbmc_project/Common/TFTP.interface.yaml'], |
| output: ['TFTP.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/Common/TFTP', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/Threshold__markdown'.underscorify(), |
| input: [ |
| '../../../../yaml/xyz/openbmc_project/Common/Threshold.interface.yaml', |
| ], |
| output: ['Threshold.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/Common/Threshold', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |
| generated_markdown += custom_target( |
| 'xyz/openbmc_project/Common/UUID__markdown'.underscorify(), |
| input: ['../../../../yaml/xyz/openbmc_project/Common/UUID.interface.yaml'], |
| output: ['UUID.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/Common/UUID', |
| ], |
| install: should_generate_markdown, |
| install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| build_by_default: should_generate_markdown, |
| ) |
| |