[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / lib / python2.4 / distutils /
drwxr-xr-x   ..
-rw-r--r-- 1017 README
-rw-r--r-- 333 __init__.py
-rw-r--r-- 472 __init__.pyc
-rw-r--r-- 472 __init__.pyo
-rw-r--r-- 6235 archive_util.py
-rw-r--r-- 5647 archive_util.pyc
-rw-r--r-- 5647 archive_util.pyo
-rw-r--r-- 15090 bcppcompiler.py
-rw-r--r-- 8367 bcppcompiler.pyc
-rw-r--r-- 8367 bcppcompiler.pyo
-rw-r--r-- 52121 ccompiler.py
-rw-r--r-- 37654 ccompiler.pyc
-rw-r--r-- 37476 ccompiler.pyo
-rw-r--r-- 19257 cmd.py
-rw-r--r-- 16279 cmd.pyc
-rw-r--r-- 16279 cmd.pyo
drwxr-xr-x - command
-rw-r--r-- 8936 core.py
-rw-r--r-- 7619 core.pyc
-rw-r--r-- 7619 core.pyo
-rw-r--r-- 17283 cygwinccompiler.py
-rw-r--r-- 9364 cygwinccompiler.pyc
-rw-r--r-- 9364 cygwinccompiler.pyo
-rw-r--r-- 268 debug.py
-rw-r--r-- 329 debug.pyc
-rw-r--r-- 329 debug.pyo
-rw-r--r-- 3573 dep_util.py
-rw-r--r-- 3195 dep_util.pyc
-rw-r--r-- 3195 dep_util.pyo
-rw-r--r-- 8143 dir_util.py
-rw-r--r-- 7014 dir_util.pyc
-rw-r--r-- 7014 dir_util.pyo
-rw-r--r-- 44604 dist.py
-rw-r--r-- 32899 dist.pyc
-rw-r--r-- 32899 dist.pyo
-rw-r--r-- 11916 emxccompiler.py
-rw-r--r-- 7650 emxccompiler.pyc
-rw-r--r-- 7650 emxccompiler.pyo
-rw-r--r-- 3640 errors.py
-rw-r--r-- 5510 errors.pyc
-rw-r--r-- 5510 errors.pyo
-rw-r--r-- 10329 extension.py
-rw-r--r-- 7429 extension.pyc
-rw-r--r-- 7212 extension.pyo
-rw-r--r-- 18445 fancy_getopt.py
-rw-r--r-- 12033 fancy_getopt.pyc
-rw-r--r-- 11845 fancy_getopt.pyo
-rw-r--r-- 8320 file_util.py
-rw-r--r-- 6945 file_util.pyc
-rw-r--r-- 6945 file_util.pyo
-rw-r--r-- 12814 filelist.py
-rw-r--r-- 10571 filelist.pyc
-rw-r--r-- 10571 filelist.pyo
-rw-r--r-- 1424 log.py
-rw-r--r-- 2367 log.pyc
-rw-r--r-- 2367 log.pyo
-rw-r--r-- 21247 msvccompiler.py
-rw-r--r-- 15897 msvccompiler.pyc
-rw-r--r-- 15897 msvccompiler.pyo
-rw-r--r-- 10329 mwerkscompiler.py
-rw-r--r-- 7633 mwerkscompiler.pyc
-rw-r--r-- 7633 mwerkscompiler.pyo
-rw-r--r-- 6995 spawn.py
-rw-r--r-- 5564 spawn.pyc
-rw-r--r-- 5564 spawn.pyo
-rw-r--r-- 18002 sysconfig.py
-rw-r--r-- 13984 sysconfig.pyc
-rw-r--r-- 13984 sysconfig.pyo
drwxr-xr-x - tests
-rw-r--r-- 15156 text_file.py
-rw-r--r-- 11021 text_file.pyc
-rw-r--r-- 11021 text_file.pyo
-rw-r--r-- 10497 unixccompiler.py
-rw-r--r-- 6788 unixccompiler.pyc
-rw-r--r-- 6788 unixccompiler.pyo
-rw-r--r-- 17530 util.py
-rw-r--r-- 14205 util.pyc
-rw-r--r-- 14205 util.pyo
-rw-r--r-- 11485 version.py
-rw-r--r-- 6842 version.pyc
-rw-r--r-- 6842 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 $