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