blob: 2ac16198701e68effb344ce88bbd86080db58dd9 [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('Delete')
Patrick Williams7f154002025-01-03 10:12:23 -05003subdir('Enable')
4
5sdbusplus_current_path = 'xyz/openbmc_project/Object'
6
7generated_markdown += custom_target(
Patrick Williamsd9632142020-06-24 16:12:44 -05008 'xyz/openbmc_project/Object/Delete__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -05009 input: ['../../../../yaml/xyz/openbmc_project/Object/Delete.interface.yaml'],
10 output: ['Delete.md'],
Patrick Williams11335242022-09-12 06:11:41 -050011 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050012 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050013 sdbuspp_gen_meson_prog,
14 '--command',
15 'markdown',
16 '--output',
17 meson.current_build_dir(),
18 '--tool',
19 sdbusplusplus_prog,
20 '--directory',
21 meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050022 'xyz/openbmc_project/Object/Delete',
23 ],
Patrick Williams7f154002025-01-03 10:12:23 -050024 install: should_generate_markdown,
25 install_dir: [inst_markdown_dir / sdbusplus_current_path],
26 build_by_default: should_generate_markdown,
Patrick Williamsd9632142020-06-24 16:12:44 -050027)
28
Patrick Williams7f154002025-01-03 10:12:23 -050029generated_markdown += custom_target(
Patrick Williamsd9632142020-06-24 16:12:44 -050030 'xyz/openbmc_project/Object/Enable__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050031 input: ['../../../../yaml/xyz/openbmc_project/Object/Enable.interface.yaml'],
32 output: ['Enable.md'],
Patrick Williams11335242022-09-12 06:11:41 -050033 depend_files: sdbusplusplus_depfiles,
Patrick Williamsd9632142020-06-24 16:12:44 -050034 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050035 sdbuspp_gen_meson_prog,
36 '--command',
37 'markdown',
38 '--output',
39 meson.current_build_dir(),
40 '--tool',
41 sdbusplusplus_prog,
42 '--directory',
43 meson.current_source_dir() / '../../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050044 'xyz/openbmc_project/Object/Enable',
45 ],
Patrick Williams7f154002025-01-03 10:12:23 -050046 install: should_generate_markdown,
47 install_dir: [inst_markdown_dir / sdbusplus_current_path],
48 build_by_default: should_generate_markdown,
Patrick Williamsd9632142020-06-24 16:12:44 -050049)
50