]> 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 4ff0121847db769914973c4448a1f3a0359c55f1..a4779101406877cd7637fc83ab84fb5c2bfc8f83 100644 (file)
@@ -1,9 +1,9 @@
-SRCS  := Alieve/alieve_main/alieve_main.cxx
+SRCS  := alieve_main/alieve_main.cxx
 CSRCS :=
 
 EINCLUDE :=
 ELIBSDIR :=
-ELIBS    := Reve Alieve \
+ELIBS    := EveDet \
   MUONevaluation MUONgeometry MUONrec MUONsim MUONbase MUONtrigger MUONraw MUONcalib MUONmapping MUONcore \
   TPCbase TPCsim TPCrec TPCfast \
   ITSbase ITSsim ITSrec PMDbase PMDsim PMDrec TRDbase \
@@ -20,7 +20,7 @@ ELIBS    := Reve Alieve \
   RAWDatabase RAWDatarec RAWDatasim \
   HLTbase XMLParser
 
-PACKBLIBS := $(ROOTCLIBS) $(ROOTPLIBS) -lTreePlayer -lGeomPainter -lGed -lFTGL -lRGL $(SYSLIBS)
+PACKBLIBS := $(ROOTCLIBS) $(ROOTPLIBS) -lTreePlayer -lGeomPainter -lGed -lFTGL -lRGL -lEve $(SYSLIBS)
 
 
 ifeq (macosx,$(ALICE_TARGET))
@@ -36,6 +36,11 @@ ELIBSCPP:=$(filter-out HBTP,$(ELIBSCPP))
 ELIBSCPP:=$(filter-out herwig,$(ELIBSCPP))
 ELIBSCPP:=$(filter-out EPEMGEN,$(ELIBSCPP))
 PACKLDFLAGS:=$(LDFLAGS) $(ELIBSCPP:%=-Wl,-u,_G__cpp_setupG__%)
+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