blob: 9e93b597820dd98803ef482727e251b7644e14b6 [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001# Generated file; do not modify.
2subdir('Create')
Patrick Williams7f154002025-01-03 10:12:23 -05003subdir('Entry')
4subdir('Notify')
5
6sdbusplus_current_path = 'com/ibm/Dump'
7
8generated_markdown += custom_target(
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06009 'com/ibm/Dump/Create__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070010 input: [ '../../../../yaml/com/ibm/Dump/Create.interface.yaml', ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060011 output: [ 'Create.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050012 depend_files: sdbusplusplus_depfiles,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060013 command: [
14 sdbuspp_gen_meson_prog, '--command', 'markdown',
15 '--output', meson.current_build_dir(),
16 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070017 '--directory', meson.current_source_dir() / '../../../../yaml',
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060018 'com/ibm/Dump/Create',
19 ],
Patrick Williams7f154002025-01-03 10:12:23 -050020 install: should_generate_markdown,
21 install_dir: [inst_markdown_dir / sdbusplus_current_path],
22 build_by_default: should_generate_markdown,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060023)
24
Patrick Williams7f154002025-01-03 10:12:23 -050025generated_markdown += custom_target(
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050026 'com/ibm/Dump/Notify__markdown'.underscorify(),
27 input: [ '../../../../yaml/com/ibm/Dump/Notify.interface.yaml', ],
28 output: [ 'Notify.md' ],
29 depend_files: sdbusplusplus_depfiles,
30 command: [
31 sdbuspp_gen_meson_prog, '--command', 'markdown',
32 '--output', meson.current_build_dir(),
33 '--tool', sdbusplusplus_prog,
34 '--directory', meson.current_source_dir() / '../../../../yaml',
35 'com/ibm/Dump/Notify',
36 ],
Patrick Williams7f154002025-01-03 10:12:23 -050037 install: should_generate_markdown,
38 install_dir: [inst_markdown_dir / sdbusplus_current_path],
39 build_by_default: should_generate_markdown,
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050040)
41