]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/libPWG0selectors.pkg
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / PWG0 / libPWG0selectors.pkg
index eecd9602abe3321694eb86d76e44e6a097af728a..f3cb99b8ef405639908bd419f14ad31fb94d3ccf 100644 (file)
@@ -1,15 +1,29 @@
+#-*- 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/AlidNdEtaCorrectionSelector.h \
-       dNdEta/AlidNdEtaAnalysisMCSelector.h \
-       dNdEta/AlidNdEtaAnalysisESDSelector.h \
-       dNdEta/AlidNdEtaVertexRecEffSelector.h 
+HDRS = dNdEta/AlidNdEtaSystematicsSelector.h \
+       dNdEta/AlidNdEtaTask.h \
+       dNdEta/AlidNdEtaCorrectionTask.h \
+       TPC/AliROCESDAnalysisSelector.h \
+       TPC/AliROCRawAnalysisSelector.h \
+       TPC/AliROCClusterAnalysisSelector.h \
+       highMultiplicity/AliHighMultiplicitySelector.h \
+       multiplicity/AliMultiplicityTask.h \
+       esdTrackCuts/AliCutTask.h
 
 SRCS = $(HDRS:.h=.cxx)
 
 DHDR= PWG0selectorsLinkDef.h
 
-EINCLUDE=
+EINCLUDE=TPC RAW ITS
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lESD -lSTEER -lANALYSIS -lPWG0base -lPWG0dep \
+                         -lRAWDatabase -lRAWDatarec -lTPCbase -lTPCrec \
+                         -L$(shell root-config --libdir) -lEG
+endif