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