]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/binreve.pkg
1118c15c2e732b133105c076d4a2f4a7e328e5e4
[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 -lRGL $(SYSLIBS)
9
10 ifeq (macosx,$(ALICE_TARGET))
11
12 PACKLDFLAGS:=$(LDFLAGS) $(ELIBSCPP:%=-Wl,-u,_G__cpp_setupG__%)
13 # On Mac OS X gcc we need GL
14 ELIBS+=GL
15 ELIBSDIR+=/usr/X11R6/lib/
16 endif