]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/binreve.pkg
Put all the naming conventions into AlIQA
[u/mrichter/AliRoot.git] / EVE / binreve.pkg
index aeb53a9a308d86c19809ba5097ab18ff9e95295d..41637f5fc479703335ff5a67b27009444615ae6e 100644 (file)
@@ -5,4 +5,13 @@ EINCLUDE :=
 ELIBSDIR :=
 ELIBS    := Reve
 
-PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed -lRGL $(SYSLIBS)
+PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed \
+            -L$(shell root-config --libdir)/$(dir $(shell root-config --version)) -lFTGL -lRGL \
+            $(SYSLIBS)
+
+ifeq (macosx,$(ALICE_TARGET))
+
+# On Mac OS X gcc we need GL and GLU
+ELIBS+=GL GLU
+ELIBSDIR+=/usr/X11R6/lib/
+endif