John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 1 | # Generated file; do not modify. |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 2 | |
| 3 | sdbusplus_current_path = 'com/google/gbmc/Hoth' |
| 4 | |
John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 5 | generated_sources += custom_target( |
| 6 | 'com/google/gbmc/Hoth__cpp'.underscorify(), |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 7 | input: [ |
| 8 | '../../../../../yaml/com/google/gbmc/Hoth.errors.yaml', |
| 9 | '../../../../../yaml/com/google/gbmc/Hoth.interface.yaml', |
| 10 | ], |
| 11 | output: [ |
| 12 | 'error.cpp', |
| 13 | 'error.hpp', |
| 14 | 'common.hpp', |
| 15 | 'server.hpp', |
| 16 | 'server.cpp', |
| 17 | 'aserver.hpp', |
| 18 | 'client.hpp', |
| 19 | ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 20 | depend_files: sdbusplusplus_depfiles, |
John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 21 | command: [ |
| 22 | sdbuspp_gen_meson_prog, '--command', 'cpp', |
| 23 | '--output', meson.current_build_dir(), |
| 24 | '--tool', sdbusplusplus_prog, |
| 25 | '--directory', meson.current_source_dir() / '../../../../../yaml', |
| 26 | 'com/google/gbmc/Hoth', |
| 27 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame^] | 28 | install: should_generate_cpp, |
| 29 | install_dir: [ |
| 30 | false, |
| 31 | get_option('includedir') / sdbusplus_current_path, |
| 32 | get_option('includedir') / sdbusplus_current_path, |
| 33 | get_option('includedir') / sdbusplus_current_path, |
| 34 | false, |
| 35 | get_option('includedir') / sdbusplus_current_path, |
| 36 | get_option('includedir') / sdbusplus_current_path, |
| 37 | ], |
| 38 | build_by_default: should_generate_cpp, |
John Edward Broadbent | 2b2784a | 2022-02-03 19:54:34 -0800 | [diff] [blame] | 39 | ) |
| 40 | |