This directory contains the system-specific files, including compiled
versions of the standard ILOG Talk program units and some utility
shell scripts and other files used by ILOG Talk.  These include:

 Makefile:      This makefile lets you regenerate the italk executable
                if you happen to destroy it.  Just type 'make italk'.

 italk:         This executable contains the statically linked code
                (very little) and core image file (bigger) for the
                standard ILOG Talk development environment.

 llcc, llkcc:   These shell scripts are used by the ILOG Talk compiler
                to compile its generated C files into object files.
                They call gcc with ILOG Talk specific options.

 llcpp:         This shell script is used by the ILOG Talk compiler
                to compile its generated C++ files into object files.
                It calls g++ with ILOG Talk specific options.

 llld:          This shell script is the ILOG Talk interface to ld for
                linking executables.  Advanced users can modify it to
                link with their own main() functions; see the
                Reference Manual for more information.

 llldr:         This shell script is used by the ILOG Talk compiler
                to link together compiled module object files into a
                shared library object file for ILOG Talk libraries.

 lllim:         This shell script is used by the ILOG Talk compiler to
                initially start up an executable passing options
                indicating that a memory image is to be saved.

 o/             This directory contains the object files for standard
                ILOG Talk program units.  These include module object
                files and program unit database hash files.
