Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:13:19

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 lib_LTLIBRARIES = \
0004     libscorrelatorresponsemaker.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   SCorrelatorResponseMaker.h \
0018   SCorrelatorResponseMaker.ana.h \
0019   SCorrelatorResponseMaker.sys.h \
0020   SCorrelatorResponseMakerInput.h \
0021   SCorrelatorResponseMakerOutput.h \
0022   SCorrelatorResponseMakerConfig.h
0023 
0024 if ! MAKEROOT6
0025   ROOT5_DICTS = \
0026     SCorrelatorResponseMaker_Dict.cc
0027 endif
0028 
0029 libscorrelatorresponsemaker_la_SOURCES = \
0030   $(ROOT5_DICTS) \
0031   SCorrelatorResponseMaker.cc
0032 
0033 libscorrelatorresponsemaker_la_LDFLAGS = \
0034   -L$(libdir) \
0035   -L$(OFFLINE_MAIN)/lib \
0036   -lcalo_io \
0037   -lfun4all \
0038   -lg4detectors_io \
0039   -lphg4hit \
0040   -lg4dst \
0041   -lg4eval
0042 
0043 
0044 ################################################
0045 # linking tests
0046 
0047 noinst_PROGRAMS = \
0048   testexternals
0049 
0050 testexternals_SOURCES = testexternals.C
0051 testexternals_LDADD = libscorrelatorresponsemaker.la
0052 
0053 testexternals.C:
0054         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0055         echo "int main()" >> $@
0056         echo "{" >> $@
0057         echo "  return 0;" >> $@
0058         echo "}" >> $@
0059 
0060 # Rule for generating table CINT dictionaries.
0061 %_Dict.cc: %.h %LinkDef.h
0062         rootcint -f $@ @CINTDEFS@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0063 
0064 clean-local:
0065         rm -f *Dict* $(BUILT_SOURCES) *.pcm