]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2unicor.pkg
Also search sub-directories for ESD files
[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 \
28eee19b 13 UNICOR/AliUnicorPair.cxx \
14 UNICOR/AliUnicorCoulomb.cxx
621688e4 15
16HDRS= $(SRCS:.cxx=.h)
17
18DHDR:= PWG2unicorLinkDef.h
19
20EXPORT:=
21
96c0c856 22EINCLUDE:= PWG2/UNICOR ANALYSIS
621688e4 23
24ifeq (win32gcc,$(ALICE_TARGET))
25PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
26 -lESD -lAOD
27endif