]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/hlt.conf
- complete revision and clean-up of the AliHLTReconstructor after recent changes
[u/mrichter/AliRoot.git] / HLT / hlt.conf
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 HLTDEFS     := -Duse_aliroot -Duse_root \
5                -DROWHOUGHPARAMS -Duse_reconstruction\
6                -Duse_newio -DROOTVERSION=\"unchecked\" \
7                -DALIROOTVERSION=\"unchecked\" \
8                -D__ROOT__ -DUSE_ALILOG -DLINUX
9
10 HLTCXXFLAGS := $(filter-out -ansi,$(filter-out -pedantic-errors, $(CXXFLAGS)))
11 HLTCFLAGS   := $(filter-out -ansi, $(filter-out -pedantic-errors, $(CFLAGS)))
12 HLTDCXXFLAGS:= $(filter-out -pedantic-errors, $(CXXFLAGS))
13
14 ifdef ALIDEBUG
15 HLTDEFS += -DDEBUG
16 else
17 HLTDEFS += -DNDEBUG
18 endif
19
20 ifdef ALIHLT_MLUCDIR
21 HLTDEFS  += -Duse_logging
22 EINCLUDE := $(ALIHLT_MLUCDIR)/include
23 ELIBS    := MLUC
24 ELIBSDIR :=$(ALIHLT_MLUCDIR)/lib/tgt_$(ALICE_TARGET)
25 endif