File: meson.build

package info (click to toggle)
libvirt 7.0.0-3%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 145,532 kB
  • sloc: ansic: 502,645; xml: 180,512; python: 8,627; sh: 3,992; perl: 2,768; makefile: 509; javascript: 116; cpp: 22
file content (38 lines) | stat: -rw-r--r-- 891 bytes parent folder | download
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
scripts = [
  'apibuild.py',
  'augeas-gentest.py',
  'check-aclperms.py',
  'check-aclrules.py',
  'check-driverimpls.py',
  'check-drivername.py',
  'check-file-access.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',
  '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',
  'mock-noinline.py',
  'prohibit-duplicate-header.py',
  'test-wrap-argv.py',
]

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