]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/libPWG0selectors.pkg
A modification was recently introduced in ANALYSIS trunk that automatically creates...
[u/mrichter/AliRoot.git] / PWG0 / libPWG0selectors.pkg
CommitLineData
fef52460 1#-*- Mode: Makefile -*-
2
dc740de4 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
78d4f3b0 8HDRS = dNdEta/AlidNdEtaTask.h \
116083b1 9 dNdEta/AlidNdEtaCorrectionTask.h \
eb884e16 10 TPC/AliROCESDAnalysisSelector.h \
da127a76 11 TPC/AliROCRawAnalysisSelector.h \
447c325d 12 TPC/AliROCClusterAnalysisSelector.h \
116083b1 13 highMultiplicity/AliHighMultiplicitySelector.h \
14 multiplicity/AliMultiplicityTask.h \
15 esdTrackCuts/AliCutTask.h
dc740de4 16
17SRCS = $(HDRS:.h=.cxx)
18
19DHDR= PWG0selectorsLinkDef.h
20
116083b1 21EINCLUDE=TPC RAW ITS
fef52460 22
23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
ed8904a8 25 -lESD -lSTEER -lANALYSIS -lANALYSISalice -lPWG0base -lPWG0dep \
fef52460 26 -lRAWDatabase -lRAWDatarec -lTPCbase -lTPCrec \
27 -L$(shell root-config --libdir) -lEG
28endif