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
Install the headers in the directory .../include/mypackage Define 'build' and 'install' target. |
|
Build static or dynamic library depending on user flags. |
|
Build a program and install it in local and system directories. |
|
Build a python wrapper and install it in a python package. |