]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/binreve.pkg
Removing semaphore .done files.
[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 # On Mac OS X gcc we need GL
13 ELIBS+=GL
14 ELIBSDIR+=/usr/X11R6/lib/
15 endif