Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Event') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/PLDM/Event__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 5 | input: [ meson.project_source_root() / 'xyz/openbmc_project/PLDM/Event.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'Event.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 11 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | 'xyz/openbmc_project/PLDM/Event', |
| 13 | ], |
| 14 | build_by_default: true, |
| 15 | ) |
| 16 | |
| 17 | subdir('PDR') |
| 18 | generated_others += custom_target( |
| 19 | 'xyz/openbmc_project/PLDM/PDR__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 20 | input: [ meson.project_source_root() / 'xyz/openbmc_project/PLDM/PDR.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 21 | output: [ 'PDR.md' ], |
| 22 | command: [ |
| 23 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 24 | '--output', meson.current_build_dir(), |
| 25 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 26 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 27 | 'xyz/openbmc_project/PLDM/PDR', |
| 28 | ], |
| 29 | build_by_default: true, |
| 30 | ) |
| 31 | |
Ravi Teja | 11699d6 | 2020-08-14 06:33:02 -0500 | [diff] [blame] | 32 | subdir('Provider') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 33 | subdir('Requester') |
| 34 | generated_others += custom_target( |
| 35 | 'xyz/openbmc_project/PLDM/Requester__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 36 | input: [ meson.project_source_root() / 'xyz/openbmc_project/PLDM/Requester.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 37 | output: [ 'Requester.md' ], |
| 38 | command: [ |
| 39 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 40 | '--output', meson.current_build_dir(), |
| 41 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 42 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 43 | 'xyz/openbmc_project/PLDM/Requester', |
| 44 | ], |
| 45 | build_by_default: true, |
| 46 | ) |
| 47 | |