Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 AUTOMAKE_OPTIONS = foreign
0002 
0003 INCLUDES = \
0004   -I$(includedir) \
0005   -I$(OFFLINE_MAIN)/include/eigen3 \
0006   -I$(OFFLINE_MAIN)/include \
0007   -I$(G4_MAIN)/include \
0008   -I$(G4_MAIN)/include/Geant4 \
0009   -I`root-config --incdir`
0010 
0011 lib_LTLIBRARIES = \
0012    libProto3ShowCalib.la
0013 
0014 AM_CXXFLAGS = -Wall -Werror -msse2
0015 
0016 libProto3ShowCalib_la_LDFLAGS = \
0017   -L$(libdir) \
0018   -L$(OFFLINE_MAIN)/lib
0019 
0020 libProto3ShowCalib_la_LIBADD = \
0021   -lfun4all \
0022   -lg4dst \
0023   -lPrototype2 \
0024   -lPrototype3
0025 
0026 pkginclude_HEADERS =
0027 
0028 #pkginclude_HEADERS = $(include_HEADERS)
0029 
0030 libProto3ShowCalib_la_SOURCES = \
0031   Proto3ShowerCalib.C \
0032   Proto3ShowerCalib_Dict.C
0033 
0034 # Rule for generating table CINT dictionaries.
0035 %_Dict.C: %.h %LinkDef.h
0036         rootcint -f $@ -c $(DEFAULT_INCLUDES) $(INCLUDES) $^
0037 
0038 %_Dict.cpp: %.h %LinkDef.h
0039         rootcint -f $@ -c $(DEFAULT_INCLUDES) $(INCLUDES) $^
0040 
0041 ################################################
0042 # linking tests
0043 
0044 noinst_PROGRAMS = testexternals
0045 
0046 BUILT_SOURCES = \
0047   testexternals.C
0048 
0049 testexternals_LDADD = \
0050   libProto3ShowCalib.la
0051 
0052 testexternals.C:
0053         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0054         echo "int main()" >> $@
0055         echo "{" >> $@
0056         echo "  return 0;" >> $@
0057         echo "}" >> $@
0058 
0059 clean-local:
0060         rm -f *Dict* testexternals.C