]>
Commit | Line | Data |
---|---|---|
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 | ||
9 | HLTCXXFLAGS := $(filter-out -ansi,$(filter-out -pedantic-errors, $(filter-out -Werror,$(CXXFLAGS)))) | |
10 | HLTCFLAGS := $(filter-out -ansi, $(filter-out -pedantic-errors, $(filter-out -Werror,$(CFLAGS)))) | |
11 | HLTDCXXFLAGS:= $(filter-out -pedantic-errors, $(filter-out -Werror,$(CXXFLAGS))) | |
12 | ||
13 | ||
14 | ifdef ALIHLT_MLUCDIR | |
15 | HLTDEFS += -Duse_logging | |
16 | EINCLUDE := $(ALIHLT_MLUCDIR)/include | |
17 | ELIBS := MLUC | |
18 | ELIBSDIR :=$(ALIHLT_MLUCDIR)/lib/tgt_$(ALICE_TARGET) | |
19 | endif |