File: SConscript

package info (click to toggle)
fsp 2.81.b24-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,904 kB
  • ctags: 1,423
  • sloc: ansic: 9,215; sh: 3,639; makefile: 212; lex: 130; csh: 77; python: 22
file content (7 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
Import(Split("env PREFIX VERSION PACKAGE TARBALL common bsdfsp"))

fspd=env.Program(target = 'fspd', source = Split('''
acl.c       file.c      info.c      main.c      random.c
conf.c      filecache.c iprange.c   path.c      server.c
fifocache.c host.c      log.c       pidfile.c
''') + common  + bsdfsp)