]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/libPWG1.pkg
Printout fixed.
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
index a2df0d9459a8da4b8ef559c6dc5655a21c9a75bf..d5daf72ad45182feb8b2db88b0de61ef3e35924a 100644 (file)
@@ -1,10 +1,49 @@
+#-*- Mode: Makefile -*-
 
 SRCS:=         AliTreeDraw.cxx \
-       AliGenInfo.cxx  AliGenInfoMaker.cxx  \
-       AliRecInfo.cxx  AliRecInfoMaker.cxx  \
-       AliComparisonDraw.cxx
+       AliMCInfo.cxx   \
+       AliGenV0Info.cxx        \
+       AliGenKinkInfo.cxx      \
+       AliGenInfoMaker.cxx     \
+       AliESDRecInfo.cxx \
+       AliESDRecV0Info.cxx \
+       AliESDRecKinkInfo.cxx \
+       AliRecInfoMaker.cxx \
+       AliComparisonDraw.cxx \
+       AliRecInfoCuts.cxx \
+       AliMCInfoCuts.cxx \
+       AliComparisonTask.cxx \
+       AliComparisonRes.cxx \
+       AliComparisonEff.cxx \
+       AliComparisonDEdx.cxx \
+       AliComparisonDCA.cxx \
+       AliComparisonObject.cxx \
+       AliGenInfoTask.cxx  \
+       AliMCTrackingTestTask.cxx \
+       AliTPCtaskPID.cxx \
+       AliTPCtaskQA.cxx \
+       AliPerformanceTask.cxx \
+       AliPerformanceObject.cxx \
+       AliPerformanceRes.cxx \
+       AliPerformanceEff.cxx \
+       AliPerformanceDEdx.cxx \
+       AliPerformanceDCA.cxx \
+       AliPerformanceTPC.cxx \
+       AliPerformanceMC.cxx \
+       AliAlignmentDataFilterITS.cxx \
+        AliTrackMatchingTPCITSCosmics.cxx \
+       AliAnalysisTaskV0QA.cxx \
+       AliMaterialBudget.cxx
+
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= PWG1LinkDef.h
 
 EINCLUDE:= STEER TPC ITS TRD
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
+                         -lESD -lSTEER -lTPCbase \
+                         -lANALYSISalice -lANALYSIS \
+                         -L$(ROOTLIBDIR) -lMinuit -lEG -lGeom
+endif