blob: afdd161a3485105244cdd0914f3cbcab3b2452bc [file] [log] [blame]
Willy Tu846182e2021-06-04 13:16:42 -07001# Generated file; do not modify.
2subdir('Embedded')
3generated_others += custom_target(
4 'xyz/openbmc_project/Inventory/Connector/Embedded__markdown'.underscorify(),
5 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml', ],
6 output: [ 'Embedded.md' ],
Patrick Williams11335242022-09-12 06:11:41 -05007 depend_files: sdbusplusplus_depfiles,
Willy Tu846182e2021-06-04 13:16:42 -07008 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/Inventory/Connector/Embedded',
14 ],
15)
16
Myung Baedf32eb52023-04-26 08:32:36 -070017subdir('Port')
18generated_others += custom_target(
19 'xyz/openbmc_project/Inventory/Connector/Port__markdown'.underscorify(),
20 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Connector/Port.interface.yaml', ],
21 output: [ 'Port.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/Inventory/Connector/Port',
29 ],
30)
31
Willy Tu846182e2021-06-04 13:16:42 -070032subdir('Slot')
33generated_others += custom_target(
34 'xyz/openbmc_project/Inventory/Connector/Slot__markdown'.underscorify(),
35 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml', ],
36 output: [ 'Slot.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050037 depend_files: sdbusplusplus_depfiles,
Willy Tu846182e2021-06-04 13:16:42 -070038 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/Inventory/Connector/Slot',
44 ],
45)
46