#-------------------------------------------------------------
#  building CLHEP
#-------------------------------------------------------------

Cmake is now the only build option.

Please see INSTALL.cmake for directions.

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

CLHEP builds libraries for each package in addition to a single CLHEP library.
This alllows you to link with only the necessary parts of CLHEP.
We provide a set of <package>-config scripts which gives the list of 
libraries to link, in the correct order.  
The script can be embedded in a makefile.

   clhep-config --libs       -  link list of ALL CLHEP libraries
   <package>-config --libs   -  link list of ONLY those libraries 
                                needed to use <package>

#-------------------------------------------------------------
