]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONrec.pkg
Removing an AliInfo
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
index 913ccf45aff010f211ff76ef3a3511360a1b163c..a4b65e14b95dfe7956f7d9bccec18f0c94d16bfc 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= AliMUONReconstructor.cxx \
@@ -27,7 +28,6 @@ SRCS:= AliMUONReconstructor.cxx \
        AliMUONPadStatusMaker.cxx \
        AliMUONPadStatusMapMaker.cxx \
        AliMUONTrackHitPattern.cxx \
-       AliMUONTriggerChamberEff.cxx \
        AliMUONVClusterStore.cxx \
        AliMUONClusterStoreV1.cxx \
        AliMUONClusterStoreV2.cxx \
@@ -36,10 +36,27 @@ SRCS:= AliMUONReconstructor.cxx \
        AliMUONTrackStoreV1.cxx \
        AliMUONRecoParam.cxx \
        AliMUONVClusterServer.cxx \
-       AliMUONSimpleClusterServer.cxx
-       
+       AliMUONSimpleClusterServer.cxx \
+       AliMUONQADataMakerRec.cxx \
+       AliMUONQAChecker.cxx \
+       AliMUONClusterFinderPeakCOG.cxx \
+       AliMUONClusterFinderPeakFit.cxx \
+       AliMUONRefitter.cxx \
+       AliMUONESDInterface.cxx \
+       AliMUONLegacyClusterServer.cxx \
+       AliMUONTriggerTrackToTrackerClusters.cxx
+
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MUONrecLinkDef.h
 
 EINCLUDE := RAW MUON/mapping
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \
+                         -lMUONgeometry -lMUONraw -lMUONcore \
+                         -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatasim -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lMinuit -lVMC -lEG -lGeom 
+endif