]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTITS.pkg
added new function to extract DDL id from HLT origin and specification, code cleanup
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTITS.pkg
index 9ec33d50785fda83f321af272790fb78c00d553f..6446cdc6d85e4ec8cc94588060ff9fc37a0bcc27 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: CMakelibAliHLTITS.pkg 46803 2011-01-28 22:12:12Z richterm $
+# $Id$
 #--------------------------------------------------------------------------------#
 # Package File for AliHLTITS                                                     #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( CLASS_HDRS       AliHLTITStrack.h AliHLTITStracker.h AliHLTITSVertexerZ.h AliHLTITSclusterer.h AliHLTITSAgent.h AliHLTITSClusterFinderComponent.h AliHLTITSClusterHistoComponent.h AliHLTITSCompressRawDataSDDComponent.h AliHLTITSSSDQARecPointsComponent.h AliHLTITSQAComponent.h AliHLTITSDigitPublisherComponent.h tracking/AliITStrackerHLT.h tracking/AliHLTITSTrackerComponent.h tracking/AliHLTITSDetector.h tracking/AliHLTITSLayer.h tracking/AliHLTITSTrack.h clusterfinders/AliHLTITSClusterFinderSPD.h clusterfinders/AliHLTITSClusterFinderSSD.h AliHLTITSVertexerSPDComponent.h)
+set ( CLASS_HDRS
+    AliHLTITStrack.h
+    AliHLTITStracker.h
+    AliHLTITSVertexerZ.h
+    AliHLTITSclusterer.h
+    AliHLTITSAgent.h
+    AliHLTITSClusterFinderComponent.h
+    AliHLTITSClusterHistoComponent.h
+    AliHLTITSCompressRawDataSDDComponent.h
+    AliHLTITSSSDQARecPointsComponent.h
+    AliHLTITSQAComponent.h
+    AliHLTITSDigitPublisherComponent.h
+    tracking/AliITStrackerHLT.h
+    tracking/AliHLTITSTrackerComponent.h
+    tracking/AliHLTITSDetector.h
+    tracking/AliHLTITSLayer.h
+    tracking/AliHLTITSTrack.h
+    clusterfinders/AliHLTITSClusterFinderSPD.h
+    clusterfinders/AliHLTITSClusterFinderSSD.h
+    AliHLTITSVertexerSPDComponent.h
+    )
 
 string ( REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}" )
 
@@ -36,7 +56,9 @@ set ( MODULE_DHDR )
 
 set ( EINCLUDE  HLT/BASE HLT/BASE/util HLT/ITS HLT/TPCLib HLT/ITS/tracking HLT/ITS/clusterfinders ITS STEER RAW)
 
-set ( LIBRARY_DEP  -lHLTbase -lAliHLTUtil -lRAWDatarec -lRAWDatabase -lITSrec -lITSbase -lESD -lSTEER -lSTEERBase -L${ROOTLIBDIR} -lEG)
+set ( ELIBS  "HLTbase AliHLTUtil RAWDatarec RAWDatabase ITSrec ITSbase ESD STEER STEERBase -lEG")
+
+set ( ELIBSDIR "${ROOTLIBDIR}" )
 
 include ("CMakehlt.conf")