]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/libHLTbase.pkg
Correcting the handling of TObject in constructors and assignment operators.
[u/mrichter/AliRoot.git] / HLT / libHLTbase.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 include $(MODDIR)/hlt.conf
5
6 CLASS_HDRS:=    AliHLTComponent.h \
7                 AliHLTComponentHandler.h \
8                 AliHLTSystem.h \
9                 AliHLTReconstructorBase.h \
10                 AliHLTProcessor.h \
11                 AliHLTCalibrationProcessor.h \
12                 AliHLTConfiguration.h \
13                 AliHLTConfigurationHandler.h \
14                 AliHLTTask.h \
15                 AliHLTDumpTask.h \
16                 AliHLTControlTask.h \
17                 AliHLTLogging.h \
18                 AliHLTDataBuffer.h \
19                 AliHLTConsumerDescriptor.h \
20                 AliHLTDataSource.h \
21                 AliHLTDataSink.h \
22                 AliHLTOfflineInterface.h \
23                 AliHLTOfflineDataSource.h \
24                 AliHLTOfflineDataSink.h \
25                 AliHLTModuleAgent.h \
26                 AliHLTModulePreprocessor.h \
27                 AliHLTShuttleInterface.h \
28                 AliHLTHOMERLibManager.h \
29                 AliHLTHOMERBlockDesc.h \
30                 AliHLTHOMERSourceDesc.h \
31                 AliHLTEsdManager.h \
32                 AliHLTDAQ.h \
33                 AliHLTOUT.h \
34                 AliHLTOUTHomerBuffer.h \
35                 AliHLTOUTTask.h \
36                 AliHLTOUTHandler.h \
37                 AliHLTOUTHandlerEquId.h \
38                 AliHLTOUTHandlerDetectorDDL.h \
39                 AliHLTOUTHandlerChain.h \
40                 AliHLTMemoryFile.h \
41                 AliHLTMessage.h \
42                 AliHLTEventStatistics.h \
43                 AliHLTRunStatistics.h
44
45
46
47 MODULE_SRCS=    AliHLT_C_Component_WrapperInterface.cxx \
48                 AliHLTDataTypes.cxx \
49                 $(CLASS_HDRS:.h=.cxx)
50
51 MODULE_HDRS:=   $(CLASS_HDRS) \
52                 AliHLTDataTypes.h \
53                 AliHLTExternalTrackParam.h \
54                 AliHLTCommonCDBEntries.h \
55                 AliHLTMisc.h \
56                 AliHLT_C_Component_WrapperInterface.h \
57                 AliHLTDefinitions.h \
58                 AliHLTStdIncludes.h
59
60 MODULE_DHDR:=
61
62 SRCS:=$(patsubst %,BASE/%,$(MODULE_SRCS))
63 CINTHDRS:=$(patsubst %,BASE/%,$(CLASS_HDRS))
64 HDRS:=$(patsubst %,BASE/%,$(MODULE_HDRS))
65 DHDR:=$(patsubst %,BASE/%,$(MODULE_DHDR))
66 CINTAUTOLINK:= $(shell test "x$(MODULE_DHDR)" = "x" && echo 1)
67
68 EDEFINE      := ${HLTDEFS}
69 PACKCXXFLAGS := ${HLTCXXFLAGS}
70 PACKCFLAGS   := ${HLTCLFAGS}
71 PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
72
73 # the libHLTbase depends on the abstract interface of the monitoring reader
74 # and needs include patch HLT/BASE/HOMER because of that. There is no library
75 # dependency. Objects are intantianted dynamically.
76 EINCLUDE := HLT/BASE HLT/BASE/HOMER