]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/libHLTpendolino.pkg
Fixing CONSTANT_EXPRESSION_RESULT Coverity defect
[u/mrichter/AliRoot.git] / HLT / libHLTpendolino.pkg
CommitLineData
1fb30fb2 1#-*- Mode: Makefile -*-
2# $Id$
3
43b37511 4CLASS_HDRS:= AliHLTPendolino.h \
ea6b7ed6 5 AliHLTPendolinoListReader.h \
43b37511 6 PredictionProcessor/AliHLTPredictionProcessorInterface.h \
7 PredictionProcessor/AliHLTPendolinoLoggerOStream.h \
8 PredictionProcessor/AliHLTPredictionProcessorDummy.h \
9 PredictionProcessor/AliHLTPendolinoLogger.h \
10 PredictionProcessor/AliHLTPendolinoLoggerDump.h \
11 PredictionProcessor/HLT/AliHLTPredicProcTempMonitor.h \
12 PredictionProcessor/HLT/AliHLTPredictionProcessorHLT.h \
d1662f64 13 PredictionProcessor/GRP/AliHLTPredictionProcessorGRP.h \
43b37511 14 PredictionProcessor/MUON/AliHLTPredictionProcessorMCH.h \
15 PredictionProcessor/MUON/AliHLTPredictionProcessorMTR.h \
16 PredictionProcessor/TPC/AliHLTDCSArray.h \
17 PredictionProcessor/TPC/AliHLTPredictionProcessorTPC.h
1fb30fb2 18
19MODULE_SRCS:= $(CLASS_HDRS:.h=.cxx)
20
d9551545 21MODULE_HDRS:= $(CLASS_HDRS)
1fb30fb2 22
23MODULE_DHDR:=
24
43b37511 25EINCLUDE := HLT/pendolino \
43b37511 26 HLT/pendolino/PredictionProcessor \
7f40fabf 27 HLT/pendolino/PredictionProcessor/GRP \
43b37511 28 HLT/pendolino/PredictionProcessor/HLT \
29 HLT/pendolino/PredictionProcessor/MUON \
30 HLT/pendolino/PredictionProcessor/TPC \
31 HLT/BASE \
32 STEER \
33 TPC \
34 MUON
1fb30fb2 35
1afb9906 36LIBRARY_DEP := -lHLTbase -lCDB
1fb30fb2 37
38include $(MODDIR)/hlt.conf
39
96c0c856 40LIBHLTPENDOLINO_VERSION := 0
41
1fb30fb2 42SRCS:=$(patsubst %,pendolino/%,$(MODULE_SRCS))
43CINTHDRS:=$(patsubst %,pendolino/%,$(CLASS_HDRS))
44HDRS:=$(patsubst %,pendolino/%,$(MODULE_HDRS))
45DHDR:=$(patsubst %,pendolino/%,$(MODULE_DHDR))
46CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
47
48EDEFINE := ${HLTDEFS}
96c0c856 49PACKCXXFLAGS := ${HLTCXXFLAGS} -DLIBHLTPENDELINO_VERSION=$(LIBHLTPENDOLINO_VERSION)
1fb30fb2 50PACKCFLAGS := ${HLTCLFAGS}
51PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
52PACKSOFLAGS := $(HLTSOFLAGS)