]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/CMakebinalieve.pkg
update for PWG1-EVE matching
[u/mrichter/AliRoot.git] / EVE / CMakebinalieve.pkg
CommitLineData
6db31708 1#--------------------------------------------------------------------------------#
2# Package File for alieve #
3# Author : Johny Jose (johny.jose@cern.ch) #
4# Variables Defined : #
5# #
6# SRCS - C++ source files #
7# HDRS - C++ header files #
8# DHDR - ROOT Dictionary Linkdef header file #
9# CSRCS - C source files #
10# CHDRS - C header files #
11# EINCLUDE - Include directories #
12# EDEFINE - Compiler definitions #
13# ELIBS - Extra libraries to link #
14# ELIBSDIR - Extra library directories #
15# PACKFFLAGS - Fortran compiler flags for package #
16# PACKCXXFLAGS - C++ compiler flags for package #
17# PACKCFLAGS - C compiler flags for package #
18# PACKSOFLAGS - Shared library linking flags #
19# PACKLDFLAGS - Module linker flags #
20# PACKBLIBS - Libraries to link (Executables only) #
21# EXPORT - Header files to be exported #
22# CINTHDRS - Dictionary header files #
23# CINTAUTOLINK - Set automatic dictionary generation #
24# ARLIBS - Archive Libraries and objects for linking (Executables only) #
25# SHLIBS - Shared Libraries and objects for linking (Executables only) #
26#--------------------------------------------------------------------------------#
27
28set ( SRCS alieve_main/alieve_main.cxx)
29set ( CSRCS )
30
31set ( EINCLUDE )
32set ( ELIBSDIR )
33
84d53286 34set ( ELIBS EveBase EveDet MONITOR MUONmapping MUONevaluation MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw MUONtrigger MUONcore TPCfast TPCsim TPCrec TPCbase 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 EMCALraw BCM STRUCT T0base T0sim T0rec STEER CDB AOD ESD STEERBase ANALYSISalice ANALYSIS THijing hijing THbtp TEPEMGEN FASTSIM microcern RAWDatasim RAWDatarec RAWDatabase HLTbase XMLParser STAT OADB)
6db31708 35
36if(PYTHIA6)
37 list (APPEND ELIBS EVGEN)
38endif(PYTHIA6)
39set ( PACKBLIBS ${ROOTCLIBS} ${ROOTPLIBS} -lTreePlayer -lGeomPainter -lGed -lRGL -lEve ${SYSLIBS})
40
41
42if( ALICE_TARGET STREQUAL "macosx")
43
44 set ( ELIBS ${ELIBS} GL)
45 set ( ELIBSDIR ${ELIBSDIR} /usr/X11R6/lib/)
46
47 set ( ELIBSCPP ${ELIBS})
48 list(REMOVE_ITEM ELIBSCPP microcern lhapdf herwig)
49
50 ALICE_Format(PACKLDFLAGS "-Wl,-u,_G__cpp_setupG__" "" ${LDFLAGS})
51
52 if( MACOSX_MINOR STREQUAL "5")
53
54 set ( PACKLDFLAGS "${PACKLDFLAGS} -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib")
55
56 endif( MACOSX_MINOR STREQUAL "5")
57
58 set ( ELIBS ${ELIBS} GLU)
59 set ( ELIBSDIR ${ELIBSDIR} ${FINK_ROOT}/lib)
60
61endif( ALICE_TARGET STREQUAL "macosx")