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