2020-06-18 00:53:18 +02:00
|
|
|
scripts = [
|
|
|
|
'apibuild.py',
|
|
|
|
'augeas-gentest.py',
|
|
|
|
'check-aclperms.py',
|
|
|
|
'check-aclrules.py',
|
|
|
|
'check-driverimpls.py',
|
|
|
|
'check-drivername.py',
|
|
|
|
'check-file-access.py',
|
2022-05-31 15:15:57 +02:00
|
|
|
'check-html-references.py',
|
2020-06-18 00:53:18 +02:00
|
|
|
'check-remote-protocol.py',
|
|
|
|
'check-symfile.py',
|
|
|
|
'check-symsorting.py',
|
|
|
|
'dtrace2systemtap.py',
|
|
|
|
'esx_vi_generator.py',
|
|
|
|
'genaclperms.py',
|
|
|
|
'genpolkit.py',
|
|
|
|
'gensystemtap.py',
|
|
|
|
'group-qemu-caps.py',
|
|
|
|
'header-ifdef.py',
|
|
|
|
'hvsupport.py',
|
|
|
|
'hyperv_wmi_generator.py',
|
2023-09-19 19:28:55 +02:00
|
|
|
'merge-systemd-units.py',
|
2020-07-28 17:51:53 +02:00
|
|
|
'meson-dist.py',
|
|
|
|
'meson-gen-authors.py',
|
2020-05-03 13:48:37 +02:00
|
|
|
'meson-gen-def.py',
|
2020-07-27 08:28:46 +02:00
|
|
|
'meson-gen-sym.py',
|
2020-07-23 12:41:32 +02:00
|
|
|
'meson-install-dirs.py',
|
2020-07-23 13:00:08 +02:00
|
|
|
'meson-install-symlink.py',
|
2020-07-23 18:40:12 +02:00
|
|
|
'meson-install-web.py',
|
2020-06-30 20:18:18 +02:00
|
|
|
'meson-python.sh',
|
2020-06-29 22:14:13 +02:00
|
|
|
'meson-timestamp.py',
|
2020-06-18 00:53:18 +02:00
|
|
|
'mock-noinline.py',
|
|
|
|
'prohibit-duplicate-header.py',
|
2023-05-18 16:12:09 +02:00
|
|
|
'qemu-replies-tool.py',
|
2020-06-18 00:53:18 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
foreach name : scripts
|
|
|
|
sname = name.split('.')[0].underscorify()
|
|
|
|
set_variable('@0@_prog'.format(sname), find_program(name))
|
|
|
|
endforeach
|
2022-12-19 12:48:06 -05:00
|
|
|
|
|
|
|
subdir('rpcgen')
|