IAC GFAView Project
-------------------

This directory ( iac_proj/GFAView/ ) contains all the V code, HTML
documentation, and installation information for the IAC project "GFAView".

The directory should be placed into your existing project directory, which
should already contain the IAC Project File structure, i.e., the iac_proj/,
iac_lib/ and v/ directories.

The file INSTALL contains information on how to edit the existing IAC
files: a single line addition to the iac_proj/iac_proj.v file, to add the
new GFAView project, and additions to two of the files in the iac_lib/
directory, to link appropriate objects to the top-level IAC library page.

This project does not contain any procedural code and hence does not need to
be compiled.


Files
-----

The following files can be found in the iac_proj/xray/ directory.

INSTALL 	Contains installation instructions for editing the iac_proj.v
		and iac_lib/ files. This file should not be edited as the
		future installation script will use this file.

GFAView.v	Creates the IAC_PROJ.GFAView library.

GFAVmacs.v	Creates the GFAViewMacs library containing the replacement
                viewer macros GFA_Uviewer and GFA_Viewer, and the example
                applications GFA_SingleWindowApp and GFA_MultiWindowApp.

GFAView.html	HTML documentation for the GFAView project.

README		This file.


