]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/CMakelibTENDERSupplies.pkg
Serveral Corrections for PAR files
[u/mrichter/AliRoot.git] / ANALYSIS / CMakelibTENDERSupplies.pkg
index 4b908b1e66d7ebb298fefbf92dee455ddc8205f3..d2537ab7c3c9ee64d0f807b0d02cd641f5bb5341 100644 (file)
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS  Tender/AliTenderSupply.cxx Tender/AliTender.cxx)
+set ( SRCS  TenderSupplies/AliTOFTenderSupply.cxx TenderSupplies/AliPIDTenderSupply.cxx   TenderSupplies/AliTPCTenderSupply.cxx TenderSupplies/AliTRDTenderSupply.cxx TenderSupplies/AliVtxTenderSupply.cxx TenderSupplies/AliVZEROTenderSupply.cxx)
 
 string ( REPLACE ".cxx" ".h"  HDRS "${SRCS}")
 
-set ( DHDR  TenderLinkDef.h)
+set ( DHDR  TenderSuppliesLinkDef.h)
 
-set ( EINCLUDE  ANALYSIS ANALYSIS/Tender)
+set ( EINCLUDE  ANALYSIS ANALYSIS/Tender STEER TOF TRD/Cal VZERO ANALYSIS/TenderSupplies)
 
 if( ALICE_TARGET STREQUAL "win32gcc")