Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Group') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/Led/Group__markdown'.underscorify(), |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 5 | input: [ '../../../../xyz/openbmc_project/Led/Group.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'Group.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 11 | '--directory', meson.current_source_dir() / '../../../..', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | 'xyz/openbmc_project/Led/Group', |
| 13 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 14 | ) |
| 15 | |
| 16 | subdir('Physical') |
| 17 | generated_others += custom_target( |
| 18 | 'xyz/openbmc_project/Led/Physical__markdown'.underscorify(), |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 19 | input: [ '../../../../xyz/openbmc_project/Led/Physical.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 20 | output: [ 'Physical.md' ], |
| 21 | command: [ |
| 22 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 23 | '--output', meson.current_build_dir(), |
| 24 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | 2600aff | 2021-06-05 12:15:23 -0700 | [diff] [blame] | 25 | '--directory', meson.current_source_dir() / '../../../..', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 26 | 'xyz/openbmc_project/Led/Physical', |
| 27 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | ) |
| 29 | |