Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:14:22

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 lib_LTLIBRARIES = \
0004     libtrksinjetqa.la
0005 
0006 AM_LDFLAGS = \
0007   -L$(libdir) \
0008   -L$(OFFLINE_MAIN)/lib \
0009   -L$(OFFLINE_MAIN)/lib64
0010 
0011 AM_CPPFLAGS = \
0012   -I$(includedir) \
0013   -I$(OFFLINE_MAIN)/include \
0014   -I$(ROOTSYS)/include
0015 
0016 pkginclude_HEADERS = \
0017   TrksInJetQA.h \
0018   TrksInJetQAHist.h \
0019   TrksInJetQATypes.h \
0020   TrksInJetQAConfig.h \
0021   TrksInJetQABaseFiller.h \
0022   TrksInJetQAInJetFiller.h \
0023   TrksInJetQAInclusiveFiller.h \
0024   TrksInJetQABaseManager.h \
0025   TrksInJetQAHitManager.h \
0026   TrksInJetQAClustManager.h \
0027   TrksInJetQATrkManager.h \
0028   TrksInJetQAJetManager.h
0029 
0030 if ! MAKEROOT6
0031   ROOT5_DICTS = \
0032     TrksInJetQA_Dict.cc
0033 endif
0034 
0035 libtrksinjetqa_la_SOURCES = \
0036   $(ROOT5_DICTS) \
0037   TrksInJetQA.cc \
0038   TrksInJetQABaseFiller.cc \
0039   TrksInJetQAInJetFiller.cc \
0040   TrksInJetQAInclusiveFiller.cc \
0041   TrksInJetQABaseManager.cc \
0042   TrksInJetQAHitManager.cc \
0043   TrksInJetQAClustManager.cc \
0044   TrksInJetQATrkManager.cc \
0045   TrksInJetQAJetManager.cc
0046 
0047 libtrksinjetqa_la_LDFLAGS = \
0048   -L$(libdir) \
0049   -L$(OFFLINE_MAIN)/lib \
0050   -lcalo_io \
0051   -lfun4all \
0052   -lg4detectors_io \
0053   -lphg4hit \
0054   -lg4dst \
0055   -lg4eval \
0056   -lqautils \
0057   `fastjet-config --libs`
0058 
0059 
0060 ################################################
0061 # linking tests
0062 
0063 noinst_PROGRAMS = \
0064   testexternals
0065 
0066 testexternals_SOURCES = testexternals.C
0067 testexternals_LDADD = libtrksinjetqa.la
0068 
0069 testexternals.C:
0070         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0071         echo "int main()" >> $@
0072         echo "{" >> $@
0073         echo "  return 0;" >> $@
0074         echo "}" >> $@
0075 
0076 # Rule for generating table CINT dictionaries.
0077 %_Dict.cc: %.h %LinkDef.h
0078         rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0079 
0080 clean-local:
0081         rm -f *Dict* $(BUILT_SOURCES) *.pcm