]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/libEveHLT.pkg
From Cvetan: when opening an event from ESD get the first tree-entry so that run...
[u/mrichter/AliRoot.git] / EVE / libEveHLT.pkg
CommitLineData
d47c5aa4 1#-*- Mode: Makefile -*-
2#
707b281a 3ORGSRCS := $(wildcard EVE/EveHLT/*.cxx)
4SRCS := $(patsubst EVE/%, %, ${ORGSRCS})
5HDRS := $(SRCS:.cxx=.h)
6
7DHDR := EveHLT/LinkDef.h
8
9EINCLUDE := RAW ITS TPC TRD TOF T0 MUON MUON/mapping PMD HLT/BASE HLT/BASE/HOMER
d47c5aa4 10
11ifeq (win32gcc,$(ALICE_TARGET))
12PACKCXXFLAGS:= $(CXXFLAGS) -I/usr/X11R6/include
13ELIBSDIR:= /usr/X11R6/lib
14ELIBS:= GL
15PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
16 -lTPCbase -lHLTbase \
17 -L$(shell root-config --libdir) -lEve -lXMLParser -lGed -lGui
18endif