IAC ConeCrop Project
-----------------------

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

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 project, and additions to two of the files in the iac_lib/ directory
to add links to the User Macro and Example Applications to the top-level
IAC library page.


Files
-----

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

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

conecrop.v	   Creates the IAC_PROJ.ConeCrop library.

ccrpmacs.v     Creates the ConeCropMacs library containing the UI macro
               ConeCropUI the functional macro ConeCropFunc and the
               macro ConeCrop.
			   
ccrpapps.v     Creates the ConeCropApps library containing the example 
               applications ConeCropEg.

conecrop.html  HTML documentation for the user macro.

README         This file.

