]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/binalieve.pkg
Move contents of EVE/Alieve to EVE/EveDet as most code will remain there.
[u/mrichter/AliRoot.git] / EVE / binalieve.pkg
index c8d70c9ce308e44d184e234314967ecc2728925a..a4779101406877cd7637fc83ab84fb5c2bfc8f83 100644 (file)
@@ -1,10 +1,10 @@
-SRCS  := Alieve/alieve_main/alieve_main.cxx
+SRCS  := alieve_main/alieve_main.cxx
 CSRCS :=
 
 EINCLUDE :=
 ELIBSDIR :=
-ELIBS    := Reve Alieve \
-  MUONgeometry MUONrec MUONsim MUONbase MUONraw MUONmapping \
+ELIBS    := EveDet \
+  MUONevaluation MUONgeometry MUONrec MUONsim MUONbase MUONtrigger MUONraw MUONcalib MUONmapping MUONcore \
   TPCbase TPCsim TPCrec TPCfast \
   ITSbase ITSsim ITSrec PMDbase PMDsim PMDrec TRDbase \
   TRDsim TRDrec TRDfast \
@@ -12,17 +12,15 @@ ELIBS    := Reve Alieve \
   ACORDEbase ACORDEsim ACORDErec \
   HMPIDbase HMPIDrec HMPIDsim \
   ZDCbase ZDCsim ZDCrec VZERObase VZEROsim VZEROrec \
-  EMCALbase EMCALsim EMCALrec EMCALjet \
-  STRUCT T0base T0sim T0rec EVGEN ESD CDB STEER \
+  EMCALbase EMCALsim EMCALrec EMCALjet BCM \
+  STRUCT T0base T0sim T0rec EVGEN STEERBase ESD AOD CDB STEER \
   pythia6 AliPythia6 lhapdf THijing \
   hijing TMEVSIM mevsim THbtp HBTP TEPEMGEN EPEMGEN \
   FASTSIM microcern \
   RAWDatabase RAWDatarec RAWDatasim \
-  AliHLTSrc AliHLTComp AliHLTMisc AliHLTMUON \
-  AliHLTHough AliHLTITS \
-# THerwig herwig TPHIC
+  HLTbase XMLParser
 
-PACKBLIBS := $(ROOTCLIBS) $(ROOTPLIBS) -lTreePlayer -lGeomPainter -lGed -lRGL $(SYSLIBS)
+PACKBLIBS := $(ROOTCLIBS) $(ROOTPLIBS) -lTreePlayer -lGeomPainter -lGed -lFTGL -lRGL -lEve $(SYSLIBS)
 
 
 ifeq (macosx,$(ALICE_TARGET))
@@ -38,8 +36,13 @@ ELIBSCPP:=$(filter-out HBTP,$(ELIBSCPP))
 ELIBSCPP:=$(filter-out herwig,$(ELIBSCPP))
 ELIBSCPP:=$(filter-out EPEMGEN,$(ELIBSCPP))
 PACKLDFLAGS:=$(LDFLAGS) $(ELIBSCPP:%=-Wl,-u,_G__cpp_setupG__%)
-# On Mac OS X gcc we need f2c
-ELIBS+=f2c
+ifeq (5,$(MACOSX_MINOR))
+# This is a bug in OS 10.5
+# see http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug
+PACKLDFLAGS+=-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+endif
+# On Mac OS X gcc we need f2c and GLU
+ELIBS+=f2c GLU
 ELIBSDIR+=$(FINK_ROOT)/lib
 
 endif