xref: /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/meson.build (revision 0e78828ce927548b4dd679e06fdaf2f294983289)
1# Generated file; do not modify.
2subdir('Config')
3subdir('Create')
4
5sdbusplus_current_path = 'xyz/openbmc_project/User/Ldap'
6
7generated_markdown += custom_target(
8    'xyz/openbmc_project/User/Ldap/Config__markdown'.underscorify(),
9    input: [
10        '../../../../../yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml',
11    ],
12    output: ['Config.md'],
13    depend_files: sdbusplusplus_depfiles,
14    command: [
15        sdbuspp_gen_meson_prog,
16        '--command',
17        'markdown',
18        '--output',
19        meson.current_build_dir(),
20        '--tool',
21        sdbusplusplus_prog,
22        '--directory',
23        meson.current_source_dir() / '../../../../../yaml',
24        'xyz/openbmc_project/User/Ldap/Config',
25    ],
26    install: should_generate_markdown,
27    install_dir: [inst_markdown_dir / sdbusplus_current_path],
28    build_by_default: should_generate_markdown,
29)
30
31generated_markdown += custom_target(
32    'xyz/openbmc_project/User/Ldap/Create__markdown'.underscorify(),
33    input: [
34        '../../../../../yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml',
35    ],
36    output: ['Create.md'],
37    depend_files: sdbusplusplus_depfiles,
38    command: [
39        sdbuspp_gen_meson_prog,
40        '--command',
41        'markdown',
42        '--output',
43        meson.current_build_dir(),
44        '--tool',
45        sdbusplusplus_prog,
46        '--directory',
47        meson.current_source_dir() / '../../../../../yaml',
48        'xyz/openbmc_project/User/Ldap/Create',
49    ],
50    install: should_generate_markdown,
51    install_dir: [inst_markdown_dir / sdbusplus_current_path],
52    build_by_default: should_generate_markdown,
53)
54
55