Package wafadmin :: Module Constants
[hide private]
[frames] | no frames]

Module Constants

source code

these constants are somewhat public, try not to mess them

maintainer: the version number is updated from the top-level wscript file

Variables [hide private]
  HEXVERSION = 66569
  WAFVERSION = '1.4.9'
  ABI = 6
  CACHE_DIR = 'c4che'
  CACHE_SUFFIX = '.cache.py'
  DBFILE = '.wafpickle-6'
  WSCRIPT_FILE = 'wscript'
  WSCRIPT_BUILD_FILE = 'wscript_build'
  WAF_CONFIG_LOG = 'config.log'
  WAF_CONFIG_H = 'config.h'
  COMMON_INCLUDES = 'COMMON_INCLUDES'
  SIG_NIL = 'signofnv'
  VARIANT = '_VARIANT_'
  DEFAULT = 'default'
  SRCDIR = 'srcdir'
  BLDDIR = 'blddir'
  APPNAME = 'APPNAME'
  VERSION = 'VERSION'
  DEFINES = 'defines'
  UNDEFINED = '#undefined#variable#for#defines#'
  STOP = 'stop'
  CONTINUE = 'continue'
  JOBCONTROL = 'JOBCONTROL'
  MAXPARALLEL = 'MAXPARALLEL'
  NORMAL = 'NORMAL'
  NOT_RUN = 0
  MISSING = 1
  CRASHED = 2
  EXCEPTION = 3
  SKIPPED = 8
  SUCCESS = 9
  ASK_LATER = -1
  SKIP_ME = -2
  RUN_ME = -3
  LOG_FORMAT = '%(asctime)s %(c1)s%(zone)s%(c2)s %(message)s'
  HOUR_FORMAT = '%H:%M:%S'