1# Generated file; do not modify. 2subdir('Client') 3generated_others += custom_target( 4 'xyz/openbmc_project/Network/Client__markdown'.underscorify(), 5 input: [ '../../../../yaml/xyz/openbmc_project/Network/Client.interface.yaml', ], 6 output: [ 'Client.md' ], 7 command: [ 8 sdbuspp_gen_meson_prog, '--command', 'markdown', 9 '--output', meson.current_build_dir(), 10 '--tool', sdbusplusplus_prog, 11 '--directory', meson.current_source_dir() / '../../../../yaml', 12 'xyz/openbmc_project/Network/Client', 13 ], 14) 15 16subdir('DHCPConfiguration') 17generated_others += custom_target( 18 'xyz/openbmc_project/Network/DHCPConfiguration__markdown'.underscorify(), 19 input: [ '../../../../yaml/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml', ], 20 output: [ 'DHCPConfiguration.md' ], 21 command: [ 22 sdbuspp_gen_meson_prog, '--command', 'markdown', 23 '--output', meson.current_build_dir(), 24 '--tool', sdbusplusplus_prog, 25 '--directory', meson.current_source_dir() / '../../../../yaml', 26 'xyz/openbmc_project/Network/DHCPConfiguration', 27 ], 28) 29 30subdir('EthernetInterface') 31generated_others += custom_target( 32 'xyz/openbmc_project/Network/EthernetInterface__markdown'.underscorify(), 33 input: [ '../../../../yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml', ], 34 output: [ 'EthernetInterface.md' ], 35 command: [ 36 sdbuspp_gen_meson_prog, '--command', 'markdown', 37 '--output', meson.current_build_dir(), 38 '--tool', sdbusplusplus_prog, 39 '--directory', meson.current_source_dir() / '../../../../yaml', 40 'xyz/openbmc_project/Network/EthernetInterface', 41 ], 42) 43 44subdir('Experimental') 45subdir('IP') 46generated_others += custom_target( 47 'xyz/openbmc_project/Network/IP__markdown'.underscorify(), 48 input: [ '../../../../yaml/xyz/openbmc_project/Network/IP.interface.yaml', ], 49 output: [ 'IP.md' ], 50 command: [ 51 sdbuspp_gen_meson_prog, '--command', 'markdown', 52 '--output', meson.current_build_dir(), 53 '--tool', sdbusplusplus_prog, 54 '--directory', meson.current_source_dir() / '../../../../yaml', 55 'xyz/openbmc_project/Network/IP', 56 ], 57) 58 59subdir('MACAddress') 60generated_others += custom_target( 61 'xyz/openbmc_project/Network/MACAddress__markdown'.underscorify(), 62 input: [ '../../../../yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml', ], 63 output: [ 'MACAddress.md' ], 64 command: [ 65 sdbuspp_gen_meson_prog, '--command', 'markdown', 66 '--output', meson.current_build_dir(), 67 '--tool', sdbusplusplus_prog, 68 '--directory', meson.current_source_dir() / '../../../../yaml', 69 'xyz/openbmc_project/Network/MACAddress', 70 ], 71) 72 73subdir('Neighbor') 74generated_others += custom_target( 75 'xyz/openbmc_project/Network/Neighbor__markdown'.underscorify(), 76 input: [ '../../../../yaml/xyz/openbmc_project/Network/Neighbor.interface.yaml', ], 77 output: [ 'Neighbor.md' ], 78 command: [ 79 sdbuspp_gen_meson_prog, '--command', 'markdown', 80 '--output', meson.current_build_dir(), 81 '--tool', sdbusplusplus_prog, 82 '--directory', meson.current_source_dir() / '../../../../yaml', 83 'xyz/openbmc_project/Network/Neighbor', 84 ], 85) 86 87subdir('SystemConfiguration') 88generated_others += custom_target( 89 'xyz/openbmc_project/Network/SystemConfiguration__markdown'.underscorify(), 90 input: [ '../../../../yaml/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml', ], 91 output: [ 'SystemConfiguration.md' ], 92 command: [ 93 sdbuspp_gen_meson_prog, '--command', 'markdown', 94 '--output', meson.current_build_dir(), 95 '--tool', sdbusplusplus_prog, 96 '--directory', meson.current_source_dir() / '../../../../yaml', 97 'xyz/openbmc_project/Network/SystemConfiguration', 98 ], 99) 100 101subdir('VLAN') 102generated_others += custom_target( 103 'xyz/openbmc_project/Network/VLAN__markdown'.underscorify(), 104 input: [ '../../../../yaml/xyz/openbmc_project/Network/VLAN.interface.yaml', ], 105 output: [ 'VLAN.md' ], 106 command: [ 107 sdbuspp_gen_meson_prog, '--command', 'markdown', 108 '--output', meson.current_build_dir(), 109 '--tool', sdbusplusplus_prog, 110 '--directory', meson.current_source_dir() / '../../../../yaml', 111 'xyz/openbmc_project/Network/VLAN', 112 ], 113) 114 115