]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/hlt.conf
Additional background suppression in the V0 finder (M.Ivanov)
[u/mrichter/AliRoot.git] / HLT / hlt.conf
CommitLineData
122163a6 1#-*- Mode: Makefile -*-
2# $Id$
3
88d57825 4HLTDEFS := -Duse_aliroot -Duse_root \
a3282264 5 -DROWHOUGHPARAMS -Duse_reconstruction\
eb86303b 6 -Duse_newio -DROOTVERSION=\"unchecked\" \
122163a6 7 -DALIROOTVERSION=\"unchecked\"
8
3cb5c013 9HLTCXXFLAGS := $(filter-out -ansi,$(filter-out -pedantic-errors, $(CXXFLAGS)))
10HLTCFLAGS := $(filter-out -ansi, $(filter-out -pedantic-errors, $(CFLAGS)))
11HLTDCXXFLAGS:= $(filter-out -pedantic-errors, $(CXXFLAGS))
6e61c746 12
13
14ifdef ALIHLT_MLUCDIR
15HLTDEFS += -Duse_logging
16EINCLUDE := $(ALIHLT_MLUCDIR)/include
17ELIBS := MLUC
18ELIBSDIR :=$(ALIHLT_MLUCDIR)/lib/tgt_$(ALICE_TARGET)
19endif