]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/libPWG0base.pkg
a23aedbc783b0617ec3e9394a83d13e4ab65814e
[u/mrichter/AliRoot.git] / PWG0 / libPWG0base.pkg
1 #-*- Mode: Makefile -*-
2
3 # $Id$
4
5 HDRS = dNdEta/dNdEtaAnalysis.h \
6       dNdEta/AlidNdEtaCorrection.h \
7       AliCorrectionMatrix.h \
8       AliCorrectionMatrix2D.h \
9       AliCorrectionMatrix3D.h \
10       AliCorrection.h \
11       AliPWG0Helper.h \
12       multiplicity/AliMultiplicityCorrection.h
13
14 SRCS = $(HDRS:.h=.cxx)
15
16 DHDR= PWG0baseLinkDef.h
17
18 EINCLUDE= 
19
20 ifeq (win32gcc,$(ALICE_TARGET))
21 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
22                          -lESD -lANALYSIS \
23                          -L$(shell root-config --libdir) -lEG
24 endif