]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTTRD.pkg
adding new TRD trigger monitoring components (Stefan Kirsch, Felix Rettig)
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTTRD.pkg
index 7a8fa0255ce8db6bf07e6281f1690382b2918fce..d073e956cb30a518ad535042970fdb75fdbd4988 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: CMakelibAliHLTTRD.pkg 46803 2011-01-28 22:12:12Z richterm $
+# -*- mode: cmake -*-
+# $Id$
 #--------------------------------------------------------------------------------#
 # Package File for AliHLTTRD                                                     #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( CLASS_HDRS  AliHLTTRDClusterizerComponent.h AliHLTTRDDefinitions.h AliHLTTRDTrackerV1Component.h AliHLTTRDClusterizer.h AliHLTTRDEsdWriterComponent.h AliHLTTRDCalibrationComponent.h AliHLTTRDCalibFitComponent.h AliHLTTRDCalibHistoComponent.h AliHLTTRDCluster.h AliHLTTRDTracklet.h AliHLTTRDTrack.h AliHLTTRDAgent.h AliHLTTRDUtils.h AliHLTTRDOfflineClusterizerComponent.h AliHLTTRDOfflineTrackerV1Component.h AliHLTTRDClusterHistoComponent.h AliHLTTRDTrackHistoComponent.h AliHLTTRDHistoMergerComponent.h)
+set ( CLASS_HDRS
+    AliHLTTRDClusterizerComponent.h
+    AliHLTTRDDefinitions.h
+    AliHLTTRDTrackerV1Component.h
+    AliHLTTRDClusterizer.h
+    AliHLTTRDEsdWriterComponent.h
+    AliHLTTRDCalibrationComponent.h
+    AliHLTTRDCalibFitComponent.h
+    AliHLTTRDCalibHistoComponent.h
+    AliHLTTRDCluster.h
+    AliHLTTRDTracklet.h
+    AliHLTTRDTrack.h
+    AliHLTTRDAgent.h
+    AliHLTTRDUtils.h
+    AliHLTTRDOfflineClusterizerComponent.h
+    AliHLTTRDOfflineTrackerV1Component.h
+    AliHLTTRDClusterHistoComponent.h
+    AliHLTTRDTrackHistoComponent.h
+    AliHLTTRDHistoMergerComponent.h
+    AliHLTTRDMonitorComponent.h
+    AliHLTTRDGlobalMonitorComponent.h
+    )
 
 string (REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}")
 
@@ -34,9 +56,11 @@ set ( MODULE_HDRS  AliHLTTRDTrackletWordArray.h ${CLASS_HDRS})
 
 set ( MODULE_DHDR )
 
-set ( EINCLUDE  HLT/BASE HLT/BASE/util HLT/TRD TRD TRD/Cal STEER RAW STAT)
+set ( EINCLUDE  HLT/BASE HLT/BASE/util HLT/TRD TRD TRD/Cal RAW STAT STEER/STEER STEER/ESD STEER/STEERBase)
 
-set ( LIBRARY_DEP  -lHLTbase -lAliHLTUtil -lESD -lCDB -lTRDrec -lTRDbase -lSTEER -lSTEERBase -lRAWDatarec)
+set ( ELIBS  "HLTbase AliHLTUtil -lMLP -lXMLParser ESD CDB TRDrec TRDbase STEER STEERBase RAWDatarec STAT")
+
+set ( ELIBSDIR  "${ROOTLIBDIR}")
 
 include ("CMakehlt.conf")