Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:13:26

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 pkginclude_HEADERS = \
0013   triggercountmodule.h
0014 
0015 ROOTDICTS = 
0016 
0017 pcmdir = $(libdir)
0018 nobase_dist_pcm_DATA = 
0019 
0020 lib_LTLIBRARIES = \
0021   libtriggercountmodule_io.la \
0022   libtriggercountmodule.la
0023 
0024 libtriggercountmodule_io_la_SOURCES = \
0025   $(ROOTDICTS) 
0026 
0027 libtriggercountmodule_la_SOURCES = \
0028   triggercountmodule.cc
0029 
0030 libtriggercountmodule_io_la_LIBADD = \
0031   -lphool -lSubsysReco -lmbd_io -ljetbase
0032 
0033 libtriggercountmodule_la_LIBADD = \
0034   libtriggercountmodule_io.la \
0035   -lcalo_io \
0036   -lSubsysReco -lphg4hit -lffaobjects -lmbd_io \
0037   -ljetbase -lglobalvertex -lcentrality -lcalotrigger 
0038 #-lg4jets_io
0039 %_Dict.cc: %.h %LinkDef.h
0040         rootcint -f $@ @CINTDEFS@ $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0041 
0042 #just to get the dependency
0043 %_Dict_rdict.pcm: %_Dict.cc ;
0044 
0045 BUILT_SOURCES = testexternals.cc
0046 
0047 noinst_PROGRAMS = \
0048   testexternals_io \
0049   testexternals
0050 
0051 testexternals_io_SOURCES = testexternals.cc
0052 testexternals_io_LDADD   = libtriggercountmodule_io.la
0053 
0054 testexternals_SOURCES = testexternals.cc
0055 testexternals_LDADD   = libtriggercountmodule.la
0056 
0057 testexternals.cc:
0058         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0059         echo "int main()" >> $@
0060         echo "{" >> $@
0061         echo "  return 0;" >> $@
0062         echo "}" >> $@
0063 
0064 clean-local:
0065         rm -f $(BUILT_SOURCES)