File: wscript_build

package info (click to toggle)
diodon 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,332 kB
  • ctags: 2,064
  • sloc: python: 17,705; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env python
# encoding: utf-8
# Oliver Sauder, 2010

import Options

if bld.env['UNITYLENS']:
    bld.add_subdirs('unitylens')
    
if bld.env['INDICATOR']:
    bld.add_subdirs('indicator')

if bld.env['ZEITGEIST']:
    bld.add_subdirs('zeitgeist')