This directory contains an implementation of the format Common Lisp
facility. This example require Bigloo1.9d. It build a Bigloo library
and it test it with two source files. To compile and install the library
process the following steps:

*** 1  - Edit the Makefile in order to select the proper compilers and options.
         Most likely you will have to change the shared library constructor 
         (the default constructor is `ld -G') and the path where you want
         the library to be written.

*** 2  -  make lib

*** 3  -  make heap

*** 4  -  make test

You may remove the object files that are useless once the library have been
compiled with:

*** 4b -  make clean

You may uninstall the library with:

*** 5  -  make Clean


