]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/libPWG3base.pkg
small fix to remove TF1Helper which sneaked in again, inadvertently...
[u/mrichter/AliRoot.git] / PWG3 / libPWG3base.pkg
CommitLineData
1e57e576 1#-*- Mode: Makefile -*-
2
e8fd9be7 3SRCS:= base/AliQuarkoniaAcceptance.cxx \
c4df3c2a 4 base/AliQuarkoniaEfficiency.cxx \
5 base/AliAnalysisTaskPtMothFromPtDaugh.cxx \
29098c22 6 base/AliPtMothFromPtDaugh.cxx \
7 base/AliCounterCollection.cxx
d587d4f0 8
9HDRS:= $(SRCS:.cxx=.h)
10
11DHDR:= PWG3baseLinkDef.h
12
96c0c856 13EINCLUDE:= PWG3/base
d587d4f0 14
1e57e576 15ifeq (win32gcc,$(ALICE_TARGET))
16PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
17endif