[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / lib / python2.4 / distutils /
drwxr-xr-x   ..
-rw-r--r-- 1017 README
-rw-r--r-- 333 __init__.py
-rw-r--r-- 475 __init__.pyc
-rw-r--r-- 475 __init__.pyo
-rw-r--r-- 6235 archive_util.py
-rw-r--r-- 5650 archive_util.pyc
-rw-r--r-- 5650 archive_util.pyo
-rw-r--r-- 15090 bcppcompiler.py
-rw-r--r-- 8370 bcppcompiler.pyc
-rw-r--r-- 8370 bcppcompiler.pyo
-rw-r--r-- 52121 ccompiler.py
-rw-r--r-- 37657 ccompiler.pyc
-rw-r--r-- 37479 ccompiler.pyo
-rw-r--r-- 19257 cmd.py
-rw-r--r-- 16282 cmd.pyc
-rw-r--r-- 16282 cmd.pyo
drwxr-xr-x - command
-rw-r--r-- 8936 core.py
-rw-r--r-- 7622 core.pyc
-rw-r--r-- 7622 core.pyo
-rw-r--r-- 17283 cygwinccompiler.py
-rw-r--r-- 9367 cygwinccompiler.pyc
-rw-r--r-- 9367 cygwinccompiler.pyo
-rw-r--r-- 268 debug.py
-rw-r--r-- 332 debug.pyc
-rw-r--r-- 332 debug.pyo
-rw-r--r-- 3573 dep_util.py
-rw-r--r-- 3198 dep_util.pyc
-rw-r--r-- 3198 dep_util.pyo
-rw-r--r-- 8143 dir_util.py
-rw-r--r-- 7017 dir_util.pyc
-rw-r--r-- 7017 dir_util.pyo
-rw-r--r-- 44604 dist.py
-rw-r--r-- 32902 dist.pyc
-rw-r--r-- 32902 dist.pyo
-rw-r--r-- 11916 emxccompiler.py
-rw-r--r-- 7653 emxccompiler.pyc
-rw-r--r-- 7653 emxccompiler.pyo
-rw-r--r-- 3640 errors.py
-rw-r--r-- 5513 errors.pyc
-rw-r--r-- 5513 errors.pyo
-rw-r--r-- 10329 extension.py
-rw-r--r-- 7432 extension.pyc
-rw-r--r-- 7215 extension.pyo
-rw-r--r-- 18445 fancy_getopt.py
-rw-r--r-- 12036 fancy_getopt.pyc
-rw-r--r-- 11848 fancy_getopt.pyo
-rw-r--r-- 8320 file_util.py
-rw-r--r-- 6948 file_util.pyc
-rw-r--r-- 6948 file_util.pyo
-rw-r--r-- 12814 filelist.py
-rw-r--r-- 10574 filelist.pyc
-rw-r--r-- 10574 filelist.pyo
-rw-r--r-- 1424 log.py
-rw-r--r-- 2370 log.pyc
-rw-r--r-- 2370 log.pyo
-rw-r--r-- 21247 msvccompiler.py
-rw-r--r-- 15900 msvccompiler.pyc
-rw-r--r-- 15900 msvccompiler.pyo
-rw-r--r-- 10329 mwerkscompiler.py
-rw-r--r-- 7636 mwerkscompiler.pyc
-rw-r--r-- 7636 mwerkscompiler.pyo
-rw-r--r-- 6995 spawn.py
-rw-r--r-- 5567 spawn.pyc
-rw-r--r-- 5567 spawn.pyo
-rw-r--r-- 18002 sysconfig.py
-rw-r--r-- 13987 sysconfig.pyc
-rw-r--r-- 13987 sysconfig.pyo
drwxr-xr-x - tests
-rw-r--r-- 15156 text_file.py
-rw-r--r-- 11024 text_file.pyc
-rw-r--r-- 11024 text_file.pyo
-rw-r--r-- 10497 unixccompiler.py
-rw-r--r-- 6791 unixccompiler.pyc
-rw-r--r-- 6791 unixccompiler.pyo
-rw-r--r-- 17530 util.py
-rw-r--r-- 14208 util.pyc
-rw-r--r-- 14208 util.pyo
-rw-r--r-- 11485 version.py
-rw-r--r-- 6845 version.pyc
-rw-r--r-- 6845 version.pyo
This directory contains only a subset of the Distutils, specifically
the Python modules in the 'distutils' and 'distutils.command'
packages.  This is all you need to distribute and install Python
modules using the Distutils.  There is also a separately packaged
standalone version of the Distutils available for people who want to
upgrade the Distutils without upgrading Python, available from the
Distutils web page:

    http://www.python.org/sigs/distutils-sig/

The standalone version includes all of the code in this directory,
plus documentation, test scripts, examples, etc.

The Distutils documentation is divided into two documents, "Installing
Python Modules", which explains how to install Python packages, and
"Distributing Python Modules", which explains how to write setup.py
files.  Both documents are part of the standard Python documentation
set, and are available from http://www.python.org/doc/current/ .

        Greg Ward (gward@python.net)

$Id: README,v 1.2 2002/11/13 13:26:59 akuchling Exp $