]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/binreve.pkg
Updated validity period for default Temperature entry
[u/mrichter/AliRoot.git] / EVE / binreve.pkg
CommitLineData
5a5a1232 1SRCS := Reve/reve_main/reve_main.cxx
2CSRCS :=
3
4EINCLUDE :=
5ELIBSDIR :=
6ELIBS := Reve
7
984e4923 8PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed \
92b03b27 9 -L$(shell root-config --libdir)/$(dir $(shell root-config --version)) -lFTGL -lRGL \
517fb75e 10 $(SYSLIBS)
fbeafca6 11
12ifeq (macosx,$(ALICE_TARGET))
13
490e31f1 14# On Mac OS X gcc we need GL and GLU
15ELIBS+=GL GLU
fbeafca6 16ELIBSDIR+=/usr/X11R6/lib/
17endif