blob: f7648f54531d9670fcde8037b039f2a4353c3a6d [file] [log] [blame]
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06001# Generated file; do not modify.
Patrick Williams7f154002025-01-03 10:12:23 -05002
3sdbusplus_current_path = 'com/ibm/Dump/Create'
4
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -06005generated_sources += custom_target(
6 'com/ibm/Dump/Create__cpp'.underscorify(),
Patrick Williams0e788282025-01-31 06:34:56 -05007 input: ['../../../../../yaml/com/ibm/Dump/Create.interface.yaml'],
Patrick Williams7f154002025-01-03 10:12:23 -05008 output: [
9 'common.hpp',
10 'server.hpp',
11 'server.cpp',
12 'aserver.hpp',
13 'client.hpp',
14 ],
Patrick Williams11335242022-09-12 06:11:41 -050015 depend_files: sdbusplusplus_depfiles,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060016 command: [
Patrick Williams0e788282025-01-31 06:34:56 -050017 sdbuspp_gen_meson_prog,
18 '--command',
19 'cpp',
20 '--output',
21 meson.current_build_dir(),
22 '--tool',
23 sdbusplusplus_prog,
24 '--directory',
25 meson.current_source_dir() / '../../../../../yaml',
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060026 'com/ibm/Dump/Create',
27 ],
Patrick Williams7f154002025-01-03 10:12:23 -050028 install: should_generate_cpp,
29 install_dir: [
30 get_option('includedir') / sdbusplus_current_path,
31 get_option('includedir') / sdbusplus_current_path,
32 false,
33 get_option('includedir') / sdbusplus_current_path,
34 get_option('includedir') / sdbusplus_current_path,
35 ],
36 build_by_default: should_generate_cpp,
Dhruvaraj Subhashchandran4bd40332020-11-04 22:50:02 -060037)
38