Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Create') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('Entry') |
| 4 | subdir('Notify') |
| 5 | |
| 6 | sdbusplus_current_path = 'com/ibm/Dump' |
| 7 | |
| 8 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 9 | 'com/ibm/Dump/Create__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 10 | input: [ '../../../../yaml/com/ibm/Dump/Create.interface.yaml', ], |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 11 | output: [ 'Create.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 12 | depend_files: sdbusplusplus_depfiles, |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 13 | command: [ |
| 14 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 15 | '--output', meson.current_build_dir(), |
| 16 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 17 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 18 | 'com/ibm/Dump/Create', |
| 19 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 20 | install: should_generate_markdown, |
| 21 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 22 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 23 | ) |
| 24 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 25 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | 2189251 | 2023-07-08 03:46:30 -0500 | [diff] [blame] | 26 | 'com/ibm/Dump/Notify__markdown'.underscorify(), |
| 27 | input: [ '../../../../yaml/com/ibm/Dump/Notify.interface.yaml', ], |
| 28 | output: [ 'Notify.md' ], |
| 29 | depend_files: sdbusplusplus_depfiles, |
| 30 | command: [ |
| 31 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 32 | '--output', meson.current_build_dir(), |
| 33 | '--tool', sdbusplusplus_prog, |
| 34 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 35 | 'com/ibm/Dump/Notify', |
| 36 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 37 | install: should_generate_markdown, |
| 38 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 39 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | 2189251 | 2023-07-08 03:46:30 -0500 | [diff] [blame] | 40 | ) |
| 41 | |