]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/libMUONrec.pkg
Removing an AliInfo
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
index cbab8aecc921d60f2a7a640b841c135ea8ca1297..a4b65e14b95dfe7956f7d9bccec18f0c94d16bfc 100644 (file)
@@ -1,3 +1,4 @@
+#-*- Mode: Makefile -*-
 # $Id$
 
 SRCS:= AliMUONReconstructor.cxx \
@@ -36,13 +37,26 @@ SRCS:= AliMUONReconstructor.cxx \
        AliMUONRecoParam.cxx \
        AliMUONVClusterServer.cxx \
        AliMUONSimpleClusterServer.cxx \
-       AliMUONQADataMaker.cxx \
+       AliMUONQADataMakerRec.cxx \
        AliMUONQAChecker.cxx \
        AliMUONClusterFinderPeakCOG.cxx \
-       AliMUONClusterFinderPeakFit.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