The installation make file builds core images for CAML.

You can build two versions of CAML:
(1) regular one with the command

        make install_small

(2) ``big'' one (that is with larger code and heap zone) with the command

        make install_big

If you need both versions execute

        make install_all

Finally

	make install

is equivalent to

        make install_small

Note: If you plan to install the Coq System you have to do "make install_big"
 or "make install_all".
