]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTCalo.pkg
A little task for checking the c*tau of the strange particles
[u/mrichter/AliRoot.git] / HLT / libAliHLTCalo.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4
5 include $(MODDIR)/hlt.conf
6
7
8 ## header files of all classes
9 ## optionally, the link def file of the library is generated
10 ## automatically from those header files
11 CLASS_HDRS:= AliHLTCaloRawAnalyzerComponentv3.h \
12 AliHLTCaloUtilities.h \
13 AliHLTCaloMapper.h \
14 AliHLTCaloDefinitions.h \
15 AliHLTCaloSanityInspector.h \
16 AliHLTCaloSharedMemoryInterfacev2.h \
17 AliHLTCaloFourier.h \
18 AliHLTCaloConstantsHandler.h \
19 AliHLTCaloClusterizer.h \
20 AliHLTCaloClusterizerComponent.h \
21 AliHLTCaloDigitMaker.h \
22 AliHLTCaloClusterAnalyser.h \
23 AliHLTCaloRcuProcessor.h \
24 AliHLTCaloConstants.h \
25 AliHLTCaloProcessor.h \
26 AliHLTCaloGeometry.h
27
28 ## all source files of this module
29 ## all source files corresponding to the class headers
30 ## and eventually additional sources not considered in
31 ## the dictionary
32 MODULE_SRCS=    $(CLASS_HDRS:.h=.cxx)
33
34 ## all header files of this module
35 MODULE_HDRS:=   $(CLASS_HDRS) \
36                 AliHLTCaloConstant.h \
37                 AliHLTCaloDigitContainerDataStruct.h \
38                 AliHLTCaloRecPointDataStruct.h \
39                 AliHLTCaloRecPointContainerStruct.h \
40                 AliHLTCaloRecPointHeaderStruct.h 
41 ##              AliHLTCaloChannelDataStruct.h \
42 ##              AliHLTCaloChannelDataHeaderStruct.h 
43
44 ## the link def file for this module
45 ## generated automatically if empty
46 MODULE_DHDR:=
47
48 ## AliRoot include paths
49 EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO PHOS
50
51 ## LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec -lEMCALrec
52 LIBRARY_DEP  := -lHLTbase  -lEMCALrec   -lESD -lSTEER -lRAWDatarec 
53
54
55 ###############################################################################
56 #
57 # do not change anything below this line
58 #
59 include $(MODDIR)/hlt.conf
60
61 SRCS:=$(patsubst %,CALO/%,$(MODULE_SRCS))
62 CINTHDRS:=$(patsubst %,CALO/%,$(CLASS_HDRS))
63 HDRS:=$(patsubst %,CALO/%,$(MODULE_HDRS))
64 DHDR:=$(patsubst %,CALO/%,$(MODULE_DHDR))
65 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
66
67 EDEFINE      := ${HLTDEFS}
68 PACKCXXFLAGS := ${HLTCXXFLAGS}
69 PACKCFLAGS   := ${HLTCLFAGS}
70 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
71 PACKSOFLAGS  := $(HLTSOFLAGS)