############################################################################## # # Makefile for Hydra library libHadesGo4.so # # This makefile contains all definitions local to this module. All # general definitions are included from makefiles in $(HADDIR). # ############################################################################## LIB_NAME := HadesGo4 SOURCE_FILES := hgo4onlineconfig.cc \ hhadespar.cc \ hprocessstat.cc \ htriggergo4mon.cc \ htriggerhistbooker.cc \ htriggerhistfiller.cc \ hmdcgo4mon.cc \ hmdccalibrationgo4mon.cc \ hmdchistbooker.cc \ hmdchistfiller.cc \ hmdcconnectedtdc.cc \ hstartgo4mon.cc \ hstarthistbooker.cc \ hstarthistfiller.cc \ hrichgo4mon.cc \ hrichhistbooker.cc \ hrichhistfiller.cc \ hrichfancy.cc \ hstartcalibrationgo4mon.cc \ hrichpattern.cc \ htofgo4mon.cc \ htofhistbooker.cc \ htofhistfiller.cc \ htofinogo4mon.cc \ htofinohistbooker.cc \ htofinohistfiller.cc \ hshowergo4mon.cc \ hshowerhistbooker.cc \ hshowerhistfiller.cc \ hshowerconfig.cc \ hphysicsgo4mon.cc \ hphysicshistbooker.cc \ hphysicshistfiller.cc \ hmonhist.cc \ htrendhist.cc \ hhistarray.cc \ hmdcconfig.cc \ hgo4parrootfileio.cc \ hgo4parasciifileio.cc \ hgo4contfact.cc \ hhodogo4mon.cc \ hhodohistbooker.cc \ hhodohistfiller.cc \ hwallgo4mon.cc \ hwallhistbooker.cc \ hwallhistfiller.cc \ htriggerhistfillerutil.cc include $(HADDIR)/hades.def.mk include $(HADDIR)/hades.module.mk