]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/libPWG0selectors.pkg
redoing of TPC vertex when flag is set
[u/mrichter/AliRoot.git] / PWG0 / libPWG0selectors.pkg
1 #-*- Mode: Makefile -*-
2
3 # $Id$
4
5 # this library contains the selectors, which are loaded on the fly when one uses a given selector
6 # thus this library is never used, it just exists for the build system to check if everything compiles
7
8 HDRS = dNdEta/AlidNdEtaTask.h \
9        dNdEta/AlidNdEtaCorrectionTask.h \
10        TPC/AliROCESDAnalysisSelector.h \
11        TPC/AliROCRawAnalysisSelector.h \
12        TPC/AliROCClusterAnalysisSelector.h \
13        highMultiplicity/AliHighMultiplicitySelector.h \
14        multiplicity/AliMultiplicityTask.h \
15        esdTrackCuts/AliCutTask.h
16
17 SRCS = $(HDRS:.h=.cxx)
18
19 DHDR= PWG0selectorsLinkDef.h
20
21 EINCLUDE=TPC RAW ITS
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
25                          -lESD -lSTEER -lANALYSIS -lANALYSISalice -lPWG0base -lPWG0dep \
26                          -lRAWDatabase -lRAWDatarec -lTPCbase -lTPCrec \
27                          -L$(shell root-config --libdir) -lEG
28 endif