File indexing completed on 2025-08-03 08:14:07
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 INCLUDES = \
0004 -I$(includedir) \
0005 -I$(OFFLINE_MAIN)/include \
0006 -I$(OFFLINE_MAIN)/include/eigen3 \
0007 -I$(ROOTSYS)/include
0008
0009 lib_LTLIBRARIES = \
0010 librichana.la
0011
0012 AM_CXXFLAGS = -Wall -Werror -msse2
0013
0014 librichana_la_LDFLAGS = \
0015 -L$(libdir) \
0016 -L$(OFFLINE_MAIN)/lib
0017
0018 librichana_la_LIBADD = \
0019 -lfun4all \
0020 -lg4dst \
0021 -lg4eval \
0022 -lphhepmc \
0023 -lg4detectors \
0024 -lgenfit2 \
0025 -lphfield \
0026 -lgenfit2exp \
0027 -lPHGenFit
0028
0029 pkginclude_HEADERS = \
0030 PidInfo.h \
0031 PidInfo_RICH_v1.h \
0032 PidInfoContainer.h \
0033 FastPid_RICH.h \
0034 RICHEvaluator.h \
0035 RICHParticleID.h \
0036 dualrich_analyzer.h \
0037 SetupDualRICHAnalyzer.h \
0038 TrackProjectorPid.h \
0039 PIDProbabilities.h \
0040 Poisson.h
0041
0042 librichana_la_SOURCES = \
0043 PidInfo_Dict.C \
0044 PidInfo_RICH_v1.cc \
0045 PidInfo_RICH_v1_Dict.C \
0046 PidInfoContainer.cc \
0047 PidInfoContainer_Dict.C \
0048 FastPid_RICH.C \
0049 FastPid_RICH_Dict.C \
0050 RICHEvaluator.C \
0051 RICHEvaluator_Dict.C \
0052 RICHParticleID.C \
0053 RICHParticleID_Dict.C \
0054 dualrich_analyzer.cc \
0055 SetupDualRICHAnalyzer.cc \
0056 TrackProjectorPid.cc \
0057 PIDProbabilities.cc \
0058 Poisson.cc
0059
0060
0061 %_Dict.C: %.h %LinkDef.h
0062 rootcint -f $@ -c $(DEFAULT_INCLUDES) $(INCLUDES) $^
0063
0064
0065
0066
0067
0068 noinst_PROGRAMS = testexternals
0069
0070 BUILT_SOURCES = \
0071 testexternals.C
0072
0073 testexternals_LDADD = \
0074 librichana.la
0075
0076 testexternals.C:
0077 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0078 echo "int main()" >> $@
0079 echo "{" >> $@
0080 echo " return 0;" >> $@
0081 echo "}" >> $@
0082
0083 clean-local:
0084 rm -f *Dict* testexternals.C