blob: 69fd81bed43eb3ed2fd0d2fb9b9c3ccaf92117a9 [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001# Generated file; do not modify.
2subdir('Create')
3generated_others += custom_target(
4 'com/ibm/Dump/Create__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07005 input: [ '../../../../yaml/com/ibm/Dump/Create.interface.yaml', ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06006 output: [ 'Create.md' ],
Patrick Williams11335242022-09-12 06:11:41 -05007 depend_files: sdbusplusplus_depfiles,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06008 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070012 '--directory', meson.current_source_dir() / '../../../../yaml',
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060013 'com/ibm/Dump/Create',
14 ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060015)
16
17subdir('Entry')
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050018subdir('Notify')
19generated_others += custom_target(
20 'com/ibm/Dump/Notify__markdown'.underscorify(),
21 input: [ '../../../../yaml/com/ibm/Dump/Notify.interface.yaml', ],
22 output: [ 'Notify.md' ],
23 depend_files: sdbusplusplus_depfiles,
24 command: [
25 sdbuspp_gen_meson_prog, '--command', 'markdown',
26 '--output', meson.current_build_dir(),
27 '--tool', sdbusplusplus_prog,
28 '--directory', meson.current_source_dir() / '../../../../yaml',
29 'com/ibm/Dump/Notify',
30 ],
31)
32