# Makefile for CandTrackSR package # Define whether rootcint should be run to generate ROOT # dictionaries ROOTCINT := YES ROOTMACROS := DBtxt_AlgTrackSR_default.C DBtxt_AlgTrackSR_Cosmic.C DBtxt_AlgTrackSR_Beam.C DBtxt_AlgTrackSRList_default.C DBtxt_AlgTrackSRList_FarCosmic.C DBtxt_AlgTrackSRList_NearCosmic.C DBtxt_AlgTrackSRList_NearBeam.C DBtxt_AlgTrackSRList_FarBeam.C # library LIB := lib$(PACKAGE) #library contents LIBCXXFILES := $(wildcard *.cxx) ######################################################################## include SoftRelTools/standard.mk include SoftRelTools/arch_spec_root.mk