Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 ##############################################
0002 # please add new classes in alphabetical order
0003 
0004 AUTOMAKE_OPTIONS = foreign
0005 
0006 lib_LTLIBRARIES = \
0007   libPrototype2_io.la \
0008   libPrototype2.la
0009 
0010 AM_CPPFLAGS = \
0011   -I$(includedir) \
0012   -I$(OFFLINE_MAIN)/include \
0013   -isystem`root-config --incdir`
0014 
0015 AM_LDFLAGS = \
0016   -L$(libdir) \
0017   -L$(OFFLINE_MAIN)/lib \
0018   `root-config --libs`
0019 
0020 
0021 pkginclude_HEADERS = \
0022   CaloCalibration.h \
0023   CaloUnpackPRDF.h \
0024   GenericUnpackPRDF.h \
0025   PROTOTYPE2_FEM.h \
0026   Prototype2DSTReader.h \
0027   RawTower_Prototype2.h \
0028   RawTower_Temperature.h \
0029   RunInfoUnpackPRDF.h \
0030   TempInfoUnpackPRDF.h
0031 
0032 ROOTDICTS = \
0033   RawTower_Prototype2_Dict.cc \
0034   RawTower_Temperature_Dict.cc
0035 
0036 pcmdir = $(libdir)
0037 nobase_dist_pcm_DATA = \
0038   RawTower_Prototype2_Dict_rdict.pcm \
0039   RawTower_Temperature_Dict_rdict.pcm
0040 
0041 libPrototype2_io_la_SOURCES = \
0042   $(ROOTDICTS) \
0043   PROTOTYPE2_FEM.cc \
0044   RawTower_Prototype2.cc \
0045   RawTower_Temperature.cc
0046 
0047 libPrototype2_la_SOURCES = \
0048   CaloCalibration.cc \
0049   CaloUnpackPRDF.cc \
0050   GenericUnpackPRDF.cc \
0051   TempInfoUnpackPRDF.cc \
0052   Prototype2DSTReader.cc \
0053   RunInfoUnpackPRDF.cc
0054 
0055 libPrototype2_io_la_LIBADD = \
0056   -lcalo_io \
0057   -lphool
0058 
0059 libPrototype2_la_LIBADD = \
0060   libPrototype2_io.la \
0061   -lSubsysReco \
0062   -lphool \
0063   -lfun4all \
0064   -lphparameter
0065 
0066 BUILT_SOURCES = \
0067   testexternals.cc
0068 
0069 noinst_PROGRAMS = \
0070   testexternals_io \
0071   testexternals
0072 
0073 testexternals_io_SOURCES = \
0074   testexternals.cc
0075 
0076 testexternals_io_LDADD = \
0077   libPrototype2_io.la
0078 
0079 testexternals_SOURCES = \
0080   testexternals.cc
0081 
0082 testexternals_LDADD = \
0083   libPrototype2.la
0084 
0085 testexternals.cc:
0086         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0087         echo "int main()" >> $@
0088         echo "{" >> $@
0089         echo "  return 0;" >> $@
0090         echo "}" >> $@
0091 
0092 # Rule for generating CINT dictionaries from class headers.
0093 %_Dict.cc: %.h %LinkDef.h
0094         rootcint -f $@ @CINTDEFS@ $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0095 
0096 #just to get the dependency
0097 %_Dict_rdict.pcm: %_Dict.cc ;
0098 
0099 clean-local:
0100         rm -f *Dict* $(BUILT_SOURCES) *.pcm