]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONrec.pkg
Load pythia libraries.
[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        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        AliMUONESDInterface.cxx
45
46 HDRS:= $(SRCS:.cxx=.h)
47
48 DHDR:= MUONrecLinkDef.h
49
50 EINCLUDE := RAW MUON/mapping
51
52 ifeq (win32gcc,$(ALICE_TARGET))
53 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
54                          -lMUONbase -lMUONmapping -lMUONcalib -lMUONtrigger \
55                          -lMUONgeometry -lMUONraw -lMUONcore \
56                          -lSTEER -lCDB -lESD -lSTEERBase \
57                          -lRAWDatasim -lRAWDatabase \
58                          -L$(shell root-config --libdir) -lMinuit -lVMC -lEG -lGeom 
59 endif