Newer
Older
TB_Chris / TbKernel / cmt / .svn / text-base / requirements.svn-base
  1. package TbKernel
  2. version v3r0
  3.  
  4. branches TbKernel cmt doc src
  5. include_path none
  6.  
  7. use GaudiAlg v*
  8. use TbEvent v* Tb
  9. use ROOT v* LCG_Interfaces
  10.  
  11. #=========================================================================
  12. # Own includes
  13. #=========================================================================
  14. apply_pattern install_more_includes more=TbKernel
  15.  
  16. #=========================================================================
  17. # Linker library building rule
  18. #=========================================================================
  19. library TbKernelLib ../src/lib/*.cpp
  20. apply_pattern linker_library library=TbKernelLib
  21.  
  22. #=========================================================================
  23. # Component library building rule
  24. #=========================================================================
  25. library TbKernel ../src/*.cpp
  26. apply_pattern component_library library=TbKernel
  27.  
  28. macro_append Boost_linkopts $(Boost_linkopts_system)
  29. macro_append Boost_linkopts $(Boost_linkopts_filesystem)
  30. macro_append ROOT_linkopts " -lMathCore -lGenVector -lMatrix"