OVERVIEW OF THE DIRECTORY STRUCTURES FOR TSIMMIS SOURCE CODE AND BINARIES

Created: 7/12/1996
Joachim Hammer


The TSIMMIS source code consists of the files that are needed to build the clients (currently only MOBIE), the servers (mediators and wrappers), as well as the communications libraries. All source code files reside in /db/d7/tsimmis/. The binaries as well as libraries (if they exist) are stored in seperate directories within the same file system.

Top-level Organization of ~TSIMMIS:


TSIMMIS v. 0 is organized as follows:


TSIMMIS-1.0 is organized as follows (see graph below):


src is organized as follows (see graph below):


Important Notes:

  1. Every directory should contain a Makefile that builds all the components whose sources are stored in this directory and below.
  2. Every directory should contain a RCS subdirectory for storing the different versions of the source code. Make sure you use RCS on all your source files (refer to the RCS primer and the guidelines for coding if you have questions).