blob: 2703737584af958d32e3cdfaed5a0fdb686dc4c5 [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001# Generated file; do not modify.
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -06002subdir('Hostboot')
3generated_others += custom_target(
4 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -05005 input: [ meson.project_source_root() / 'com/ibm/Dump/Entry/Hostboot.interface.yaml', ],
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -06006 output: [ 'Hostboot.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -050011 '--directory', meson.project_source_root(),
Dhruvaraj Subhashchandran6f8ebc52020-11-23 21:55:44 -060012 'com/ibm/Dump/Entry/Hostboot',
13 ],
14 build_by_default: true,
15)
16
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060017subdir('Resource')
18generated_others += custom_target(
19 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(),
Patrick Williams16599e22021-04-15 13:47:07 -050020 input: [ meson.project_source_root() / 'com/ibm/Dump/Entry/Resource.interface.yaml', ],
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060021 output: [ 'Resource.md' ],
22 command: [
23 sdbuspp_gen_meson_prog, '--command', 'markdown',
24 '--output', meson.current_build_dir(),
25 '--tool', sdbusplusplus_prog,
Patrick Williams16599e22021-04-15 13:47:07 -050026 '--directory', meson.project_source_root(),
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060027 'com/ibm/Dump/Entry/Resource',
28 ],
29 build_by_default: true,
30)
31