]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/binreve.pkg
Fix effc++ warnings, add include needed with root-head.
[u/mrichter/AliRoot.git] / EVE / binreve.pkg
1 SRCS  := Reve/reve_main/reve_main.cxx
2 CSRCS :=
3
4 EINCLUDE :=
5 ELIBSDIR :=
6 ELIBS    := Reve
7
8 PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed \
9              -L$(shell root-config --libdir)/$(dir $(shell root-config --version)) -lRGL \
10              $(SYSLIBS)
11
12 ifeq (macosx,$(ALICE_TARGET))
13
14 # On Mac OS X gcc we need GL and GLU
15 ELIBS+=GL GLU
16 ELIBSDIR+=/usr/X11R6/lib/
17 endif