Compiling bbcim (c) 1997 W.H.Scholten 'Make' compiles the regular bbcim (no lib). 'Make lib' makes the shared library libbbcim.so.1.0 and link from libbbcim.so 'Make shared' compiles bbcim dynamycally linked with libbbcim.so.1.0 'Make install' installs the regular bbcim. 'Make install.shared' installs the dynamycally linked bbcim. 'Make install.lib' installs the library libbbcim.so.1.0 and the header file bbcimlib.h 'Make clean' removes objects, libs and executables in this directory. 'Make uninstall' removes bbcim from /usr/local/bin. 'Make uninstall.lib' removes the library and header file. wouters@cistron.nl