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(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 10 | input: ['../../../../yaml/com/ibm/Dump/Create.interface.yaml'], |
| 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: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 14 | sdbuspp_gen_meson_prog, |
| 15 | '--command', |
| 16 | 'markdown', |
| 17 | '--output', |
| 18 | meson.current_build_dir(), |
| 19 | '--tool', |
| 20 | sdbusplusplus_prog, |
| 21 | '--directory', |
| 22 | meson.current_source_dir() / '../../../../yaml', |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 23 | 'com/ibm/Dump/Create', |
| 24 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 25 | install: should_generate_markdown, |
| 26 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 27 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | 4bd4033 | 2020-11-04 22:50:02 -0600 | [diff] [blame] | 28 | ) |
| 29 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 30 | generated_markdown += custom_target( |
Dhruvaraj Subhashchandran | 2189251 | 2023-07-08 03:46:30 -0500 | [diff] [blame] | 31 | 'com/ibm/Dump/Notify__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 32 | input: ['../../../../yaml/com/ibm/Dump/Notify.interface.yaml'], |
| 33 | output: ['Notify.md'], |
Dhruvaraj Subhashchandran | 2189251 | 2023-07-08 03:46:30 -0500 | [diff] [blame] | 34 | depend_files: sdbusplusplus_depfiles, |
| 35 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame^] | 36 | sdbuspp_gen_meson_prog, |
| 37 | '--command', |
| 38 | 'markdown', |
| 39 | '--output', |
| 40 | meson.current_build_dir(), |
| 41 | '--tool', |
| 42 | sdbusplusplus_prog, |
| 43 | '--directory', |
| 44 | meson.current_source_dir() / '../../../../yaml', |
Dhruvaraj Subhashchandran | 2189251 | 2023-07-08 03:46:30 -0500 | [diff] [blame] | 45 | 'com/ibm/Dump/Notify', |
| 46 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 47 | install: should_generate_markdown, |
| 48 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 49 | build_by_default: should_generate_markdown, |
Dhruvaraj Subhashchandran | 2189251 | 2023-07-08 03:46:30 -0500 | [diff] [blame] | 50 | ) |
| 51 | |