]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ANALYSIS/libTENDERSupplies.pkg
Coding violations corrected.
[u/mrichter/AliRoot.git] / ANALYSIS / libTENDERSupplies.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= 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 \
10       TenderSupplies/AliVtxTenderSupply.cxx
11
12 HDRS= $(SRCS:.cxx=.h)
13
14 DHDR= TenderSuppliesLinkDef.h
15
16 EINCLUDE:= ANALYSIS ANALYSIS/Tender STEER TOF
17
18 ifeq (win32gcc,$(ALICE_TARGET))
19 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
20 -lESD -lSTEER -lANALYSISalice -lANALYSIS -lCORRFW -lTENDER -lTOFbase
21 endif
22
23