DEPENDENCIES

Needed: 
VIF is a front-end to gcc.

Optional: 
VIF can keep the intermediate C file, formatted as a classic listing file. 
To produce the file as pdf with the option -p, `ps2pdf' and `enscript' are required.


INSTALLATION

VIF is built without configuration by for instance autotools.

Install VIF from the command-line by:

$ make 
$ make check
$ sudo make install

The makefile first builds the VIF runtime library, then a bootstrap VIF. 
With the bootstrap VIF, FORTRAN source for the VIF runtime library is compiled.
Finally a production VIF is built.
