]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/libPWG0base.pkg
new functionality and new class added
[u/mrichter/AliRoot.git] / PWG0 / libPWG0base.pkg
CommitLineData
fef52460 1#-*- Mode: Makefile -*-
2
dc740de4 3# $Id$
4
96c0c856 5SRCS = dNdEta/dNdEtaAnalysis.cxx \
6 dNdEta/AlidNdEtaCorrection.cxx \
7 AliCorrectionMatrix.cxx \
8 AliCorrectionMatrix2D.cxx \
9 AliCorrectionMatrix3D.cxx \
10 AliCorrection.cxx \
11 AliPWG0Helper.cxx \
12 AliUnfolding.cxx \
bb87cd4b 13 multiplicity/AliMultiplicityCorrection.cxx
539b6cb4 14
96c0c856 15HDRS = $(SRCS:.cxx=.h)
539b6cb4 16
17DHDR= PWG0baseLinkDef.h
18
96c0c856 19EINCLUDE= PWG0/dNdEta PWG0/multiplicity
2d62e8e2 20
fef52460 21ifeq (win32gcc,$(ALICE_TARGET))
22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
23 -lESD -lANALYSIS \
8b13487a 24 -L$(ROOTLIBDIR) -lEG
fef52460 25endif
296dd262 26
bb87cd4b 27EXPORT=AliUnfolding.h