openalea.sconsx.environ#

This module add some facilities to simplify the SConscript files to the minimum. It contains wrapper functions that extend the SCons environment and abstract the operating system.

Each function defines or populate global aliases like build or install.

Functions

ALEAGlob

ALEAGlobDir

ALEAIncludes

Install the headers in the directory .../include/mypackage Define 'build' and 'install' target.

ALEALibrary

Build static or dynamic library depending on user flags.

ALEAProgram

Build a program and install it in local and system directories.

ALEAWrapper

Build a python wrapper and install it in a python package.