blob: e762d4c7c73354edeb84a6ad4be6013b5095e33e [file] [log] [blame]
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -05001# Generated file; do not modify.
Patrick Williams7f154002025-01-03 10:12:23 -05002
3sdbusplus_current_path = 'com/ibm/Dump/Notify'
4
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -05005generated_sources += custom_target(
6 'com/ibm/Dump/Notify__cpp'.underscorify(),
Patrick Williams7f154002025-01-03 10:12:23 -05007 input: [
8 '../../../../../yaml/com/ibm/Dump/Notify.interface.yaml',
9 ],
10 output: [
11 'common.hpp',
12 'server.hpp',
13 'server.cpp',
14 'aserver.hpp',
15 'client.hpp',
16 ],
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050017 depend_files: sdbusplusplus_depfiles,
18 command: [
19 sdbuspp_gen_meson_prog, '--command', 'cpp',
20 '--output', meson.current_build_dir(),
21 '--tool', sdbusplusplus_prog,
22 '--directory', meson.current_source_dir() / '../../../../../yaml',
23 'com/ibm/Dump/Notify',
24 ],
Patrick Williams7f154002025-01-03 10:12:23 -050025 install: should_generate_cpp,
26 install_dir: [
27 get_option('includedir') / sdbusplus_current_path,
28 get_option('includedir') / sdbusplus_current_path,
29 false,
30 get_option('includedir') / sdbusplus_current_path,
31 get_option('includedir') / sdbusplus_current_path,
32 ],
33 build_by_default: should_generate_cpp,
Dhruvaraj Subhashchandran21892512023-07-08 03:46:30 -050034)
35