]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ANALYSIS/libTENDER.pkg
Setting the vertex diamond to the ESD (A.Dainese)
[u/mrichter/AliRoot.git] / ANALYSIS / libTENDER.pkg
CommitLineData
d8515050 1#-*- Mode: Makefile -*-
2
3SRCS = Tender/AliTender.cxx Tender/AliTenderSupply.cxx
4
5HDRS:= $(SRCS:.cxx=.h)
6
7DHDR= TenderLinkDef.h
8
9EXPORT:=$(SRCS:.cxx=.h)
10
5a9e4470 11EINCLUDE:= ANALYSIS ANALYSIS/Tender
12
d8515050 13ifeq (win32gcc,$(ALICE_TARGET))
14PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
15 -lANALYSIS -lCDB
16endif