]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/binreve.pkg
Added conveniance target all-EVE.
[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
12PACKLDFLAGS:=$(LDFLAGS) $(ELIBSCPP:%=-Wl,-u,_G__cpp_setupG__%)
13# On Mac OS X gcc we need GL
14ELIBS+=GL
15ELIBSDIR+=/usr/X11R6/lib/
16endif