Script sconstruct
|
MACH = platform.uname() [4]
|
|
SYSTEM = 'Windows'
|
|
arch = platform.architecture() [0]
|
|
SYMLINK_FLAG = 0
|
|
SYS = 'Windows'
|
|
INSTALL_PATH = sys.prefix+ sep+ 'local'
|
|
RELAX_PATH = INSTALL_PATH+ sep+ 'relax'
|
|
BIN_PATH = INSTALL_PATH+ sep+ 'bin'
|
|
SYMLINK = BIN_PATH+ sep+ 'relax'
|
|
BIN_FILE = 'relax-'+ version+ '.'+ SYS+ '.'+ MACH
|
|
SRC_FILE = 'relax-'+ version+ '.src'
|
|
DIST_TYPE = 'tar'
|
|
GPG_KEY = ARGUMENTS.get('key')
|
|
DOCS_DIR = 'docs'+ sep
|
|
LATEX_DIR = 'docs'+ sep+ 'latex'+ sep
|
Imports:
get_include,
getcwd,
path,
remove,
sep,
walk,
platform,
search,
rmtree,
sys,
package,
gpg_sign,
install,
uninstall,
clean_manual_files,
compile_api_manual_html,
compile_user_manual_html,
compile_user_manual_pdf,
fetch_docstrings,
version_file,
SCons,
version