IAC Animate Filename Project
----------------------------

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

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 AnimFilename project, and a single line addition to iac_lib/ data_io.v
file, to add a link to the User Macro from the new top-level IAC library page.

Once the files have been correctly installed, the new project should be ready
to use - there are no low-level modules that require compilation.

Files
-----

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

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

animfile.v	Creates the IAC_PROJ.AnimFilename library.

afn_mods.v	Creates the AnimFilenameMods library containing the low-level
		module AnimFilenameGen, a variation of the AVS/Express loop
		module called AnimFilenameLoop, and the parameter groups
		AnimFilenameParams and AnimLoopParams.

afn_macs.v	Creates the AnimFilenameMacs library containing the high-level
		macros AnimFilenameUI, AnimFilename and animfilename. There
		is no example application with this project.

doc_mod.html	HTML documentation for the AnimFilenameGen and
		AnimFilenameLoop modules.

doc_umac.html	HTML documentation for the animfilename User Macro.

README		This file.

Generated Files
---------------

This project requires no compilation, and hence does not generate any other
files.
