ÿØÿàJFIFÿþ ÿÛC       ÿÛC ÿÀÿÄÿÄ"#QrÿÄÿÄ&1!A"2qQaáÿÚ ?Øy,æ/3JæÝ¹È߲؋5êXw²±ÉyˆR”¾I0ó2—PI¾IÌÚiMö¯–þrìN&"KgX:Šíµ•nTJnLK„…@!‰-ý ùúmë;ºgµŒ&ó±hw’¯Õ@”Ü— 9ñ-ë.²1<yà‚¹ïQÐU„ہ?.’¦èûbß±©Ö«Âw*VŒ) `$‰bØÔŸ’ëXÖ-ËTÜíGÚ3ð«g Ÿ§¯—Jx„–’U/ÂÅv_s(Hÿ@TñJÑãõçn­‚!ÈgfbÓc­:él[ðQe 9ÀPLbÃãCµm[5¿ç'ªjglå‡Ûí_§Úõl-;"PkÞÞÁQâ¼_Ñ^¢SŸx?"¸¦ùY騐ÒOÈ q’`~~ÚtËU¹CڒêV  I1Áß_ÿÙ V~gc@swdZdZddlZddlZddlmZddlmZddlm Z dZ defd YZ dS( sBdistutils.command.build Implements the Distutils 'build' command.s$Id$iN(t get_platform(tCommand(tDistutilsOptionErrorcCsddlm}|dS(Ni(tshow_compilers(tdistutils.ccompilerR(R((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pyR stbuildc BseZdZd,d.d/dd-d d fd0d1dddefd2d3d4d5g ZddgZdd-d efgZd!Z d"Z d#Z d$Z d%Z d&Zd'Zd(e fd)e fd*efd+efgZRS(6s"build everything needed to installs build-base=tbs base directory for build librarysbuild-purelib=s2build directory for platform-neutral distributionssbuild-platlib=s3build directory for platform-specific distributionss build-lib=s9build directory for all distribution (defaults to either sbuild-purelib or build-platlibsbuild-scripts=sbuild directory for scriptss build-temp=ttstemporary build directorys plat-name=tps6platform name to build for, if supported (default: %s)s compiler=tcsspecify the compiler typetdebugtgs;compile extensions and libraries with debugging informationtforcetfs2forcibly build everything (ignore file timestamps)s executable=tes5specify final destination interpreter path (build.py)s help-compilerslist available compilerscCsgd|_d|_d|_d|_d|_d|_d|_d|_d|_ d|_ d|_ dS(NRi( t build_basetNonet build_purelibt build_platlibt build_libt build_tempt build_scriptstcompilert plat_nameR R t executable(tself((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pytinitialize_options7s          cCs|jdkrt|_ntjdkr<tdnd|jtjdd!f}ttdru|d7}n|j dkrtj j |j d|_ n|j dkrtj j |j d||_ n|jdkr |jjr|j |_q |j |_n|jdkr=tj j |j d ||_n|jdkrxtj j |j d tjdd!|_n|jdkrtjrtj jtj|_ndS( NtntsW--plat-name only supported on Windows (try using './configure --help' on your platform)s.%s-%siitgettotalrefcounts-pydebugtlibttempsscripts-(RRRtostnameRtsystversionthasattrRtpathtjoinRRRt distributiont ext_modulesRRRtnormpath(Rtplat_specifier((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pytfinalize_optionsFs2   cCs(x!|jD]}|j|q WdS(N(tget_sub_commandst run_command(Rtcmd_name((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pytrunxscCs |jjS(N(R&thas_pure_modules(R((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pyR/scCs |jjS(N(R&thas_c_libraries(R((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pyR0scCs |jjS(N(R&thas_ext_modules(R((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pyR1scCs |jjS(N(R&t has_scripts(R((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pyR2stbuild_pyt build_clibt build_extR(s build-base=Rs base directory for build libraryN(sbuild-purelib=Ns2build directory for platform-neutral distributions(sbuild-platlib=Ns3build directory for platform-specific distributions(sbuild-scripts=Nsbuild directory for scripts(s build-temp=Rstemporary build directory(s compiler=R sspecify the compiler type(R R s;compile extensions and libraries with debugging information(R R s2forcibly build everything (ignore file timestamps)(s executable=Rs5specify final destination interpreter path (build.py)(t__name__t __module__t descriptionRRt user_optionstboolean_optionsRt help_optionsRR*R.R/R0R1R2t sub_commands(((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pyRsN     2       ( t__doc__t __revision__R!Rtdistutils.utilRtdistutils.coreRtdistutils.errorsRRR(((s</opt/alt/python27/lib64/python2.7/distutils/command/build.pyts