]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2unicor.pkg
small changes and implementation of a QA plot in terminate from P.Ganoti
[u/mrichter/AliRoot.git] / PWG2 / libPWG2unicor.pkg
CommitLineData
621688e4 1#-*- Mode: Makefile -*-
2
3SRCS= UNICOR/AliAnalysisTaskUnicor.cxx \
4 UNICOR/AliUnicorAnalCorrel.cxx \
5 UNICOR/AliUnicorAnal.cxx \
6 UNICOR/AliUnicorAnalGlobal.cxx \
7 UNICOR/AliUnicorAnalHighpt.cxx \
8 UNICOR/AliUnicorAnalPtfluc.cxx \
9 UNICOR/AliUnicorAnalSingle.cxx \
10 UNICOR/AliUnicorEventAliceESD.cxx \
11 UNICOR/AliUnicorEvent.cxx \
12 UNICOR/AliUnicorHN.cxx \
13 UNICOR/AliUnicorPair.cxx
14
15HDRS= $(SRCS:.cxx=.h)
16
17DHDR:= PWG2unicorLinkDef.h
18
19EXPORT:=
20
96c0c856 21EINCLUDE:= PWG2/UNICOR ANALYSIS
621688e4 22
23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
25 -lESD -lAOD
26endif