############################################################################## # # Makefile for Hydra library libTofino.so # # This makefile contains all definitions local to this module. All # general definitions are included from makefiles in $(HADDIR). # ############################################################################## LIB_NAME := iTof SOURCE_FILES := hitofdetector.cc \ hitofraw.cc \ hitofcal.cc \ hitofcaldebug.cc \ hitofcalsim.cc \ hitoftrb3unpacker.cc \ hitofcalibrater.cc \ hitofcontfact.cc \ hitofcalpar.cc \ hitoftrb3lookup.cc \ hitoftaskset.cc \ hitofparrootfileio.cc \ hitofparasciifileio.cc # hitofgeompar.cc \ # hitofdigitpar.cc # hitofdigitizer.cc \ include $(HADDIR)/hades.def.mk include $(HADDIR)/hades.module.mk