1# Generated file; do not modify. 2subdir('AccountPolicy') 3generated_others += custom_target( 4 'xyz/openbmc_project/User/AccountPolicy__markdown'.underscorify(), 5 input: [ '../../../../yaml/xyz/openbmc_project/User/AccountPolicy.interface.yaml', ], 6 output: [ 'AccountPolicy.md' ], 7 depend_files: sdbusplusplus_depfiles, 8 command: [ 9 sdbuspp_gen_meson_prog, '--command', 'markdown', 10 '--output', meson.current_build_dir(), 11 '--tool', sdbusplusplus_prog, 12 '--directory', meson.current_source_dir() / '../../../../yaml', 13 'xyz/openbmc_project/User/AccountPolicy', 14 ], 15) 16 17subdir('Attributes') 18generated_others += custom_target( 19 'xyz/openbmc_project/User/Attributes__markdown'.underscorify(), 20 input: [ '../../../../yaml/xyz/openbmc_project/User/Attributes.interface.yaml', ], 21 output: [ 'Attributes.md' ], 22 depend_files: sdbusplusplus_depfiles, 23 command: [ 24 sdbuspp_gen_meson_prog, '--command', 'markdown', 25 '--output', meson.current_build_dir(), 26 '--tool', sdbusplusplus_prog, 27 '--directory', meson.current_source_dir() / '../../../../yaml', 28 'xyz/openbmc_project/User/Attributes', 29 ], 30) 31 32subdir('Common') 33generated_others += custom_target( 34 'xyz/openbmc_project/User/Common__markdown'.underscorify(), 35 input: [ '../../../../yaml/xyz/openbmc_project/User/Common.errors.yaml', ], 36 output: [ 'Common.md' ], 37 depend_files: sdbusplusplus_depfiles, 38 command: [ 39 sdbuspp_gen_meson_prog, '--command', 'markdown', 40 '--output', meson.current_build_dir(), 41 '--tool', sdbusplusplus_prog, 42 '--directory', meson.current_source_dir() / '../../../../yaml', 43 'xyz/openbmc_project/User/Common', 44 ], 45) 46 47subdir('Ldap') 48subdir('Manager') 49generated_others += custom_target( 50 'xyz/openbmc_project/User/Manager__markdown'.underscorify(), 51 input: [ '../../../../yaml/xyz/openbmc_project/User/Manager.interface.yaml', ], 52 output: [ 'Manager.md' ], 53 depend_files: sdbusplusplus_depfiles, 54 command: [ 55 sdbuspp_gen_meson_prog, '--command', 'markdown', 56 '--output', meson.current_build_dir(), 57 '--tool', sdbusplusplus_prog, 58 '--directory', meson.current_source_dir() / '../../../../yaml', 59 'xyz/openbmc_project/User/Manager', 60 ], 61) 62 63subdir('MultiFactorAuthConfiguration') 64generated_others += custom_target( 65 'xyz/openbmc_project/User/MultiFactorAuthConfiguration__markdown'.underscorify(), 66 input: [ '../../../../yaml/xyz/openbmc_project/User/MultiFactorAuthConfiguration.interface.yaml', ], 67 output: [ 'MultiFactorAuthConfiguration.md' ], 68 depend_files: sdbusplusplus_depfiles, 69 command: [ 70 sdbuspp_gen_meson_prog, '--command', 'markdown', 71 '--output', meson.current_build_dir(), 72 '--tool', sdbusplusplus_prog, 73 '--directory', meson.current_source_dir() / '../../../../yaml', 74 'xyz/openbmc_project/User/MultiFactorAuthConfiguration', 75 ], 76) 77 78subdir('PrivilegeMapper') 79generated_others += custom_target( 80 'xyz/openbmc_project/User/PrivilegeMapper__markdown'.underscorify(), 81 input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml', ], 82 output: [ 'PrivilegeMapper.md' ], 83 depend_files: sdbusplusplus_depfiles, 84 command: [ 85 sdbuspp_gen_meson_prog, '--command', 'markdown', 86 '--output', meson.current_build_dir(), 87 '--tool', sdbusplusplus_prog, 88 '--directory', meson.current_source_dir() / '../../../../yaml', 89 'xyz/openbmc_project/User/PrivilegeMapper', 90 ], 91) 92 93subdir('PrivilegeMapperEntry') 94generated_others += custom_target( 95 'xyz/openbmc_project/User/PrivilegeMapperEntry__markdown'.underscorify(), 96 input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml', ], 97 output: [ 'PrivilegeMapperEntry.md' ], 98 depend_files: sdbusplusplus_depfiles, 99 command: [ 100 sdbuspp_gen_meson_prog, '--command', 'markdown', 101 '--output', meson.current_build_dir(), 102 '--tool', sdbusplusplus_prog, 103 '--directory', meson.current_source_dir() / '../../../../yaml', 104 'xyz/openbmc_project/User/PrivilegeMapperEntry', 105 ], 106) 107 108