Ñò àqLc@sOdZdZdgZddkZdZdZd„Zd„Zdd„Z dS(sengine.SCons.Variables.PackageVariable This file defines the option type for SCons implementing 'package activation'. To be used whenever a 'package' may be enabled/disabled and the package path may be specified. Usage example: Examples: x11=no (disables X11 support) x11=yes (will search for the package installation dir) x11=/usr/local/X11 (will check this path for existance) To replace autoconf's --with-xxx=yyy opts = Variables() opts.Add(PackageVariable('x11', 'use X11 installed here (yes = search some places', 'yes')) ... if env['x11'] == True: dir = ... search X11 in some standard places ... env['x11'] = dir if env['x11']: ... build with x11 ... sLsrc/engine/SCons/Variables/PackageVariable.py 5023 2010/06/14 22:05:46 sconstPackageVariableiÿÿÿÿNt1tyesttruetontenabletsearcht0tnotfalsetofftdisablecCs4|iƒ}|tjotS|tjotS|S(s (tlowert__enable_stringstTruet__disable_stringstFalse(tvaltlval((so/home/als/proj/qrscanner/ext/qrscanner/zxing/scons/scons-local-2.0.0.final.0/SCons/Variables/PackageVariable.pyt _converter>s    cCs‚ddk}||tjo"|o|||ƒ||cs(tjoinR(RthelptdefaultR((Rso/home/als/proj/qrscanner/ext/qrscanner/zxing/scons/scons-local-2.0.0.final.0/SCons/Variables/PackageVariable.pyRVs   (Rsyesstruesonsenablessearch(Rsnosfalsesoffsdisable( t__doc__t __revision__t__all__t SCons.ErrorsRR RRRtNoneR(((so/home/als/proj/qrscanner/ext/qrscanner/zxing/scons/scons-local-2.0.0.final.0/SCons/Variables/PackageVariable.pyts