]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/libPWG0base.pkg
implement integrated flow in scalar product method and subevents in flowevent
[u/mrichter/AliRoot.git] / PWG0 / libPWG0base.pkg
CommitLineData
fef52460 1#-*- Mode: Makefile -*-
2
dc740de4 3# $Id$
4
4c351225 5HDRS = dNdEta/dNdEtaAnalysis.h \
45e97e28 6 dNdEta/AlidNdEtaCorrection.h \
45e97e28 7 AliCorrectionMatrix.h \
8 AliCorrectionMatrix2D.h \
9 AliCorrectionMatrix3D.h \
29771dc8 10 AliCorrection.h \
0a173978 11 AliPWG0Helper.h \
19442b86 12 AliUnfolding.h \
e7b31a0b 13 multiplicity/AliMultiplicityCorrection.h
539b6cb4 14
91426ee0 15SRCS = $(HDRS:.h=.cxx)
539b6cb4 16
17DHDR= PWG0baseLinkDef.h
18
4c351225 19EINCLUDE=
2d62e8e2 20
fef52460 21ifeq (win32gcc,$(ALICE_TARGET))
22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
23 -lESD -lANALYSIS \
24 -L$(shell root-config --libdir) -lEG
25endif