]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/libPWG0selectors.pkg
Stuff from aldaqdqm09
[u/mrichter/AliRoot.git] / PWG0 / libPWG0selectors.pkg
index 05bcb364834ec842dfdd729bd453154bfee5c6b7..5254a34d81bc01ad34ef64b175b212177b347a21 100644 (file)
@@ -1,10 +1,11 @@
+#-*- Mode: Makefile -*-
+
 # $Id$
 
 # this library contains the selectors, which are loaded on the fly when one uses a given selector
 # thus this library is never used, it just exists for the build system to check if everything compiles
 
-HDRS = dNdEta/AlidNdEtaSystematicsSelector.h \
-       dNdEta/AlidNdEtaTask.h \
+HDRS = dNdEta/AlidNdEtaTask.h \
        dNdEta/AlidNdEtaCorrectionTask.h \
        TPC/AliROCESDAnalysisSelector.h \
        TPC/AliROCRawAnalysisSelector.h \
@@ -18,3 +19,10 @@ SRCS = $(HDRS:.h=.cxx)
 DHDR= PWG0selectorsLinkDef.h
 
 EINCLUDE=TPC RAW ITS
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lESD -lSTEER -lANALYSIS -lANALYSISalice -lPWG0base -lPWG0dep \
+                         -lRAWDatabase -lRAWDatarec -lTPCbase -lTPCrec \
+                         -L$(shell root-config --libdir) -lEG
+endif