]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/libPWG4omega3pi.pkg
PreReading of MC information on demand.
[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 ifeq (win32gcc,$(ALICE_TARGET))
12 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
13                          -lESD -lAOD -lANALYSIS -lANALYSISalice \
14                          -L$(ROOTLIBDIR) -lEG
15 endif