]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/CMakelibTENDERSupplies.pkg
end-of-line normalization
[u/mrichter/AliRoot.git] / ANALYSIS / CMakelibTENDERSupplies.pkg
index deebe2a53a9df77adf625154ee215853ca474ad4..ef7be9029cc53ece6183c87864df2cab60a28e9d 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*- 
 #--------------------------------------------------------------------------------#
 # Package File for TENDERSupplies                                                #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS  TenderSupplies/AliTOFTenderSupply.cxx TenderSupplies/AliPIDTenderSupply.cxx   TenderSupplies/AliTPCTenderSupply.cxx TenderSupplies/AliTRDTenderSupply.cxx TenderSupplies/AliVtxTenderSupply.cxx TenderSupplies/AliVZEROTenderSupply.cxx TenderSupplies/AliEMCALTenderSupply.cxx TenderSupplies/AliPHOSTenderSupply.cxx)
+set ( SRCS  
+      TenderSupplies/AliTOFTenderSupply.cxx 
+      TenderSupplies/AliPIDTenderSupply.cxx   
+      TenderSupplies/AliTPCTenderSupply.cxx 
+      TenderSupplies/AliTRDTenderSupply.cxx 
+      TenderSupplies/AliVtxTenderSupply.cxx 
+      TenderSupplies/AliVZEROTenderSupply.cxx 
+      TenderSupplies/AliEMCALTenderSupply.cxx 
+      TenderSupplies/AliPHOSTenderSupply.cxx
+      TenderSupplies/AliHMPIDTenderSupply.cxx
+      TenderSupplies/AliT0TenderSupply.cxx 
+      TenderSupplies/AliTrackFixTenderSupply.cxx 
+)
 
 string ( REPLACE ".cxx" ".h"  HDRS "${SRCS}")
 
 set ( DHDR  TenderSuppliesLinkDef.h)
 
-set ( EINCLUDE  ANALYSIS ANALYSIS/Tender STEER TOF TRD/Cal VZERO ANALYSIS/TenderSupplies TPC T0 OADB)
-
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-               set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase -lSTEER -lANALYSIS -lCDB -lT0base -lT0rec -lTPCbase -lTRDbase)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")
+set ( EINCLUDE  ANALYSIS ANALYSIS/Tender TOF TRD/Cal VZERO ANALYSIS/TenderSupplies TPC TRD T0 OADB EMCAL STEER/STEER STEER/CDB STEER/ESD STEER/STEERBase TPC/Base)