git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e17a3570470bfb5dd9349d493a20b1a576b46618
[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