]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/CMakelibTRDcalib.pkg
Bug fix in HBT code: AliFemtoPairCutRadialDistance class
[u/mrichter/AliRoot.git] / TRD / CMakelibTRDcalib.pkg
index 90101e048979ae29c1fa4390b29f82669c722f83..786dba8d904e08e021f05002f3261c4e64dbec8c 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*-
 #--------------------------------------------------------------------------------#
 # Package File for TRDcalib                                                      #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS  AliTRDCalibTask.cxx AliTRDPreprocessorOffline.cxx)
+set ( SRCS
+    AliTRDCalibTask.cxx
+    AliTRDPreprocessorOffline.cxx
+   )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
-set ( EINCLUDE STEER ANALYSIS TRD TRD/Cal)
+set ( EINCLUDE STEER ANALYSIS TRD TRD/Cal STEER/STEERBase)
 
 set ( DHDR  TRDcalibLinkDef.h)
-
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-                               set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase -lCDB -lESD -lTRDbase -lTRDrec -lSTEER -lANALYSIS -lSTAT -L${ROOTLIBDIR} -lMinuit -lProof -lEG)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")