]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/libEveHLT.pkg
Compilation warnings
[u/mrichter/AliRoot.git] / EVE / libEveHLT.pkg
1 #-*- Mode: Makefile -*-
2 #
3 ORGSRCS  := $(wildcard EVE/EveHLT/*.cxx)
4 SRCS     := $(patsubst EVE/%, %, ${ORGSRCS})
5 HDRS     := $(SRCS:.cxx=.h)
6
7 DHDR     := EveHLT/EveHLTLinkDef.h
8
9 EINCLUDE := RAW ITS TPC TRD TOF T0 MUON MUON/mapping PMD HLT/BASE HLT/BASE/HOMER
10
11 ifeq (win32gcc,$(ALICE_TARGET))
12 PACKCXXFLAGS:= $(CXXFLAGS) -I/usr/X11R6/include
13 ELIBSDIR:= /usr/X11R6/lib
14 ELIBS:= GL
15 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
16                          -lTPCbase -lHLTbase \
17                          -L$(shell root-config --libdir) -lEve -lXMLParser -lGed -lGui
18 endif