File indexing completed on 2025-08-06 08:13:18
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 lib_LTLIBRARIES = \
0004 libscorrelatorqamaker.la
0005
0006 AM_LDFLAGS = \
0007 -L$(libdir) \
0008 -L$(OFFLINE_MAIN)/lib \
0009 $(MYINSTALL)/lib/libscorrelatorutilities.la
0010
0011 AM_CPPFLAGS = \
0012 -I$(includedir) \
0013 -I$(OFFLINE_MAIN)/include \
0014 -I$(ROOTSYS)/include
0015
0016 pkginclude_HEADERS = \
0017 SCorrelatorQAMaker.h \
0018 SBaseQAPlugin.h \
0019 SCheckTrackPairs.h \
0020 SCheckTrackPairsConfig.h \
0021 SMakeClustQATree.h \
0022 SMakeClustQATreeConfig.h \
0023 SMakeClustQATreeOutput.h \
0024 SMakeTrackQATuple.h \
0025 SMakeTrackQATupleConfig.h \
0026 SReadLambdaJetTree.h \
0027 SReadLambdaJetTreeConfig.h \
0028 SReadLambdaJetTreeHistDef.h
0029
0030 if ! MAKEROOT6
0031 ROOT5_DICTS = \
0032 SCorrelatorQAMaker_Dict.cc
0033 endif
0034
0035 libscorrelatorqamaker_la_SOURCES = \
0036 $(ROOT5_DICTS) \
0037 SCorrelatorQAMaker.cc \
0038 SCheckTrackPairs.cc \
0039 SMakeClustQATree.cc \
0040 SMakeTrackQATuple.cc \
0041 SReadLambdaJetTree.cc
0042
0043 libscorrelatorqamaker_la_LDFLAGS = \
0044 -L$(libdir) \
0045 -L$(OFFLINE_MAIN)/lib \
0046 -lcalo_io \
0047 -lfun4all \
0048 -lg4detectors_io \
0049 -lphg4hit \
0050 -lg4dst \
0051 -lg4eval
0052
0053
0054
0055
0056
0057 noinst_PROGRAMS = \
0058 testexternals
0059
0060 testexternals_SOURCES = testexternals.C
0061 testexternals_LDADD = libscorrelatorqamaker.la
0062
0063 testexternals.C:
0064 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0065 echo "int main()" >> $@
0066 echo "{" >> $@
0067 echo " return 0;" >> $@
0068 echo "}" >> $@
0069
0070
0071 %_Dict.cc: %.h %LinkDef.h
0072 rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0073
0074 clean-local:
0075 rm -f *Dict* $(BUILT_SOURCES) *.pcm