File: meson.build

package info (click to toggle)
libpeas 1.38.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,328 kB
  • sloc: ansic: 12,279; python: 206; sh: 80; xml: 44; makefile: 28; javascript: 13
file content (20 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
generic_name = 'generic'

generic_plugins_data = [
  'full-info.plugin',
  'min-info.plugin',
  'unavailable.plugin',
]

custom_target(
  '@0@-data'.format(generic_name),
  input: generic_plugins_data,
  output: generic_plugins_data,
  command: [copyfile_script, '@INPUT@', '@OUTDIR@'],
  build_by_default: true,
)

subdir('builtin')
subdir('has-dep')
subdir('loadable')
subdir('self-dep')