]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/libPWG0dep.pkg
Udated global hist canvas
[u/mrichter/AliRoot.git] / PWG0 / libPWG0dep.pkg
index cfab415eb282686adaea51673da1872f4bf78be0..67432b7831a9192157ad133f35fc285e0d664165 100644 (file)
@@ -1,13 +1,26 @@
+#-*- Mode: Makefile -*-
+
 # $Id$
 
 # this library contains classed that depend on STEER
 
-HDRS = AliPWG0depHelper.h \
-       TPC/AliTPCClusterHistograms.h \
-       TPC/AliTPCRawHistograms.h
+SRCS = dNdPt/AlidNdPtHelper.cxx \
+      dNdPt/AlidNdPtAnalysis.cxx \
+      dNdPt/AlidNdPtAnalysisPbPb.cxx \
+      dNdPt/AlidNdPtCorrection.cxx \
+      dNdPt/AlidNdPtAcceptanceCuts.cxx \
+      dNdPt/AlidNdPtEventCuts.cxx \
+      dNdPt/AlidNdPt.cxx \
+      dNdPt/AlidNdPtCutAnalysis.cxx \
+      dNdPt/AlidNdPtTask.cxx \
+      dNdPt/AlidNdPtBackgroundCuts.cxx 
 
-SRCS = $(HDRS:.h=.cxx)
+HDRS = $(SRCS:.cxx=.h)
 
 DHDR= PWG0depLinkDef.h
 
-EINCLUDE= EVGEN PYTHIA6 TPC
+EINCLUDE= TPC
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
+endif