]>
Commit | Line | Data |
---|---|---|
fef52460 | 1 | #-*- Mode: Makefile -*- |
2 | ||
dc740de4 | 3 | # $Id$ |
4 | ||
96c0c856 | 5 | SRCS = 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 \ | |
34d2adbe | 13 | multiplicity/AliMultiplicityCorrection.cxx \ |
14 | genLevelSimulation/AliAnalysisTaskdNdetaMC.cxx | |
539b6cb4 | 15 | |
96c0c856 | 16 | HDRS = $(SRCS:.cxx=.h) |
539b6cb4 | 17 | |
18 | DHDR= PWG0baseLinkDef.h | |
19 | ||
34d2adbe | 20 | EINCLUDE= PWG0/dNdEta PWG0/multiplicity PWG0/genLevelSimulation |
2d62e8e2 | 21 | |
fef52460 | 22 | ifeq (win32gcc,$(ALICE_TARGET)) |
23 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \ | |
24 | -lESD -lANALYSIS \ | |
8b13487a | 25 | -L$(ROOTLIBDIR) -lEG |
fef52460 | 26 | endif |
296dd262 | 27 | |
34d2adbe | 28 | EXPORT=AliUnfolding.h |