![]() |
Directory Structure | ||
teem |
LICENSE.txt | Any code written here at the U of U is bound by this license, whether we like it or not. | ||||||||
README.txt | General pleasantries. | ||||||||
include/ | This is where the header files are put upon doing a "make install" of a library, and it is the single place that other libraries (including teem libraries) should look for any teem header files. | ||||||||
irix6.64/ irix6.n32/ linux/ solaris/ | This is where any architecture-specific things go. But those
aren't architectures, you say, those are operating systems! So, more
precisely, the setting of the environment variable TEEM_ARCH
will control where "make" puts the object and library files.
Assuming that you don't have two machines with the same
operating system, which share a file system, and both want to
use the same teem tree, but have incompatible
architectures, then the current system should work find. Each of
these architecture directories contains:
| ||||||||
src/ | This is where all the source files and Makefiles are. There is one subdirectory for each teem library, as well as one directory ("make") just for Makefile-related trickery. |