]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONrec.pkg
Fixing loadlibs.C macro (which failed on FC14)
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e118b27e 2# $Id$
3
bace3170 4SRCS:= AliMUONReconstructor.cxx \
2457f726 5 AliMUONVTrackReconstructor.cxx \
29f1b13a 6 AliMUONTrackReconstructor.cxx \
2457f726 7 AliMUONTrackReconstructorK.cxx \
196471e9 8 AliMUONTracker.cxx \
344cf8e0 9 AliMUONTrack.cxx \
344cf8e0 10 AliMUONTrackParam.cxx \
37827b29 11 AliMUONTrackExtrap.cxx \
344cf8e0 12 AliMUONTriggerTrack.cxx \
230fe657 13 AliMUONVTriggerTrackStore.cxx \
14 AliMUONTriggerTrackStoreV1.cxx \
88b2dec6 15 AliMUONDigitCalibrator.cxx \
0f57d0bd 16 AliMUONVClusterFinder.cxx \
17 AliMUONPreClusterFinder.cxx \
d1fc960f 18 AliMUONPreClusterFinderV2.cxx \
19 AliMUONPreClusterFinderV3.cxx \
0f57d0bd 20 AliMUONClusterFinderMLEM.cxx \
21 AliMUONClusterSplitterMLEM.cxx \
22 AliMUONClusterFinderSimpleFit.cxx \
23 AliMUONClusterFinderCOG.cxx \
24 AliMUONPad.cxx \
0a710bc8 25 AliMUONCluster.cxx \
0a710bc8 26 AliMUONPadStatusMapMaker.cxx \
890903b1 27 AliMUONTrackHitPattern.cxx \
230fe657 28 AliMUONVClusterStore.cxx \
29 AliMUONClusterStoreV1.cxx \
94b5eedd 30 AliMUONClusterStoreV2.cxx \
31 AliMUONClusterStoreV2Iterator.cxx \
230fe657 32 AliMUONVTrackStore.cxx \
3304fa09 33 AliMUONTrackStoreV1.cxx \
d08b5461 34 AliMUONVClusterServer.cxx \
8aa336b1 35 AliMUONSimpleClusterServer.cxx \
ece56eb9 36 AliMUONVQADataMakerRec.cxx \
076957d7 37 AliMUONQADataMakerRec.cxx \
ece56eb9 38 AliMUONTrackerQADataMakerRec.cxx \
39 AliMUONTriggerQADataMakerRec.cxx \
b0b7f42c 40 AliMUONClusterFinderPeakCOG.cxx \
103e6575 41 AliMUONClusterFinderPeakFit.cxx \
7deb8eb0 42 AliMUONRefitter.cxx \
9bf6860b 43 AliMUONESDInterface.cxx \
44 AliMUONLegacyClusterServer.cxx \
515cc5b5 45 AliMUONTriggerTrackToTrackerClusters.cxx \
46 AliMUONVTrackerDataMaker.cxx \
b9bd355c 47 AliMUONTrackerDataMaker.cxx \
a99c3449 48 AliMUONQAMappingCheck.cxx \
ca913045 49 AliMUONCDB.cxx \
50 AliMUONTrackerConditionDataMaker.cxx
b6f591ae 51
344cf8e0 52HDRS:= $(SRCS:.cxx=.h)
53
54DHDR:= MUONrecLinkDef.h
55
e118b27e 56EINCLUDE := RAW MUON/mapping
5bb8775a 57
58ifeq (win32gcc,$(ALICE_TARGET))
59PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
60 -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \
61 -lMUONgeometry -lMUONraw -lMUONcore \
62 -lSTEER -lCDB -lESD -lSTEERBase \
63 -lRAWDatasim -lRAWDatabase \
8b13487a 64 -L$(ROOTLIBDIR) -lMinuit -lVMC -lEG -lGeom
5bb8775a 65endif