***********
 libutil.a
***********

In this directory, there are all the files with some utility functions and
macros. There is a set of common used constants, macros for the most used
function, such as MAX, MIN, CEIL, etc., a memory manager to check memory leaks,
an error handling routine, and all the useful functions to allocate memory for
the most used data structures (vectors and matrices), as well as for the internal
image data structure used in the program.

To create the library libutil.a, simply type 'make new' in the command line
and the corresponding files will be compiled to created the library.

LiftTeam :-)
May 18th 1996
