]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ANALYSIS/libTENDERSupplies.pkg
New version of the analysis train macro.
[u/mrichter/AliRoot.git] / ANALYSIS / libTENDERSupplies.pkg
CommitLineData
e75408ba 1#-*- Mode: Makefile -*-
2
3SRCS= TenderSupplies/AliTOFcalibESD.cxx \
4 TenderSupplies/AliTOFT0makerANA.cxx \
5 TenderSupplies/AliTOFT0v2.cxx \
6 TenderSupplies/AliPIDTenderSupply.cxx \
7 TenderSupplies/AliTOFTenderSupply.cxx \
8 TenderSupplies/AliTPCTenderSupply.cxx \
9 TenderSupplies/AliTRDTenderSupply.cxx \
782d2143 10 TenderSupplies/AliVtxTenderSupply.cxx \
11 TenderSupplies/AliVZEROTenderSupply.cxx
e75408ba 12
13HDRS= $(SRCS:.cxx=.h)
14
15DHDR= TenderSuppliesLinkDef.h
16
00685073 17EINCLUDE:= ANALYSIS ANALYSIS/Tender STEER TOF TRD/Cal VZERO ANALYSIS/TenderSupplies
e75408ba 18
19ifeq (win32gcc,$(ALICE_TARGET))
20PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
00685073 21-lESD -lSTEER -lANALYSISalice -lANALYSIS -lCORRFW -lTENDER -lTOFbase -lTRDbase -lVZEROBase -lVZERORec
e75408ba 22endif
23
24