]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CMakelibAliHLTTRD.pkg
reverting r46803, not yet the correct way to set dependencies between AliRoot packages
[u/mrichter/AliRoot.git] / HLT / CMakelibAliHLTTRD.pkg
index 6629ba5cdf650a5163d68baa0d25a8511b3f3e10..7a8fa0255ce8db6bf07e6281f1690382b2918fce 100644 (file)
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: CMakelibAliHLTTRD.pkg 46803 2011-01-28 22:12:12Z richterm $
 #--------------------------------------------------------------------------------#
 # 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)
 
 string (REPLACE ".h" ".cxx" MODULE_SRCS "${CLASS_HDRS}")
 
@@ -55,8 +36,7 @@ set ( MODULE_DHDR )
 
 set ( EINCLUDE  HLT/BASE HLT/BASE/util HLT/TRD TRD TRD/Cal STEER RAW STAT)
 
-set ( ELIBS  "-lHLTbase -lAliHLTUtil -lMLP -lXMLParser -lESD -lCDB -lTRDrec -lTRDbase -lSTEER -lSTEERBase -lRAWDatarec -lSTAT")
-set ( ELIBSDIR  "${ROOTLIBDIR}")
+set ( LIBRARY_DEP  -lHLTbase -lAliHLTUtil -lESD -lCDB -lTRDrec -lTRDbase -lSTEER -lSTEERBase -lRAWDatarec)
 
 include ("CMakehlt.conf")