]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/libPWG0dep.pkg
function to limit acceptance
[u/mrichter/AliRoot.git] / PWG0 / libPWG0dep.pkg
index 74d0156a28ca63af2c539cf34148cffc2d967f43..3365f422a311bb417ee4a310a840bcc91f1acd09 100644 (file)
@@ -1,12 +1,18 @@
+#-*- Mode: Makefile -*-
+
 # $Id$
 
 # this library contains classed that depend on STEER
 
-HDRS = AliPWG0depHelper.h \
-       TPC/AliTPCClusterHistograms.h
+HDRS = TPC/AliTPCClusterHistograms.h \
+       TPC/AliTPCRawHistograms.h
 
 SRCS = $(HDRS:.h=.cxx)
 
 DHDR= PWG0depLinkDef.h
 
-EINCLUDE= EVGEN PYTHIA6
+EINCLUDE= TPC
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase
+endif