File: SConscript

package info (click to toggle)
gpick 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,020 kB
  • sloc: ansic: 25,629; cpp: 16,550; python: 568; yacc: 252; makefile: 227; lex: 197; sh: 8; xml: 6
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python

Import('*')

objects = []
objects.append(SConscript(['expat/SConscript'], exports='env'))
objects.append(SConscript(['lua/SConscript'], exports='env'))
Return('objects')