forked from alisw/AliRoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,491 changed files
with
234,857 additions
and
66,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
set(SRCS AliACORDEConstants.cxx AliACORDECalibData.cxx AliACORDERawReader.cxx | ||
AliGenACORDE.cxx AliACORDEQAChecker.cxx AliACORDELoader.cxx AliACORDEPreprocessor.cxx AliACORDEdigit.cxx AliACORDEDataDCS.cxx AliACORDERawStream.cxx ) | ||
|
||
string(REPLACE ".cxx" ".h" HDRS "${SRCS}") | ||
|
||
set(DHDR ACORDEbaseLinkDef.h) | ||
|
||
set(EINCLUDE RAW) | ||
|
||
if(ALICE_TARGET STREQUAL win32gcc) | ||
set(PACKSOFLAGS -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} | ||
-lSTEER -lCDB -lSTEERBase -lRAWDatarec -lRAWDatabase | ||
-L${ROOTLIBDIR} -lGeom ) | ||
endif(ALICE_TARGET STREQUAL win32gcc) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
set ( SRCS AliACORDEReconstructor.cxx AliACORDEQADataMakerRec.cxx AliACORDERecoParam.cxx) | ||
|
||
string(REPLACE ".cxx" ".h" HDRS "${SRCS}") | ||
|
||
set ( DHDR ACORDErecLinkDef.h) | ||
|
||
set ( EINCLUDE RAW) | ||
|
||
if(ALICE_TARGET STREQUAL "win32gcc") | ||
set ( PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lACORDEbase -lSTEERBase -lESD -lSTEER ) | ||
endif(ALICE_TARGET STREQUAL "win32gcc") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
list(APPEND SRCS AliACORDE.cxx AliACORDEv1.cxx AliACORDEhit.cxx | ||
AliACORDEDigitizer.cxx AliACORDETrigger.cxx | ||
AliACORDERawData.cxx AliACORDEQADataMakerSim.cxx | ||
AliACORDEv0.cxx) | ||
|
||
string(REPLACE ".cxx" ".h" HDRS "${SRCS}") | ||
|
||
set(DHDR ACORDEsimLinkDef.h) | ||
|
||
if(ALICE_TARGET STREQUAL "win32gcc") | ||
|
||
set(PACKSOFLAGS ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} | ||
-lACORDEbase -lSTEER -lCDB -lSTEERBase | ||
-lRAWDatabase | ||
-L${ROOTLIBDIR} -lVMC -lGeom ) | ||
|
||
endif(ALICE_TARGET STREQUAL "win32gcc") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
#--------------------------------------------------------------------------------# | ||
# Package File for aliroot # | ||
# Author : Johny Jose ([email protected]) # | ||
# Variables Defined : # | ||
# # | ||
# SRCS - C++ source files # | ||
# HDRS - C++ header files # | ||
# DHDR - ROOT Dictionary Linkdef header file # | ||
# CSRCS - C source files # | ||
# CHDRS - C header files # | ||
# EINCLUDE - Include directories # | ||
# EDEFINE - Compiler definitions # | ||
# ELIBS - Extra libraries to link # | ||
# ELIBSDIR - Extra library directories # | ||
# PACKFFLAGS - Fortran compiler flags for package # | ||
# PACKCXXFLAGS - C++ compiler flags for package # | ||
# PACKCFLAGS - C compiler flags for package # | ||
# PACKSOFLAGS - Shared library linking flags # | ||
# PACKLDFLAGS - Module linker flags # | ||
# PACKBLIBS - Libraries to link (Executables only) # | ||
# EXPORT - Header files to be exported # | ||
# CINTHDRS - Dictionary header files # | ||
# CINTAUTOLINK - Set automatic dictionary generation # | ||
# ARLIBS - Archive Libraries and objects for linking (Executables only) # | ||
# SHLIBS - Shared Libraries and objects for linking (Executables only) # | ||
#--------------------------------------------------------------------------------# | ||
|
||
set ( SRCS aliroot.cxx) | ||
set ( CSRCS fpu.c) | ||
|
||
set ( ELIBSDIR ) | ||
|
||
set ( ELIBS MUONevaluation MUONmapping MUONshuttle MUONgraphics MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw MUONtrigger MUONcore TPCbase TPCsim TPCrec TPCfast ITSbase ITSsim ITSrec PMDbase PMDsim PMDrec TRDbase TRDsim TRDrec FMDbase FMDsim FMDrec TOFbase TOFrec TOFsim PHOSUtils PHOSbase PHOSsim PHOSrec ACORDEbase ACORDEsim ACORDErec HMPIDbase HMPIDrec HMPIDsim ZDCbase ZDCsim ZDCrec VZERObase VZEROsim VZEROrec EMCALUtils EMCALbase EMCALsim EMCALrec BCM STRUCT T0base T0sim T0rec FASTSIM microcern HLTbase TRIGGERbase STEER STAT CDB AOD STEERBase ESD RAWDatasim RAWDatarec RAWDatabase) | ||
|
||
if(PYTHIA6) | ||
list(APPEND ELIBS EVGEN) | ||
endif(PYTHIA6) | ||
|
||
if( ALICE_TARGET STREQUAL "macosx") | ||
|
||
string(REGEX REPLACE "(microcern|lhapdf|herwig)" "" ELIBS "${ELIBS}") | ||
|
||
ALICE_Format(PACKLDFLAGS "-Wl,-u,_G__cpp_setupG__" "" "${LDFLAGS};${ELIBSCPP}") | ||
string ( REPLACE "%" "-Wl,-u,_G__cpp_setupG__%" PACKLDFLAGS "${LDFLAGS} ${ELIBSCPP}" ) | ||
|
||
set ( ELIBSDIR ${ELIBSDIR} ${FINK_ROOT}/lib) | ||
|
||
endif( ALICE_TARGET STREQUAL "macosx") | ||
|
||
set (ARPACKS FMDbase FMDsim FMDrec ACORDEbase ACORDEsim ACORDErec HMPIDbase HMPIDsim HMPIDrec ZDCbase ZDCsim ZDCrec VZERObase VZEROsim VZEROrec EMCALUtils EMCALbase EMCALsim EMCALrec T0base T0sim T0rec TOFbase TOFsim TOFrec TRDbase TRDsim TRDrec PMDbase PMDsim PMDrec MUONmapping MUONmapping MUONgeometry MUONbase MUONsim MUONrec MUONraw PHOSUtils PHOSbase PHOSsim PHOSrec HLTbase ITSbase ITSsim ITSrec STRUCT TPCbase TPCsim TPCrec TPCfast STEER CDB ESD STEERBase RAWDatabase RAWDatasim RAWDatarec MDC TRIGGERbase) | ||
|
||
set(GFILES) | ||
foreach (pkg ${ARPACKS}) | ||
# foreach(mod ${MODDIRS}) | ||
# string(REGEX MATCH "${mod}" DIR ${pkg}) | ||
# if(DIR) | ||
# list(APPEND GFILES "${CMAKE_BINARY_DIR}/${DIR}/CMakeFiles/${pkg}_a.dir/G__${pkg}.cxx.o" ) | ||
# set_source_files_properties("G${pkg}" PROPERTIES GENERATED TRUE ) | ||
# set_source_files_properties("G__${pkg}.cxx" PROPERTIES GENERATED TRUE) | ||
list(APPEND AFILES "${pkg}_a") | ||
|
||
# endif(DIR) | ||
# endforeach(mod) | ||
endforeach(pkg) | ||
set (ARLIBS ${AFILES}) | ||
list(APPEND SRCS ${GFILES}) | ||
set ( SHLIBS ${BINLIBDIRS} EVGEN -lEGPythia6 Pythia6 -lpythia6 AliPythia6 lhapdf THijing hijing THerwig herwig TPHIC FASTSIM microcern) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.