]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/libPWG0selectors.pkg
Modified file access mode
[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/AlidNdEtaSystematicsSelector.h \
9        dNdEta/AlidNdEtaTask.h \
10        dNdEta/AlidNdEtaCorrectionTask.h \
11        TPC/AliROCESDAnalysisSelector.h \
12        TPC/AliROCRawAnalysisSelector.h \
13        TPC/AliROCClusterAnalysisSelector.h \
14        highMultiplicity/AliHighMultiplicitySelector.h \
15        multiplicity/AliMultiplicityTask.h \
16        esdTrackCuts/AliCutTask.h
17
18 SRCS = $(HDRS:.h=.cxx)
19
20 DHDR= PWG0selectorsLinkDef.h
21
22 EINCLUDE=TPC RAW ITS
23
24 ifeq (win32gcc,$(ALICE_TARGET))
25 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
26                          -lESD -lSTEER -lANALYSIS -lANALYSISalice -lPWG0base -lPWG0dep \
27                          -lRAWDatabase -lRAWDatarec -lTPCbase -lTPCrec \
28                          -L$(shell root-config --libdir) -lEG
29 endif