package GaudiMonitor version v2r8 branches src cmt doc use GaudiKernel * # build the component library library GaudiMonitor -no_static \ DataListenerSvc/*.cpp # define component library link options apply_pattern component_library library=GaudiMonitor macro_append GaudiMonitor_use_linkopts " -pthread " \ target-winxp "" private macro_append cppflags "" \ target-linux " -pedantic -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -Wno-long-long " \ target-darwin "" \ target-winxp "" # Hide warnings triggered on VC9 by the C standard library macro_append cppflags '' no-hide-warnings '' target-winxp ' /wd4996'