File: meson.build

package info (click to toggle)
libvirt 11.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 209,020 kB
  • sloc: ansic: 535,831; xml: 321,783; python: 11,974; perl: 2,626; sh: 2,185; makefile: 448; javascript: 126; cpp: 22
file content (42 lines) | stat: -rw-r--r-- 975 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
scripts = [
  'apibuild.py',
  'augeas-gentest.py',
  'check-aclperms.py',
  'check-aclrules.py',
  'check-driverimpls.py',
  'check-drivername.py',
  'check-file-access.py',
  'check-html-references.py',
  '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',
  'merge-systemd-units.py',
  'meson-dist.py',
  'meson-gen-authors.py',
  'meson-gen-def.py',
  'meson-gen-sym.py',
  'meson-install-dirs.py',
  'meson-install-symlink.py',
  'meson-install-web.py',
  'meson-python.sh',
  'meson-timestamp.py',
  'mockable-attribute.py',
  'prohibit-duplicate-header.py',
  'qemu-replies-tool.py',
]

foreach name : scripts
  sname = name.split('.')[0].underscorify()
  set_variable('@0@_prog'.format(sname), find_program(name))
endforeach

subdir('rpcgen')