MINOR CHANGES:

Improvements to the makefile:

     1. Create an install target that will accept a preset PREFIX for the installation targets.
     
     2. Create a source target for building the tarball. version.h will be used to add version
        numbers to the tarball file name.
	
	
Long term goals:

     A. Repair the parser problem by replacing the threaded pointer technique with a real
        lex/yac parser.
	
	Implimentation is complex but very incrimental.
	
	1. Rewrite the minimal number of command routines required to perform test runs.
	
	2. Use Glade to build a test harness for these routines.
	
	3. Test the routines. Add more routines and their Glade interface.
	
	4. Test and repeat until all commands have been ported and are working.
	
	5. Build parser against tested library of command routines.
	
	6. Impliment parser on command line, user .rc file, and user directed scripts.
	
	
	Release Milestones:
	
	1. Release minimal Glade interface when testing is complete.
	
	2. Release completed Glade interface when testing is complete.
	
	3. Release 1.0 Seesat5 when the parse implimentation is complete.
	
This is an emense target that seems to be the only way to fix the current parsers
inability to deal with bad, or non-existant-values in the intput stream. The way it
is layed out, I can do a bit of work at a time and it will eventually accumulate
into a finished product.

Dwarf

	