X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FlibMUONrec.pkg;h=cbd78510f15bf5185b69540c9a1053c1fba2c7ae;hb=5f8f3b6bcfb050512e3fc12c2aec177f2008bd83;hp=c67509a3606e710286a8f793ced4458f56855ea4;hpb=5aea7717c0bd0d9666b7a6d4678a735a61947559;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/libMUONrec.pkg b/MUON/libMUONrec.pkg index c67509a3606..cbd78510f15 100644 --- a/MUON/libMUONrec.pkg +++ b/MUON/libMUONrec.pkg @@ -1,32 +1,63 @@ +#-*- Mode: Makefile -*- # $Id$ -SRCS:= AliMUONClusterReconstructor.cxx \ - AliMUONClusterFinderVS.cxx \ - AliMUONClusterFinderAZ.cxx \ - AliMUONPixel.cxx \ - AliMUONClusterInput.cxx \ - AliMUONReconstructor.cxx \ - AliMUONEventReconstructor.cxx \ +SRCS:= AliMUONReconstructor.cxx \ + AliMUONVTrackReconstructor.cxx \ + AliMUONTrackReconstructor.cxx \ + AliMUONTrackReconstructorK.cxx \ + AliMUONTracker.cxx \ AliMUONTrack.cxx \ - AliMUONTrackK.cxx \ AliMUONTrackParam.cxx \ + AliMUONTrackExtrap.cxx \ AliMUONTriggerTrack.cxx \ + AliMUONVTriggerTrackStore.cxx \ + AliMUONTriggerTrackStoreV1.cxx \ AliMUONRecoTrack.cxx \ - AliMUONHitForRec.cxx \ - AliMUONTrackHit.cxx \ - AliMUONSegment.cxx \ - AliMUONDDLTrigger.cxx \ - AliMUONSubEventTrigger.cxx \ - AliMUONScalerEventTrigger.cxx \ - AliMUONDDLTracker.cxx \ - AliMUONSubEventTracker.cxx \ - AliMUONRawData.cxx \ - AliMUONRawStream.cxx - - + AliMUONDigitCalibrator.cxx \ + AliMUONVClusterFinder.cxx \ + AliMUONPreClusterFinder.cxx \ + AliMUONPreClusterFinderV2.cxx \ + AliMUONPreClusterFinderV3.cxx \ + AliMUONClusterFinderMLEM.cxx \ + AliMUONClusterSplitterMLEM.cxx \ + AliMUONClusterFinderSimpleFit.cxx \ + AliMUONClusterFinderCOG.cxx \ + AliMUONPad.cxx \ + AliMUONCluster.cxx \ + AliMUONPadStatusMaker.cxx \ + AliMUONPadStatusMapMaker.cxx \ + AliMUONTrackHitPattern.cxx \ + AliMUONVClusterStore.cxx \ + AliMUONClusterStoreV1.cxx \ + AliMUONClusterStoreV2.cxx \ + AliMUONClusterStoreV2Iterator.cxx \ + AliMUONVTrackStore.cxx \ + AliMUONTrackStoreV1.cxx \ + AliMUONRecoParam.cxx \ + AliMUONVClusterServer.cxx \ + AliMUONSimpleClusterServer.cxx \ + AliMUONQADataMakerRec.cxx \ + AliMUONQAChecker.cxx \ + AliMUONClusterFinderPeakCOG.cxx \ + AliMUONClusterFinderPeakFit.cxx \ + AliMUONRefitter.cxx \ + AliMUONESDInterface.cxx \ + AliMUONLegacyClusterServer.cxx \ + AliMUONTriggerTrackToTrackerClusters.cxx \ + AliMUONVTrackerDataMaker.cxx \ + AliMUONTrackerDataMaker.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