Warning: Undefined array key "बहिः गच्छतु" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 181
Current File : //usr/lib64/python2.6/distutils/command/build_clib.pyo
��
���Lc
@s�dZdZddkZddkZddkTddklZddkTddkl	Z	ddk
lZd�Zd	efd
��YZ
dS(s�distutils.command.build_clib

Implements the Distutils 'build_clib' command, to build a C/C++ library
that is included in the module distribution and needed by an extension
module.s6$Id: build_clib.py 37828 2004-11-10 22:23:15Z loewis $i����N(t*(tCommand(tcustomize_compiler(tlogcCsddkl}|�dS(Ni����(tshow_compilers(tdistutils.ccompilerR(R((s4/usr/lib64/python2.6/distutils/command/build_clib.pyRst
build_clibcBs�eZdZdddddgZdd
gZdddefgZd�Zd�Z	d�Z
d�Zd�Zd�Z
d�ZRS(s/build C/C++ libraries used by Python extensionss
build-clibtbs%directory to build C/C++ libraries tos
build-temptts,directory to put temporary build by-productstdebugtgs"compile with debugging informationtforcetfs2forcibly build everything (ignore file timestamps)s	compiler=tcsspecify the compiler types
help-compilerslist available compilerscCsUd|_d|_d|_d|_d|_d|_d|_d|_d|_	dS(Ni(
tNoneRt
build_tempt	librariestinclude_dirstdefinetundefR	Rtcompiler(tself((s4/usr/lib64/python2.6/distutils/command/build_clib.pytinitialize_options9s								cCs�|idddd	d
d�|ii|_|io|i|i�n|idjo|iipg|_nt|i�tjoti	|it
i�|_ndS(NtbuildRRRR	R(s
build_temps
build_clib(s
build_temps
build_temp(scompilerscompiler(sdebugsdebug(sforcesforce(tset_undefined_optionstdistributionRtcheck_library_listRRttypet
StringTypetstringtsplittostpathsep(R((s4/usr/lib64/python2.6/distutils/command/build_clib.pytfinalize_optionsKs	
cCs|ipdSddkl}|d|id|id|i�|_t|i�|idj	o|ii	|i�n|i
dj	o1x.|i
D]\}}|ii||�q�Wn|idj	o(x%|iD]}|ii
|�q�Wn|i|i�dS(Ni����(tnew_compilerRtdry_runR(RRR"RR#RRRRtset_include_dirsRtdefine_macroRtundefine_macrotbuild_libraries(RR"tnametvaluetmacro((s4/usr/lib64/python2.6/distutils/command/build_clib.pytrunis$
	


cCst|�tj	o
td�nx�|D]�}t|�tj	o t|�djo
td�nt|d�tj	otdd�nd|djp$tidjo-ti|djotdd	|d�nt|d
�tj	otdd�q'q'Wd
S(s:Ensure that the list of libraries (presumably provided as a
           command option 'libraries') is valid, i.e. it is a list of
           2-tuples, where the tuples are (library_name, build_info_dict).
           Raise DistutilsSetupError if the structure is invalid anywhere;
           just returns otherwise.s+'libraries' option must be a list of tuplesis*each element of 'libraries' must a 2-tupleis+first element of each tuple in 'libraries' s#must be a string (the library name)t/sbad library name '%s': s$may not contain directory separatorsis,second element of each tuple in 'libraries' s!must be a dictionary (build info)N(	RtListTypetDistutilsSetupErrort	TupleTypetlenRRtseptDictionaryType(RRtlib((s4/usr/lib64/python2.6/distutils/command/build_clib.pyR�s*

&
5cCs@|ipdSg}x$|iD]\}}|i|�qW|S(N(RRtappend(Rt	lib_namestlib_namet
build_info((s4/usr/lib64/python2.6/distutils/command/build_clib.pytget_library_names�s

cCs�|i|i�g}xj|iD]_\}}|id�}|djpt|�ttfjotd|�n|i|�q W|S(Ntsourcessfin 'libraries' option (library '%s'), 'sources' must be present and must be a list of source filenames(	RRtgetRRR-R/R.textend(Rt	filenamesR6R7R9((s4/usr/lib64/python2.6/distutils/command/build_clib.pytget_source_files�s

cCs�x�|D]�\}}|id�}|djpt|�ttfjotddd|�nt|�}tid|�|id�}|id�}|i	i
|d|id|d|d	|i�}|i	i
||d|id	|i�qWdS(
NR9s&in 'libraries' option (library '%s'), s&'sources' must be present and must be sa list of source filenamessbuilding '%s' librarytmacrosRt
output_dirR	(R:RRR-R/R.tlistRtinfoRtcompileRR	tcreate_static_libR(RRR6R7R9R>Rtobjects((s4/usr/lib64/python2.6/distutils/command/build_clib.pyR'�s&&		(s
build-clibRs%directory to build C/C++ libraries to(s
build-tempRs,directory to put temporary build by-products(sdebugR
s"compile with debugging information(sforceRs2forcibly build everything (ignore file timestamps)(s	compiler=R
sspecify the compiler typeN(t__name__t
__module__tdescriptiontuser_optionstboolean_optionsRRthelp_optionsRR!R+RR8R=R'(((s4/usr/lib64/python2.6/distutils/command/build_clib.pyR!s*					&		(t__doc__t__revision__RRttypestdistutils.coreRtdistutils.errorstdistutils.sysconfigRt	distutilsRRR(((s4/usr/lib64/python2.6/distutils/command/build_clib.pyt<module>s