Full information on CLHEP is available on the WEB:

   http://cern.ch/clhep

#-------------------------------------------------------------
# about linking
#-------------------------------------------------------------

CLHEP builds libraries for each package instead of a single CLHEP library.
This alllows you to link with only the necessary parts of CLHEP.
We provide a "clheplib" script which gives the list of libraries to link, 
in the correct order.  The script can be embedded in a makefile.

   clheplib           - provides link list of ALL CLHEP libraries
   clheplib <package> - provides link list of ONLY those libraries 
                        needed to use <package>

