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