############################################################################## # # Makefile for Hydra library libFRpc.so # # This makefile contains all definitions local to this module. All # general definitions are included from makefiles in $(HADDIR). # ############################################################################## LIB_NAME := FRpc SOURCE_FILES := hfrpcdetector.cc \ hfrpccontfact.cc \ hfrpctaskset.cc \ hfrpcparrootfileio.cc \ hfrpcparasciifileio.cc \ hfrpcgeompar.cc \ hfrpctrb3lookup.cc \ hfrpctrb3calpar.cc \ hfrpctrb3unpacker.cc \ hfrpcraw.cc \ hfrpccalpar.cc \ hfrpcstrippar.cc \ hfrpccalibrater.cc \ hfrpccal.cc \ hfrpccalsim.cc \ hfrpcdigitizer.cc \ hfrpcdigipar.cc \ hfrpcclusterfinder.cc \ hfrpccluster.cc \ hfrpchit.cc \ hfrpchitfinder.cc \ hfrpchitfinderpar.cc include $(HADDIR)/hades.def.mk include $(HADDIR)/hades.module.mk