| File lib/felix/config/config.py |
GODI Package
apps-felix |
import sys
if '' not in sys.path: sys.path = [''] + sys.path
#2008/06/30 23:27:50 UTC
#$Id: flx_config.pak,v 1.99 2005/10/28 08:33:08 skaller Exp $
CONFIG_GENERATOR_CVS_ID='$Id: flx_config.pak,v 1.99 2005/10/28 08:33:08 skaller Exp $'
CONFIG_TIME='2008/06/30 23:27:50 UTC'
flx_version='1.1.1'
flx_version_major='1'
godi_revision='0'
debian_revision='1'
try:
execfile('config/config_bootstrap.py')
except: pass
execfile('config/iscr_config.py')
execfile('config/python_config.py')
execfile('config/filename_config.py')
execfile('config/components_config.py')
#User configurable section
SUPPORT_DYNAMIC_LOADING=1
SUPPORT_STATIC_LINKAGE = 1
DEFAULT_LINK_MODEL='dynamic'
CYGWIN=0
MACOSX=0
WIN32=0
PREFIX='/home/cityd/autobuild/3.10'
import flxbuild
import flxbuild.gxx_class
import flxbuild.msvcxx_class
import flxbuild.ocaml_class
HOST_OCAML=flxbuild.ocaml_class.ocaml()
HOST_OCAML.load_config('config/ocaml_config.py')
HOST_CXX=flxbuild.gxx_class.gxx()
HOST_CXX.load_options('config/host_cxx.py')
TARGET_CXX=flxbuild.gxx_class.gxx()
TARGET_CXX.load_options('config/target_cxx.py')
HAVE_GXX=1
FLXCC_CPP='cpp '
HAVE_MSVC=0
# HACK to get all the target variables into global namespace
execfile('config/target_cxx.py')
execfile('config/ocaml_config.py')
execfile('config/components_config.py')