blob: b412ddfe598085417bba7e70b8f18251a3b4f6fb [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(),
Patrick Williams0e788282025-01-31 06:34:56 -050010 input: ['../../../../yaml/com/ibm/Dump/Create.interface.yaml'],
11 output: ['Create.md'],
Patrick Williams11335242022-09-12 06:11:41 -050012 depend_files: sdbusplusplus_depfiles,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060013 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050014 sdbuspp_gen_meson_prog,
15 '--command',
16 'markdown',
17 '--output',
18 meson.current_build_dir(),
19 '--tool',
20 sdbusplusplus_prog,
21 '--directory',
22 meson.current_source_dir() / '../../../../yaml',
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060023 'com/ibm/Dump/Create',
24 ],
Patrick Williams7f154002025-01-03 10:12:23 -050025 install: should_generate_markdown,
26 install_dir: [inst_markdown_dir / sdbusplus_current_path],
27 build_by_default: should_generate_markdown,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060028)
29
Patrick Williams7f154002025-01-03 10:12:23 -050030generated_markdown += custom_target(
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050031 'com/ibm/Dump/Notify__markdown'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -050032 input: ['../../../../yaml/com/ibm/Dump/Notify.interface.yaml'],
33 output: ['Notify.md'],
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050034 depend_files: sdbusplusplus_depfiles,
35 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050036 sdbuspp_gen_meson_prog,
37 '--command',
38 'markdown',
39 '--output',
40 meson.current_build_dir(),
41 '--tool',
42 sdbusplusplus_prog,
43 '--directory',
44 meson.current_source_dir() / '../../../../yaml',
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050045 'com/ibm/Dump/Notify',
46 ],
Patrick Williams7f154002025-01-03 10:12:23 -050047 install: should_generate_markdown,
48 install_dir: [inst_markdown_dir / sdbusplus_current_path],
49 build_by_default: should_generate_markdown,
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050050)
51