]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/libMUONcalib.pkg
new format to select counters to be printed out or displayed: "rubric1:[any-]key1...
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2# $Id$
3
4SRCS:= AliMUONTriggerLut.cxx \
5 AliMUONVCalibParam.cxx \
6 AliMUONCalibParamND.cxx \
7 AliMUONCalibParamNF.cxx \
8 AliMUONCalibParamNI.cxx \
9 AliMUONCalibrationData.cxx \
10 AliMUONTriggerEfficiencyCells.cxx\
11 AliMUONTriggerChamberEfficiency.cxx \
12 AliMUON2DStoreValidator.cxx \
13 AliMUONTriggerIO.cxx \
14 AliMUONTrackerIO.cxx \
15 AliMUONRegionalTriggerConfig.cxx \
16 AliMUONTriggerCrateConfig.cxx \
17 AliMUONGlobalCrateConfig.cxx \
18 AliMUONTriggerDisplay.cxx \
19 AliMUONVTrackerData.cxx \
20 AliMUONSparseHisto.cxx \
21 AliMUONTrackerData.cxx \
22 AliMUONPedestal.cxx \
23 AliMUONGain.cxx \
24 AliMUONErrorCounter.cxx \
25 AliMUONRejectList.cxx
26
27
28HDRS:= $(SRCS:.cxx=.h)
29
30DHDR:= MUONcalibLinkDef.h
31
32EINCLUDE:= MUON/mapping
33
34ifeq (win32gcc,$(ALICE_TARGET))
35PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
36 -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase
37endif