############################################################################## # # Makefile for Hydra library libParticle.so # # This makefile contains all definitions local to this module. All # general definitions are included from makefiles in $(HADDIR). # ############################################################################## LIB_NAME := Particle SOURCE_FILES := hparticlecand.cc \ hparticlecandsim.cc \ hparticlewallhit.cc \ hparticlewallhitsim.cc \ hparticlecal.cc \ hparticleevtinfo.cc \ hparticlecandfiller.cc \ hparticlecandfillerpar.cc \ hparticletracksorter.cc \ hparticletrackcleaner.cc \ hparticleevtinfofiller.cc \ hparticlecontfact.cc \ hparticletool.cc \ hparticletree.cc include $(HADDIR)/hades.def.mk include $(HADDIR)/hades.module.mk