Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:14:29

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 INCLUDES = \
0004   -I$(includedir) \
0005   -I$(OFFLINE_MAIN)/include \
0006   -I`root-config --incdir`
0007 
0008 libPhotons_la_LDFLAGS = \
0009   -nodefaultlibs \
0010   -L$(libdir) \
0011   -L$(OFFLINE_MAIN)/lib \
0012   `root-config --libs`
0013 
0014 lib_LTLIBRARIES = \
0015   libPhotons.la
0016 noinst_HEADERS = \
0017   PhotonsLinkDef.h
0018 
0019 include_HEADERS = \
0020   Photons.h \
0021   Forward_pi0s.h
0022 
0023 libPhotons_la_SOURCES = \
0024   Photons.C \
0025   Forward_pi0s.C \
0026   Photons_Dict.C
0027 
0028 libPhotons_la_LIBADD = \
0029   -lg4dst \
0030   -lg4eval \
0031   -lcalo_util \
0032   -lphool
0033 
0034 BUILT_SOURCES = \
0035   testexternals.C
0036 
0037 noinst_PROGRAMS = \
0038   testexternals
0039 
0040 testexternals_LDADD = \
0041   libPhotons.la
0042 
0043 testexternals.C:
0044         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0045         echo "int main()" >> $@
0046         echo "{" >> $@
0047         echo "  return 0;" >> $@
0048         echo "}" >> $@
0049 
0050 ##############################################                                                                             
0051 # please add new classes in alphabetical order                                                                             
0052 # Rule for generating CINT dictionaries from class headers.                                                                
0053 Photons_Dict.C: Photons.h Forward_pi0s.h PhotonsLinkDef.h
0054         rootcint -f $@ -c $(CINTFLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $^
0055 
0056 clean-local:
0057         rm -f *Dict* testexternals.C
0058 
0059 testexternals_SOURCES = testexternals.C