]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2unicor.pkg
Added macros for K* analysis
[u/mrichter/AliRoot.git] / PWG2 / libPWG2unicor.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= 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       UNICOR/AliUnicorCoulomb.cxx 
15
16 HDRS= $(SRCS:.cxx=.h) 
17
18 DHDR:= PWG2unicorLinkDef.h
19
20 EXPORT:=
21
22 EINCLUDE:= PWG2/UNICOR ANALYSIS 
23
24 ifeq (win32gcc,$(ALICE_TARGET))
25 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
26                          -lESD -lAOD 
27 endif