[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / lib / python2.4 / distutils /
drwxr-xr-x   ..
-rw-r--r-- 1017 README
-rw-r--r-- 333 __init__.py
-rw-r--r-- 476 __init__.pyc
-rw-r--r-- 476 __init__.pyo
-rw-r--r-- 6235 archive_util.py
-rw-r--r-- 5651 archive_util.pyc
-rw-r--r-- 5651 archive_util.pyo
-rw-r--r-- 15090 bcppcompiler.py
-rw-r--r-- 8371 bcppcompiler.pyc
-rw-r--r-- 8371 bcppcompiler.pyo
-rw-r--r-- 52121 ccompiler.py
-rw-r--r-- 37658 ccompiler.pyc
-rw-r--r-- 37480 ccompiler.pyo
-rw-r--r-- 19257 cmd.py
-rw-r--r-- 16283 cmd.pyc
-rw-r--r-- 16283 cmd.pyo
drwxr-xr-x - command
-rw-r--r-- 8936 core.py
-rw-r--r-- 7623 core.pyc
-rw-r--r-- 7623 core.pyo
-rw-r--r-- 17283 cygwinccompiler.py
-rw-r--r-- 9368 cygwinccompiler.pyc
-rw-r--r-- 9368 cygwinccompiler.pyo
-rw-r--r-- 268 debug.py
-rw-r--r-- 333 debug.pyc
-rw-r--r-- 333 debug.pyo
-rw-r--r-- 3573 dep_util.py
-rw-r--r-- 3199 dep_util.pyc
-rw-r--r-- 3199 dep_util.pyo
-rw-r--r-- 8143 dir_util.py
-rw-r--r-- 7018 dir_util.pyc
-rw-r--r-- 7018 dir_util.pyo
-rw-r--r-- 44604 dist.py
-rw-r--r-- 32903 dist.pyc
-rw-r--r-- 32903 dist.pyo
-rw-r--r-- 11916 emxccompiler.py
-rw-r--r-- 7654 emxccompiler.pyc
-rw-r--r-- 7654 emxccompiler.pyo
-rw-r--r-- 3640 errors.py
-rw-r--r-- 5514 errors.pyc
-rw-r--r-- 5514 errors.pyo
-rw-r--r-- 10329 extension.py
-rw-r--r-- 7433 extension.pyc
-rw-r--r-- 7216 extension.pyo
-rw-r--r-- 18445 fancy_getopt.py
-rw-r--r-- 12037 fancy_getopt.pyc
-rw-r--r-- 11849 fancy_getopt.pyo
-rw-r--r-- 8320 file_util.py
-rw-r--r-- 6949 file_util.pyc
-rw-r--r-- 6949 file_util.pyo
-rw-r--r-- 12814 filelist.py
-rw-r--r-- 10575 filelist.pyc
-rw-r--r-- 10575 filelist.pyo
-rw-r--r-- 1424 log.py
-rw-r--r-- 2371 log.pyc
-rw-r--r-- 2371 log.pyo
-rw-r--r-- 21247 msvccompiler.py
-rw-r--r-- 15901 msvccompiler.pyc
-rw-r--r-- 15901 msvccompiler.pyo
-rw-r--r-- 10329 mwerkscompiler.py
-rw-r--r-- 7637 mwerkscompiler.pyc
-rw-r--r-- 7637 mwerkscompiler.pyo
-rw-r--r-- 6995 spawn.py
-rw-r--r-- 5568 spawn.pyc
-rw-r--r-- 5568 spawn.pyo
-rw-r--r-- 18002 sysconfig.py
-rw-r--r-- 13988 sysconfig.pyc
-rw-r--r-- 13988 sysconfig.pyo
drwxr-xr-x - tests
-rw-r--r-- 15156 text_file.py
-rw-r--r-- 11025 text_file.pyc
-rw-r--r-- 11025 text_file.pyo
-rw-r--r-- 10497 unixccompiler.py
-rw-r--r-- 6792 unixccompiler.pyc
-rw-r--r-- 6792 unixccompiler.pyo
-rw-r--r-- 17530 util.py
-rw-r--r-- 14209 util.pyc
-rw-r--r-- 14209 util.pyo
-rw-r--r-- 11485 version.py
-rw-r--r-- 6846 version.pyc
-rw-r--r-- 6846 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 $