| 1 | #-*- Mode: Makefile -*- |
| 2 | |
| 3 | # $Id$ |
| 4 | |
| 5 | # this library contains classed that depend on STEER |
| 6 | |
| 7 | SRCS = TPC/AliTPCClusterHistograms.cxx \ |
| 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 \ |
| 16 | dNdPt/AlidNdPtTask.cxx |
| 17 | |
| 18 | HDRS = $(SRCS:.cxx=.h) |
| 19 | |
| 20 | DHDR= PWG0depLinkDef.h |
| 21 | |
| 22 | EINCLUDE= TPC PWG0/TPC |
| 23 | |
| 24 | ifeq (win32gcc,$(ALICE_TARGET)) |
| 25 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase |
| 26 | endif |