]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/libPWG0dep.pkg
Modifed the AddGoodRuns
[u/mrichter/AliRoot.git] / PWG0 / libPWG0dep.pkg
1 #-*- Mode: Makefile -*-
2
3 # $Id$
4
5 # this library contains classed that depend on STEER
6
7 SRCS = dNdPt/AlidNdPtHelper.cxx \
8       dNdPt/AlidNdPtAnalysis.cxx \
9       dNdPt/AlidNdPtCorrection.cxx \
10       dNdPt/AlidNdPtAcceptanceCuts.cxx \
11       dNdPt/AlidNdPtEventCuts.cxx \
12       dNdPt/AlidNdPt.cxx \
13       dNdPt/AlidNdPtCutAnalysis.cxx \
14       dNdPt/AlidNdPtTask.cxx \
15       dNdPt/AlidNdPtBackgroundCuts.cxx 
16
17 HDRS = $(SRCS:.cxx=.h)
18
19 DHDR= PWG0depLinkDef.h
20
21 EINCLUDE= TPC
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
25 endif