]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONrec.pkg
Using send pressure sensor by default
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:= AliMUONReconstructor.cxx \
5        AliMUONVTrackReconstructor.cxx \
6        AliMUONTrackReconstructor.cxx \
7        AliMUONTrackReconstructorK.cxx \
8        AliMUONTracker.cxx \
9        AliMUONTrack.cxx \
10        AliMUONTrackParam.cxx \
11        AliMUONTrackExtrap.cxx \
12        AliMUONTriggerTrack.cxx \
13        AliMUONVTriggerTrackStore.cxx \
14        AliMUONTriggerTrackStoreV1.cxx \
15        AliMUONDigitCalibrator.cxx \
16        AliMUONVClusterFinder.cxx \
17        AliMUONPreClusterFinder.cxx \
18        AliMUONPreClusterFinderV2.cxx \
19        AliMUONPreClusterFinderV3.cxx \
20        AliMUONClusterFinderMLEM.cxx \
21        AliMUONClusterSplitterMLEM.cxx \
22        AliMUONClusterFinderSimpleFit.cxx \
23        AliMUONClusterFinderCOG.cxx \
24        AliMUONPad.cxx \
25        AliMUONCluster.cxx \
26        AliMUONPadStatusMapMaker.cxx \
27        AliMUONTrackHitPattern.cxx \
28        AliMUONVClusterStore.cxx \
29        AliMUONClusterStoreV1.cxx \
30        AliMUONClusterStoreV2.cxx \
31        AliMUONClusterStoreV2Iterator.cxx \
32        AliMUONVTrackStore.cxx \
33        AliMUONTrackStoreV1.cxx \
34        AliMUONVClusterServer.cxx \
35        AliMUONSimpleClusterServer.cxx \
36        AliMUONVQADataMakerRec.cxx \
37        AliMUONQADataMakerRec.cxx \
38        AliMUONTrackerQADataMakerRec.cxx \
39        AliMUONTriggerQADataMakerRec.cxx \
40        AliMUONClusterFinderPeakCOG.cxx \
41        AliMUONClusterFinderPeakFit.cxx \
42        AliMUONRefitter.cxx \
43        AliMUONESDInterface.cxx \
44        AliMUONLegacyClusterServer.cxx \
45        AliMUONTriggerTrackToTrackerClusters.cxx \
46        AliMUONVTrackerDataMaker.cxx \
47        AliMUONTrackerDataMaker.cxx \
48        AliMUONQAMappingCheck.cxx \
49        AliMUONCDB.cxx \
50        AliMUONTrackerConditionDataMaker.cxx
51        
52 HDRS:= $(SRCS:.cxx=.h)
53
54 DHDR:= MUONrecLinkDef.h
55
56 EINCLUDE := RAW MUON/mapping
57
58 ifeq (win32gcc,$(ALICE_TARGET))
59 PACKSOFLAGS:= $(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 \
64                          -L$(ROOTLIBDIR) -lMinuit -lVMC -lEG -lGeom 
65 endif