Files and directories

As for the package, files are organized as follows:

  -+- README:    This file
   |
   +- INSTALL:   Installation instructions
   |
   +- ChangeLog: Automatically generated cvs log 
   |
   +- NEWS:      Project log
   |
   +- COPYING:   License
   |
   +- AUTHORS:   List of authors
   |
   +- ecell/ --> Core portion of E-Cell SE 3, or Hekkoro
   |  |
   |  +- libecs/       --> Koyurugi: Class library for cell modeling and
   |  |                    simulation (E-Cell SE 3's innermost core)
   |  +- libemc/       --> E-Cell Micro Core (EMC): C++ Facade API of Koyurugi
   |  |
   |  +- pyecs/        --> Python binding of EMC and Koyurugi
   |  |
   |  +- pyecell/      --> Python E-Cell library
   |  |
   |  +- session-monitor/  --> GUI session monitor (gecell)
   |  |
   |  +- model-editor/ --> GUI model editor (ecell3-modeleditor)
   |  |
   |  +- toollauncher/ --> GUI tool launcher 
   |
   +- dmtool/          --> C++ class library for dynamic loading of object
   |
   +- doc/             --> Documentations 
   |  |
   |  +- users-manual/ --> Users manual
   |  |
   |  +- samples/      --> Sample models
   |
   +- libltdl/         --> Libtool's dynamic module loader library

And installed in the following structure:

 PREFIX -+- bin/       --> E-Cell system toolsuite
         |
         +- include/   --> Header files (for developers)
         |  |
         |  +- dmtool/
         |  |
         |  +- ecell-3.1/
         |     |
         |     +- libecs/
         |     |
         |     +- libemc/
         |
         +- lib/       --> Shared libraries and python modules
         |  |
         |  +- python?.?/  --> Python modules
         |  |
         |  +- ecell-3.1/
         |     |
         |     +- dms      --> Standard dynamic modules
         |     |
         |     +- model-editor     --> Scripts and data for Model Editor
         |     |
         |     +- session-monitor  --> Scripts and data for Session Monitor
         |     |
         |     +- toollauncher     --> Scripts and data for Tool Launcher
         |
         +- share/
            |
            +- ecell-3.1/
            |  |
            |  +- dms/     --> Sources for the standard dynamic modules.
            |
            +- doc/
               |
               +- ecell/   --> E-Cell Documents
                  |
                  +- samples/      --> Sample models
                  |
                  +- users-manual* --> Users manual
                  |
                  +- api           --> API reference
                  |
                  +- model-editor  --> Model Editor documentation