]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/libPWG1.pkg
Printout fixed.
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
index 1ad90b4b33c4160479c203ce9fa2a204ea944876..d5daf72ad45182feb8b2db88b0de61ef3e35924a 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 
 SRCS:=         AliTreeDraw.cxx \
        AliMCInfo.cxx   \
@@ -16,11 +17,33 @@ SRCS:=      AliTreeDraw.cxx \
        AliComparisonEff.cxx \
        AliComparisonDEdx.cxx \
        AliComparisonDCA.cxx \
-       AliComparisonObject.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