Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | generated_sources += custom_target( |
| 3 | 'com/ibm/VPD__cpp'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 4 | input: [ '../../../../yaml/com/ibm/VPD.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 5 | output: [ 'error.cpp', 'error.hpp', ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 6 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'cpp', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 11 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | 'com/ibm/VPD', |
| 13 | ], |
| 14 | ) |
| 15 | |
Priyanga Ramasamy | 530ca61 | 2024-12-10 08:31:40 -0600 | [diff] [blame] | 16 | subdir('Collection') |
| 17 | generated_others += custom_target( |
| 18 | 'com/ibm/VPD/Collection__markdown'.underscorify(), |
| 19 | input: [ '../../../../yaml/com/ibm/VPD/Collection.interface.yaml', ], |
| 20 | output: [ 'Collection.md' ], |
| 21 | depend_files: sdbusplusplus_depfiles, |
| 22 | command: [ |
| 23 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 24 | '--output', meson.current_build_dir(), |
| 25 | '--tool', sdbusplusplus_prog, |
| 26 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 27 | 'com/ibm/VPD/Collection', |
| 28 | ], |
| 29 | ) |
| 30 | |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 31 | subdir('Manager') |
| 32 | generated_others += custom_target( |
| 33 | 'com/ibm/VPD/Manager__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 34 | input: [ '../../../../yaml/com/ibm/VPD/Manager.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 | output: [ 'Manager.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 36 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 37 | command: [ |
| 38 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 39 | '--output', meson.current_build_dir(), |
| 40 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 41 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | 'com/ibm/VPD/Manager', |
| 43 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 44 | ) |
| 45 | |