This package is:
 -    How to build a DLL jumptable version of the Xaw3d lib

It is based on:
 -    Eric Youngdale's package of tools for building DLL libraries.
 -    package  DLL-X.0.2.tar.z 02/04/93   Dirk Hohndel

It contains:
 -    unmodified sources of the original library (export.lcs.mit.edu). 
 -    A few scripts that can help rebuilding the library.
 -    A modified lex.c file ('flex'ed and corrected: UGLY!)

It was designed by:
 -    Rob Hooft (hooft@chem.ruu.nl)

With help of:
 -    David Engel (david@ods.com), the original author of the JumpTables.
 -    H.J. Lu (hlu@eecs.wsu.edu), the maintainer of our GCC and libc.
 -    the DLL tools 2.1 package by Eric Youngdale.
 -    Dirk Hohndel, who did all the work.

To build the lib (you don't need to if you trust me):
 -    you need an installed 'tools' package.
 -    modify the make.shared script, it needs to know the JUMP_DIR.
 -    Type './make.clean' (if needed).
 -    Type './make.shared' to make the shared lib.

To install the lib:
 -    cp libXaw3.so.3.0 /lib
 -    cd /lib
 -    ln -sf libXaw3.so.3.0 libXaw.so.3

Note:
 -    This is the 'B' version of this package. The 'A' version didn't have
      the arrow-scrollbar installed.

Warning:
 -    Read the README file in the Xaw3d subdirectory for some Xaw3d warnings.
