File: meson.build

package info (click to toggle)
nipy 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,352 kB
  • sloc: python: 39,115; ansic: 30,931; makefile: 210; sh: 93
file content (15 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fff = files(
  'fff_array.c',
  'fff_base.c',
  'fff_blas.c',
  'fff_gen_stats.c',
  'fff_glm_kalman.c',
  'fff_glm_twolevel.c',
  'fff_lapack.c',
  'fff_matrix.c',
  'fff_onesample_stat.c',
  'fff_routines.c',
  'fff_specfun.c',
  'fff_twosample_stat.c',
  'fff_vector.c'
)