]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added new files to build system
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Oct 2009 18:22:22 +0000 (18:22 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Oct 2009 18:22:22 +0000 (18:22 +0000)
HLT/libAliHLTCalo.pkg
HLT/libAliHLTEMCAL.pkg

index be95ed53535fdebb61c80fe1c3fbf22603bd1dda..c1c54f22a8018cb098450ec9ced900c3996a9040 100644 (file)
@@ -1,10 +1,24 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
+include $(MODDIR)/hlt.conf
+
 ## header files of all classes
 ## optionally, the link def file of the library is generated
 ## automatically from those header files
-CLASS_HDRS:=   
+CLASS_HDRS:= AliHLTCaloProcessor.h \
+AliHLTCaloRawAnalyzerChiSquareFit.h \
+AliHLTCaloRawAnalyzerComponentv3.h \
+AliHLTCaloRawAnalyzerCrudeComponent.h \
+AliHLTCaloRawAnalyzerCrude.h \
+AliHLTCaloRawAnalyzer.h \
+AliHLTCaloRawAnalyzerPeakFinderComponent.h \
+AliHLTCaloRawAnalyzerPeakFinder.h \
+AliHLTCaloRcuProcessor.h \
+AliHLTCaloUtilities.h \
+AliHLTCaloMapper.h \
+AliHLTCaloDefinitions.h \
+AliHLTCaloSanityInspector.h
 
 ## all source files of this module
 ## all source files corresponding to the class headers
@@ -13,16 +27,18 @@ CLASS_HDRS:=
 MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
 
 ## all header files of this module
-MODULE_HDRS:=  $(CLASS_HDRS)
+MODULE_HDRS:=  $(CLASS_HDRS)                           \
+               AliHLTCaloConstants.h
+
 
 ## the link def file for this module
 ## generated automatically if empty
-MODULE_DHDR:=  
+MODULE_DHDR:=  AliHLTCaloLinkDef.h
 
 ## AliRoot include paths
-EINCLUDE := HLT/BASE RAW PHOS EMCAL STEER   
+EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO
 
-LIBRARY_DEP  := -lHLTbase -lRAWDatarec
+LIBRARY_DEP  := -lHLTbase -lCALObase -CALOshuttle -lESD -lSTEER -lRAWDatarec
 
 ###############################################################################
 #
@@ -30,8 +46,6 @@ LIBRARY_DEP  := -lHLTbase -lRAWDatarec
 #
 include $(MODDIR)/hlt.conf
 
-CLASS_HDRS:=AliHLTCALODecoderWrapper.h
-
 SRCS:=$(patsubst %,CALO/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,CALO/%,$(CLASS_HDRS))
 HDRS:=$(patsubst %,CALO/%,$(MODULE_HDRS))
index 8f2e54d5075156a9e308acfa2dbd2815971a8fc9..e052743945d03e556f99d69256413399d2b6cc1f 100644 (file)
@@ -4,11 +4,10 @@
 # class header files, the link definition for the root dictionary
 # will be created from the names of the header files
 CLASS_HDRS:= \
-        AliHLTEMCALClusterizerComponent.h \
         AliHLTEMCALDefinitions.h \
-        AliHLTEMCALTrackerComponent.h \
-       AliHLTEMCALCalibrationComponent.h \
-       AliHLTEMCALUtils.h
+       AliHLTEMCALRawAnalyzerComponent.h \
+       AliHLTEMCALMapper.h \
+       AliHLTEMCALRawAnalyzerCrudeComponent.h
 
 # library sources
 MODULE_SRCS= \
@@ -31,9 +30,9 @@ MODULE_HDRS:=         $(CLASS_HDRS)
 # enable automatic generation. 
 MODULE_DHDR:=
 
-EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD EMCAL TPC TRD STEER RAW
+EINCLUDE := HLT/BASE HLT/BASE/util HLT/EMCAL HLT/TPC HLT/TRD HLT/CALO EMCAL TPC TRD STEER RAW
 
-LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lESD -lCDB \
+LIBRARY_DEP := -lHLTbase -lAliHLTUtil -lAliHLTCalo -lESD -lCDB  \
               -lEMCALrec -lEMCALsim -lEMCALbase -lEMCALUtils \
                -lTPCrec -lTPCbase -lTRDrec -lTRDbase \
                -lSTEER -lSTEERBase -lRAWDatarec