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