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