Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Create') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/Dump/Create__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 5 | input: [ '../../../../yaml/xyz/openbmc_project/Dump/Create.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'Create.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 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 | 'xyz/openbmc_project/Dump/Create', |
| 13 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 14 | ) |
| 15 | |
| 16 | subdir('Entry') |
| 17 | generated_others += custom_target( |
| 18 | 'xyz/openbmc_project/Dump/Entry__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../yaml/xyz/openbmc_project/Dump/Entry.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 20 | output: [ 'Entry.md' ], |
| 21 | command: [ |
| 22 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 23 | '--output', meson.current_build_dir(), |
| 24 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 25 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 26 | 'xyz/openbmc_project/Dump/Entry', |
| 27 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | ) |
| 29 | |
| 30 | subdir('NewDump') |
| 31 | generated_others += custom_target( |
| 32 | 'xyz/openbmc_project/Dump/NewDump__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 33 | input: [ '../../../../yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 34 | output: [ 'NewDump.md' ], |
| 35 | command: [ |
| 36 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 37 | '--output', meson.current_build_dir(), |
| 38 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 39 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | 'xyz/openbmc_project/Dump/NewDump', |
| 41 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | ) |
| 43 | |