]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libAliHLTCalo.pkg
Modifying build files according to recent changes
[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                 AliHLTCaloDigitMaker.h \
21                 AliHLTCaloClusterAnalyser.h \
22                 AliHLTCaloRcuProcessor.h \
23                 AliHLTCaloConstants.h \
24                 AliHLTCaloProcessor.h
25
26 ## all source files of this module
27 ## all source files corresponding to the class headers
28 ## and eventually additional sources not considered in
29 ## the dictionary
30 MODULE_SRCS=    $(CLASS_HDRS:.h=.cxx)
31
32 ## all header files of this module
33 MODULE_HDRS:=   $(CLASS_HDRS) \
34                 AliHLTCaloConstant.h \
35                 AliHLTCaloDigitDataStruct.h \
36                 AliHLTCaloDigitContainerDataStruct.h \
37                 AliHLTCaloRecPointDataStruct.h \
38                 AliHLTCaloRecPointContainerStruct.h \
39                 AliHLTCaloRecPointHeaderStruct.h 
40 ##              AliHLTCaloChannelDataStruct.h \
41 ##              AliHLTCaloChannelDataHeaderStruct.h 
42
43 ## the link def file for this module
44 ## generated automatically if empty
45 MODULE_DHDR:=
46
47 ## AliRoot include paths
48 EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO PHOS
49
50 ## LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec -lEMCALrec
51 LIBRARY_DEP  := -lHLTbase  -lEMCALrec   -lESD -lSTEER -lRAWDatarec 
52
53
54 ###############################################################################
55 #
56 # do not change anything below this line
57 #
58 include $(MODDIR)/hlt.conf
59
60 SRCS:=$(patsubst %,CALO/%,$(MODULE_SRCS))
61 CINTHDRS:=$(patsubst %,CALO/%,$(CLASS_HDRS))
62 HDRS:=$(patsubst %,CALO/%,$(MODULE_HDRS))
63 DHDR:=$(patsubst %,CALO/%,$(MODULE_DHDR))
64 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
65
66 EDEFINE      := ${HLTDEFS}
67 PACKCXXFLAGS := ${HLTCXXFLAGS}
68 PACKCFLAGS   := ${HLTCLFAGS}
69 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
70 PACKSOFLAGS  := $(HLTSOFLAGS)