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 |
8 | HDRS = 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 | |
17 | SRCS = $(HDRS:.h=.cxx) |
18 | |
19 | DHDR= PWG0selectorsLinkDef.h |
20 | |
116083b1 |
21 | EINCLUDE=TPC RAW ITS |
fef52460 |
22 | |
23 | ifeq (win32gcc,$(ALICE_TARGET)) |
24 | PACKSOFLAGS:= $(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 |
28 | endif |