27 |
# use debug instructions also in the .h code (headers) you will also have to add -DDEBUGPAMCUT |
# use debug instructions also in the .h code (headers) you will also have to add -DDEBUGPAMCUT |
28 |
# to the compiler options for the main analysis program. |
# to the compiler options for the main analysis program. |
29 |
# 3) Since this is a general compiler flag it can also be used, eg., to set the -m32 flag |
# 3) Since this is a general compiler flag it can also be used, eg., to set the -m32 flag |
30 |
OPTIMIZE = -O3 ${PAM_BIT} #-DDEBUGPAMCUT |
OPTIMIZE = -O3 -fPIC ${PAM_BIT} #-DDEBUGPAMCUT |
31 |
|
|
32 |
# Linker flags |
# Linker flags |
33 |
# The flags defined here will be directly inserted into the linker invocation. Place here the |
# The flags defined here will be directly inserted into the linker invocation. Place here the |
53 |
# NO_CALOAXIS: CaloAngleCut, CaloCrossCut, CaloGeomCut, CaloGeomYSensCut, CaloIonCut, CaloNHitCut, |
# NO_CALOAXIS: CaloAngleCut, CaloCrossCut, CaloGeomCut, CaloGeomYSensCut, CaloIonCut, CaloNHitCut, |
54 |
# CaloNotIntCut (reduced functionality), CaloTrackChi2Cut, CaloTrackCut, |
# CaloNotIntCut (reduced functionality), CaloTrackChi2Cut, CaloTrackCut, |
55 |
# TrackRedGeomCut (reduced functionality), CaloChi2HistoAction, CaloAxisChi2VsRigHistoAction |
# TrackRedGeomCut (reduced functionality), CaloChi2HistoAction, CaloAxisChi2VsRigHistoAction |
56 |
EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI -DNO_CALOPRESAMPLER -DNO_CALOAXIS |
EXCLUSIONFLAGS = -DNO_CALONUCLEI -DNO_TRKNUCLEI -DNO_TOFNUCLEI -DNO_CALOPRESAMPLER # -DNO_CALOAXIS |
57 |
|
|
58 |
# Put below the files on which every .cpp must depend on, ie., those files that, |
# Put below the files on which every .cpp must depend on, ie., those files that, |
59 |
# if modified, will trigger a complete recompilation of the project. |
# if modified, will trigger a complete recompilation of the project. |