]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/libPWG0dep.pkg
Cleaned up output of Cmake files and fixes to .pkg files
[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/AlidNdPtAnalysisPbPb.cxx \
10       dNdPt/AlidNdPtCorrection.cxx \
11       dNdPt/AlidNdPtAcceptanceCuts.cxx \
12       dNdPt/AlidNdPtEventCuts.cxx \
13       dNdPt/AlidNdPt.cxx \
14       dNdPt/AlidNdPtCutAnalysis.cxx \
15       dNdPt/AlidNdPtTask.cxx \
16       dNdPt/AlidNdPtBackgroundCuts.cxx 
17
18 HDRS = $(SRCS:.cxx=.h)
19
20 DHDR= PWG0depLinkDef.h
21
22 EINCLUDE= TPC
23
24 ifeq (win32gcc,$(ALICE_TARGET))
25 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
26 endif