File indexing completed on 2025-08-05 08:11:14
0001 AUTOMAKE_OPTIONS = foreign
0002
0003 AM_CPPFLAGS = \
0004 -I$(includedir) \
0005 -I$(OFFLINE_MAIN)/include \
0006 -I$(ROOTSYS)/include
0007
0008 AM_LDFLAGS = \
0009 -L$(libdir) \
0010 -L$(OFFLINE_MAIN)/lib
0011
0012 libtrash_io_la_LIBADD = \
0013 -lphool
0014
0015 libemulatortreemaker_la_LIBADD = \
0016 -lcalotrigger_io \
0017 -lcalotrigger \
0018 -lglobalvertex \
0019 -lmbd_io \
0020 -lSubsysReco \
0021 -ljetbackground\
0022 -lg4jets \
0023 -ljetbase \
0024 -lqautils \
0025 libtrash_io.la
0026
0027 pkginclude_HEADERS = \
0028 FindOutlier.h \
0029 FindDijets.h \
0030 TriggerPerformance.h \
0031 RandomConeAna.h \
0032 JetCalibration.h \
0033 DijetEventDisplay.h \
0034 DijetTreeMaker.h \
0035 CopyCutVertex.h \
0036 EliminateBackground.h \
0037 GL1TriggerSelect.h \
0038 CaloEmulatorTreeMaker.h \
0039 MbdEmulatorTreeMaker.h \
0040 CaloEmulatorTreeMakerLinkDef.h \
0041 TrashInfo.h \
0042 TrashInfov1.h
0043
0044 ROOTDICTS =
0045
0046 pcmdir = $(libdir)
0047 nobase_dist_pcm_DATA =
0048
0049 lib_LTLIBRARIES = \
0050 libemulatortreemaker.la
0051
0052 libemulatortreemaker_la_SOURCES = \
0053 <<<<<<< HEAD
0054 CaloEmulatorTreeMaker.cc \
0055 EliminateBackground.cc \
0056 DijetEventDisplay.cc \
0057 RandomConeAna.cc \
0058 DijetTreeMaker.cc \
0059 JetCalibration.cc \
0060 TriggerPerformance.cc \
0061 FindOutlier.cc \
0062 FindDijets.cc \
0063 CopyCutVertex.cc \
0064 GL1TriggerSelect.cc \
0065 MbdEmulatorTreeMaker.cc
0066 =======
0067 CaloEmulatorTreeMaker.cc
0068
0069 libemulatortreemaker_la_LIBADD = \
0070 -lcalotrigger_io \
0071 -lcalotrigger \
0072 -lglobalvertex \
0073 -lmbd_io \
0074 -lSubsysReco
0075
0076 >>>>>>> 949e24c95d8f07e039a961d9a32c4a0dbc41dc82
0077
0078 %_Dict.cc: %.h %LinkDef.h
0079 rootcint -f $@ @CINTDEFS@ $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0080
0081
0082 %_Dict_rdict.pcm: %_Dict.cc ;
0083
0084 BUILT_SOURCES = testexternals.cc
0085
0086 noinst_PROGRAMS = \
0087 testexternals_emulatortreemaker
0088
0089 testexternals_emulatortreemaker_SOURCES = testexternals.cc
0090 testexternals_emulatortreemaker_LDADD = libemulatortreemaker.la
0091
0092 testexternals.cc:
0093 echo "//*** this is a generated file. Do not commit, do not edit" > $@
0094 echo "int main()" >> $@
0095 echo "{" >> $@
0096 echo " return 0;" >> $@
0097 echo "}" >> $@
0098
0099 clean-local:
0100 rm -f $(BUILT_SOURCES)