
				---  SFCHECK  ---

				-  Installation -

For compiling and installing SFCHECK, in ./src, execute `make all'.

To run SFCHECK, execute `{pathname}/bin/sfcheck'.

If you want to move to another location the executable file in ./bin or all
the hierarchy you should either
	- define a environmental variable SFCHECK holding the pathname of the
	  current hierarchy
or
	- recompile SFCHECK (`make all')

Contents
========
in ./src
	Makefile
	main_sfcheck.f  - main program.
	sfch_comt.fh    - include file
	sfch_graph.inc  - include file for PostScript output generation
	sfch_graph_1.f  - subroutines for PostScript output generation
	sfch_graph_2.f  - subroutines for PostScript output generation
	sfch_graph_3.f  - subroutines for PostScript output generation
	sfch_graph_4.f  - subroutines for PostScript output generation
	sfch_graph_ini.inc - include file for PostScript output initialization
	sfch_path.fh    - include file for holding pathname of distribution
	sfch_prog.f     - 
	sfch_subr.f     - 
	sfch_version.fh - include file for defining current version
	sfcheck.f       - subroutines
	sfcheck_ps.inc  - include file of PostScript output generation

in ./lib
	symlib.blc    - library used by SFCHECK
	ps.resource   - for PostScript output 

in ./doc
	sfcheck.doc.ps - a short description of SFCHECK as a PostScript file

README   - a description of SFCHECK as text

INSTALL  - this file
