]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/libPWG4omega3pi.pkg
If not needed do not create the histograms in the neutral meson selection task
[u/mrichter/AliRoot.git] / PWG4 / libPWG4omega3pi.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS = omega3pi/AliAnalysisTaskOmegaPi0PiPi.cxx
4       
5 HDRS:= $(SRCS:.cxx=.h) 
6
7 DHDR:= PWG4omega3piLinkDef.h
8
9 EXPORT:=$(SRCS:.cxx=.h)
10
11 EINCLUDE = PWG4/omega3pi PHOS
12
13 ifeq (win32gcc,$(ALICE_TARGET))
14 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
15                          -lESD -lAOD -lANALYSIS -lANALYSISalice -lPHOSUtils \
16                          -L$(ROOTLIBDIR) -lEG
17 endif