File indexing completed on 2025-08-03 08:15:03
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = \
0004 -I$(includedir) \
0005 -I$(OFFLINE_MAIN)/include \
0006 -I$(OFFLINE_MAIN)/include/eigen3 \
0007 -I`root-config --incdir`
0008
0009 libtruthconversion_la_LDFLAGS = \
0010 -nodefaultlibs \
0011 -L$(libdir) \
0012 -L$(OFFLINE_MAIN)/lib \
0013 -L$(HOME)/install/lib \
0014 `root-config --libs`
0015
0016 lib_LTLIBRARIES = \
0017 libtruthconversion.la
0018
0019 pkginclude_HEADERS = \
0020 TruthConversionEval.h \
0021 TruthConversionEvalLinkDef.h \
0022 Conversion.h \
0023 ConversionLinkDef.h\
0024 SVReco.h\
0025 SVRecoLinkDef.h\
0026 VtxTest.h\
0027 VtxTestLinkDef.h\
0028 VtxRegressor.h\
0029 VtxRegressorLinkDef.h\
0030 RecoConversionEval.h\
0031 RecoConversionEvalLinkDef.h
0032
0033 libtruthconversion_la_SOURCES = \
0034 TruthConversionEval.C \
0035 Conversion.cc \
0036 SVReco.C\
0037 VtxRegressor.C\
0038 VtxTest.C\
0039 RecoConversionEval.cc
0040
0041 libtruthconversion_la_LIBADD = \
0042 -lphool\
0043 -lg4eval\
0044 -lg4dst\
0045 -lcalotrigger\
0046 -lcalo_io\
0047 -lfun4all \
0048 -lg4detectors \
0049 -lgenfit2 \
0050 -lgenfit2exp \
0051 -lPHGenFit \
0052 -lg4tpc \
0053 -lg4intt \
0054 -lTMVA\
0055 -lg4mvtx \
0056 -lcalo_util
0057
0058 BUILT_SOURCES = \
0059 testexternals.C \
0060 gcc_test.c
0061
0062 noinst_PROGRAMS = \
0063 testexternals
0064
0065 testexternals_LDADD = \
0066 libtruthconversion.la
0067
0068 testexternals.C:
0069 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0070 echo "int main()" >> $@
0071 echo "{" >> $@
0072 echo " return 0;" >> $@
0073 echo "}" >> $@
0074 %_Dict.C: %.h %LinkDef.h
0075 rootcint -f $@ -c $(CINTFLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $^
0076
0077
0078
0079
0080 clean-local:
0081 rm -f *Dict* testexternals.C