]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/hlt.conf
updated instructions
[u/mrichter/AliRoot.git] / HLT / hlt.conf
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 TMPMAJOR = $.`cat HLT/MUON/src/Version/major.number`
5 TMPMINOR = $.`cat HLT/MUON/src/Version/minor.number`
6
7 HLTDEFS     := -Duse_aliroot -Duse_root \
8                -DROWHOUGHPARAMS -Duse_reconstruction\
9                -Duse_newio -DROOTVERSION=\"unchecked\" \
10                -DALIROOTVERSION=\"unchecked\" \
11                -D__ROOT__ -DUSE_ALILOG -DLINUX \
12                -DMAJOR_VERSION=$(TMPMAJOR) \
13                -DMINOR_VERSION=$(TMPMINOR) \
14                -DBUILD_NUMBER=0
15
16
17 HLTCXXFLAGS := $(filter-out -ansi,$(filter-out -pedantic-errors, $(CXXFLAGS)))
18 HLTCFLAGS   := $(filter-out -ansi, $(filter-out -pedantic-errors, $(CFLAGS)))
19 HLTDCXXFLAGS:= $(filter-out -pedantic-errors, $(CXXFLAGS))
20
21
22 ifdef ALIHLT_MLUCDIR
23 HLTDEFS  += -Duse_logging
24 EINCLUDE := $(ALIHLT_MLUCDIR)/include
25 ELIBS    := MLUC
26 ELIBSDIR :=$(ALIHLT_MLUCDIR)/lib/tgt_$(ALICE_TARGET)
27 endif