To bootstrap this release, do following:

1. Edit the INSTALLDIR variable in the Makefile.def
   to install this package in a directory in your PATH.
2. FOR THIS INSTALLATION ONLY, put "." in your PATH!
   (PATH=".:PATH";export $PATH).
   After the SimpleMake package is installed in your path
   (e.g. /usr/local/bin). The "." can be left out.
   Understand though, that INSTALLEXE=./install.sh could
   be mandatory then.
3. Edit 'bootstrap.sh' and set the variables to 
   the right values (LEX="flex", LL="-lfl", etc).
4. do 'bootstrap.sh'
5. do 'make install'

Now your ready to use this package.

In some directory (not the current one!)
use:

	newMakefile

Edit the Makefile.def file
and use the command

	make makefile

To generate the dependencies
Compile your sources using make.

Edit makefile.lsm to make an lsm entry 
that will be used by make srcdist.

