IMP-77 for UNIX

This distribution contains the IMP compiler and the run-time library for
Intel 386 UNIX machines that use ELF object files.

POSSIBLE REQUIRED TWEAKS:

The Makefiles supplied don't try to figure out local installed software or
policies, so you may need to make some changes.  In particular:

1.  The Makefiles assume GCC is your compiler.
2.  The Makefiles, AND THE SHELL SCRIPT IN "compiler/imp" assume that you
will install to /usr/local/bin, /usr/local/lib and /usr/local/include.
3.  The "install" command is particularly sensitive to the UNIX variant you
are running, and the install section of the Makefiles will likely need fixing.

BOOTSTRAPPING

You don't necessarily have an IMP compiler already installed, so the library
and compiler directories contain some object files as well as sources.  When I
packed the archive, the object files were up-to-date, so "make" should only
need to compile the C portions, and link the object files.  Let me know if
this doesn't work.

The order you should do this is...
	cd lib
	make
	make install
	cd ../compiler
	make
	make install

Good luck!

Andy Davis
andy@nb-info.co.uk
