Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-09 08:11:55

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 
0004 AM_LDFLAGS = \
0005   -L$(libdir) \
0006   -L$(OFFLINE_MAIN)/lib
0007 
0008 AM_CPPFLAGS = \
0009   -I$(includedir) \
0010   -I$(OFFLINE_MAIN)/include \
0011   -isystem`root-config --incdir`
0012 ROOTDICTS = \
0013   InttEvent_Dict.cc 
0014 
0015 
0016 pcmdir = $(libdir)
0017 
0018 nobase_dist_pcm_DATA = \
0019   InttEvent_Dict_rdict.pcm 
0020 
0021 # lib_LTLIBRARIES = \
0022 #     libintthitmap.la
0023 
0024 pkginclude_HEADERS = \
0025   InttEvent.h
0026 
0027 libintthitmap_la_SOURCES = \
0028   $(ROOTDICTS) \
0029   InttEvent.cc 
0030 
0031 # libintthitmap_la_LDFLAGS = \
0032 #   -L$(libdir) \
0033 #   -L$(OFFLINE_MAIN)/lib \
0034 #   -lcalo_io \
0035 #   -lfun4all \
0036 #   -lg4detectors_io \
0037 #   -lphg4hit \
0038 #   -lg4dst \
0039 #   -lg4eval \
0040 #   -lintt 
0041   
0042 
0043 
0044 
0045 ################################################
0046 # linking tests
0047 
0048 BUILT_SOURCES = testexternals.cc
0049 
0050 noinst_PROGRAMS = \
0051   testexternals
0052 
0053 testexternals_SOURCES = testexternals.cc
0054 # testexternals_LDADD = libintthitmap.la
0055 
0056 # testexternals.cc:
0057 #       echo "//*** this is a generated file. Do not commit, do not edit" > $@
0058 #       echo "int main()" >> $@
0059 #       echo "{" >> $@
0060 #       echo "  return 0;" >> $@
0061 #       echo "}" >> $@
0062 
0063 %_Dict.cc: %.h %LinkDef.h
0064         rootcling -f $@ -c $(DEFAULT_INCLUDES) $(AM_CPPFLAGS) $^
0065 
0066 #just to get the dependency
0067 %_Dict_rdict.pcm: %_Dict.cc ;
0068 
0069 
0070 
0071 
0072 clean-local:
0073         rm -f *Dict* $(BUILT_SOURCES) *.pcm