]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding / removing files to the build system
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jan 2010 00:27:00 +0000 (00:27 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jan 2010 00:27:00 +0000 (00:27 +0000)
HLT/libAliHLTCalo.pkg

index 6c3bde3bb98503bd13df27d56e1010357a0f7987..05f6071df9b9393407a5d07ce29f12616cd652fb 100644 (file)
@@ -8,26 +8,27 @@ 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:= AliHLTCaloRawAnalyzerChiSquareFit.h \
-AliHLTCaloRawAnalyzerComponentv3.h \
-AliHLTCaloRawAnalyzerCrudeComponent.h \
-AliHLTCaloRawAnalyzerCrude.h \
-AliHLTCaloRawAnalyzer.h \
-AliHLTCaloRawAnalyzerPeakFinderComponent.h \
-AliHLTCaloRawAnalyzerPeakFinder.h \
-AliHLTCaloUtilities.h \
-AliHLTCaloMapper.h \
-AliHLTCaloDefinitions.h \
-AliHLTCaloSanityInspector.h \
-AliHLTCaloSharedMemoryInterfacev2.h \
-AliHLTCaloFourier.h \
-AliHLTCaloConstantsHandler.h \
-AliHLTCaloClusterizer.h \
-AliHLTCaloDigitMaker.h \
-AliHLTCaloClusterAnalyser.h \
-AliHLTCaloRcuProcessor.h \
-AliHLTCaloConstants.h \
-AliHLTCaloProcessor.h 
+CLASS_HDRS:=   AliHLTCaloRawAnalyzerComponentv3.h \
+               AliHLTCaloUtilities.h \
+               AliHLTCaloMapper.h \
+               AliHLTCaloDefinitions.h \
+               AliHLTCaloSanityInspector.h \
+               AliHLTCaloSharedMemoryInterfacev2.h \
+               AliHLTCaloFourier.h \
+               AliHLTCaloConstantsHandler.h \
+               AliHLTCaloClusterizer.h \
+               AliHLTCaloDigitMaker.h \
+               AliHLTCaloClusterAnalyser.h \
+               AliHLTCaloRcuProcessor.h \
+               AliHLTCaloConstants.h \
+               AliHLTCaloProcessor.h \
+               AliCaloBunchInfo.h \
+               AliCaloFitResults.h \
+               AliCaloRawAnalyzer.h \
+               AliCaloRawAnalyzerCrude.h \
+               AliCaloRawAnalyzerPeakFinder.h \
+               AliCaloRawAnalyzerLMS.h
+
 
 ## all source files of this module
 ## all source files corresponding to the class headers
@@ -53,7 +54,9 @@ MODULE_DHDR:=
 ## AliRoot include paths
 EINCLUDE := HLT/BASE HLT/BASE/util STEER RAW HLT/PHOS EMCAL CALO PHOS
 
-LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec
+## LIBRARY_DEP  := -lHLTbase -lCalo -CALOshuttle -lESD -lSTEER -lRAWDatarec -lEMCALrec
+LIBRARY_DEP  := -lHLTbase  -lEMCALrec   -lESD -lSTEER -lRAWDatarec 
+
 
 ###############################################################################
 #