Build instructions for specpack

1) Choose the correct make.in for your system:
Copy the make.in file that applies to your system from makefiles to the parent directory. Rename the file to make.in
A version using autoconf will be available later.

2) Issue the following commands:
To make the Helmholtz libraries
> make hz_lib 
To make the Biharmonic libraries
> make bh_lib
To make all libraries:
> make all

All the libraries will default to $(DEST) in make.in. The default setting is 
the libs directory in the root directory of the distrbution.
 
3) To test:
Change to the desired test-directory and follow the instructions listed there.


Version 0.2 - 1999.17.11
Changed some of the directories.
Fixed errors in makefiles.
Fixed errors in Legendre, cheb_leg, iterative Legendre and iterative cheb_leg for the Biharmonic equation
Known errors: iterative Chebychev still not correct. 

Caution: Testing for zero in the splitted rh-side is turned off for testing purposes. This feature will be enabled in later versions.

Jan Ivar Moldekleiv, 
1999.17.11




