]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/CMakebinalihlteve.pkg
more cleanup and merge of kink code into flow track cuts
[u/mrichter/AliRoot.git] / EVE / CMakebinalihlteve.pkg
1 #--------------------------------------------------------------------------------#
2 # Package File for alihlteve                                                     #
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
28 set ( SRCS  alieve_main/alihlteve_main.cxx)
29 set ( CSRCS )
30
31 set ( EINCLUDE )
32 set ( ELIBSDIR )
33
34 set ( ELIBS  EveBase EveHLT EveDet HLTbase HLTrec AliHLTUtil AliHLTEve AliHLTTPC TPCcalib AliHLTRCU AliHLTMUON TPCsim TPCrec TPCbase ITSbase ITSsim ITSrec ITSUpgradeBase ITSUpgradeSim TRDbase TRDrec AliHLTTRD PHOSbase PHOSUtils EMCALbase EMCALraw EMCALUtils EMCALrec EMCALsim TRIGGERbase VZERObase VZEROrec VZEROsim TRIGGERbase MUONmapping MUONevaluation MUONsim MUONrec MUONgeometry MUONcalib MUONbase MUONraw MUONtrigger MUONcore STEER CDB AOD ESD STEERBase ANALYSISalice ANALYSIS FASTSIM microcern RAWDatasim RAWDatarec RAWDatabase XMLParser STAT TOFbase TOFsim FMDbase FMDsim FMDrec PMDbase T0base OADB)
35
36 set ( PACKBLIBS  ${ROOTCLIBS} ${ROOTPLIBS} -lTreePlayer -lGeomPainter -lGed -lRGL -lEve ${SYSLIBS} -lVc)
37
38 if( ALICE_TARGET STREQUAL "macosx")
39                         
40         set ( ELIBS ${ELIBS} GL)
41         set ( ELIBSDIR ${ELIBSDIR} /usr/X11R6/lib/)
42         
43   list(REMOVE_ITEM ELIBS microcern lhapdf herwig)
44
45   ALICE_Format(PACKLDFLAGS "-Wl,-u,_G__cpp_setupG__" "" ${LDFLAGS})
46
47   if( MACOSX_MINOR STREQUAL "5")
48                                                 
49                 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")
50
51 endif( MACOSX_MINOR STREQUAL "5")
52         
53   set ( ELIBS ${ELIBS} GLU)
54         set ( ELIBSDIR ${ELIBSDIR} ${FINK_ROOT}/lib)
55
56 endif( ALICE_TARGET STREQUAL "macosx")
57 #
58 # Local Variables:
59 #  mode: CMake
60 # End: