]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ANALYSIS/libTENDER.pkg
Fix for dumb variable redefinition in my last commit.
[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
11ifeq (win32gcc,$(ALICE_TARGET))
12PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
13 -lANALYSIS -lCDB
14endif