morph version 4.0  10 May 1993             
image morphology program                         
                                                 
by Richard Alan Peters II                       
Department of Electrical Engineering            
Vanderbilt University School of Engineering      
Nashville, TN 37235                             
rap2@vuse.vanderbilt.edu                         
                                                 
This software is freely redistributable if       
the author's name and affiliation are included.

In making morph, there are two options. One is to make the program "morph"
which accepts command line input and works on sun raster files.
the other is to make the library "libmorph.a" which includes only the
subroutine morph_sub() and its dependent functions. (Making morph by 
typing "make install" makes libmorph.a as well as morph.) If you do not
intend to use morph as a program (because, perhaps you do not want to
use raster files, simply execute "make library".
