]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - EVE/binreve.pkg
Remove already deleted files that were recreated during merge.
[u/mrichter/AliRoot.git] / EVE / binreve.pkg
... / ...
CommitLineData
1SRCS := Reve/reve_main/reve_main.cxx
2CSRCS :=
3
4EINCLUDE :=
5ELIBSDIR :=
6ELIBS := Reve
7
8PACKBLIBS := $(ROOTCLIBS) -lTreePlayer -lGeomPainter -lGed \
9 -L$(shell root-config --libdir)/$(dir $(shell root-config --version)) -lFTGL -lRGL \
10 $(SYSLIBS)
11
12ifeq (macosx,$(ALICE_TARGET))
13
14# On Mac OS X gcc we need GL and GLU
15ELIBS+=GL GLU
16ELIBSDIR+=/usr/X11R6/lib/
17endif