]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/libMUONrec.pkg
Update of the TPC-ITS alignment code (Mikolaj)
[u/mrichter/AliRoot.git] / MUON / libMUONrec.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2# $Id$
3
4SRCS:= 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 AliMUONRecoTrack.cxx \
16 AliMUONDigitCalibrator.cxx \
17 AliMUONAlignment.cxx \
18 AliMUONVClusterFinder.cxx \
19 AliMUONPreClusterFinder.cxx \
20 AliMUONPreClusterFinderV2.cxx \
21 AliMUONPreClusterFinderV3.cxx \
22 AliMUONClusterFinderMLEM.cxx \
23 AliMUONClusterSplitterMLEM.cxx \
24 AliMUONClusterFinderSimpleFit.cxx \
25 AliMUONClusterFinderCOG.cxx \
26 AliMUONPad.cxx \
27 AliMUONCluster.cxx \
28 AliMUONPadStatusMaker.cxx \
29 AliMUONPadStatusMapMaker.cxx \
30 AliMUONTrackHitPattern.cxx \
31 AliMUONVClusterStore.cxx \
32 AliMUONClusterStoreV1.cxx \
33 AliMUONClusterStoreV2.cxx \
34 AliMUONClusterStoreV2Iterator.cxx \
35 AliMUONVTrackStore.cxx \
36 AliMUONTrackStoreV1.cxx \
37 AliMUONRecoParam.cxx \
38 AliMUONVClusterServer.cxx \
39 AliMUONSimpleClusterServer.cxx \
40 AliMUONQADataMakerRec.cxx \
41 AliMUONQAChecker.cxx \
42 AliMUONClusterFinderPeakCOG.cxx \
43 AliMUONClusterFinderPeakFit.cxx \
44 AliMUONRefitter.cxx \
45 AliMUONESDInterface.cxx \
46 AliMUONLegacyClusterServer.cxx \
47 AliMUONTriggerTrackToTrackerClusters.cxx \
48 AliMUONVTrackerDataMaker.cxx \
49 AliMUONTrackerDataMaker.cxx
50
51HDRS:= $(SRCS:.cxx=.h)
52
53DHDR:= MUONrecLinkDef.h
54
55EINCLUDE := RAW MUON/mapping
56
57ifeq (win32gcc,$(ALICE_TARGET))
58PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
59 -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \
60 -lMUONgeometry -lMUONraw -lMUONcore \
61 -lSTEER -lCDB -lESD -lSTEERBase \
62 -lRAWDatasim -lRAWDatabase \
63 -L$(shell root-config --libdir) -lMinuit -lVMC -lEG -lGeom
64endif