]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/binreve.pkg
Typo corrected.
[u/mrichter/AliRoot.git] / EVE / binreve.pkg
CommitLineData
5a5a1232 1SRCS := Reve/reve_main/reve_main.cxx
2CSRCS :=
3
4EINCLUDE :=
5ELIBSDIR :=
6ELIBS := Reve
7
8PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed -lRGL $(SYSLIBS)
fbeafca6 9
10ifeq (macosx,$(ALICE_TARGET))
11
490e31f1 12# On Mac OS X gcc we need GL and GLU
13ELIBS+=GL GLU
fbeafca6 14ELIBSDIR+=/usr/X11R6/lib/
15endif