Back to home page

sPhenix code displayed by LXR

 
 

    


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

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    libProto2ShowCalib.la
0013 
0014 AM_CXXFLAGS = -Wall -Werror -msse2
0015 
0016 libProto2ShowCalib_la_LDFLAGS = \
0017   -L$(libdir) \
0018   -L$(OFFLINE_MAIN)/lib
0019 
0020 libProto2ShowCalib_la_LIBADD = \
0021   -lfun4all \
0022   -lg4dst \
0023   -lPrototype2
0024 
0025 pkginclude_HEADERS = 
0026 
0027 #pkginclude_HEADERS = $(include_HEADERS)
0028 
0029 libProto2ShowCalib_la_SOURCES = \
0030   Proto2ShowerCalib.C \
0031   Proto2ShowerCalib_Dict.C 
0032 
0033 # Rule for generating table CINT dictionaries.
0034 %_Dict.C: %.h %LinkDef.h
0035         rootcint -f $@ -c $(DEFAULT_INCLUDES) $(INCLUDES) $^
0036 
0037 %_Dict.cpp: %.h %LinkDef.h
0038         rootcint -f $@ -c $(DEFAULT_INCLUDES) $(INCLUDES) $^
0039 
0040 ################################################
0041 # linking tests
0042 
0043 noinst_PROGRAMS = testexternals
0044 
0045 BUILT_SOURCES = \
0046   testexternals.C
0047 
0048 testexternals_LDADD = \
0049   libProto2ShowCalib.la
0050 
0051 testexternals.C:
0052         echo "//*** this is a generated file. Do not commit, do not edit" > $@
0053         echo "int main()" >> $@
0054         echo "{" >> $@
0055         echo "  return 0;" >> $@
0056         echo "}" >> $@
0057 
0058 clean-local:
0059         rm -f *Dict* testexternals.C