]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONcalib.pkg
In MUONRecoCheck.C:
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e08460bb 2# $Id$
3
6181f8f5 4SRCS:= AliMUONTriggerLut.cxx \
e08460bb 5 AliMUONVCalibParam.cxx \
230fe657 6 AliMUONCalibParamND.cxx \
e08460bb 7 AliMUONCalibParamNF.cxx \
8 AliMUONCalibParamNI.cxx \
e41c38cf 9 AliMUONCalibrationData.cxx \
e08460bb 10 AliMUONTriggerEfficiencyCells.cxx\
11 AliMUON2DStoreValidator.cxx \
81028269 12 AliMUONTriggerIO.cxx \
d2064cab 13 AliMUONTrackerIO.cxx \
92c23b09 14 AliMUONRegionalTriggerConfig.cxx \
15 AliMUONTriggerCrateConfig.cxx \
16 AliMUONGlobalCrateConfig.cxx \
d4002f80 17 AliMUONTriggerDisplay.cxx \
d2064cab 18 AliMUONVTrackerData.cxx \
19 AliMUONSparseHisto.cxx \
5253c153 20 AliMUONTrackerData.cxx \
21 AliMUONPedestal.cxx \
22 AliMUONGain.cxx \
0045b488 23 AliMUONErrorCounter.cxx \
24 AliMUONRejectList.cxx
5253c153 25
6aa4b4dc 26
e08460bb 27HDRS:= $(SRCS:.cxx=.h)
28
29DHDR:= MUONcalibLinkDef.h
30
890903b1 31EINCLUDE:= MUON/mapping
5bb8775a 32
33ifeq (win32gcc,$(ALICE_TARGET))
34PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
6aa4b4dc 35 -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase
5bb8775a 36endif